.file_box {
  background: #FFFFFF;
  padding: 20px 32px 32px 28px;
  border-radius: 8px;
}
.file_box__title {
  color: #202939;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
}
.file_box__attachment {
  padding-top: 16px;
  border-top: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
.file_box__attachment__content {
  margin-left: 16px;
}
.file_box__attachment__content__title {
  font-Weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #202939;
}
.file_box__attachment__content__description {
  font-Weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B5565;
}
.file_box .custom_button {
  margin-left: auto;
  background: #1D458A;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 8px 36px;
  border-radius: 8px;
}

@media (max-width: 576px) {
  .file_box__attachment {
    display: block;
    text-align: center;
  }
  .custom_button {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
    .search__box{
        display: none;
      }
    .search__box.show{
        display: none!important;
    }
}
/* header advanced search */
.date-box{
    margin-bottom: 16px;
}
.date-box .col-md-8{
    margin: 0;
}
.date-icon{
    padding: 0;
    background-color:#F6F6F6;
    justify-content: center;
    align-items: center;
    display: flex;
}
.date-wrapper{
    position: relative;
    padding: 0;
    margin: 0;
}
.date-wrapper img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
}
.date-wrapper input{
    background: #F6F6F6;
    border: 1px solid #EFEFEF;
    border-radius: 6px 0px 0px 6px;
    padding: 8px;
    font-size: 14px;
    color: #444444;
    width: 100%;
}
.date-wrapper .endDate{
    border-radius: 0px 6px 6px 0px;
}
.right-icon{
    background: #F6F6F6;
    height: 22px;
}
.header__advanced__btn{
    background-color: #1D458A;
    color: white;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    border: 0;
    height: 40px;
    cursor: pointer;
}
.header__search__advanced_submit{
    background-color: #1D458A;
    color: white;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 24px;
    border: 0;
    cursor: pointer;
}
.header__search__advanced{
    display: none;
    position: absolute;
    top: 64px;
    padding: 16px;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 8px 16px rgb(0 0 0 / 14%);
}
.mobile_search__box{
    position: unset;
    margin-top: 24px;
    margin-bottom: 24px;
}
.mobile_search__btn{
    background-color: #2557ad;
    border-radius: 4px;
    height: auto;
    padding: 12px 24px;
}
.mobile_search__box .header__search__advanced_submit{
    width: 100%;
    margin-top: 12px;
}
.header__search__advanced__date{
    background-color: #EFEFEF;
    padding: 12px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}
.header__search__advanced__description{
    font-size: 16px;
    color:#686E7C;
    margin-bottom: 16px;
}
.header__search__advanced select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../assets/images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-color: #EFEFEF;
    padding: 12px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    color: #444444;
    width: 100%;
}
.header__search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__box .custom__search__input{
    width: 300px;
    margin-right: 8px;
}
.search__box .custom__search__input .icon-search{
    bottom: 0;
    color: #8a94a6;
    font-size: 14px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    left: 16px;
    line-height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.custom__accordions .accordion .accordion__header .custom__row .accordion__title{
    text-align: justify;
}
.inner__text a{
    color: #004380;
    text-decoration: underline;
}
@media (max-width: 992px) {
	.col-12 .leadership__card img{
		height:auto!important;
	}
}
.item-slid img {
    max-height: 400px;
}
@media(max-width: 900px){
	.splide__slide img{
		height: auto!important;
		object-fit: contain!important;
	}
}
@media (max-width: 768px) {
    .item-slid img {
        max-height: unset;
    }
    .splide__list{
        height: 400px!important;
    }
    .splide__slide img{
        height: 400px!important;
    }
}
@media (max-width: 512px) {
	.splide__list{
        height: 300px!important;
    }
}
@media (max-width: 320px) {
	.splide__list{
        height: 300px!important;
    }
}
@media (min-width: 992px) {
    .leadership__card:not(.small) .card__image {
        width: auto;
    }
	.leadership__card:not(.small) .card__body{
		width:calc(100% - 160px);
	}
}
.share__card .social__icons .social__icon:hover > img{
	filter: brightness(0) invert(1);
}
.share__card .social__icons .social__icon:hover > svg,
.social__icon.whatsapp:hover > svg path:first-child{
	fill: white;
}
.social__icon.whatsapp:hover > svg path:last-child{
	fill: #8a94a6;
}
.inner__text{
		text-align:justify;
}