
/* Can't do this - it conflicts and changes other parts of the site.

'.col-md-12.content.boxed
{
	padding: 0 !important;
}

*/

/*.cct-feature-container h1
{
	font-size: 64px;
	font-weight: 600;
}*/

.cct-feature-container .boxed
{
	/*padding: 0 0 90px 0;*/
	margin-bottom: 80px;
	display: inline-block;
    width: 100%;
}


/*.boxed:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #444;
}*/


	.feature-header-item
	{
		display: inline-block;
		text-align: center;
	}

	.feature-header-item img
	{
		width: 80%;
		margin: 0 !important;
		padding: 0 !important;
	}

	.cct-strapline
{
	width: 100%;
	text-align: center;
}

	.cct-strapline a
	{
		margin: 0;
		font-size: 17px;
	}

	.cct-strapline h2
	{
		font-size: 24px !important;
		font-weight: normal !important;
		margin: 0 0 80px 0 !important;
		color: #333 !important;
		 line-height: 40px;
	}

	.cct-strapline.no-padding h2
	{
		margin: 0 !important;
	}

	.cct-strapline.with-call-to-action
	{
		padding: 60px 0 60px 0;
		border-bottom: 1px solid #ccc;
	}

	.cct-strapline.add-padding
	{
		padding: 60px 0 0 0;
		border-bottom: 1px solid #ccc;
	}

	.cct-strapline.with-call-to-action h2
	{
		margin: 0 0 0 0 !important;
	}

@media (min-width: 992px) {

	.feature-header
	{
		position: relative;
		height: 0px;
		padding: 0;
		margin: -80px -80px 0 -80px;
		height: 300px;
		background: #B8ECFF;
	}
		.feature-header-item
		{
			position: absolute;
			width: 100%;
			top: -40px;
			height: 360px;
			bottom: 0px;
			text-align: center;
			padding: 0;
			margin: 0;
		}

		.feature-header-item img
		{
			width: auto;
		}
}

.cct-feature-item
{
	display: flex;
	/*width: 1000px;*/
	margin: 0 auto 0 auto;
	padding: 0;
	align-items: stretch;
	flex-direction: row-reverse;
}

	.cct-feature-item h3
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 32px;
		margin: 0 0 30px 0 !important;
		padding: 0;
	}

	.arrows .cct-feature-item h3
	{
		margin: 30px 0 30px 0 !important;
	}



.cct-feature-item-col
{

	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-basis: 50%;
}





@media (min-width: 100px) {
	.cct-feature-item
	{
		display: flex;
		width: 100%;
		margin: 0 auto 0 auto;
		/*padding: 30px;*/
		align-items: stretch;
		flex-direction: column;
	}

	.cct-feature-item-col
	{
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-basis: 100%;
		padding: 25px 0 25px 0;
	}

	.cct-feature-item-row a
	{
		width: 100%;
		text-align: center;
	}

	.cct-feature-item-graphic img
	{
		width: 65%;
	}

}



/*@media (min-width: 768px) {

	.cct-feature-item
	{
		display: flex;
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0;
		align-items: stretch;
		flex-direction: column;
	}

	.cct-feature-item-col
	{
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

}*/

@media (min-width: 992px) {



	.cct-feature-item
	{
		display: flex;
		margin: 0 auto 0 auto;
		padding: 60px;
		align-items: stretch;
		flex-direction: row-reverse;
	}

	.cct-feature-item.reverse
	{
		flex-direction: row;
	}

	.cct-feature-item-row .cct-feature-item .cct-feature-item-col:first-child
	{
		padding: 0 0 0 25px;
	}

	.cct-feature-item-row .cct-feature-item .cct-feature-item-col:last-child
	{
		padding: 0 25px 0 0;
	}

	.cct-feature-item-row .cct-feature-item.reverse .cct-feature-item-col:first-child
	{
		padding: 0 25px 0 0;
	}

	.cct-feature-item-row .cct-feature-item.reverse .cct-feature-item-col:last-child
	{
		padding: 0 0 0 25px;
	}

	.cct-feature-item-row a
	{
		width: auto;
		text-align: center;
	}

	.cct-feature-item-graphic img
	{
		width: 100%;
	}

	.reverse .cct-feature-item-graphic img
	{
		width: 100%;
	}

}

