.tombContainer{width:171px;margin:0 0 15px;display:flex;display:-webkit-flex;}
.tombContainer a{border:none;color:#fff;}
.tombContainer a img{border:none;}
.tombContainer .industry{display:none}
.homeTombOuter{background:#0069aa;width:171px;height:250px;border:solid 3px #0069aa;margin:-20px 0 10px;display:flex;display:-webkit-flex;}
.tombOuter{background:#0069aa;width:165px;border:solid 3px #0069aa;display:flex;display:-webkit-flex;}
.tombInner{text-align:center;padding:10px 10px 5px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dcf1fb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcf1fb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dcf1fb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dcf1fb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dcf1fb 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dcf1fb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcf1fb',GradientType=0 ); /* IE6-9 */
width:100%;
display: flex;display:-webkit-flex;
flex-direction: column;-webkit-flex-direction: column;
justify-content: center;-webkit-justify-content: center;
}

.tombInner .primaryText{}
.tombInner .secondaryText p{font-family:"PNC Brand";color:#484848;font-size:13px;margin:10px 0 0;line-height:20px}

.tombInner .imageHolder{height:52px;position:relative;}
.tombInner .imageHolder img{height:52px;}
.tombInner .peg{font-size:11px;color:#484848;padding:5px 10px 0;line-height:13px;margin:0;height:55px;}
.tombInner .dealSize{font-family:"PNC Brand Medium";color:#f37e27;font-size:16px;margin:30px 0;line-height:26px}
.tombInner .financingType{font-family:"PNC Brand Bold";color:#484848;font-size:14px;margin:5px 0}
.tombInner .propertyType{font-family:"PNC Brand Bold";color:#484848;text-transform:uppercase}
.tombInner .cityState{font-family:"PNC Brand";color:#484848;font-size:13px;margin:0}
.tombInner .sizingUnits{font-family:"PNC Brand";color:#484848;font-size:13px;margin:5px 0 10px}
.industryDesc{margin:0;color:#fff;font-size:11px;text-align:center;font-weight:bold;line-height:14px;padding:11px 1px;}

@media only screen and (min-width:600px) {
    
}

@media screen and (min-width:980px) {
    
}