.searchandfilter ul {
  margin-left: 0;
  padding-left: 0;
}
.searchandfilter select {
  width: 100%;
  padding: 5px;
}
.searchandfilter label {
  display: block;
}

.searchandfilter h4 {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.searchandfilter ul li {
  padding: 0 0 10px 0;
}
.sf-field-search label {
  width: 100%;
}
.sf-field-search input.sf-input-text {
  width: 100%;
}
.sf-field-submit input {
  background-color: #34715a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.15s ease-in;
  border: 0;
  width: 100%;
}

.search-form .wpb_content_element {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px 0px rgb(0 0 0 / 20%);
  border-top: 3px solid #5d9e50;
  padding: 30px 26px 30px;
}
.search-form .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.search-form p {
  display: none;
}
.content-portal-row {
  padding: 0 40px;
}
.text-center {
  text-align: center;
}
.content-portal {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.btn {
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.15s ease-in;
  text-decoration: none;
}
.btn.btn-green {
  background-color: #34715a;
  color: #fff;
}
.btn.btn-green:hover {
  color: #fff;
  background-color: #285a47;
}
.btn.btn-blue {
  background-color: #005a84;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: #004363;

  color: #fff;
}

.btn.btn-light-blue {
  background-color: #0090d9;
  color: #fff;
}
.btn.btn-light-blue:hover {
  background-color: #007ebd;
  color: #fff;
}

.content-portal-item {
  flex-basis: 98%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.content-portal-item__title {
  padding: 20px 0;
}
.content-portal-item__title h2 {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.content-portal-item__content {
  padding: 20px;
}
.content-portal-item__btn {
  margin-bottom: 20px;
}
.content-portal-item__document-preview {
  position: relative;
}
/* .content-portal-item__document-preview::after {
  content: "Document Preview";
  position: absolute;
  bottom: 0;
  background-color: rgb(1 7 14 / 60%);
  color: #fff;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 28px;
  padding: 8px;
  text-align: center;
  font-style: italic;
} */

.image-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #f2f2f2;
  background-color: #e4f6ff;
}
.image-wrapper.doc {
  background-color: #ebf7fd;
}
.image-wrapper.ppt {
  background-color: #fdf2eb;
}
.image-wrapper.pdf {
  background-color: #fdebeb;
}
.image-wrapper.link {
  background-color: #e4fffc;
}
.image-wrapper img {
  position: absolute;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
img.generic {
  object-fit: contain;
  padding: 2%;
  max-width: 100px;
  object-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.video-list {
  padding: 20px 0;
}

.video-list__slide {
  margin: 15px;
  transition: all 150ms ease-in-out;
}
.video-list__slide.slick-current.slick-active {
  margin: 15px;
  transform: scale(1.2);
}
.video__video-preview {
  position: relative;
}
.video__video-preview img {
  max-width: 100%;
}
.video__icon-play {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mbc-file {
  margin: 0 !important;
  flex-basis: calc(33.333% - 20px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 20px;
  align-items: center;
}

.mbc-file__content {
  padding: 10px 20px;
}
.mbc-file__content p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.mbc-file__content p:last-child {
  margin-bottom: 0;
}
.mbc-file__title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
}
.mbc-file__link {
  display: block;
  text-decoration: none;
}
.mbc-file__image {
  text-align: center;
}

.mbc-file__image img {
  max-height: 200px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  border-radius: 8px 8px 0 0;
}

.mbc-file {
  display: flex;
  flex-basis: 100%;
}
.mbc-file .mbc-file__image {
  flex-basis: 33.333%;
}
.mbc-file .mbc-file__content {
  flex-basis: 66.666%;
}
@media screen and (min-width: 768px) {
  .sticky {
    align-self: flex-start;
    top: 109px;
    position: sticky;
  }
}
@media screen and (min-width: 1024px) {
}
