.partners-content .adf_sg_vsts2 .asg2_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partners-content .adf_sg_vsts2{
	margin: 0;
}
.partners-content .adf_sg_vsts2 .asg2_row > div{
	box-shadow: none;
	border: 1px solid rgba(0,36,142,0.1);
	margin-bottom: 16px;
    margin-right: 0;
    margin-left: 0;
}
.partners-content .adf_sg_vsts2 .asg2_row a[title]{
	padding: 16px 16px 32px 16px;
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    font-family: inherit;
    color: #262626;
    word-break: break-word;
    transition: color 0.3s;	
}
.partners-content .adf_sg_vsts2 .asg2_row > div:hover a[title]{
	color: #00248E;
}
.partners-content .adf_sg_vsts2 .asg2_row > div a:first-child{
	padding: 16px 16px 0 16px;
}

@media (max-width: 599px){
	.partners-content .adf_sg_vsts2 .asg2_row{
		display: flex;
		flex-direction: column;
		padding-left: 16px;
		padding-right: 16px;		
	}
	.partners-content .adf_sg_vsts2 .asg2_row > div{
		width: 100%;
		min-height: unset;
		margin: 0;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.partners-content .adf_sg_vsts2 .asg2_row a[title]{
		padding: 0 16px 0 0;
		line-height: 26px;
		font-size: 18px;
		min-height: 64px;
	}
	.partners-content .asg2_bl{
		display: flex;
		flex-direction: row-reverse;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.partners-content .adf_sg_vsts2 .asg2_row > div a:first-child{
		padding: 0;
		width: 64px;
		height: 64px;
		flex-shrink: 0;
		flex-grow: 1;		
	}
	.partners-content .adf_sg_vsts2 .asg2_row img{
		height: 100%;
		width: auto;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.partners-content .adf_sg_vsts2 .asg2_row{
		display: flex;
		flex-direction: column;
	}	
	.partners-content .adf_sg_vsts2 .asg2_row > div{
		width: 100%;
		margin-bottom: 8px;
	}
	.partners-content .asg2_bl{
		display: flex;
	}
	.partners-content .adf_sg_vsts2 .asg2_row > div a:first-child{
		padding: 16px 0 16px 16px;
		width: 206px;
	}
	.partners-content .adf_sg_vsts2 .asg2_row a[title]{
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1366px){
	.partners-content .adf_sg_vsts2 .asg2_row > div{
		min-height: 368px;
		width: calc(33.3% - 10px);
	}	
}
@media (min-width: 768px) and (max-width: 991px){
	.partners-content .adf_sg_vsts2 .asg2_row > div{
		min-height: 302px;
		width: calc(33.3% - 10px);
	}
}

div.article-body__news{
	display: flex;
	flex-direction: column;
}
a.ls-link{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 16px;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(0,36,142,0.1);
}
a.ls-link:last-child{
	border: none;
}
div.ls-link__picture{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
div.ls-link__text{
	padding-left: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #262626;
	font-size: 16px;
	line-height: 18px;
}
/**************************************/
a.ls-card{
	display: flex;
	text-decoration: none !important;
	border: 1px solid rgba(41, 72, 164, 0.1);
	transition: color 0.3s;
}
a.ls-card:hover div.ls-card__text{
	color: #00248E;
}
div.ls-card__picture{
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 200px;
	height: 200px;
}
div.ls-card__picture img{
	width: 100%;
	height: auto;
}
div.ls-card__text{
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	font-family: 'Fira Sans', sans-serif;
	color: #262626;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}
div.ls-card__text p{
	margin-top: 0;
	margin-bottom: 8px;
}
div.ls-card__text span{
	position: absolute;
	bottom: 16px;
	left: 32px;
	font-size: 15px;
	color: #337ab7;
	padding-right: 32px;
}
div.ls-card__text span:hover{
	text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px){
	div.ls-card__text span{
		display: none;
	}
}
/****************************************************/
div.infox-footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a.infox-card{
	display: flex;
	position: relative;
	padding: 16px;
	text-decoration: none !important;
	transition: color 0.3s;
}
div.infox-card__img{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
div.infox-card__img img{
	width: 100%;
	height: auto;
}
div.infox-card__txt{
	color: #262626;
	width: 100%;
}
@media (max-width: 599px){
	a.infox-card{
		flex-direction: row-reverse;
	}
	div.infox-card__img{
		width: 64px;
		height: 64px;
	}
	div.infox-card__txt{
		font-size: 18px;
		padding-right: 16px;
	}
	a.infox-card:before{
		content: '';
		position: absolute;
		left: 16px;
		right: 16px;
		bottom: 0;
		height: 1px;
		background: rgba(0,36,142,0.1);
	}
}
@media (max-width: 767px){
	a.infox-card{
		width: 100%;
	}
}
@media (min-width: 600px){
	a.infox-card{
		border: 1px solid rgba(0,36,142,0.1);
	}
}
@media (min-width: 600px) and (max-width: 767px){
	a.infox-card{
		width: calc(50% - 4px);
		margin-bottom: 8px;
	}
	div.infox-card__img{
		width: 96px;
		height: 96px;
	}
	div.infox-card__txt{
		padding-left: 16px;
	}
}
@media (min-width: 768px){
	a.infox-card{
		flex-direction: column;
		margin-bottom: 16px;
	}
	div.infox-card__txt{
		font-size: 20px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	a.infox-card{
		width: calc(50% - 8px);
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	a.infox-card{
		width: 303px;
	}
}
@media (min-width: 1200px){
	a.infox-card{
		width: 369px;
	}
	a.infox-card:hover .infox-card__txt{
		color: #00248E;
	}
}
/**********************************************************/
div.sidebar-box__body .adf_sg_vstv .asg2_row{
	display: flex;
	padding: 16px;
	position: relative;
	transition: color 0.3s;
}
div.sidebar-box__body .adf_sg_vstv .asg2_row:hover a[title]{
	color: #00248E;
}
div.sidebar-box__body .adf_sg_vstv .asg2_row:before{
	content: '';
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0;
	height: 1px;
	background: rgba(0,36,142,0.1);
}
div.sidebar-box__body .adf_sg_vstv .asg2_row:last-child:before{
	display: none;
}
div.sidebar-box__body .adf_sg_vstv .asg2_row a:first-child{
	width: 74px;
	height: 74px;
	flex-shrink: 0;
}
div.sidebar-box__body .adf_sg_vstv{
	border: 1px solid rgba(0,36,142,0.1);
	border-top: none;
	margin: 0;
}
div.sidebar-box__body .adf_sg_vstv .asg2_row a[title]{
	line-height: 22px;
	color: #262626;
}
/************************** 24smi bottom	******************/
div.smiimg12609{
	width: 140px;
	height: 140px;
	margin-right: 24px;
}
div.smi_more12609{
	left: 164px !important;
	bottom: 24px !important;
	border: none;
	background: #2948A4;
	color: white !important;
	font-weight: normal !important;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: color 0.3s;
}
div.smitext12609{
	padding-top: 24px;
}
div.smiteaser12609,
div.smiteaser-container12609{
	position: relative;
}
a.smititle12609{
	line-height: 18px !important;
}
/***********************************/
div.ls-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a.ls-item{
	display: flex;
	text-decoration: none !important;
	font-family: "Fira Sans", sans-serif;
	color: #262626 !important;
	transition: color 0.3s;
}
div.ls-item__picture{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
@media (max-width: 599px) {
	div.ls-list{
		padding-left: 16px;
		padding-right: 16px;
	}
	a.ls-item{
		flex-direction: row-reverse;
		width: 100%;
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(0,36,142,0.1);
		justify-content: space-between;
		font-size: 18px;
	}
	div.ls-item__picture{
		width: 64px;
		height: 64px;
		margin-left: 16px;
	}
}
@media (min-width: 600px){
	a.ls-item{
		border: 1px solid rgba(0,36,142,0.1);
		padding: 16px;
		font-size: 20px;
		line-height: 28px;
	}
	div.ls-item__picture{
		margin-bottom: 16px;
	}
	div.ls-item__picture img{
		width: 100%;
		height: auto;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	a.ls-item{
		padding: 16px;
		width: calc(50% - 4px);
		margin-bottom: 8px;
	}
	div.ls-item__picture{
		width: 96px;
		height: 96px;
		margin-right: 16px;
	}
}
@media (min-width: 768px){
	a.ls-item{
		margin-bottom: 16px;
		flex-direction: column;
	}
	div.ls-item__picture{
		height: 212px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	a.ls-item{
		width: calc(50% - 8px);
	}
}
@media (min-width: 992px){
	a.ls-item{
		width: calc(33.33% - 8px);
	}
}
@media (min-width: 1200px){
	a.ls-item:hover{
		color: #00248E !important;
	}
}