@media (min-width: 1200px) {



	.cct-feature-item
	{
		display: flex;
		/*width: 1000px;*/
		margin: 0 auto 0 auto;
		padding: 80px 80px 0 80px;
		align-items: stretch;
		flex-direction: row-reverse;
	}

	.cct-feature-item.reverse
	{
		flex-direction: row;
	}

	.cct-feature-item-col
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cct-feature-item-row:first-of-type .cct-feature-item-col
	{
		padding: 80px 80px 60px 80px;
	}

	.cct-feature-item-row .cct-feature-item .cct-feature-item-col:first-child
	{
		padding: 0 0 0 30px;
	}

	.cct-feature-item-row .cct-feature-item .cct-feature-item-col:last-child
	{
		padding: 0 30px 0 0;
	}

	.cct-feature-item-row .cct-feature-item.reverse .cct-feature-item-col:first-child
	{
		padding: 0 30px 0 0;
	}

	.cct-feature-item-row .cct-feature-item.reverse .cct-feature-item-col:last-child
	{
		padding: 0 0 0 30px;
	}

	.alt-bg-colour .cct-feature-item, .arrow .cct-feature-item
	{
		padding: 80px 80px 80px 80px;

	}

	.cct-feature-item-row a
	{
		width: auto;
		text-align: center;
	}

}

.cct-feature-item-row.alt-bg-colour
{
	background: #0088ff;
	color: #fff !important;

}


.cct-feature-item-row.arrow
{
	background: #ffffff url('/wp-content/themes/crowdcontent/images/feature-alt-colour-arrow.png') top center no-repeat;
}

.cct-feature-item-row.alt-bg-colour.arrow
{
	background: #0088ff url('/wp-content/themes/crowdcontent/images/feature-white-arrow.png') top center no-repeat;
	color: #fff !important;
}

.cct-feature-item-row.alt-bg-colour h3
{
	color: #fff;
}

/*.col-md-12.content.alt-colour .cct-feature-item-row:nth-child(odd)
{
	background: #3DA3FF;
	color: #fff !important;
}

.col-md-12.content.arrows .cct-feature-item-row:nth-child(odd)
{
	background: #3DA3FF url('/wp-content/themes/crowdcontent/images/feature-white-arrow.png') top center no-repeat;
	color: #fff !important;
}

.col-md-12.content.arrows .cct-feature-item-row:first-of-type(1)
{
	background: #3DA3FF;
}

.col-md-12.content.alt-colour .cct-feature-item-row:nth-child(odd) h3
{
	color: #fff !important;
}

.col-md-12.content.arrows .cct-feature-item-row:nth-child(odd) h3
{
	color: #fff !important;
}

.col-md-12.content.alt-colour .cct-feature-item-row:nth-child(even)
{
	background: #fff;
}

.col-md-12.content.arrows .cct-feature-item-row:nth-child(even)
{
	background: #fff url('/wp-content/themes/crowdcontent/images/feature-gray-arrow.png') top center no-repeat;
}*/

/* this is not a good hack :( */
/*.boxed p:nth-of-type(1)
{
	display: none;
}*/

/*.alt-colour .cct-feature-item-row:nth-of-type(2)
{
	background: #3DA3FF;
}*/



		.wide .cct-feature-item-graphic
		{
			flex-grow: 1;
		}

		.wide .cct-feature-item-info
		{

			flex-grow: 2;
		}

		.cct-feature-item-graphic img
		{
			/*padding: 40px 0 0 40px;*/
			margin: 0 !important;
		}

		.reverse .cct-feature-item-graphic img
		{
			/*padding: 40px 40px 0 0;*/
			margin: 0 !important;
		}

		.cct-feature-item-content
		{

		}

			.cct-feature-item-content p
			{
				font-family: 'Roboto', sans-serif;
				/*font-weight: bold;*/

				font-weight: normal;
			}

			.cct-feature-item-content p:last-child
			{
				font-weight: normal;
			}



.cct-feature-item br
{
	display: none;
}

/* buttons in item */

.cct-feature-item-row a,.how-it-works-row a,.cct-strapline a, a.cct-button
{
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	border-radius: 5px;
	line-height: 48px;
	margin-top: 30px;
	padding: 0 35px 0 35px;
	text-decoration: none !important;
	transition: all 0.3s;
	text-align: center;
}

