.image-grid-section-wrapper{
    margin-bottom: 30px;
}

.image-grid-section-wrapper p{
    font-family: "expressway", serif;
	font-weight: 500;
}

.image-grid-section-wrapper p.description {
	text-align: left;
}

/* General Overrides */
.image-grid-section-wrapper .btn-feature{
	background-color: #fff;
    overflow: hidden;
	text-decoration: none;
}

.image-grid-section-wrapper .btn-feature img{
    width: 100%;
    transition: all 0.5s ease;
}


.image-grid-section-wrapper .btn-feature .btn-feature-container{
    padding: 0px 20px;
    position: relative;
}

.image-grid-section-wrapper .btn-feature .btn-flat{
    background: #fff;
    color: #111;
    width: 100%;
}

.image-grid-section-wrapper .btn-feature:hover .btn-flat {
    background-color: #FFF;
}

.image-grid-section-wrapper .btn-flat > span{
	font-family: 'expressway';
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.image_grid{
    margin-bottom: 30px;
}

.image-grid-section-wrapper .top-section{
	text-align: center;
    margin-top: 10px;
}
.image-grid-section-wrapper .top-section .logo-wrapper{
    position: relative;
    bottom: 10px;
}
.image-grid-section-wrapper .top-section .sub-title{
    font-family:'expressway';
	font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
}
.image-grid-section-wrapper .top-section .title-wrapper{
    font-family: 'expressway';
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
}
.custom_imagebox_grid .sub-title{
    display:none;
}

@media only screen and (min-width: 64.063em) {
    .image-grid-section-wrapper .btn-feature .image-wrapper:hover img{
        transform: scale(1.1);
    }
}


.custom_imagebox_grid .sub-title{
    display:none;
}

.image-grid-section-wrapper.image-grid-styled .sub-title{
    display:block;
    font-size: 16px;
    font-family: 'expressway';
    text-align:left;
    text-transform: uppercase;
    padding-bottom: 12px;
    height: 32px;
    padding: 5px 10px 2px;
}
.image-grid-section-wrapper.image-grid-styled .sub-title.yellow{
    position: absolute;
    top: -1em;
    background-color: #FFDF00;
    width: max-content;
    color: #000;
    font-weight: 700;
}

.image-grid-section-wrapper.image-grid-styled .btn-feature .btn-flat {
    /* text-align: left; */
    padding: 0 0 12px 0;
}
.image-grid-section-wrapper.image-grid-styled .btn-feature .btn-flat span{
	font-family: 'expressway';
	font-weight: 700;
	font-size: 20px;
}
.image-grid-section-wrapper.image-grid-styled .btn-feature .btn-feature-container {
    padding: 0;
    /* text-align: left; */
    clear:both;
}
.image-grid-section-wrapper.image-grid-styled .btn-feature .image-wrapper {
    float: left;
    margin-bottom: 12px;
}
.image-grid-section-wrapper.image-grid-styled .medium-block-grid-1 .btn-feature .image-wrapper { float: none; }

.image-grid-section-wrapper.image-grid-styled p.description{
        line-height: 18px;
}
