ul.news li .content-wrapper {
    min-height: 185px;
}
.supplier-items li.item .block-content-wrapper {
    min-height: 330px;
}
.event-item {
    overflow: hidden;
    min-height: 378px;
}

.logged-in ul.news li .content-wrapper {
    min-height: 195px;
}
.logged-in .supplier-items li.item .block-content-wrapper {
    min-height: 340px;
}

.logged-in .event-item {
    overflow: hidden;
    min-height: 405px;
}

.expanding-formatter.expanded .expanding-formatter-summary{ 
	display: none;
}
.form-item-captcha-response{
}
.form-item-captcha-response label{
	float: left;
	margin-right: 20px;
	margin-top: 11px;	
}

.form-item-captcha-response .field-prefix{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.node-webform form .form-item-captcha-response input{
	border: 1px black solid;
	width: 40%;
	margin-left: 10px;
}
.form-item-captcha-response .description{
	display: block;
	margin: 10px 0;
	width: 100%;	
}
.find-an-event div.form-type-select, .find-an-event .search-filter div.form-type-select, .find-an-event #edit-name-wrapper .form-type-textfield{
    position: relative;
    display: block;
    border: none !important;
    vertical-align: middle;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 10px;
    width: 332px;
}
.find-an-event #edit-name-wrapper .form-type-textfield{
	position: relative;
    margin-right: -17px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
        .supplier-items li.item img{
                width: 100%;
        }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
        .supplier-items li.item img{
                width: auto;
        }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
        .supplier-items li.item img{
                width: 100%;
        }

}

   