.cct-feature-item-row a:hover,.how-it-works-row a:hover,.cct-strapline a:hover, a.cct-button:hover
{
	background: #0088ff;
	color: #ffffff;
}

.cct-feature-item-row a,.how-it-works-row a,.cct-strapline a, a.cct-button
{
	border: 1px solid #0088ff;
	color: #0088ff;
}

.cct-feature-item-row a:hover,.how-it-works-row a:hover,.cct-strapline a:hover, a.cct-button:hover
{
	background: #0088ff;
	color: #ffffff;
}

.cct-feature-item-row.alt-bg-colour a
{
	border: 1px solid #fff;
	color: #fff;
}

.cct-feature-item-row.alt-bg-colour a:hover
{
	background: #ffffff;
	color: #0088ff;
}

/* end of buttons */



.cct-feature-banner
{
	position: relative;
	background: #0088FF;
	padding: 0;

	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

	.cct-feature-banner:before
	{
		content: "";
		position: absolute;
		background: #0088FF;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.8;
		z-index: 1;
	}

	.cct-feature-banner-table
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 20px auto 20px auto;
		height: 100%;
		z-index: 2;
	}

		.cct-feature-banner-table-cell
		{
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			width: 100%;
			text-align: center;
		}

			.cct-feature-banner-table-cell.no-feature-banner-image
			{
				padding: 80px 0;
			}

			.cct-feature-banner-table-cell img
			{
				max-width: 80%;
			}



@media (min-width: 992px)
{
	.cct-feature-banner-table
	{
		margin: 0 auto 0 auto;
		display: table;
		width: 970px;
	}

	.cct-feature-banner-table-cell
	{
		display: table-cell;
		width: 50%;
	}

	.cct-feature-banner-table-cell img
	{
		max-width: none;
		max-height: 350px;
	}
}

@media (min-width: 1200px) {


	.cct-feature-banner-table
	{
		width: 1170px;
	}


}


.cct-feature-align-center
{
	text-align: center;
}

.cct-feature-banner h2 {
	font-weight: 600;

	color: #fff;
	line-height: 40px;
}

.cct-feature-banner a {
	border: 1px solid #FFF;
  color: #FFF;
	font-family: 'Roboto', sans-serif;
  display: inline-block;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 35px 0 35px;
	font-size: 17px;
	margin: 15px;
	text-decoration: none !important;
	transition: all 0.3s;
}

.cct-feature-banner a:hover {
	background: #fff;
  color: #08F;
}

@media (min-width: 100px)
{

	/*.cct-feature-banner img
	{
		width: 300px;
		height: 225px;

		position: absolute;
		margin: -122px 0 0 -150px;
	}*/

	/*.cct-feature-banner h2
	{
		margin: 20px 0 0 0;
	}

	.cct-feature-banner.with-feature-banner-image h2
	{
		margin: 150px 0 0 0;
	}*/

}

@media (min-width: 992px)
{
	/*.cct-feature-banner img
	{
		width: 500px;
		height: 375px;

		position: absolute;
		margin: -160px 0 0 -250px;
	}

	.cct-feature-banner.with-feature-banner-image h2
	{
		margin: 20px 0 0 0;
	}*/

	.cct-feature-container .cct-feature-banner
	{
		margin: 150px 80px 80px 80px;
	}
}



/* HOW IT WORKS */

#feature-numbered-items
{
	margin: 40px 0 0 0;
}

.how-it-works-row
{
	margin: 0 0 40px 0;
}

.how-works-center-number,.how-it-works-image
{
	display: none;
}

.how-works-title-number-container
{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align:center;
	z-index: 0;
	margin: 0 0 20px 0;
}

