* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------------------------------------------------------------------
Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Clearing for modern browsers */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
/* Clearing for IE 6/7 (trigger hasLayout) */
.group {
    zoom:1;
}

::-moz-selection {
  /* Moz text selection colours */
  background: #e76836;
  color: #fff;
}

::selection {
  /* Text selection colours */
  background: #e76836;
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------------
BASE (Wherever this element is on the page, it should look like this)----------------------------------------
---------------------------------------------------------------------------------------------------------- */

html {
	background: #f0f0f0;
}

body {
	font-size: 62.5%;
	font-family: "aktiv-grotesk-std", Arial, sans-serif;
	font-weight: 400;
	color: #444;

	-webkit-font-smoothing: antialiased;
}

a {
	color: #e76836;
	text-decoration: underline;
}

a:hover {
	color: #e76836;
	text-decoration: none;
}

.content ul,
.content ol,
.job-list li ul,
.job-list li ol {
	padding-bottom: 15px;
}

.content ul li,
.content ol li,
.job-list li li {
	list-style: outside;
	margin-left: 20px;
	font-size: 1.6em;
	line-height: 140%;
	margin-bottom: 5px;
}

.content ol li {
	list-style: decimal;
}

.content blockquote {
	border-left: 3px solid #333;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

	.content blockquote p {
		padding-bottom:0;
		font-style: italic;
		font-family: "ff-tisa-web-pro", Georgia, Times, serif;
		font-weight: 400;
		font-size: 2.0em;
		color: #222;
	}

@media screen and (min-width: 760px) {

	.content blockquote p {
		font-size: 2.2em;
	}

}

/* ------------------------------------
Typography ----------------------------
------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 130%;
	color: #222;
	clear: left
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
	padding-bottom: 10px;
}

h3 {
	font-size: 2.0em;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.8em;
	padding-bottom: 10px;
}

h5 {
	font-size: 1.8em;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 1.5em;
	padding-bottom: 10px;
	font-style: italic;
}

p {
	font-size: 1.6em;
	line-height: 140%;
	padding-bottom: 15px;
}

	.content address,
	.content pre {
		font-size:1.6em;
		padding-bottom:10px;
	}

.alt-text {
	font-family: "ff-tisa-web-pro", Georgia, Times, serif;
	font-weight: 700;
	font-style: italic;
}

@media screen and (min-width: 600px) {

	h1 {
		font-size: 3.0em;
	}

	h2 {
		font-size: 2.6em;
		padding-bottom: 15px;
	}

	h3 {
		padding-bottom: 5px;
	}

	h4,
	h5 {
		font-size: 2.0em;
	}

	h6 {
		font-size: 1.8em;
	}

}

@media screen and (min-width: 760px) {

	.content ol li,
	.content ul li,
	p {
		font-size: 1.8em;
	}

	p {
		padding-bottom: 20px;
	}

	.page-template-template-about-single-php p {
		padding-bottom: 15px;
	}

}

@media screen and (min-width: 1024px) {

	h1 {
		font-size: 3.2em;
	}

	.content ol li,
	.content ul li,
	p {
		font-size: 1.9em;
	}

}

/*------------------------------------
Forms
----------------------------------- */

.input-group {
	position: relative;
	overflow: hidden;
}

input,
textarea {
	-webkit-font-smoothing: antialiased;
}

.input-label {
	font-size: 1.4em;
	padding-bottom: 5px;
	display: block;
}

.text-input,
.wpcf7-text,
.wpcf7-dynamictext,
.wpcf7-textarea {
	border: 1px solid #ccc;
	padding: 8px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.text-input {
		font-size: 1.4em;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		margin-top:.2em;
		font-size:0.9em;
	}

	#g1ft-form input {
		margin-top: 3px;
		margin-bottom: 25px;
		height: 38px;
		width: 100%;
		float: left;
		clear: left;
	}

	#g1ft-form .submit-btn {
		width: auto;
	}

	@media screen and (min-width: 600px) {

		#g1ft-form input {
			max-width: 340px;
		}
	}

	#g1ft-WHERE {
		height: 38px;
		width: 100%;
		max-width: 340px;
		background: #fff;
		border: 1px solid #ccc;
		margin-bottom: 25px;
		font-size: 1.4em;
		float: left;
		clear: left;
	}


	#g1ft-ACCEPT_TERMS {
		margin-right: 10px;
		display: inline-block;
		height: auto !important;
		margin-bottom: 10px !important;
		width: auto !important;
	}

	#g1ft-form .c-left {
		padding-bottom: 18px;
	}

	#g1ft-WHERE.mce_inline_error {
		background: #fbdede;
	}

	#g1ft-form div.mce_inline_error {
		display: inline-block;
		width: auto;
		z-index: 100;
		padding: 7px 8px;
		font-size: 1.4em;
		float: left;
		clear: left;
	}

@media screen and (min-width: 600px) {

	#g1ft-form label {
		font-size: 1.6em;
	}

}
	.wpcf7-form label {
		font-size:0.9em;
		font-weight: 600;
	}

@media screen and (min-width: 600px) {
	.wpcf7-text,
	.wpcf7-dynamictext {
		max-width:340px;
	}
}

.wpcf7-response-output {
	font-size: 1.6em;
}

.directions {
	padding:20px 0 ;
	float:left;
	width:100%;
}

	.directions label {
		position:absolute;
		left: -999999px;
		top:0;
	}

	.directions .text-input {
		float: left;
		width: 100%;
		margin-top:2px;
	}

	.directions .btn {
		float:right;
		width:100%;
	}

@media screen and (min-width: 760px) {

	.directions .text-input {
		width: 55%;
	}

	.directions .btn {
		width:40%;
	}

}

#mc_embed_signup form.validate {
	padding: 0;
}

.sign-up__select {
	height: 34px;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
}

.btn-sml.sign-up__submit {
	border: none !important;
	font-size: 12px;
	margin: 0 !important;
}

/* ----------------------------------------------------------------------------------------------------------
LAYOUT (These are sections, they hold one or more Modules together)------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#main-content {
	background: #fff;
	z-index: 1;
	position: relative;
}

.l-wrapper {
	width: 100%;
	margin: 0 auto;
	background: #f0f0f0;
	position: relative;
}

.l-site-header {
	width: 100%;
	z-index: 500;

	/* Fallback/image non-cover color */
	background-color: #222222;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #333333));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #222222 0%, #333333 100%);
}

	.l-header-inner {
		width: 100%;
	}

.more-content,
.more-content ol {
	clear: left;
	float: left;
	width: 100%;
}

.page-template-template-about-single-php .more-content ol {
	padding-top: 35px;
}

.l-site-footer {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
}

