/** CTA **/
.cta {
	width: auto;
	height: 185px;
	position: relative;
}
.cta .inner > h3 {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	max-width: 70%;
	color: white;
	font-size: 24px;
}
.cta .inner {
	width: 100%;
    height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.cta a {
	transition: all 0.25s;
}
.cta a:hover .inner {
	opacity: 0.8;
}

/** ABOUT BLOCK **/
.about-block {
	padding: 1.5rem;
	background: #EFF7F6 url(/wp-content/themes/cc-joints-wireframe/assets/images/aboutbg.png) no-repeat right bottom;
	background-size: 60% 90%;
}

/** SIDEBAR CTA **/
.sidebar-cta {
	margin-bottom: 2rem;
}
.sidebar-cta > .image {
	margin-bottom: 1.25rem;
}
.sidebar-cta > h3 {
	font-size: 24px;
	color: #00ACA6;
	line-height: 35px;
	margin-bottom: 0.75rem;
}
.sidebar-cta > .excerpt {
	margin-bottom: 1rem;
}
.sidebar-cta > .excerpt > p:last-child {
	margin-bottom: 0;
}
.file-download {
	margin-bottom: 2rem;
}
.file-download h3.heading {
	font-size: 18px;
	line-height: 27px;
	color: #644A3A;
	margin-top: 1rem;
}
.intro > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 1.5rem;
}
.service {
    width: 100%;
    overflow: hidden;
    padding-bottom: 2rem;
    clear: both;
    display: flex;
    align-items: center;
}
.service .icon {
	float: left;
	width: 30%;
	padding: 2rem;
	margin: 0;
}
.service .contain {
	float: left;
	width: 70%;
}
.resource-block {
	margin-top: 3rem;
}
.resource-block > h3 {
	color: #46382F;
}
.resource-block > .files > a {
	margin-right: 1.5rem;
}
.fnz-tile {
	background-color: rgba(33,156,0,1);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(33,156,0,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(33,156,0,1);
	box-shadow: 6px 6px 0px 0px rgba(33,156,0,1);
    height: 215px;
    margin-bottom: 2rem;
	position: relative;
}
.fnz-tile:hover {
	cursor: pointer;
}
.fnz-tile-inner {
	display: block;
	background-size: cover;
	height: 100%;
}
.fnz-tile h3 {
	color: #FFF;
	font-size: 24px;
	line-height: 35px;
}
.fnz-tile:hover h3 {
	color: white;
}
.fnz-tile .viewmore {
	color: white;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 1rem;
	display: inline-block;
	padding-right: 2.5rem;
	background: transparent url(/wp-content/themes/cc-joints-wireframe/assets/images/whitecaret.svg) no-repeat right 1.5rem top 50%;
	background-size: 8px 6px;
	transition: all 0.25s;	
}
.fnz-tile .viewmore:hover {
	background-position: right 1rem top 50%;	
}
.demo-inner {
	display: block;
	padding: 2rem 1rem;
	background: transparent url(/wp-content/themes/cc-joints-wireframe/assets/images/fnzmask.svg) no-repeat left bottom;
	background-size: contain;	
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.demo-inner.side {
	background: transparent url(/wp-content/themes/cc-joints-wireframe/assets/images/fnzmask2.svg) no-repeat left bottom;
	background-size: contain;
	background-size: cover;
    width: 100%;
    height: 52%;
}
.fnz-hover-mask {
	height: 100%;
    width: 100%;
	transition: all 0.25s;
}
.fnz-hover-mask:hover {
	background-color: rgba(33,156,0,0.5);
	background-blend-mode: multiply;
}
/** FNZ **/
.fnz-contents {
	background-color: #eff7f6;
}
.fnz-contents > .contents {
	padding: 2rem;
}
.fnz-contents > h2 {
	color: white;
    background-color: #644a3a;
    padding: 1rem;
    margin: 0 -1px;
	font-size: 27px;
}
.fnz-contents ul > li > a {
    font-weight: bold;
    display: inline-block;
    padding-right: 1.5rem;
    background: transparent url(/wp-content/themes/cc-joints-wireframe/assets/images/readmoreArrow.png) no-repeat right 10px top 50%;
    background-size: 6px 5px;
    transition: all 0.25s;
	color: #88C90E;
}
.fnz-contents ul > li > a:hover {
	background-position: right 0px top 50%;
}
.fnz-contents ul {
	margin-left: 0 !important;
}
.fnz-contents ul > li {
	list-style: none;
}
@media screen and (max-width: 80rem) {
	.cta {
		height: 140px;
	}
	.demo-inner {
		background-size: 100%;
		padding-bottom: 0;
	}	
	.fnz-tile h3 {
		line-height: 1.1;
	}
	.fnz-tile .viewmore {
		display: none;
	}
}
@media screen and (max-width: 60rem) {
	.fnz-tile h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 40rem) {
	.demo-inner {
		background-size: 100%;
	}
}