.cardOverlay > img {
  height: 150px;
  width: auto;
  margin-top: 25px;
}

a.direct-edit {
  text-decoration: none !important;
  cursor: default !important;
}

a.direct-edit:hover {
  text-decoration: none !important;
  cursor: default !important;
}


footer.bg-dark {
  padding: 10px 10px 0px 10px;
}

.vdss-footer {
  padding: 10px 10px 0px 10px;
  display: flex;
}

.vdss-footer a {
  color: #fff;
}

.vdss-footer a:hover {
  text-decoration: underline;
}

.vdss-footer .col-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.vdss-footer .col-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.vdss-footer .col-right .float-right {
  float: right;
}

.vdss-footer h5 {
    font-size: 1.75rem;
    margin: 0;
    padding: 10px 0;
}
.vdss-footer span {
  	cursor: default !important;
}

/*card title hover colors*/

.card:hover .titlePurple { color: rgb(194, 165, 255); background-color: rgb(105, 80, 161);}.card:hover .titleYellow { color: rgb(125, 110, 0); background-color: rgb(233, 206, 0);}.card:hover .titleGreen { color: rgb(7, 100, 60); background-color: rgb(6, 194, 117);}.card:hover .titleRed { color: rgb(64, 14, 22); background-color: rgb(211, 51, 79);}

.card:hover .titleTeal { 
  color: rgb(9, 69, 65); 
  background-color: rgb(9, 173, 163);
}

.card:hover .titleOrange {
    color: rgb(115, 61, 33);
    background-color: rgb(245, 128, 33);
}

#navHolder span {
    padding: 20px 0 3px 0;
    margin: 0 14px 5px 14px;
}

#navHolder span.currentbranch0 a {
    font-weight: bold;
    border-bottom: solid;
    border-color: #6950a1;
    border-width: 5px;
}

#navHolder a:hover {
   border-bottom: solid;
    border-color: #6950a1;
    border-width: 5px;
}

#sideNav span {
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

#sideNav a {
  font-family: 'Oswald', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  justify-content: right;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 10px;
  list-style-type: none;
}

/* Hides links for non-current page */
.sidebarNavLevel a {
    left: -158px;
    transition: 0.3s;
    background-color: rgb(225, 220, 236);
}

/* Adds hover effect only to non-selected links and removes the hidden effect for the current page link */
.sidebarNavLevel a:hover,
.sidebarNavLevel span.currentbranch0 a {
    left: 0;
}


div[data-location="Resources"] .financial {
    /* Base styles for the container */
    display: flex;
    align-items: center;
    background-color: rgb(180, 237, 214);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

/* For the SVG icon left menu */
div[data-location="Resources"] .financial::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/financialIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="Resources"] .education {
    display: flex;
    align-items: center;
    background-color: rgb(225, 220, 236);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="Resources"] .education::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/educationIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="Resources"] .wic {
    display: flex;
    align-items: center;
    background-color: rgb(251, 245, 204);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="Resources"] .wic::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/wicIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="Resources"] .csa-funding {
    display: flex;
    align-items: center;
    background-color: rgb(212, 203, 204);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="Resources"] .csa-funding::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/csaFundingIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="Resources"] .other-support {
    display: flex;
    align-items: center;
    background-color: rgb(206, 239, 237);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="Resources"] .other-support::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/otherSupport.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="Resources"] .national-resources {
    display: flex;
    align-items: center;
    background-color: rgb(231, 204, 181);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="Resources"] .national-resources::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/nationalSupportIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="FAQs"] .legal {
    display: flex;
    align-items: center;
    background-color: rgb(225, 220, 236);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="FAQs"] .legal::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/legalIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="FAQs"] .financial {
    display: flex;
    align-items: center;
    background-color: rgb(180, 237, 214);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="FAQs"] .financial::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/financialIcon-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="FAQs"] .social-services {
    display: flex;
    align-items: center;
    background-color: rgb(206, 239, 237);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="FAQs"] .social-services::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/socialServicesIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}


div[data-location="FAQs"] .miscellaneous {
    display: flex;
    align-items: center;
    background-color: rgb(212, 203, 204);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="FAQs"] .miscellaneous::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/miscellaneousIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

div[data-location="FAQs"] .foster-care {
    display: flex;
    align-items: center;
    background-color: rgb(251, 245, 204);
    padding: 10px;
    text-decoration: none;
    position: relative;
}

div[data-location="FAQs"] .foster-care::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('/media/kinshipresource/site-assets/images/socialServicesIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px 10px;
    margin-left: auto;
}

/*current section versions*/

div[data-location="Resources"] .currentbranch0 .financial {
    /* Base styles for the container */
    color: rgb(3, 117, 70) !important;
}

div[data-location="Resources"] .currentbranch0 .education {
    color: rgb(105, 80, 161) !important;
}