@media screen and (min-width: 760px) {

	.home #main-content,
	#main-content {
		padding-top: 0;
		max-width: 1400px;
		margin: 0 auto;
	}

	.l-site-header {
		position: relative;
		height: auto;
	}

	.l-header-inner,
	.l-site-footer {
		width: 93.33333333%;
		max-width: 1400px;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (min-width: 1200px) {

	.home .l-site-header {
		background: none!important;
	}
}

.l-col-1,
.l-col-1b {
	width: 100%;
	padding-bottom: 20px;
	clear:left;
	float:left;
}

.l-col-2,
.l-col-2b {
	width: 100%;
}

.l-col-3 {
	width:100%;
}

.l-col-4,
.l-col-4b {
	width: 100%;
}

	.l-col-2,
	.l-col-2b,
	.l-col-4,
	.l-col-4b {
		margin-top:20px;
	}

.l-sidebar {
	width:100%;
	margin-top:40px;
}

.l-sidebarb {
	width:90%;
	margin:0 auto 0;
}

	.page-template-template-services-php .l-sidebarb,
	.page-template-template-events-php .l-sidebarb,
	.page-template-template-about-php .l-sidebarb {
		display: none;
	}

@media screen and (min-width: 760px) {

	.l-col-2,
	.l-col-4 {
		width: 47.916666666667%;
		float: left;
	}

	.l-col-2b,
	.l-col-4b {
		width: 47.916666666667%;
		float: right;
	}

	.l-sidebarb {
		width:93.333333333%;
	}

}

@media screen and (min-width: 960px) {

	.page-template-template-services-php .l-sidebarb,
	.page-template-template-events-php .l-sidebarb,
	.page-template-template-about-php .l-sidebarb {
		display: block;
	}

	.l-col-2,
	.l-col-2b,
	.l-col-4,
	.l-col-4b {
		margin-top:40px;
	}

	.l-col-4,
	.l-col-4b {
		width: 22.142857142857%;
		float: left;
		margin-left: 3.482142857143%;
	}

	.l-col-3 {
		width:64.166666666667%;
		float:left;
	}

	.l-sidebar,
	.l-sidebarb {
		width:28.333333333333%;
		float:right;
	}

		.l-sidebarb {
			margin:40px 40px 0 0;
		}
}

.l-inner,
.l-innerb {
	width: 90%;
	margin: 0 auto;
}

	.l-innerb {
		border-top: 2px solid #ccc;
		padding-top: 30px;
	}

	.l-default {
		background:#222;
		margin:0;
		padding:14px 10px 10px 9px;
	}

	.l-inner-default {
		background: #000;
		clear: left;
		margin-bottom: 20px;
	}

		.grey-heading {
			background:#f0f0f0;
		}

			.grey-heading .sub-title-1 {
				color:#222;
			}

.l-highlight-section {
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	padding: 15px 0 10px 0;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 760px) {

	.l-inner,
	.l-innerb,
	.l-highlight-section {
		width: 93.33333333%;
	}

	.l-highlight-section {
		padding: 30px 0 20px 0;
	}


}

@media screen and (min-width: 960px) {

	.l-default {
		padding:20px 10px;
	}
}

@media screen and (min-width: 1024px) {

	.l-col-1,
	.l-col-1b {
		padding-bottom: 40px;
	}

}

/* ----------------------------------------------------------------------------------------------------------
MODULES (Reusable, modular parts of our design) -------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*------------------------------------
Buttons
----------------------------------- */

.btn,
.submit-btn {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;

	border-radius: 3px;
	-webkit-font-smoothing: antialiased;

	background-color: #e76836;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #D05E31 0%, #E76836 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #D05E31 0%, #E76836 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #D05E31 0%, #E76836 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D05E31), color-stop(1, #E76836));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #D05E31 0%, #E76836 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #D05E31 0%, #E76836 100%);

}

.btn:hover,
.submit-btn:hover {
	color: #fff;
	text-decoration: none;

	background: #d45b2c;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #BF5228 0%, #D45B2C 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #BF5228 0%, #D45B2C 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #BF5228 0%, #D45B2C 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #BF5228), color-stop(1, #D45B2C));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #BF5228 0%, #D45B2C 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #BF5228 0%, #D45B2C 100%);
}

.btn-big,
.submit-btn {
	font-size: 1.4em;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
}

.btn-sml {
	font-size: 1.2em;
	font-weight: 700;
	padding: 6px 8px;
	text-transform: uppercase;
}

.btn-black,
.btn-black:hover {
	color: #ccc;
	background: #222;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #333333));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #222222 0%, #333333 100%);
}

	.btn-black:hover {
		color: #fff;
	}

.btn-white,
.btn-white:hover {
	color: #666;
	background: #fff;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
}

	.btn-white:hover {
		color: #222;
	}

.btn-disabled {
	background: #f0f0f0;
	color: #333333;
}

	.btn-disabled:hover {
		cursor: auto;
		background: #f0f0f0;
		color: #333333;
	}

.mobile-menu-btn {
	position: absolute;
	top: 10px;
	padding: 0;
	left: 15px;
	display: block;
	width: 40px;
	height: 30px;
	border: none;
	border-radius: 3px;
	-webkit-appearance: none;
	background: #fff;

	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
}

	.mobile-menu-btn i {
		background: url(../img/mob-menu-icon.png) no-repeat center center;
		display: block;
		text-indent: -9999px;
		width: 40px;
		height: 30px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {

		.mobile-menu-btn span {
			background: url(../img/mob-menu-icon@2x.png) no-repeat center center;
			background-size: 24px 15px;
		}
	}

.load-more-btn {
	padding-right: 40px;
	display: block;
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;

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

	.load-more-icon {
		background: url(../img/down-arrow.png) no-repeat center center;
		display: block;
		width: 13px;
		height: 14px;
		position: absolute;
		top: 50%;
		margin-top: -6px;
		right: 15px;
	}

.submit-btn {
	font-size:0.8em;
}

.pinterest-btn {
	color: #fff;
	background: #c8232c;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #C8232C 0%, #A81D25 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #C8232C 0%, #A81D25 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #C8232C 0%, #A81D25 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C8232C), color-stop(1, #A81D25));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #C8232C 0%, #A81D25 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #C8232C 0%, #A81D25 100%);

	max-width: 180px;
	margin: 20px auto;
	padding: 10px 60px;
	display: block;
}

	.pinterest-btn:hover {
		color: #fff;
		background:#8C181F;
		/* IE10 Consumer Preview */
		background-image: -ms-linear-gradient(top, #A81D25 0%, #8C181F 100%);
		/* Mozilla Firefox */
		background-image: -moz-linear-gradient(top, #A81D25 0%, #8C181F 100%);
		/* Opera */
		background-image: -o-linear-gradient(top, #A81D25 0%, #8C181F 100%);
		/* Webkit (Safari/Chrome 10) */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A81D25), color-stop(1, #8C181F));
		/* Webkit (Chrome 11+) */
		background-image: -webkit-linear-gradient(top, #A81D25 0%, #8C181F 100%);
		/* W3C Markup, IE10 Release Preview */
		background-image: linear-gradient(to bottom, #A81D25 0%, #8C181F 100%);
	}

	.pinterest-icon {
		background:url('../img/pinterest-icon@2x.png') 0 0 no-repeat;
		background-size: 18px 18px;
		width: 20px;
		height: 20px;
		float:left;
	}

		@media screen and (max-width: 320px) {
			.pinterest-icon {
				background:url('../img/pinterest-icon.png') 0 0 no-repeat;
			}
		}

.menu-donate {
	display: none;
}

@media screen and (min-width: 760px) {

	.mobile-menu-btn {
		display: none;
	}

	.menu-donate {
		display: inline-block;
		float: right;
		font-size: 1.2em;
		padding: 6px 8px;
		border-radius: 0 0 0 3px;
		margin: 0 0 0 10px;
	}


}

@media screen and (min-width: 960px) {

	.load-more-btn {
		margin: 20px auto 0;
	}

}

@media screen and (min-width: 1024px) {

	.menu-donate {
		clear: right;
		text-transform: uppercase;
		border-radius: 3px;
		font-weight: 700;
		font-size: 1.3em;
		padding: 8px 10px;
		margin-top: 20px;
	}

}

@media screen and (min-width: 1024px) {

	.menu-donate {
		font-size: 1.4em;
		padding: 10px;
		margin-top: 20px;
	}

}

.mobile-menu-donate {
	text-transform: uppercase;
	width: 88%;
	margin: 10px 15px;
	font-size: 1.4em;
	font-weight: 700;
	padding: 8px 0;
}

.social-btn {
	width: 100%;
	padding: 12px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.4em;
}

	.fb-btn,
	.fb-btn:hover {
		background: url(../img/facebook-f.png) 15px center #3b5998 no-repeat;
	}

	.tw-btn,
	.tw-btn:hover {
		background: url(../img/twitter-bird.png) 15px center #1eb1e7 no-repeat;
	}


	@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		only screen and (min-device-pixel-ratio : 1.5) {

		.fb-btn,
		.fb-btn:hover {
			background: url(../img/facebook-f@2x.png) 15px center #3b5998 no-repeat;
			background-size: 25px 25px;
		}

		.tw-btn,
		.tw-btn:hover {
			background: url(../img/twitter-bird@2x.png) 15px center #1eb1e7 no-repeat;
			background-size: 25px 25px;
		}

	}

.donate-btn {
	width: 90%;
	padding: 10px 5%;
	margin-bottom: 15px;
}

@media screen and (min-width: 760px) {

	.donate-btn {
		max-width: 250px;
	}

}

@media screen and (min-width: 960px) {

	.social-btn {
		display: none;
	}

}


/*------------------------------------
Header
----------------------------------- */

.site-logo {
	background: url(../img/mind-the-gap-logo-small.png) no-repeat;
	text-indent: -9999px;
	margin: 8px auto;
	width: 63px;
	height: 33px;
	padding-bottom: 0;
}

	.site-logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		only screen and (min-device-pixel-ratio : 1.5) {

			.site-logo {
				background: url(../img/mind-the-gap-logo-small@2x.png) no-repeat;
				background-size: 63px 33px;
			}

		}

@media screen and (min-width: 760px) {

	.site-logo {
		background: url(../img/mind-the-gap-logo.png) no-repeat;
		margin: 18px 0 -15px 0;
		width: 110px;
		height: 95px;
		float: left;
	}

}

	@media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (min-width: 760px),
		only screen and (min-device-pixel-ratio : 1.5) and (min-width: 760px) {

			.site-logo {
				background: url(../img/mind-the-gap-logo@2x.png) no-repeat;
				background-size: 110px 95px;
			}

		}

@media screen and (min-width: 1024px) {

	.site-logo {
		margin: 25px 0 -15px 0;
	}

}

.main-menu,
.main-sub-menu {
	display: none;
}

#mobile-menu {
	background: #222;
}

#mobile-menu ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #333;

	-webkit-box-shadow: 0 -1px 0 #111;
	-moz-box-shadow: 0 -1px 0 #111;
	box-shadow: 0 -1px 0 #111;
}

	#mobile-menu li {
		list-style: none;
	}

		#mobile-menu li a {
			text-decoration: none;
			font-size: 1.6em;
			color: #fff;
			display: block;
			padding: 15px;
			border-bottom: 1px solid #333;

			-webkit-box-shadow: inset 0 -1px 0 #111;
			-moz-box-shadow: inset 0 -1px 0 #111;
			box-shadow: inset 0 -1px 0 #111;
		}

#mobile-menu-overlay {
	-webkit-box-shadow: -10px 0px 5px red;
}

@media screen and (min-width: 760px) {

	#mobile-menu {
		display: none;
	}

	.main-menu,
	.main-sub-menu {
		display: block;
	}

	.main-menu {
		float: left;
		padding: 15px 0 0 15px;
	}

	.main-menu li {
		float: left;
		list-style: none;
	}

		.main-menu li a {
			display: block;
			padding: 15px 10px;
			font-size: 1.4em;
			color: #fff;
			text-decoration: none;
		}

	.main-menu a:hover,
	.main-sub-menu a:hover {
		color: #e76836;
	}

	.main-menu .current_page_item a,
	.post-type-archive-productions #menu-item-34 a,
	.main-menu .current-page-ancestor a ,
	.term-current #menu-item-34 a,
	.term-past #menu-item-34 a,
	.single-productions #menu-item-34 a {
		font-weight: 700;
		color: #e76836;
	}

	.main-sub-menu-wrap {
		float: right;
		width: 75%;
	}

	.main-sub-menu {
		float: right;
		background: #fff;
		border-radius: 0 0 3px 0;

		/* IE10 Consumer Preview */
		background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
		/* Mozilla Firefox */
		background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
		/* Opera */
		background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
		/* Webkit (Safari/Chrome 10) */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
		/* Webkit (Chrome 11+) */
		background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
		/* W3C Markup, IE10 Release Preview */
		background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
	}

	.main-sub-menu li {
		float: left;
		list-style: none;
	}

		.main-sub-menu li a {
			font-size: 1.2em;
			padding: 6px 8px;
			display: block;
			color: #222;
			text-decoration: none;
			border-right: 1px solid #ccc;
		}

			.main-sub-menu li:last-child a {
				border-right: 0;
			}

}

@media screen and (min-width: 1024px) {

	.main-menu {
		padding-top: 45px;
	}

	.main-sub-menu-wrap {
		width: 328px;
	}

	.main-sub-menu {
		border-radius: 0 0 3px 3px;
	}

	.main-sub-menu li a {
		font-size: 1.3em;
		padding: 8px 10px;
	}

}

@media screen and (min-width: 1100px) {

	.main-menu li a {
		padding: 15px;
	}
}

@media screen and (min-width: 1200px) {

	.main-menu li a {
		font-size: 18px;
	}

	.main-sub-menu-wrap {
		width: 328px;
	}

}

.main-phone-number,
.main-phone-number:hover {
	background-image: url(../img/phone-icon.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 7px 10px;
	width: 40px;
	height: 16px;
	text-align: right;
	font-weight: 700;
}

	@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		only screen and (min-device-pixel-ratio : 1.5) {

			.main-phone-number,
			.main-phone-number:hover {
				background-image: url(../img/phone-icon@2x.png);
				background-size: 15px 15px;
			}

		}

.phone-wrap {
	position: absolute;
	left: -9999px;
}

@media screen and (min-width: 760px) {

	.main-phone-number,
	.main-phone-number:hover {
		position: relative;
		float: right;
		width: auto;
		height: auto;
		padding: 6px 0 0 0;
		background: none;
		font-size: 1.4em;
		top: 0;
		right: 0;
		font-weight: 400;
	}

	.phone-wrap {
		position: relative;
		left: 0;
		display: inline-block;
		font-weight: 700;
	}

}

@media screen and (min-width: 1024px) {

	.main-phone-number,
	.main-phone-number:hover {
		float: left;
		font-size: 1.6em;
		padding: 28px 0 0 0;
	}

}

@media screen and (min-width: 1200px) {

	.main-phone-number,
	.main-phone-number:hover {
		font-size: 1.8em;
	}

}

.breadcrumbs {
	padding-left: 15px;
	font-size: 1.4em;
	color: #222;
	font-weight: 700;
	line-height: 31px;
	overflow: hidden;

	background: #fff;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
}

	.breadcrumbs span {
		white-space: nowrap;
	}

.breadcrumb-start {
	display: none;
}

.breadcrumbs a {
	color: #666;
	font-weight: normal;
	padding: 8px 8px 8px 0;
	display: block;
	float: left;
	text-decoration: none;
	line-height: normal;
	border-right: 1px solid #ccc;
	margin-right: 8px;
}

	.breadcrumbs a:hover {
		color: #e76836;
	}

	.breadcrumb-pagi {
		float:left;
	}

	.breadcrumbs .home {
		background: url(../img/home-icon.png) no-repeat left center;
		text-indent: -9999px;
		width: 13px;
	}

		.breadcrumbs .home:hover {
			background: url(../img/home-icon-orange.png) no-repeat left center;
		}

		@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		only screen and (min-device-pixel-ratio : 1.5) {

			.breadcrumbs .home {
				background: url(../img/home-icon@2x.png) no-repeat left center;
				background-size: 13px 13px;
			}

			.breadcrumbs .home:hover {
				background: url(../img/home-icon-orange@2x.png) no-repeat left center;
				background-size: 13px 13px;
			}
		}

@media screen and (min-width: 760px) {
	.breadcrumb-start {
		display: inline;
		border-right: 1px solid #ccc;
		float:left;
		padding: 12px 15px 10px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 0.85em;
		color:#666;
		line-height: normal;
	}

		.breadcrumbs a {
			padding: 10px 15px 10px 8px;
			margin-right: 8px;
		}

	.breadcrumbs {
		padding: 0;
		max-width: 1400px;
		margin: 0 auto;
	}

		.breadcrumb-current {
			padding: 10px 8px;
			float:left;
			line-height: normal;
		}

		.breadcrumbs .home,
		.breadcrumbs .home:hover {
			background-position: center center;
			padding: 10px 15px;
		}
}



/*------------------------------------
Footer
----------------------------------- */

.social-box {
	padding-top: 20px;
}

	.home .social-box {
		padding-top: 0;
	}

@media screen and (min-width: 960px){

	.social-box .l-col-4,
	.social-box .l-col-4b {
		margin-top: 0;
	}

}

@media screen and (min-width: 1024px){

	.l-col-1.social-box {
		padding-bottom: 10px;
	}

}

.newsletter {
	border-radius: 3px;
	padding-bottom: 15px;
}

	.newsletter h4 {
		background: #222;
		color: #fff;
		font-size: 2.0em;
		padding: 8px 15px;
		border-radius: 3px 3px 0 0;
	}

	.newsletter h5 {
		font-size: 1.8em;
		padding-bottom: 5px;
		text-transform: none;
		letter-spacing: normal;
	}

	.newsletter-inner {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-radius: 0 0 3px 3px;
		padding: 10px 15px 15px;
	}

		.newsletter-inner ul {
			padding-bottom: 15px;
		}

		.newsletter-inner li {
			list-style: outside;
			margin-left: 15px;
			font-size: 1.4em;
			line-height: 140%;
			margin-bottom: 5px;
		}

	.newsletter-inner .l-col-2,
	.newsletter-inner .l-col-2b {
		margin-top: 5px;
	}

#fb-root {
  display: none;
}

.twitter-timeline,
.fb-like-box, .fb_iframe_widget {
	display: none !important;
}

@media screen and (min-width: 960px) {

	.newsletter {
		float: left;
		width: 47.767857142857%;
		padding-right: 0.982142857143%;
	}

	.twitter-timeline,
	.fb-like-box, .fb_iframe_widget {
		display: block !important;
	}

	.fb_iframe_widget {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		height: 280px!important;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style],
	.twitter-timeline {
		width: 100% !important;
		max-width: 292px !important;
		height: 600px!important;
	}

}

input.mce_inline_error {
	background: #fbdede;
}

div.mce_inline_error,
.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ok {
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	padding: 5px 8px;
	background: #d60808;
	border:0!important;
	border-radius: 3px;
	margin: -5px 0 10px;
}

	.wpcf7-validation-errors,
	.wpcf7-mail-sent-ok {
		font-size: 1.6em;
		line-height: 150%;
		margin: 0!important;
	}

	.wpcf7-mail-sent-ok {
		background:#398f14;
	}

	span.wpcf7-form-control-wrap {
		display: block;
	}

	span.wpcf7-not-valid-tip {
		position: absolute;
		top: 12px!important;
		right: 5px!important;
		left: auto;
		z-index: 100;
		font-size:0.8em;
		width:auto;
		float:right;
		padding: 2px 8px;
	}

	@media screen and (min-width: 600px) {
		.text-620 span.wpcf7-not-valid-tip,
		.email-573 span.wpcf7-not-valid-tip,
		.tel-919 span.wpcf7-not-valid-tip,
		.text-40 span.wpcf7-not-valid-tip {
			left: 143px!important;
			right: auto!important;
		}
	}

	@media screen and (min-width: 760px) {
		.text-620 span.wpcf7-not-valid-tip,
		.email-573 span.wpcf7-not-valid-tip,
		.tel-919 span.wpcf7-not-valid-tip,
		.text-40 span.wpcf7-not-valid-tip {
			left: 129px!important;
			right: auto!important;
			top: 11px!important;
		}
	}

	@media screen and (min-width: 1020px) {
		.text-620 span.wpcf7-not-valid-tip,
		.email-573 span.wpcf7-not-valid-tip,
		.tel-919 span.wpcf7-not-valid-tip,
		.text-40 span.wpcf7-not-valid-tip {
			left: 126px!important;
			top: 12px!important;
		}
	}



#mce-error-response {
	color: #d60808;
	font-size: 1.2em;
	margin: 0 0 10px;
}

