/* XD desing 7 */
.download-center-filters{
    margin-bottom:100px
}
.filters-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top:50px;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:2px solid #eee;
}
.filters-title{
    font-size: 20px;
    color: #231F20;
    font-family: 'Segoe UI';
    font-weight: 500;
    margin-bottom: 0;
}
.filters-dropdown{
    display:flex;
    align-items: center;
    justify-content: center;
}
.filters-dropdown span {
	letter-spacing: 0px;
	color: #676767;
	font-family: 'Segoe UI';
	font-size: 15px;
	margin-right: 20px;
	font-weight: 400;
	min-width: 100px;
}
.filters-dropdown select{
    border: 1px solid #1C63B7;
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: none;
    outline: none;
    background-image: url(../images/acontactfm-arrow.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    color: #676767;
    font-size: 16px;
     font-family: 'Segoe UI';
    min-width:200px
}
.filter-button,
.filter-button-all{
    background: transparent;
    border: 1px solid #1C63B7;
    border-radius: 3px;
    color: #1C63B7;
    display:inline-block;
    padding:6px 10px;
    font-size:16px;
     font-family: 'Segoe UI';
    line-height: 24px;
    margin-right:15px;
    margin-bottom:20px;
}
.filter-button-active,
.filter-button:hover,
.filter-button-all:hover{
    background: #1C63B7;
    border: 1px solid #1C63B7;
    color:#fff;
}
.filter-result-box{
    margin-top:50px;
    display:none;
}
.filter-result-box-active{
    display:block
}
.filter-result-title{
    font-size: 20px;
    color: #231F20;
     font-family: 'Segoe UI';
    font-weight: 500;
    margin-bottom: 0;
}
.download-boxes{
    margin-top:20px;
}
.download-boxes-grid{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:20px 25px;
}
@media (min-width:768px) {
    .download-boxes-grid{
        margin-right:12px;
    }
}
.download-file-box {
	background: #F3F2F7;
	padding: 23px 20px 23px 85px;
	position: relative;
	display: block;
	color: #676767 !important;
	 font-family: 'Segoe UI';
	font-size: 16px;
}
.download-file-box:before{
    content:'';
    display: block;
    background-color: #1C63B7;
    background-image:url('../images/download.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:23px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:70px;
    transition: all .3s ease;
}
.download-file-box:hover:before{
    background-color:#104E97;
}
.download-boxes-w-cta .download-file-box{
    margin-bottom:20px;
}
.download-boxes a.download-file-box > span {
    padding-right: 20px;
    display: inline-block;
    width: auto;
  }
.contact-box{
    background-color: #104E97;
    background-image: url('../images/banner-download-center.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-box-content{
    background-color:rgb(16 79 151 / 80%);
    color:#fff;
    max-width:75%;
    padding:30px;
}
.contact-box-title{
    font-size: 26px;
     font-family: 'Segoe UI';
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-box p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.contact-box-buttons{
    margin-top:45px;
}
.contact-box-btn{
    display:inline-block;
    background: #fff;
    color: #231F20;
    padding: 9px 25px 9px 47px;
    font-size: 20px;
    font-family: 'Segoe UI';
    line-height: 28px;
    margin-top: 15px;
    font-weight:600;
    background-size:20px;
    background-position: 15px center;
    background-repeat: no-repeat;
}
.contact-box-email{
    background-image: url('../images/envelope.svg');
}
.contact-box-phone{
    background-image: url('../images/phone.svg');
}
.send-request-box{
    max-width:50%;
}
.send-request-box .filter-result-title{
    margin-bottom:10px;
}
.send-request-btn{
    background: #1C63B7;
    border: 1px solid #1C63B7;
    color: #fff;
    display:inline-block;
    padding:9px 27px;
    font-size:20px;
    font-family: 'Segoe UI';
    line-height: 24px;
    margin-top:15px;
}
.send-request-btn:hover{
    background: #104E97;
    border: 1px solid #104E97;
    color: #fff;
}
