/*body {
    text-align:center !important;
    padding:0px !important;
    width:100%;
    margin-top:0px !important;
    margin-bottom:0px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}*/

.IPSCardsContainer {
    position: relative;
    width:100%;
    min-width: 250px !important;
    text-align:center !important;
    display: inline-block;
    margin-top:0px !important;
    margin-bottom:0px !important;
    margin-left:auto !important;
    margin-right:auto !important;    
    vertical-align:top !important;
    min-height: 350px ;
}

.IPSCardsBlockV3 {
    width: 250px;
    font-family: Arial;
    display: inline-block;
    float:center;
    vertical-align:top !important;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: box-shadow .3s;
    background-color:white;
    min-height: 350px ;
}
.IPSCardsBlockV3:hover
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.IPSCardsBlockV3:hover .top_tier .thumbnail img
{

}
.IPSCardsBlockV3 .top_tier {
	width: 100%;
	height: 100px;
        margin-top:0px;
        padding-top:0px;
	background: #cccccc;
	height: 100px !important;
}

.IPSCardsBlockV3 .top_tier .thumbnail
{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top:30px;

}
.IPSCardsBlockV3 .top_tier .thumbnail img
{
    width: 130px;
    
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.IPSCardsBlockV3 .bottom_tier {
    padding-top: 70px;
    border: 1px solid #cccccc;
    padding: 15px;
    padding-top: 70px;
    text-align: center;
    min-height: 250px;
    transition: all .2s ease-in-out; 
}
.IPSCardsBlockV3 .bottom_tier .name
{
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 5px;
}
.IPSCardsBlockV3 .bottom_tier .title {
	font-size: .8em;
	background-color: #333333;
	display: inline-block;
	width: auto;
	padding: 5px;
	min-width: 70px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 14px;
}
.IPSCardsBlockV3 .bottom_tier .business_title {
	font-size: .8em;
	display: inline-block;
	width: auto;
	padding: 5px;
	min-width: 70px;
	border-radius: 14px;
}
.IPSCardsBlockV3 .bottom_tier .business_title span {
    font-weight: bolder;
    text-transform: uppercase;
    display: block;
}
.IPSCardsBlockV3 .bottom_tier  .biography_link {
    background-color: #009cd6;
    text-decoration: none;
    padding: 5px;
    min-width: 80px;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    font-size: .8em;
    display: inline-block;
    margin-top: 15px;
    text-transform: capitalize;
}

.IPSCountryCenter {
    font-weight:600;
    text-align: center;
    padding:0px;
    margin:0px;
}