.item-showcase .resource.item:not(:only-child) img {
display: none;
}
.main-content.container {
padding: 0px 20px
}
.site-page-pagination {
margin: 20px
padding: 20px
}
.main-footer_top {
padding: 40px 40px 40 px 40px
}
.main-footer_bottom {
padding: 15px 15px 15px 15px
}
.grid-voice,
 {
  display: flex;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  flex-wrap: wrap;
}

.grid-voice .subgrid {
  display: table-row;
}

.grid-voice dl {
  display: table-cell;
  width: 50%;
  height: 50%;
  padding: 0px;
}

/* Menu and Search fix*/

.main-header {
  top: 0 !important; /* prevent js from dynamically collapsing the navbar */
}

.main-header__top-bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 95%;
  z-index: 1;
  width: auto;
flex-direction: column;
}

.main-header__main-bar {
  justify-content: start;
}

.main-navigation {
  margin-left: 5%;
}

.main-header__advanced-search {
  order: 2;
}

.main-header__advanced-search {
  padding-right: 0;
}

@media (max-width: 1024px) {
.main-header__top-bar {
  left: 25%;
align-items: end;
right: auto;
}
.main-header__main-bar {
  justify-content: space-between;
}
}

@media (max-width: 516px) {
.main-header__top-bar {
  left: 56px;
  max-width: 70%;
}
}


/* Footer */

@media (min-width: 768px) {
  .main-footer__col2 .navigation > li {
    max-width: 30%;
  }
}

.main-footer__bottom {
display: none;
}

.main-footer__top-container {
  align-items: center;
}

@media (min-width: 1024px) {
.all-columns .main-footer__col3 {
    max-width: none;
  }
  .main-footer__top {
    padding: 20px 0 0px;
  }
}

/* Sticky footer */
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* This ensures the body takes up at least the height of the viewport */
}

#main-content {
  flex: 1; /* This pushes the footer to the bottom */
}

.item .media-parent-item {
display: none;
}

/* Change left column width on Item pages */
@media (min-width: 1200px) {
.sidebar-region.sidebar-region--left {
  width: 12% !important;
}
}

.footer-link, a.footer-link:visited {
color: #fff;
}

a.footer-link:hover {
color: beige;
}
