div.module.output.content_blocks {
	border: none;
}

/* Centre the text */
div.cb-quicklink {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.cb-flexheight .cb-quicklink{
	height: calc(100% - 20px);
}
.cb-flexheight {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

/* Centre the image */
div.cb-quicklink img {
	margin-left: auto;
	margin-right: auto;
}

.cb-image-fixed {
    overflow: hidden;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}


/** css for rollover stuff **/
div.cb-quicklink.panel-rollover{
	padding-bottom: 0px;
	text-decoration: none;
}
.cb-quicklink.panel-rollover a:hover{
	text-decoration: none;
}
.cb-quicklink.panel-rollover .panel-body{
	position: relative;
    margin: 20px;
    padding: 40px 15px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0);
    transition: box-shadow 0.35s;
}
.cb-quicklink.panel-rollover:hover .panel-body{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
}
.cb-quicklink.panel-rollover h3, .cb-quicklink.panel-rollover .panel-body:after {
    transition: margin 0.35s;
}

.cb-quicklink.panel-rollover .cb-ql-txt{
	opacity : 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-ms-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	display:block;
}

.cb-quicklink.panel-rollover .cb-ql-txt,.cb-quicklink.panel-rollover h3 {
	z-index:1;
	position: relative;
}
.cb-quicklink.panel-rollover:hover h3{
	margin-top:0;
}
.cb-quicklink.panel-rollover:hover .cb-ql-txt {
	opacity : 1;
	margin-bottom: 20px;
}
.cb-quicklink.panel-rollover:hover .panel-body:after {
    content: '';
    margin-top: 20px;
}

.cb-quicklink.panel-rollover img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200%;
	max-height: 200%;
    min-width: 100%;
    min-height: 100%;
	transition: opacity 0.35s;
}
.cb-quicklink.panel-rollover:hover img {
	opacity: 0.3;
}
.cb-card.clearfix {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cb-fullwidth > .cb_quicklink > .cb_ql_heading, .cb-fullwidth > .cb_card > .cb_card_heading {
    padding-left: 30px;
    padding-right: 30px;
}

.cb-fullwidth *, .cb-accordian *, .cb_quicklink *, .cb_card *, .cb_tabs *, .cb_quicklink .panel.cb-quicklink {
    color: inherit;
}
@media(min-width:992px){
	.col-xs-12.col-md-12-5{
		width:20%;
	}
}