/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) { 


.flexlistrow h4{
	margin-top: 0px;
}

.catheader {
    display: table-cell;
    vertical-align: bottom;
	height: 400px;
	width: auto;
}
	.catimage{
	height: 400px
}
	
.catheaderholder {
float: right;}

.rhsbuttons {
	text-align: right;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1199px) { 
.catimage{
	height: 350px
}

.catheader {
    display: table-cell;
    vertical-align: bottom;
	height: 350px;
	width: auto;
}
	
.flexlistrow h4{
	margin-top: 0px;
}

.catheaderholder {
float: right;}
}
.rhsbuttons {
	text-align: right;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.catimage{
	height: 250px
}
	
.flexlistrow h4{
	margin-top: 0px;
}
.catheader {
    display: table-cell;
    vertical-align: bottom;
	height: 250px;
	width: auto;
}

.catheaderholder {
float: right;}
	
	
	.greybg h3 , .darkergreybg h3 {
	font-size: 18px;
	}
	
.rhsbuttons {
	text-align: center;
}
}
/* Portrait tablet to landscape and desktop */
@media(min-width: 585px) and (max-width: 767px) {
		.catimage{
	height: 250px
}

.catheader {
	height: 100px;
}

	.img-responsive {
	display:inline-block;
	}
.rhsbuttons {
	text-align: center;
	margin-bottom: 15px;
}
}

/* Landscape phones and down */
@media (max-width: 585px) {	
	
.catimage{
	height: 250px
}
.catheader {
	height: 100px;
}
.greybg h3 , .darkergreybg h3 {
	font-size: 18px;
	}
.rhsbuttons {
	text-align: center;	margin-bottom: 15px;

}

.joinusmodule h4 {
	min-height: 48px;
}
}

/* small*/
@media (max-width: 380px) {
}
