
.spinner {
	display:none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: conic-gradient(#0000 10%,#103249);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
	animation: spinner-zp9dbg 1s infinite linear;
	margin: 0 auto;
    margin-bottom: 20px;
}
.blog-item{
	gap: 40px;
    flex-wrap: nowrap;
	margin-bottom: 70px;
}
.blog-item:nth-child(even) .blog-details{
	order:0;
}
.blog-item:nth-child(even) .blog-t-holder{
	order:1;
}
.blog-t-holder{
	position: relative;
}
.blog-t-holder img{
    width: 100%;
    height: 395px;
    object-fit: cover;
}
.blog-date{
    border-radius: 0px 0px 3px 3px;
    background: linear-gradient(165deg, #257ab3 9.21%, #103249 36.91%);
    left: 50px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    text-transform: uppercase;
}
.blog-d{
	color: #FFF;
    text-align: center;
    font-family: 'Radio Canada';
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.blog-y{
	color: #FFF;
	text-align: center;
	font-family: 'Radio Canada';
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 110.345% */
}
.blog-m{
	color: #FFF;
	text-align: center;
	font-family: 'Radio Canada', sans-serif;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 110.345% */
	margin-top: 7px;
}
h2.blog-t{
	font-family: 'Radio Canada', sans-serif;
	color: #002B54;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
h2.blog-t a{
	color: #002B54;
}
.blog-a{
	color: #851506;
    font-family: 'Radio Canada';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.page-template-t_news .blog-a{
	display: none !important;
}
.blog-a a{
	color: #851506;
}
.page-template-t_events .blog-a{
	display:none;
}
.blog-sd{
	color: #103249;
	text-align: center;
	font-family: 'Radio Canada';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
.postcat-whitepaper .blog-sd{
	color: #851506;
}
.single-downloadtool .blog-sd{
	display:none;
}
.blog-c a{
	color: #002B54;
	font-family: 'Radio Canada';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; 
	transition: all 0.3s ease;
}
.blog-c a:hover{
	color: #103249;
}
.blog-c{
	margin-bottom:15px;
}
.blog-e{
	color: #002B54;
    font-family: 'Radio Canada';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog-e p:last-child{
	margin-bottom: 0;
}
.blog-l{
    display: inline-flex;
    padding: 15px 40px;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    transition: all 0.3s ease;
    background: #851506;
    color: #fff;
    font-family: 'Radio Canada';
}
.blog-l:hover{
	background: #103249;
}
.btn__wrapper{
	margin-bottom: 70px;
    position: relative;
    text-align: center;
}
.page-template-t_casestudies .btn__wrapper{
	margin-top:30px;
}
.btn__wrapper::before{
	content: "";
    width: 100%;
    z-index: 0;
    height: 1px;
    background: #000;
    display: block;
    top: 50%;
    position: absolute;
}
.btn__wrapper a{
	color: #851506;
    text-align: center;
    font-family: 'Radio Canada';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
	display: inline-block;
    padding: 0 50px;
	position: relative;
	z-index: 1;
	background: #ffff;
	cursor:pointer;
}
.btn__wrapper a:hover{
	color: #002B54;
}
.blog-filter-wrap {
    display: flex;
    justify-content: flex-end;
}
.blog-filter{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
	justify-content: space-between;
}
.blog-filter span{
	color: var(--primary, #002B54);
	font-family: 'Radio Canada';
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 29.4px */
}
.blog-filter{
	color: #002B54;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
}
#blog-filters{
	height:0;
	overflow: hidden;
	background:#f3f3f3;
	margin-bottom: 50px;
	transition: all 0.5s ease;
}
#blog-filters .container{
	padding:50px 0;
}
.page-template-t_casestudies #blog-filters{
	margin-top:0;
	margin-bottom:0;
}
.page-template-t_casestudies .rc-entries{
	margin-top:20px;
}
.page-template-t_casestudies .breadcrumbsholdr{
	margin-bottom: 0;
}
.page-template-t_portfoliocategory .breadcrumbsholdr{
	gap:30px;
}
#blog-filters.active{
	height:236px;
}
.page-template-t_portfolio #blog-filters.active{
	height: 114px;
    margin-bottom: 20px;
}
.page-template-t_events #blog-filters.active{
	height:270px;
}
.page-template-t_whitepapers #blog-filters.active{
	height:270px;
}
.page-template-t_blog #blog-filters.active{
	height:230px;
}
#blog-filters h2{
	color: var(--primary, #002B54);
    font-size: 22px;
    line-height: 150%;
}
.fdd.active,
.portfolio-filter a.fdu,
.fdu{
	display:none;
}
.portfolio-filter a.fdu.active,
.fdu.active{
	display:block;
}
.fdu,
.fdd{
	transition: all 0.5s ease;
}
.filter-buttons-sa,
.filter-buttons{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-buttons-sa a,
.filter-buttons a{
	display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    border: 1px solid #000;
    color: #002B54;
	font-size:13px;
	transition: all 0.4s ease; 
	background-image:url(../images/x.svg);
	background-repeat: no-repeat;
    background-position: 150% 50%;
    background-size: 20px 20px;
}
.filter-buttons-sa a.active,
.filter-buttons-sa a:hover,
.filter-buttons a.active,
.filter-buttons a:hover{
	background-color: #103249;
    border: 1px solid #103249;
    color: #fff;
}
.filter-buttons-sa a.active, 
.filter-buttons a.active {
    background-position: 91% 50% !important;
    padding-right: 35px;
}

.r-search,
.r-industry{
	padding-left: 30px;
}
.search-frm-sa,
.search-frm{
	display: flex;
}
.search-frm-sa input[type="text"],
.search-frm input[type="text"]{
	margin:0;
    border: 1px solid #851506;
}
.search-frm-sa input[type="text"]::placeholder,
.search-frm input[type="text"]::placeholder{
	color:#fff;
}
.search-frm-sa button,
.search-frm button{
	padding: 10px 15px;
	background: #fff;
	border: 0;
	background-color: #851506;
}