/* list_usefullinks css */

.dark-blue01{
    background-color: #1a5a92;
}
.color-white01{
    color: #fff;
}
.mb-0{
    margin-bottom: 0;
}
.font-18{
    font-size: 16px;
}
.color-dark01{
    color: #2F2E2D!important;
}
.fw-bold{
  font-weight: bold;
}
.bg-white{
    background-color: #fff!important;
}
.pl-0{
    padding-left: 0!important;
}
.pr-0{
    padding-right: 0!important;
}
.media{
    -webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    display: flex;
    padding: 0 25px 25px;
}
.d-flex{
    display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.align-self-center{
    -webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important;
}
hr{
    border-top: 1px solid #dad6d6!important;
}
.itemrow {
    margin-bottom: 30px;
    background: #eee;
    border-bottom: 3px solid #999;
}
.itemrow:hover {
    background: #eff6fd;
    border-bottom-color: #2070b0;
}

.itemrow a:hover {
    text-decoration: underline
}