@import url('../../York/css/medium.css');


/* Typography */

	.text-block .two-columns {
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
	
	blockquote {
		margin: 42px 0 19px 0;
		position: relative;
		width: 100%;
		max-width: 100%;
		left:0;
	}


/* Page */

	.some-news .width1of2 { width: 50%; padding-right: 5%;}


	/* Header */
	
	.header-band .table { min-height: 225px; }
	
	.header-band .featured-image { width: 40% !important;  }
	.header-band .featured-text { width: 60% !important;  }
	
	
	/* Spacing */
	
	.sp-big.twitter-holder { padding-top: 10px; }
	
	.sp-big.hassubpages { padding-top: 10px; }



/* Headings */

	h1,
	h1.page-title,
	.rslides h1.page-title {
		font-size: 22px;
		line-height: 26px;
	}
	
	
	
/* Images */

	.band .featured-image img {
		margin: 3em 0 3em 2em;
		max-width: 60%;
		height: auto;
		max-height: 150px;
		width: auto;
		padding: 0;
	}
	
	
/* Lists */

	/* CTA Box */
	
	.cta-box ol li,
	.cta-box ul li {
		width: 50%;
		padding-right: 5%;
	}
	
	/* Work */
	
	.work ul.width1of1 li.width1of3,
	.width1of4.case-study.block {
		width: 50%;
		padding-right: 5%;
		border-bottom: none;
	}