@charset "utf-8";
.crumbs {
    display:none !important;
}
img.bb-cover {
    position: relative;
    bottom: 4px;
}
.bb-home-grid{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	align-items: center;
}
.bb-home-grid-item{
	width:32%;
	height: 100px;
	background: #31526c;
	text-align: center;
	margin: 0 6px;
	transition: background 1s ease-in-out;
}
.bb-home-sidebar{
	width:98%;
    margin: 0;
}
.bb-home-grid-item.bb-home-sidebar {
    margin-top: 28px;
}    
.bb-home-grid .first{
    margin-left: 0;
}
.bb-home-grid .last{
    margin-right: 0;
}
.bb-home-grid-item a{
	text-decoration: underline;
    height: 100%;
    width: 100%;
    display: block;
}
.bb-home-grid-item a{
    text-align: center !important;
}
.bb-home-grid-item:hover{
	background: #416c91;
}
.bb-home-grid-item:hover a{
	cursor: pointer;
    text-decoration: none;
}
a.bb-buy-now {
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    width: 100%;
}
@media (max-width: 800px) {
	.bb-home-grid {
		flex-direction: column;
	}
	.bb-home-grid-item{
		width:98%;
        margin: 20px 0;
	}
    img.bb-cover {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .blue-book .sos-exhibitsbranding {
        background: #f5f5f5 url(/blue-book/PublishingImages/bluebook-banner.png) no-repeat;
        background-size: 100%;
    }
    img.bb-cover {
        display: block;
        margin: 0 auto;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .main-content .bb-home-grid-item {
        width: 31%;
    }
    img.bb-cover {
        display: block;
        margin: 0 auto;
        width: 215px;
    }
}