#mce-success-response {
	color: #59a560;
	font-size: 1.2em;
	margin: 0 0 10px;
}

.l-site-footer .menu {
	padding-bottom: 10px;
}

	.l-site-footer .menu li {
		list-style: none;
		display: inline;
	}

		.l-site-footer .menu li a {
			font-size: 1.4em;
			color: #666;
			line-height: 160%;
			margin-right: 5px;
		}

.l-site-footer p {
	font-size: 1.4em;
	padding-bottom: 10px;
}

	.l-site-footer .contact-info {
		font-size: 1.6em;
	}

@media screen and (min-width: 760px) {

	.l-site-footer .l-col-2b {
		text-align: right;
	}
}

/*------------------------------------
Main
----------------------------------- */

.hero,
.hero-2 {
	clear: both;
	margin: 0 auto;
	position: relative;
}

	.hero {
		max-width: 1400px;
		padding-bottom: 20px;
	}

		.hero > span {
			display: block;
		}

	.hero-inner {
		position: relative;
	}

	@media screen and (min-width: 1024px) {

		.home .hero {
			padding-bottom: 30px;
		}

	}

	.hero img,
	.hero-2 img {
		width: 100%;
		display: block;
		height: auto;
	}

.home-hero-bg {
	display: none;
}

.hero-btns {
	width: 100%;
	position: absolute;
	bottom: 10%;
	left: 0;
}

	.home .hero-btns {
		bottom: 12%;
	}

	.hero-btns .btn {
		width: 42.5%;
		margin-left: 5%;
		float: left;
		font-size: 1.3em;

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

@media screen and (min-width: 400px) {

	.hero-btns .btn {
		font-size: 1.4em;
	}

}

@media screen and (min-width: 600px) {

	.hero-btns {
		width: 47.767857142857%;
		left: 52.232142857143%;
		padding-left: 0;
	}

		.home .hero-btns {
			bottom: 18%;
		}

		.hero-btns .btn {
			font-size: 1.3em;
		}
}

@media screen and (min-width: 760px) {

	.hero-btns,
	.home .hero-btns {
		bottom: 20%;
		max-width: 350px;
	}

	.hero-btns .btn {
			font-size: 1.4em;
		}

}

@media screen and (min-width: 1024px) {

	.hero-btns {
		bottom: 15%;
	}

}

@media screen and (min-width: 1200px) {
	.home-hero-bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 0;
		height: 500px;

		/* Fallback/image non-cover color */
		background-color: #222222;
		/* IE10 Consumer Preview */
		background-image: -ms-linear-gradient(bottom, #222222 0%, #333333 100%);
		/* Mozilla Firefox */
		background-image: -moz-linear-gradient(bottom, #222222 0%, #333333 100%);
		/* Opera */
		background-image: -o-linear-gradient(bottom, #222222 0%, #333333 100%);
		/* Webkit (Safari/Chrome 10) */
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #333333));
		/* Webkit (Chrome 11+) */
		background-image: -webkit-linear-gradient(bottom, #222222 0%, #333333 100%);
		/* W3C Markup, IE10 Release Preview */
		background-image: linear-gradient(to top, #222222 0%, #333333 100%);
		}
}

.tour {
	width: 90%;
	background: #000;
	padding: 30px 5%;
	height: 300px;
}

	#pano {
		width: 100%;
		height: 100%;
		display: block;
	}

	#about #pano {
		margin-bottom: 20px;
		height: 200px;
	}

	.image-gallery-fullview .cycle-slide embed {
		max-height: 500px;
	}

	.vid-container {
		margin-bottom: 15px;
	}

@media screen and (min-width: 480px) {

	#about #pano {
		height: 300px;
	}

}

@media screen and (min-width: 760px) {

	#about #pano {
		height: 400px;
	}

	.tour {
		width: 93.333333333%;
		padding: 30px 3.333333333%;
		height: 500px;
	}

	.vid-container {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 960px) {

	#about #pano {
		height: 450px;
	}

	.tour {
		padding: 0;
	}

	.tour {
		width: 100%;
	}

}

.headline-link {
	color:#222;
	text-decoration: none;
}

	.headline-link:hover {
		color:#e76836;
	}

.role-title {
	font-size: 1.4em;
	padding-bottom: 1em;
	display:block;
}

.inline-link {
	font-size: 1.6em;
}

	.page-template-template-about-single-php .inline-link {
		clear:left;
		float:left;
		width:100%;
		padding-bottom:5px;
	}

.quote-author {
	font-family: "aktiv-grotesk-std", Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

.quotes-large {
	list-style: none;
	text-align: center;
	position: relative;
}

	.quotes-large p {
		font-size: 2.4em;
		line-height: 125%;
		width: 100%;
	}

	.quotes-large .quote-author {
		font-size: 1.5em;
	}

@media screen and (min-width: 600px) {

	.quotes-large p {
		font-size: 2.75em;
	}

}

.content-bottoms-btns {
	padding: 10px 0 10px;
	clear: left;
	width: 100%;
}

	@media screen and (min-width: 960px) {

		.content-bottoms-btns {
			padding-bottom: 20px;
		}

	}


.job-list {
	list-style: none;
}

	.expiry-date {
		font-size: 1.6em;
		font-style: italic;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

.gallery {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 20px;
	position: relative;
}

	.image-gallery-fullview {
		width: 100%;
		float: left;
	}

		.image-gallery-fullview img {
			margin: 0 !important;
		}

	.image-gallery-thumbs li,
	.content .image-gallery-thumbs li {
		background-color: #ddd;
		float: left;
		list-style: none;
		width:85px;
		height:45px;
		background:#f0f0f0;
		margin:13px 1.775956284153% 0 0;
	}

		.image-gallery-thumbs li:hover {
			cursor: pointer;
		}

		.image-gallery-thumbs li:last-child {
			margin-right: 0;
		}


/*------------------------------------
Titles
----------------------------------- */

.page-title {
	background: #222;
	color: #fff;
	margin: 0;
	padding: 15px 5%;
}

.sub-title-1 {
	color:#fff;
	padding: 10px 15px;
	font-size: 2.3em;
}

.sub-text {
	font-size: 1.8em;
	font-weight: 500;
	color: #666;
}

.default-headline {
	font-size: 2.4em;
	font-weight: 700;
	text-align: left;
	width:94%;
	margin:0 auto;
	padding:0;
	color:#fff;
}

.more-header {
	background: #222;
	margin: 0 5% 20px 5%;
}

.more-header .sub-title-1 {
	float:left;
}

.more-header .btn {
		float: right;
		clear:right;
		margin:11px;
	}


@media screen and (min-width: 600px) {

	.main-headline {
		font-size: 3.2em;
		text-align: center;
	}

	.default-headline {
		font-size: 3.2em;
	}

	.sub-text {
		text-align: center;
		font-size: 2.2em;
	}

}

@media screen and (min-width: 760px) {

	.page-title {
		padding: 15px 3.333333333%;
	}

	.main-headline {
		font-size: 3.8em;
	}

	.sub-title-2 {
		font-size: 3.2em;
	}

	.more-header {
		margin: 0 3.333333333% 20px 3.333333333%;
	}

}

@media screen and (min-width: 960px) {

	.more-header {
		margin: 0 0 20px 5%;
	}

}

@media screen and (min-width: 1024px) {

	.page-title {
		padding: 15px 5%;
	}

	.contact .page-title {
		padding: 15px 3.333333333%;
	}

	.main-headline {
		font-size: 4.2em;
	}
}

/*------------------------------------
Boxes
----------------------------------- */

.box-1 li,
.box-1b li,
.box-2b,
.box-3 li,
.box-5 li
.box-6 li {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
	list-style:none;
}

.box-1b {
	margin-top: 20px;
}

.box-3 .odd {
	clear: both;
}

	.box-1 a,
	.box-1b a {
		display:block;
	}

	.box-1 li h3 a,
	.box-1b li h3 a {
		color: #222;
		text-decoration: none;
	}

	.box-2b img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.box-1,
	.box-1b {
		width: 100%;
	}

		.page-template-template-about-single-php .box-3 h3 {
			padding-bottom:0;
		}

	.box-5 {
		width: 90%;
		margin: 0 auto;
		list-style: none;
	}

	.box-1,
	.box-1b,
	.box-3 {
		clear:left;
		float:left;
	}

	.box-1 li img,
	.box-1b li img,
	.box-3 li img,
	.box-5 li img {
		width: 100%;
	}

	.page-template-template-about-single-php .box-3 {
		padding-top: 25px;
	}

	.page-template-template-about-single-php .box-3 li {
		padding-bottom: 15px;
	}

.box-4,
.box-4b {
	margin-bottom: 50px;
}

	.box-4b li {
		list-style: none;
	}

.box-2,
.box-2b {
	margin: 20px auto 0;
}

.page-template-template-about-single-php .box-2b {
	padding-bottom:0;
}

	.single-productions .box-2b {
		margin-top: 0;
	}

@media screen and (min-width: 760px) {

	.box-2,
	.box-2b {
		margin: 30px auto 0;
	}

	.box-5 {
		width: 93.333333333%;
	}
}

.box-3 {
	margin: 10px auto 40px;
}

	.box-3 p {
		font-size: 1.6em;
	}

.thumb,
.thumb img {
	width: 100%;
	height: auto;
}
	.thumb {
		margin-bottom: 15px;
	}

	.contact-thumb {
		float: right;
		width: 100%;
	}

	@media screen and (min-width: 960px) {
		.contact-thumb {
			float: right;
			width: 240px;
			margin-left: 40px;
		}
	}

@media screen and (min-width: 600px) {

	.box-1 li,
	.box-1b li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 5%;
	}

	.more-content .box-3,
	.box-3 {
		width:90%;
		margin:0 auto;
		clear:none;
		float:none;
	}

	.box-3 li {
		float:right;
		width: 47.5%;
	}

	.box-3 li.odd {
		float:left;
	}

	.box-1 li,
	.box-1b li {
		width: 42.5%;
	}

	.box-5 li {
		float: left;
		width: 45.318352059925%;
		margin: 0 9.36329588015% 0 0;
	}
		.box-5 li:nth-child(even) {
		margin: 0 0 0 0;
	}

	.box-1-alt {
		clear: left;
		width: 90%;
		border-top: 1px dotted #ccc;
		padding: 25px 0 0 0;
	}

		.box-1-alt img {
			width: 47.25%;
			float: left;
		}

		.box-1-alt .box-inner {
			width: 47.25%;
			float: right;
		}
}

@media screen and (min-width: 760px) {

	.box-1 li,
	.box-1b li {
		margin: 0 0 0 3.3%;
	}

	.box-1 li,
	.box-1b li {
		width: 45%;
	}

	.box-2b {
		width: 93.333333333333%;
	}

	.box-2 {
		width: 95%;
		float: right;
	}

	.more-content .box-3,
	.box-3 {
		width: 93.333333333333%;
	}

	.box-4,
	.box-4b {
		width: 47.916666666667%;
		float: left;
	}

	.box-1 li p,
	.box-1b li p,
	.box-4 p,
	.box-4b p {
		font-size: 1.6em;
		padding-bottom: 15px;
	}

	.box-4 {
			float:left;
		}

			.box-4b {
				float:right;
			}

	.box-5 li,
	.box-5 li:nth-child(even) {
		width: 21.607142857143%;
		margin: 0 4.464285714286% 0 0;
	}

		.box-5 li:nth-child(4n) {
			margin: 0 0% 0 0;
		}
}

@media screen and (min-width: 960px) {

	.box-1 li,
	.box-1b li {
		clear: none;
		border: 0;
	}

		.box-1 li {
			width: 28.333333333333%;
			margin: 0 0.83333333333% 0 3.333333333333%;
		}

	.box-1b {
		margin-top: 0px;
	}

	.box-2 {
		width:65.178571428571%;
		margin-top:40px;
		float:left;
	}

	.box-2b {
		width: 95%;
		float: right;
	}

	.more-content .box-3,
	.box-3 {
		width:95%;
		float:right;
	}

	.box-3-right {
		margin: 0;
		float: right;
	}

}

/*------------------------------------
Lists
----------------------------------- */

.list-style-1 {
	width: 90%;
	margin: 0 auto;
}

	.list-style-1 li {
		list-style:none;
		padding-bottom:30px;
		vertical-align: top;
		display:inline-block;
		width: 100%;
	}

@media screen and (min-width: 600px) {
	.list-style-1 {
		width: 100%;
	}

	.list-style-1 li {

		margin: 0 0 0 5%;
		width: 42.5%;
	}
}

@media screen and (min-width: 760px) {

	.list-style-1 li {
		width: 28.333333333333%;
		margin: 0 0.83333333333% 0 3.333333333333%;
		clear: none;
		border: 0;
	}

	.list-style-1 li p {
		font-size: 1.6em;
		padding-bottom: 15px;
	}
}

.productions-tabs,
.stories-tabs {
	background: #222;
	width: 100%;
	float: left;
	clear:left;
}

.load-more {
	width:90%;
	margin:0 auto;
}

@media screen and (min-width: 760px) {

	.load-more {
		width:28.333333333%;
	}

}

	.loader {
		display:block;
		width:100%;
		height:32px;
		background: url(../img/loader.gif) center center no-repeat;
		text-indent: -999999px;
	}

	.tab-wrap {
		margin: 0 auto;
		padding:0;
		display: table;
	}

	.tab-stories-wrap {
		margin: 0 auto;
		display: table;
	}

	.tabs-style-1 {
		min-width: 28px;
		border-left: 1px solid #444;
	}

	.tabs-style-1 li {
		margin:0;

		display: inline-block;
		list-style: none;

		display: inline;
		list-style: none;
		float:left;

		border-right: 1px solid #444;
	}

		.tabs-style-1 a {
			padding: 10px;
			margin:0;
			float: left;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1.3em;
			font-weight: 700;
			color: #fff;
		}

			.tabs-style-1-current {
				background: #e46735;
			}

@media screen and (min-width: 760px) {

	.tabs-style-1 a {
		padding: 12px 15px;
	}

}

.ui-tabs {
	padding-bottom: 20px;
}

	.tabs-style-2 {
		width:100%;
		float:left;
		border-left: 1px solid #ccc;
		margin-bottom: 20px;
	}

		.tabs-style-2 li {
			list-style: none;
			float:left;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}

			.tabs-style-2 li a,
			.tabs-style-2 li span {
				padding:10px;
				float:left;
				font-size:1.4em;
				text-decoration: none;
				color: #444;
				font-weight: 700;
			}

			.tabs-style-2 li.ui-state-hover a {
				background:#f5f5f5;
			}

		.tabs-style-2 li.ui-tabs-active {
			border-right: 1px solid #222;
			border-bottom: 1px solid #222;
		}
			.tabs-style-2 li.ui-tabs-active a {
				color: #fff;
				background: #222;
			}

@media screen and (min-width: 760px) {

	.tabs-style-2 li a,
	.tabs-style-2 li span {
		padding:12px 13px;
		font-size:1.6em;
	}

	.tabs-style-2 {
		border-bottom: 1px solid #ccc;
		border-left: none;
	}

	.tabs-style-2 li,
	.tabs-style-2 li.ui-tabs-active {
		border-right: none;
		border-bottom: none;
	}

}

.required-text {
	font-size:1.6em;
	margin-top:20px;
}

.find-us-list {
	margin-top:25px;
	clear: left;
}

	.find-us-list li {
		list-style: none;
		clear: left;
	}

	.find-us-list p {
		font-size:1.6em;
	}

/*------------------------------------
Tables
----------------------------------- */

.t-header { display: block; }

@media screen and (min-width: 960px) {

	.t-header {
		font-size: 1.2em;
	}

}

.t-sub {
	clear: both;
	display: block;
	font-weight: normal;
}

.basic-table thead {
	background: #222;
	color: #fff;
	text-align: left;
}

.basic-table .t-title {
	font-weight: 700;
}

@media screen and (min-width: 630px) {
	.basic-table .t-title {
		width: 25%;
	}
}

@media screen and (min-width: 960px) {

	.basic-table .t-title {
		font-size: 1.7em;
	}

}

.basic-table th {
	border: 1px solid #222!important;
}

.basic-table td {
	vertical-align: top;
}

.data-table {
	clear: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.data-table th {
	font-size:1.4em;
	padding:8px 10px;
	border:1px solid #ccc;
}

.data-table td {
	padding:5px 7px;
	border:1px solid #ccc;
	min-height: 35px;
}
	.single-productions .data-table td {
		padding: 2px 7px;
	}

	#dates .data-table td {
		padding:5px 10px;
		border:1px solid #ccc;
	}

.table-info {
	font-size:1.2em;
	padding:0;
}

	.table-info p {
		font-size: 1.0em;
	}
	.table-info p:last-child {
		padding-bottom: 0;
		font-size: 1.0em;
	}

.booking-details {
	display: none;
}

.btn-td .btn {
	min-width: 70px;
}

@media screen and (min-width: 480px) {

	.booking-details {
		display: table-cell;
	}

}

@media screen and (min-width: 760px) {

	.data-table th {
		font-size:1.8em;
		padding:11px 13px;
	}

		.data-table td {
			padding:8px 10px;
			border:1px solid #ccc;
			min-height: 38px;
		}

			.single-productions .data-table td {
				padding: 5px 10px;
			}

			#dates .data-table td {
				padding:8px 11px;
			}

			.table-info {
				font-size:1.4em;
			}

			.data-table .btn-td {
				padding:5px 0 5px 10px;
			}
}

.table-icon {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.cross {
	background: url(../img/table-sprite.gif) no-repeat;
	background-position: 0 0;
}

.tick {
	background: url(../img/table-sprite.gif) no-repeat;
	background-position: 0 -20px;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {

	.cross{
		background: url(../img/table-sprite@2x.gif) no-repeat;
		background-size: 20px 40px;
		background-position: 0 0;
	}

	.tick{
		background: url(../img/table-sprite@2x.gif) no-repeat;
		background-size: 20px 40px;
		background-position: 0 -20px;
	}

}

/*------------------------------------
Forms
----------------------------------- */


/*------------------------------------
Cycle / Galleries
----------------------------------- */

.home .cycle-slideshow {
	position: relative;
	padding-bottom: 1px;
}

.cycle-slideshow {
	clear: left;
}

.home .cycle-slide,
.single-productions .cycle-slide,
.gift-gallery .cycle-slide,
.single-project .cycle-slide {
	width: 100%;
}

.home .cycle-pager {
	margin-top: 15px;
}

.home .cycle-pager span { ;
    color: #999;
    font-size: 30px;
    display: inline-block;
    line-height: 25px;
}

	.home .cycle-pager span:hover {
		cursor: pointer;
	}

.home .cycle-pager span.cycle-pager-active {
	color: #222;
	}

.l-highlight-section .cycle-slideshow {
	max-width: 1000px;
	margin: 0 auto;
}

.gallery-contain img {
	position: relative;
	vertical-align: bottom;
}

.gallery-contain .slider-caption  {
	background: #000;
	color: #fff;
	width: 100%;
	font-size: 1.3em;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

}

@media screen and (min-width: 680px) {

	.gallery-contain .slider-caption {
	background: #000;
	background: rgba(0,0,0,0.9);
	position: absolute;
	bottom: 0;
	font-size: 1.6em;
	}

}


/*------------------------------------
Asides
----------------------------------- */

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
}

/*------------------------------------
Pods
----------------------------------- */

/*-----------------------
Global Pods
-----------------------*/

.pods {
	float:left;
	clear:left;
	width:100%;
}

.pod {
	padding:20px;
	margin-bottom:20px;
	clear:left;
}

.pod-quote {
	position: relative;
	float:left;
}

	.pod-quote:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 20px 25px 0 0;
		border-color: #f7ddf5 transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -20px;
		left: 88%;
	}

	.pod-quote .pod-2-text {
		font-size: 2em;
	}

	.pod-quote .pod-2-img {
		width: 124px;
		margin-left:20px;
	}

	.pod-quote .pod-2-author {
		font-size: 1.4em;
	}

	@media screen and (min-width: 760px) {

		.pod {
			float:left;
			width: 42.5%;
			margin-bottom: 40px;
		}

			.pods > div:nth-child(odd) {
				clear:left;
			}

			.pods > div:nth-child(even) {
				clear:right;
				float:right;
			}

		.pod-quote {
			clear:left;
			width:auto;
		}

		.right-pod {
			float: right;
			clear: right;
		}

		.pod-quote .pod-2-text {
			font-size: 2.2em;
		}

		.pod-quote .pod-2-author {
			font-size: 1.5em;
		}
	}

	@media screen and (min-width: 960px) {

		.pod {
			width:auto;
			padding:20px;
		}

			.box-4b .pod {
				margin-bottom: 20px;
			}

		.left-pod {
			margin-right: 0;
		}
	}

.pod-text {
	font-size:1.6em;
	padding-bottom:10px;
}

.pod .btn { margin-top:10px; }


		.quote-icon {
			background: url(../img/quote-icon.png) center 19px no-repeat;
		}

		.phone-icon {
			background: url(../img/phone-icon.png) center 17px no-repeat;
		}

		.help-icon {
			background: url(../img/help-icon.png) center 19px no-repeat;
		}

		.info-icon {
			background: url(../img/info-icon.png) center 19px no-repeat;
		}

		.youtube-icon {
			background: url(../img/youtube-icon.png) center 19px no-repeat;
		}

		@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		only screen and (min-device-pixel-ratio : 1.5) {
			.quote-icon {
				background: url(../img/quote-icon@2x.png) center 19px no-repeat;
				background-size: 13px 12px;
			}

			.phone-icon {
				background: url(../img/phone-icon@2x.png) center 17px no-repeat;
				background-size: 13px 12px;
			}

			.help-icon {
				background: url(../img/help-icon@2x.png) center 19px no-repeat;
				background-size: 17px 17px;
			}

			.info-icon {
				background: url(../img/info-icon@2x.png) center 19px no-repeat;
				background-size: 17px 17px;
			}

			.youtube-icon {
				background: url(../img/youtube-icon@2x.png) center 19px no-repeat;
				background-size: 17px 17px;
			}
		}

		.pod-pink { background:#f7ddf5; }

			.border-pink { border-bottom:1px solid #edc0ec; }

		.pod-pink-outline {
			border: 1px solid #f7ddf5;
			background: #fff;
		}

		.pod-red { background: #b31217; }

		.pod-green { background:#c1eaa1; }

		.border-green { border-bottom:1px solid #95bf74; }

		.border-white { border-bottom:1px solid #fff; }

		.pod-black { background-color:#222; }

		.l-sidebar .donate-btn,
		.l-sidebarb .donate-btn {
			margin-bottom:30px;
			clear:left;
		}

		@media screen and (min-width: 960px) {

			.l-sidebar .donate-btn,
			.l-sidebarb .donate-btn {
				max-width:none;
				font-size:1.6em;
			}

		}

	.content-pod-heading,
	.pod-2-heading,
	.pod-3-heading {
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 700;
		padding-bottom: 15px;
	}



/*-----------------------
Content Pod (back-header pod)
-----------------------*/

.content-pod {
	margin-bottom:30px;
	float:left;
	width:100%;
}

.content-pod header {
	background:#222;
	color:#fff;
	width:100%;
	float:left;
}

	.content-pod-heading {
		color:#fff;
		padding: 18px 20px;
	}

		.content-pod-wrap {
			border:1px solid #ccc;
			padding: 18px 20px;
			clear: left;
		}

			.content-pod-wrap p {
				font-size: 1.6em;
			}

				.content .content-pod-wrap li {
					font-size: 1.6em;
				}

			.content-pod-wrap ul,
			.content-pod-wrap p {
				clear:left;
			}

	@media screen and (min-width: 660px) {

		.content-pod {
			width: 47.916666666667%;
		}
	}

/*-----------------------
Pod 1 (Our stories etc)
-----------------------*/

	.pod-1 {
		border: 1px solid #ccc;
	}

		.pod-1 h3 a {
			color: #222;
			text-decoration: none;
		}

		.pod-1 h3 a:hover {
				color: #e76836;
				text-decoration: none;
			}

	.pod-1 li {
		list-style: none;
	}

	.pod-1-img {
		float: right;
	}

		.pod-icon {
			width: 25px;
			height: 38px;
			display: block;
			position: absolute;
			top: 0;
			right: 20px;
		}


.pod-1.cycle-slideshow {
	padding: 0;
	padding-bottom: 60px;
	background-color: #c1eaa1;
	border: 0;
	overflow: hidden;
}

.pod-1--slide {
	padding: 20px;
	background-color: transparent;
	display: block;
	width: calc(100% - 40px);
	position: relative;
}

.cycle-pager {
	z-index: 300;
	text-align: center;
	display: block;
}

.cycle-pager span {
	text-indent: -9999px;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	border: 1px solid #dd6434;
	margin-right: 7px;
}

.cycle-pager span:hover {
	cursor: pointer;
}

.cycle-pager span:last-child {
	margin-right: 0;
}

.cycle-pager span.cycle-pager-active {
	background-color: #dd6434;
}

.cycle-control {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: #fff;
	position: absolute;
	bottom: 10px;
	z-index: 301;
	background-repeat: no-repeat;
	background-position: center center;
}

.cycle-control:focus {
	outline: none;
}

	.cycle-control--prev {
		left: 20px;
		background-image: url(../img/slider-prev.png);
	}

	.cycle-control--next {
		right: 20px;
		background-image: url(../img/slider-next.png);
	}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {
		.cycle-control--prev {
			background-image: url(../img/slider-prev@2x.png);
			background-size: 7px 13px;
		}

		.cycle-control--next {
			background-image: url(../img/slider-next@2x.png);
			background-size: 7px 13px;
		}
	}



/*-----------------------
Pod 2 (Testimonials, reviews etc)
-----------------------*/

	.pod-2 {
		position: relative;
	}

		.pod-2 ul {
			list-style: none;
			clear: left;
		}

		.pod-2 .pod-text a { color:#444; }

		.pod-2 header {
			margin-bottom: 15px;
			width: 100%;
		}

		.pod-2-text {
			font-style: italic;
			font-size: 1.8em;
			font-weight: 400;
			font-family: "ff-tisa-web-pro", Georgia, Times, serif;
		}

			.pod-2-author {
				text-transform: uppercase;
				font-size: 1.2em;
				font-weight: 700;
				letter-spacing: 1px;
				float:left;
				padding-top: 5px;
			}

			.pod-2-img {
				width:85px;
				margin-left:20px;
				float:right;
			}

			.pod-2-img img {
				width:100%;
				height:auto;
			}

/*-----------------------
Pod 3 (Services etc)
-----------------------*/

	.pod-3 {
		background:#f0f0f0;
		position:relative;
		padding:0;
		width:100%;
	}

	@media screen and (min-width: 760px) {
		.pod-3 {
			float: left;
			width: 47.5%;
			clear: none;
		}
	}

	@media screen and (min-width: 960px) {

		.pod-3 {
			width: 100%;
		}

	}

		.pod-3-wrap {
			padding:20px;
			clear:left;
		}

		.pod-3 ul {
			margin: 10px 0;
		}

			.page-template-template-events-php .pod-3 ul {
				margin:0;
			}

			.pod-3 li {
				list-style: none;
				margin-bottom:8px;
				padding: 10px;
				background: #fff;
				font-size:1.5em;
				font-weight: 700;
			}

				.pod-3 li:last-child {
					margin-bottom:0;
				}

				.pod-3 .arrow {
					color: #222;
					margin-right:5px;
				}

					.learning .pod-3 .arrow {
						color: #e76836;
						margin-right:5px;
					}

		.pod-3 header {
			background:#5f8cd5;
			float:left;
			width:100%;
		}

		.pod-3-heading {
			color: #fff;
			padding: 18px 20px;
		}

		.accessibility-icons {
			padding-bottom: 10px;
		}

			.accessibility-icons li {
				width: 45px;
				height: 45px;
				margin: 20px 0 0 18px;
				padding: 0;
				float: left;
				background: url(../img/access-icons.gif) no-repeat 0 0 #001964;
				text-indent: -9999px;
			}

				.accessibility-icons li a {
					display: block;
					width: 100%;
					height: 100%;
				}

				.accessibility-icons .ai-1 { background-position:0 0; }
				.accessibility-icons .ai-2 { background-position: -45px 0; }
				.accessibility-icons .ai-3 { background-position: -90px 0; }
				.accessibility-icons .ai-4 { background-position: -135px 0; }
				.accessibility-icons .ai-5 { background-position: -180px 0; }
				.accessibility-icons .ai-6 { background-position: -45px -45px; }
				.accessibility-icons .ai-7 { background-position: -135px -45px; }
				.accessibility-icons .ai-8 { background-position: -180px -45px; }
				.accessibility-icons .ai-9 { background-position: 0 -90px; }
				.accessibility-icons .ai-10 { background-position: -45px -90px; }
				.accessibility-icons .ai-11 { background-position: -90px -90px; }

				.accessibility-icons .ai-12 {
					background-position: -135px -90px;
					width: 109px;
				}


.cross-sell .box-4 ul {
	list-style: none;
}

.partners {
	clear: both;
	padding-bottom: 10px;
}

.partners .l-inner {
	text-align:center;
}

.partners li {
	list-style: none;
	display:inline-block;
	width: 47%;
	margin-right: 5%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;

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

	.partners li.span-two {
		width: 100%;
	}

	.partners li:nth-child(even) {
		margin-right: 0;
	}

	.partners li img {
		width: 100%;
		height: auto;
		display: block;
	}

@media screen and (min-width: 550px) {

	.partners li {
		width: 24%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.partners li.span-two {
		width: 28.5%;
	}

	.partners li:nth-child(even) {
		margin-right: 2%;
	}

	.partners li:nth-child(4),
	.partners li:nth-child(8) {
		margin-right: 2%;
	}

}

@media screen and (min-width: 800px) {

	.partners li {
		width: 14.6%;
		margin-right: 2.16666666666667%;
	}

	.partners li.span-two {
		width: 22.7%;
		margin-right: 2.16666666666667%;
	}

	.partners li:nth-child(even) {
		margin-right: 2.16666666666667%;
	}

	.partners li:nth-child(3) {
		margin-right: 2.16666666666667%;
	}
}

#map-canvas {
	width: 100%;
	height: 300px;
}

/* ----------------------------------------------------------------------------------------------------------
STATES (Describe how our modules or layouts will look when in a particular state)----------------------------
---------------------------------------------------------------------------------------------------------- */

.s-disabled {
	background: #ebebeb;
	color: #999;
}

.s-warning-inline {
	color:#d60808;
}

/* ----------------------------------------------------------------------------------------------------------
OVERRIDES ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.bold {
	font-weight: 700;
}

.lowercase {
	text-transform: lowercase;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.c-left {
	clear: left;
}

.text-right {
	text-align: right;
}

.unlink,
.unlink:hover {
	color: #444;
	text-decoration: none;
	cursor: default;
}

.no-padding {
	padding: 0;
}

	.no-padding-b {
		padding-bottom: 0;
	}

.no-margin {
	margin: 0!important;
}

	.no-margin-t {
		margin-top: 0;
	}

	.no-margin-b {
		margin-bottom: 0;
	}

	.break {
		margin-top: 20px;
	}

	@media screen and (min-width: 760px) {
		.break {
			margin-top: 40px;
		}
	}

.pb-0 {
	padding-bottom: 0;
}

.margin-right {
	margin-right:10px;
}

.blue-banner { background: #5f8cd5; }

.yellow-banner { background: #f7f29e; }

	.yellow-banner,
	.yellow-banner h2 { color:#222; }

.home .black-bg,
.post-type-archive-productions .black-bg {
	/* Fallback/image non-cover color */
	background-color: #222222;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #333333));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #333333 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #222222 0%, #333333 100%);
}

.home .purple-bg,
.post-type-archive-productions .purple-bg {
	/* Fallback/image non-cover color */
	background-color: #402B4D;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #402B4D 0%, #5F4072 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #402B4D 0%, #5F4072 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #402B4D 0%, #5F4072 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #402B4D), color-stop(1, #5F4072));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #402B4D 0%, #5F4072 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #402B4D 0%, #5F4072 100%);
}

.home .blue-bg,
.post-type-archive-productions .blue-bg {
	/* Fallback/image non-cover color */
	background-color: #2b334d;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #2B334D 0%, #404B72 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #2B334D 0%, #404B72 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #2B334D 0%, #404B72 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2B334D), color-stop(1, #404B72));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #2B334D 0%, #404B72 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #2B334D 0%, #404B72 100%);
}

.home .green-bg,
.post-type-archive-productions .green-bg {
	/* Fallback/image non-cover color */
	background-color: #314724;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #314724 0%, #2E5328 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #314724 0%, #2E5328 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #314724 0%, #2E5328 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #314724), color-stop(1, #2E5328));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #314724 0%, #2E5328 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #314724 0%, #2E5328 100%);
}

.home .brown-bg,
.post-type-archive-productions .brown-bg {
	/* Fallback/image non-cover color */
	background-color: #4d3c2b;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #4D3C2B 0%, #725940 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #4D3C2B 0%, #725940 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #4D3C2B 0%, #725940 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4D3C2B), color-stop(1, #725940));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #4D3C2B 0%, #725940 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #4D3C2B 0%, #725940 100%);
}

.home .red-bg,
.post-type-archive-productions .red-bg {
	/* Fallback/image non-cover color */
	background-color: #5a1717;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(bottom, #5A1717 0%, #852222 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #5A1717 0%, #852222 100%);
	/* Opera */
	background-image: -o-linear-gradient(bottom, #5A1717 0%, #852222 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5A1717), color-stop(1, #852222));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #5A1717 0%, #852222 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #5A1717 0%, #852222 100%);
}

/* ----------------------------------------------------------------------------------------------------------
Mobile menu -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-ms-transition-property: top, right, bottom, left, margin, border, -ms-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;

	border: none;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none;
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-ms-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #333;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: initial;
	overflow-x: initial;
	overflow-y: initial;
	position: relative;
	left: auto;
	top: auto;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar.mm-opened body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}

/* Projects styling */

.hero .desk-hero {
	display: none;
}

@media screen and (min-width: 600px) {

	.hero .mob-hero {
		display: none;
	}

	.hero .desk-hero {
		display: block;
	}
}

.project-intro {
	clear: both;
}

.single-project .page-title {
	padding: 5px 5%;
	font-size: 2em;
}

.hero-2 .project-desktop-hero {
	display: none;
}

.project-header .tabs-style-2 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

.project-header .tabs-style-2 {
	border-left: 1px solid #ccc;
}

@media screen and (min-width: 760px) {

	.project-header .tabs-style-2 {
		width: 93.333333%;
		margin: 0 auto;
		border-left: 0;
	}

}

@media screen and (min-width: 960px) {

	.project-header .tabs-style-2 {
		width: 100%;
	}

	.project-header {
		margin-top: 40px;
	}
}

@media screen and (min-width: 500px) {
	.single-project .page-title {
		font-size: 2.6em;
	}
}


@media screen and (min-width: 600px) {
	.hero-2 .project-desktop-hero {
		display: block;
	}

	.hero-2 .project-mobile-hero {
		display: none;
	}
}

@media screen and (min-width: 960px) {

	.list-style-2 {
		border-bottom: 1px solid #ccc;
	}

	.list-style-2 li {
		border-bottom: 0;
	}


	.single-project .page-title {
		font-size: 2.6em;
		padding: 15px 3.3333335%;
	}

	.project-header {
		width: 100%;
		margin: 0 auto;
	}

	.project-header .hero-2 {
		width: 95%;
		float: right;
	}

	.project-header .l-col-1-4 {
		width: 30%;
		float: left;
	}

	.l-col-3.project-header  {
		width: 64.166666666667%;
		float: left;
		clear: none;
	}
}

.single-project .box-2b ul {
	list-style-position: inside;
	font-size: 1.6em;
	line-height: 140%;
	padding-bottom: 15px;
}

.single-project .box-2b li {
	padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.single-project .box-2b ul {
		font-size: 1.9em;
		padding-bottom: 20px;
	}

}

/* Project - Films */

.fluid-width-video-wrapper {
	margin-bottom: 15px;
}

.hero-2.feature-film p {
	width: 95%;
	margin: 0 auto;
}

.single-project .feature-film {
	width: 90%;
	margin: 0 auto;
}

.page-template-template-project-films .box-2b p {
	padding-bottom: 0;
}

@media screen and (min-width: 760px) {
	.single-project .feature-film {
		width: 93.333333333333%;
		margin: 0 auto;
	}
}

 @media screen and (min-width: 960px) {
 	.single-project .feature-film {
		width: 95%;
		float: right;
		clear: none;
	}

 }

 /* Project - Default */

 .single-project-default .box-2b {
 	padding-bottom: 0;
 }

 .single-project-default .box-2b:last-child {
 	padding-bottom: 35px;
 }

 @media screen and (min-width: 600px) {

	 .content-block-img .section-image {
	 	width: 30%;
	 	float: left;
	 	margin-right: 4%;
	 }

	.content-block-img .section-content {
	 	width: 65%;
	 	float: left;
	 }
}

/* Project Gallery */


.single-project .image-gallery-thumbs {
	width: 95%;
	margin-left: 5%;
}

.single-project .image-gallery-fullview {
	width: 90%;
	margin: 0 auto;
	float: none;
}


@media screen and (min-width: 760px) {
	.single-project .image-gallery-fullview {
		width: 93.333333%;
	}
}

@media screen and (min-width: 960px) {

	.single-project .image-gallery-fullview {
		float: right;
	}
}

.single-project img {
	width: 100%;
}

@media screen and (min-width: 760px) {

	.single-project .image-gallery-thumbs {
		width: 93.333333333%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 960px) {

	.single-project .image-gallery-thumbs {
		width: 95%;
		float: right;
	}

	.single-project .image-gallery-fullview {
		width: 95%;
	}
}


.bottom-pods {
	width: 90%;
	margin: 0 auto;
}

.bottom-pods.pods {
	float: none;
}

@media screen and (min-width: 760px) {

	.bottom-pods {
		width: 93.333333333%;
	}
}

@media screen and (min-width: 760px) {
	.page-template-template-project-gallery .l-sidebarb .pod {
		float: left;
		clear: none;
	}

	.page-template-template-project-gallery .l-sidebarb .pod:nth-child(2n) {
		float: right;
	}
}

.youtube-pod {
	background: #333;
}

.youtube-pod,
.youtube-pod h3 {
	color: #fff;
}

.youtube-pod h3 {
	text-indent: -99999px;
	background: url(../img/youtube-logo.png) no-repeat left top;
	height: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {
		.youtube-pod h3 {
			background: url(../img/youtube-logo@2x.png) no-repeat left top;
			background-size: 60px 25px;
		}
	}

.youtube-pod img {
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid #b31217;
}

.youtube-pod .pod-icon {
	background-color: #b31217;
}

.youtube-pod .btn {
	background: #b31217;
	background-image: none;
	color: #fff;
}

.promo-pod img {
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-template-template-project-films .l-sidebarb {
	display: none;
}

@media screen and (min-width: 960px) {

	.feature-film {
		float: right;
	}

	.page-template-template-project-films .l-sidebarb {
		display: block;
	}

	.page-template-template-project-films .bottom-pods {
		display: none;
	}

}

.cycle-next,
.cycle-prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	z-index: 300;
}

.cycle-next:hover,
.cycle-prev:hover {
	cursor: pointer;
}

.cycle-prev {
	background: url(../img/left-arrow.png) no-repeat center center #080403;
	left: 0;
}

.cycle-next {
	left: auto;
	right: 0;
	background: url(../img/right-arrow.png) no-repeat center center #080403;
}


/*	Calendar page  */

.page-template-template-calendar .box-2b {
	margin-top: 0;
}

.event-calendar {
	width: 100%;
	font-size: 16px;
}

.event-calendar__head {
	display: none;
}

.event-calendar__button .btn {
	font-size: 12px;
}

.event-calendar td {
	display: block;
	margin-bottom: 10px;
}

.event-calendar td:last-child {
	margin-bottom: 20px;
}

.event-calendar td:first-child,
.event-calendar td:nth-child(2) {
	margin-top: 20px;
}

.event-calendar__entry {
	border-bottom: 1px solid #f0f0f0;
}

.event-calendar__date {
	width: 60px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

.event-calendar__venue {
	position: relative;
}


.event-calendar__flag {
	width: 24px;
	height: 24px;
	background-position: 0 -3px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 18px;
}

.event-calendar__venue-contain,
.event-calendar__prod,
.event-calendar__time,
.event-calendar__button {
	width: calc(100% - 60px);
	float: right;
}

.event-calendar__divide {
	background: #f0f0f0;
}

.event-calendar__divide td {
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 !important;
}


@media screen and (min-width: 600px) {

	.event-calendar {
		font-size: 18px;
	}

	.event-calendar td {
		display: table-cell;
		padding: 10px;
		margin-bottom: 0;
	}

	.event-calendar td:first-child,
	.event-calendar td:nth-child(2) {
		margin-top: 0;
	}

	.event-calendar tr {
		border-bottom: 1px solid #f0f0f0;
	}

	.event-calendar__head,
	.event-calendar__head {
		display: table-header-group;
		background: #f0f0f0;
	}

	.event-calendar__head td,
	.event-calendar__divide td {
		padding: 15px 10px;
		font-weight: 600;
	}

	.event-calendar__divide {
		display: table-header-group;
		background: #f0f0f0;
		margin-top: -1px;
	}

	.event-calendar__sml {
		font-size: 16px;
	}

	.event-calendar__date {
		text-align: center;
		border-right: 1px solid #f0f0f0;
	}

	.event-calendar__date--lrg {
		font-size: 20px;
	}

	.event-calendar__venue-contain,
	.event-calendar__prod,
	.event-calendar__time,
	.event-calendar__button {
		width: auto;
		float: none;
	}

	.event-calendar__flag {
		margin: 2px 0 0 0;
		position: absolute;
		left: 10px;
	}

	.event-calendar__venue {
		padding-left: 0;
	}

	.event-calendar__venue-contain {
		float: left;
		padding-left: 31px;
	}
}

.event-filter-trigger.active {
	background: #222;
	color: #fff;
}

.event-filter-trigger:hover {
	cursor: pointer;
}
