/**********************************************************************************************
 * Footer widget vnr
**********************************************************************************************/

.footer_widget_block {
    font-family: 'Lato';
}

.footer_widget_block h2 {
    font-size: 15px;
    font-weight: 700;
    color: #00325f;
    line-height: 140%;
    padding: 0;
    margin-bottom: 16px;
}

.footer_widget_block p {
    font-size: 14px;
    font-weight: normal;
    color: #5c6771;
    line-height: 1.71 !important;
    margin: 0;
    padding: 0;
	margin-bottom:10px;
}

.footer_widget_block a {
    text-decoration: underline!important;
}

.vnr_block_footer_widget .widgettitle::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
    left: 0;
    margin-top: -15px;
    margin-right: 15px;
    position: relative;
}

.vnr_widget {
    text-align: left !important;
}

.vnr_block_footer_widget .phone-icon-blue .widgettitle::before {
    background: url(../assets/phone-icon-blue.svg) no-repeat;
    background-size: contain;
    background-position: bottom;

}

.vnr_block_footer_widget .direction-icon-blue .widgettitle::before {
    background: url(../assets/direction-icon-blue.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.vnr_block_footer_widget .mail-icon-blue .widgettitle::before {
    background: url(../assets/mail-icon-blue.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.vnr_block_footer_widget .person-icon-blue .widgettitle::before {
    background: url(../assets/person-icon-blue.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
}

/*********************************************************************************************/