/* @override https://viac.com.au/resources/css/resources.css */

.node-type-resources-forms h1.page-header { display:none;}
.node-type-resources-forms .title-line { display:none;}
.node-type-resources-forms .region-content h1 { margin-bottom:50px; text-align:center;}
.node-type-resources-forms .region-content .block-block .section-heading { margin-bottom:44px;}

.page-resources-forms .main-content {
	max-width: 680px;
	margin: 0px auto;
    padding: 55px 0px 85px;
}

.page-resources-forms .main-content hr { display:none;}

.sub-heading { text-align:center; padding-bottom:25px;}
.sub-heading h2 { font-weight:400; font-size:25px;}


.resource-box {
	height: 265px;
	width: 208px;
	background: #fff;
	margin: 0px auto;
	margin-bottom: 13px;
	position: relative;
	
}

.resource-box .resource-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	background: #282460;
	padding: 20px;
	display: none;
	
}

.resource-box:hover .resource-overlay {
	display: block;
}

.resource-box .resource-overlay p, .resource-box .resource-overlay h3 { color: #fff; text-align: center; font-size: 14px; line-height: 1.3; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; }

.resource-box .resource-overlay h3 {text-transform: uppercase; font-size: 14px; margin-bottom: 10px;font-weight: 400; font-family: 'Roboto Condensed', sans-serif; }

.resource-box img {
	margin-top: 65px;
	text-align: center;
    float: none;
    display: inline-block;
}

.about-info .main-content .resource-box h5 {
	
	max-width: 165px;
	text-align: center;
	margin: 10px auto;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding-top:5px;
	line-height: 19px;
	
}

@media only screen and (max-width: 767px) {
.sub-heading h2 { font-weight:400; font-size:18px;}
}


/*
.resource-box .resource-container {
	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
*/