/* html{scroll-behavior:smooth} */

.image-brdr {
  border: 1px solid #adadad;
}

/* USWDS breakpoint mobile-lg 480px */
@media (min-width: 30em) {}

/* USWDS breakpoint tablet 640px */
@media (min-width: 40em) {}

/* USWDS breakpoint tablet-lg 880px */
@media (min-width: 55em) {}

/* USWDS breakpoint desktop 1024px */
@media (min-width: 64em) {}

/* USWDS breakpoint 1200px */
@media (min-width: 75em) {}

/* Added max height of 200px for Community Affairs Email signup section -MU */
.maxh-card-md {
  max-height: 12.5rem;
}

/* Update height/width Bio pages -MU/Kent */
.occgov-section__content-subsection.prfl-col-image img {   
height: auto;
}
.occgov-figure--center img {   
height: auto;
}


@media (min-width: 40em) {    
.occgov-section__content-subsection.prfl-col-image img {
 height: fit-content;
}
.occgov-figure--center img {
    height: fit-content;
}
}

@media (min-width: 40em) {
/* Updated margin for Leadership org pages -MU 07/16/25 */
.custom-margin-left-org {
  margin-left: 12rem !important;
}

.custom-margin-left-ld {
  margin-left: 14rem !important;
}
}