div[data-location="Resources"] .currentbranch0 .wic {
    color: rgb(130, 114, 0) !important;
}

div[data-location="Resources"] .currentbranch0 .csa-funding {
    color: rgb(211, 51, 79) !important;
}

div[data-location="Resources"] .currentbranch0 .other-support {
    color: rgb(6, 122, 114) !important;
}

div[data-location="Resources"] .currentbranch0 .national-resources {
    color: rgb(143, 74, 19) !important;
}

div[data-location="FAQs"] .currentbranch0 .legal {
    color: rgb(105, 80, 161) !important;
}

div[data-location="FAQs"] .currentbranch0 .financial {
    color: rgb(3, 117, 70) !important;
}

div[data-location="FAQs"] .currentbranch0 .social-services {
    color: rgb(6, 122, 114) !important;
}

div[data-location="FAQs"] .currentbranch0 .miscellaneous {
    color: rgb(211, 51, 79) !important;
}

div[data-location="FAQs"] .currentbranch0 .foster-care {
    color: rgb(130, 114, 0) !important;
}

div[data-location="Resources"] .currentbranch0 .financial::after {
    background-image: url('/media/kinshipresource/site-assets/images/financialIcon-green.svg');
}

div[data-location="Resources"] .currentbranch0 .education::after {
    background-image: url('/media/kinshipresource/site-assets/images/educationIcon-purple.svg');
}

div[data-location="Resources"] .currentbranch0 .wic::after {
    background-image: url('/media/kinshipresource/site-assets/images/wicIcon-yellow.svg');
}

div[data-location="Resources"] .currentbranch0 .csa-funding::after {
    background-image: url('/media/kinshipresource/site-assets/images/csaFundingIcon-red.svg');
}

div[data-location="Resources"] .currentbranch0 .other-support::after {
    background-image: url('/media/kinshipresource/site-assets/images/otherSupport-teal.svg');
}

div[data-location="Resources"] .currentbranch0 .national-resources::after {
    background-image: url('/media/kinshipresource/site-assets/images/nationalSupportIcon-orange.svg');
}

div[data-location="FAQs"] .currentbranch0 .legal::after {
    background-image: url('/media/kinshipresource/site-assets/images/legalIcon-purple.svg');
}

div[data-location="FAQs"] .currentbranch0 .financial::after {
    background-image: url('/media/kinshipresource/site-assets/images/financialIcon-faqs-green.svg');
}

div[data-location="FAQs"] .currentbranch0 .social-services::after {
    background-image: url('/media/kinshipresource/site-assets/images/socialServicesIcon-teal.svg');
}

div[data-location="FAQs"] .currentbranch0 .miscellaneous::after {
    background-image: url('/media/kinshipresource/site-assets/images/miscellaneousIcon-red.svg');
}

div[data-location="FAQs"] .currentbranch0 .foster-care::after {
    background-image: url('/media/kinshipresource/site-assets/images/fcFaqsIcon-yellow.svg');
}

.overlay-content .multilevel-linkul-0 {
  list-style: none;
}

.overlay-content .multilevel-linkul-0 a {
  text-decoration: none;
  margin-left: -10px;
}

.headerSticky {
  background-color: rgb(0, 87, 161);
}

.navLink, .overlay a {
      font-family: 'Source Sans Pro', sans-serif;
}

.currentbranch1 a {
    border-left: solid #6950a1;
}



.overlay .currentbranch0 a {
     border-left: solid #6950a1;
}

.overlay-content li:has(> .currentbranch0 + .multilevel-linkul-0 .currentbranch1) .currentbranch0 a {
    border-left: none;
    background-color: rgb(0, 87, 161);
    margin-left: calc(-8px - 10vw);
    padding-left: calc(13px + 10vw);
    color: white;
}


.multilevel-linkul-0 {
    display: none;
}

.multilevel-linkul-0:has(.currentbranch1) {
    display: block;
}




.content-type-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.content-type-table table {
    width: 100%;
    min-width: 500px; /* Adjust this value based on your content */
    border-collapse: collapse;
}

/* Optional styling for better readability */
.content-type-table th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

/* Optional: visual indicator for scrollable content */
.content-type-table::-webkit-scrollbar {
    height: 8px;
}

.content-type-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content-type-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.gen-content img {
  max-width: 500px;
  width: 100%;
}


@media screen and (max-width: 999px) {
    #sideNav {
        display: none;
    }
}


@media screen and (max-width: 999px) {
    #heroImage, #heroHolder {
        display: none;
    }
}


@media screen and (max-width: 999px) {
  #navHolder {
    display: none;
  }

  
  @media screen and (max-width: 999px) {
    .subPageHeader {
        text-align: center;
        margin: 0;
        padding: 15px 0;
        color: white;
    }

    .headerSticky {
        position: -webkit-sticky;
        position: sticky;
        top: 52px;
        z-index: 5;
    }
}