.how-works-title-number
{
	background: #3E7CAF;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.how-works-title-number-container:after
{
	top: 20px;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	height: 1px;
	background: #3e7caf;
	z-index: -1;
}

.how-works-cell-content
{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	 font-size: 17px;
	line-height: 1.8em;
}

.how-works-cell-content a
{
	width: 100%;
	text-align: center;
}

	.how-it-works-blurb h3
	{
		text-align: center;
	}

.how-it-works-blurb .how-it-works-image
{
	display: block;
	text-align: center;
	margin: 40px 0;
}

	.how-it-works-blurb .how-it-works-image img
	{
		width: 100%;
	}

@media (min-width: 768px)
{

}

@media (min-width: 992px)
{

.how-works-cell-content a
{
	width: auto;
	text-align: left;
}

.how-it-works-blurb h3
{
	font-size: 32px;
	line-height: 50px;
	margin: 0 0 15px 0;
	text-align: left;
}

	#feature-numbered-items
	{
		margin: 0 0 0 0;
	}

	.how-it-works-blurb .how-it-works-image
	{
		display: none;
	}

	.how-it-works-image
	{
		display: block;
	}

	.how-works-title-number,.how-works-title-number-container
	{
		display: none;
	}

	/*#how-it-works
	{
		height: auto;
		width: 1010;
		margin: 0 auto 0 auto;
	}*/

	.how-it-works-row
	{
		height: 430px;
		width: 100%;
		margin: 0;
	}

		.how-works-cell
		{
			display: table;
			float: left;

			height: 100%;
			margin: 0 -50px 0 -50px;
			width: 100px;

			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.how-works-cell:first-child
		{
			width: 50%;
			margin: 0;
			padding: 0 100px 0 0;
		}

		.how-works-cell:last-child
		{
			width: 50%;
			margin: 0;
			padding: 0 0 0 100px;
		}

		.how-works-cell.no-padding
		{
			padding: 0;
		}


			.how-it-works-blurb h3
			{
				font-size: 32px;
				line-height: 40px;
			}


				.how-works-cell-content img
				{
					max-height: 220px;
				}

			.no-padding img
			{
				/*max-height: 100%;*/
				max-width: 477px;
				margin: 0 0 40px 0;
			}



			.how-works-cell-content.align-center
			{
				text-align: center;
			}

			.no-padding .how-works-cell-content.align-center
			{
				text-align: left;
			}





				.how-works-center-number
				{
					display: block;
					position: relative;
					background: #3e7caf;

					width: 100px;
					height: 100px;

					border-radius: 50px;

					line-height: 100px;
					color: #fff;
					font-size: 50px;
					z-index: 1;
					text-align: center;
				}

				.how-works-center-number:after
				{
					top: -100px;
					left: 50%;
					position: absolute;
					content: "";
					width: 4px;
					margin: 0 0 0 -2px;
					background: #3e7caf;
					height: 430px;
					z-index: -1;
				}

				.how-it-works-row:first-child .how-works-center-number:after
				{
					top: 0;
					bottom: 0;
					background: #3e7caf;
					z-index: -1;
				}

				.how-it-works-row:last-child .how-works-center-number:after
				{
					top: -100px;
					background: #3e7caf;
					height: 200px;
					z-index: -1;
				}
}



@media (min-width: 1200px)
{
	.how-works-cell-content img
	{
		max-height: 270px;
	}

	.no-padding img
	{
		max-height: 100%;
	}
}


.cct-new-feature-cell
{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

.cct-new-feature-cell.media
{
	display: none;
}


	.cct-new-feature-cell.blurb hr
	{
		height: 1px;
		border: 0; border-top: 1px solid #0088ff;
		  margin: 0 0 20px 0; padding: 0;
	}

		#home-content hr
		{
			display: none;
		}

	.cct-new-feature-cell.blurb h3
	{
		margin-top: 20px;
		text-align: center;
	}

	.cct-new-feature-cell.blurb img
	{
		width: 100%;
		margin: 40px 0;
	}



@media (min-width: 768px)
{

}

@media (min-width: 992px)
{

	.cct-new-feature-row
	{
		display: table;
		height: 350px;
	}

		.cct-new-feature-cell
		{
			display: table-cell;
			width: 50%;
		}

		.cct-new-feature-cell.media
		{
			display: table-cell;
			text-align: center;
		}

			.cct-new-feature-row .cct-new-feature-cell:first-child
			{
				padding: 0 50px 0 0;
			}

			.cct-new-feature-row .cct-new-feature-cell:last-child
			{
				padding: 0 0 0 50px;
			}

			.cct-new-feature-cell img
			{
				max-height: 270px;
			}

			.cct-new-feature-cell.blurb img,.cct-new-feature-cell.blurb hr
			{
				display: none;
			}


				.cct-new-feature-cell.blurb h3
				{
					font-size: 32px;
					line-height: 40px;
					margin: 0 0 15px 0;
					text-align: left;

				}




}



