@charset "utf-8";

/* FONTS */
@font-face {
    font-family: 'cabinbold';
    src: url('cabin-bold-webfont.eot');
    src: url('/includes/fonts/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-bold-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-bold-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-bold-webfont.svg#cabinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinbold_italic';
    src: url('/includes/fonts/cabin-bolditalic-webfont.eot');
    src: url('/includes/fonts/cabin-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-bolditalic-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-bolditalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-bolditalic-webfont.svg#cabinbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinitalic';
    src: url('/includes/fonts/cabin-italic-webfont.eot');
    src: url('/includes/fonts/cabin-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-italic-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-italic-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-italic-webfont.svg#cabinitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinmedium';
    src: url('/includes/fonts/cabin-medium-webfont.eot');
    src: url('/includes/fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-medium-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-medium-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-medium-webfont.svg#cabinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinmedium_italic';
    src: url('/includes/fonts/cabin-mediumitalic-webfont.eot');
    src: url('/includes/fonts/cabin-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-mediumitalic-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-mediumitalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-mediumitalic-webfont.svg#cabinmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinregular';
    src: url('/includes/fonts/cabin-regular-webfont.eot');
    src: url('/includes/fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-regular-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinsemibold';
    src: url('/includes/fonts/cabin-semibold-webfont.eot');
    src: url('/includes/fonts/cabin-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-semibold-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-semibold-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-semibold-webfont.svg#cabinsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinsemibold_italic';
    src: url('/includes/fonts/cabin-semibolditalic-webfont.eot');
    src: url('/includes/fonts/cabin-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/cabin-semibolditalic-webfont.woff') format('woff'),
         url('/includes/fonts/cabin-semibolditalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/cabin-semibolditalic-webfont.svg#cabinsemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calligraffitiregular';
    src: url('/includes/fonts/Calligraffiti-webfont.eot');
    src: url('/includes/fonts/Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Calligraffiti-webfont.woff') format('woff'),
         url('/includes/fonts/Calligraffiti-webfont.ttf') format('truetype'),
         url('/includes/fonts/Calligraffiti-webfont.svg#calligraffitiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.ie8-warning {
	position: absolute;
	top: 0;
	background: #ffffff;
	padding: 10px;
	display: none;
}

/* page set up stuff */
/*OVER RIDES FOR FOUNDATION */
.row {
	max-width: 1000px;
}
.button {
	background: #700000;
}
.button:hover {
	background: #3c0000;
}
.button a, .button a:visited, .button a:link, .button a:hover, .button a:active, a.button, a.button:visited, a.button:link, a.button:hover, a.button:active {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: normal;
	font-family: cabinregular, sans-serif;
}
.tickets-button {
    width: 100%;
}
.stick-to-left {
	padding-left: 0;
}
.stick-to-right {
	padding-right: 0;
}
.space-above {
	margin-top: 1rem;
}
/*-------------------*/
/* page set up stuff */
html, body {
	height: 100%;
	background: #f7f7e9;
}
.page-container {
	position: relative;
	padding-bottom: 160px;
	overflow: inherit;
	min-height: 100%;
}

.full-width {
	max-width: 100%;
}
.max-width {
	max-width: 1400px;
	margin: 0 auto;
}
.dark-bg {
	background: #222222;
}
.deepred-bg {
	background: #700000;
}
.header-bg {
	background: #3c0000;
}
.white-bg {
	background: #ffffff;
}
.offwhite-bg {
	background: #f7f7e9;
}
.header {
	background: #3c0000 url(/img/header_bg.jpg) center center no-repeat;
}
/* Header and menu bars */

.logo-col {
	text-align: left;
}
.header-logo {
	margin: 2rem 0 0.5rem 1rem;
}
.affil-col {
	text-align: right;
}
.affil-logo {
	margin: 1.2rem 0.5rem;
}
@media only screen and (max-width: 840px)  {

}
@media only screen and (max-width: 640px)  {
	.header-logo {
		margin: 1rem 0 0.5rem 0;
	}
	.logo-col {
		text-align: center;
	}
	.affil-col {
		text-align: center;
	}

}

@media only print  {
	html, body {
		height: auto;
	}
	.page-container {
		padding-bottom: 0;
		min-height: auto;
	}
	.header {
		height: auto;
	}
	.header-logo {
		width: 40%;
	}
}

/* Footer stuff */
.footer-full {
	width: 100%;
	padding-bottom: 0.5rem;
	min-height: 160px;
	margin-top: -160px;
	padding-top: 10px;
	background: #000000;
}
.footer-full h3, .footer-full p, .footer-full a, .footer-full a:link, .footer-full a:visited {
	color: #ffffff;
}
.footer-full p {
	font-size: 80%;
}
.footerleft {
	margin-top: 1rem;
	font-family: cabinregular, sans-serif;
	font-size: 0.8rem;
	color: #ffffff;
}
.footerright {
	margin-top: 1.8rem;
	font-family: cabinregular, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
}
.social-logos {
	margin: 0 0 1rem 0.8rem;
}
.social-logos img {
	width: 48px;
	margin: 1.6rem 1rem 0 0;
}

@media only screen and (max-width: 816px)  {
	.footer-logos img {
		margin-right: 0rem;
	}
	.social-logos img {
		margin-right: 0.5rem;
	}
}

@media only screen and (max-width: 640px)  {
	.footer-logos, .social-logos {
		text-align: center;
	}
	.footer-logos img {
		margin-right: 0.5rem;
		height: 50px;
		width: auto;
	}
}
/* Navigation stuff */
#menu {
	/*margin: 0.4rem auto 0 auto;
	text-align: center;
	width: 100%;*/
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	list-style-type: none;
	float: left;
}
#menu ul li a {
	color: #ffffff;
	font-family: cabinregular, sans-serif;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 110%;
	display: block;
	text-align: center;
	background: none;
	margin: 0 0rem 0 0rem;
	padding: 0.6rem 0.8rem 0.6rem 0.8rem;
}
#menu ul li a:hover {
	background: #7ab800;
	background-image:
	    linear-gradient(
	      #700000, #bc0000
	    );
}
@media only screen and (max-width: 840px)  {
	#menu ul li a {
		font-size: 0.8rem;
		padding: 0.6rem 0.5rem;
	}
}
@media only screen and (max-width: 700px)  {
	#menu ul li a {
		font-size: 0.75rem;
		padding: 0.6rem 0.4rem;
	}
}
/*------------drop down elements-----------*/
#menu ul div.toggle_container {
	position: absolute;
	/*margin: -1px;*/
	padding: 0;
	clear: both;
	z-index: 1000;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background: #bc0000;
	background-image:
	    linear-gradient(
	      #700000, #bc0000
    );
	box-shadow: 6px 10px 12px -3px rgba(0,0,0,0.7);
	width: auto;
}
#menu ul .clicked div.toggle_container {
	height: auto;
	opacity: 1;
	overflow: hidden;
}
#menu ul div.toggle_container ul {
	margin: 0;
}
#menu ul div.toggle_container ul li {
	height: auto;
	width: auto;
	float: none;
	padding: 0;
	margin: 0;
}
#menu ul div.toggle_container a, #menu ul div.toggle_container a:link, #menu ul div.toggle_container a:visited {
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 130%;
	padding: 0.6rem 1rem;
	height: auto;
	background: none;
	color: #ffffff;
	border: none;
	text-decoration: none;
	text-align: left;
	display: block;
}
#menu ul div.toggle_container a:hover, #menu ul div.toggle_container a:active {
	background: #bc0000;
	color: #ffffff;
	text-decoration: underline;
}

#menu ul div.toggle_container a.selected {
	background: #700000;
	color: #ffffff;
}





/* Standard styles */
.content-normal {
	padding: 1em 1em;
}/*
.content-carousel {
	padding: 0;
}*/


h1 {
	color: #700000;
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin: 0 0 0.5rem 0;
}
h2 {
	font-family: cabinitalic, Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	color: #222222;
	margin: 0 0 0.6rem 0;
}
h3 {
	font-family: cabinbold, serif;
	font-size: 1rem;
	font-weight: normal;
	color: #222222;
	margin: 0 0 0.5rem 0;
}
p {
	color: #222222;
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin: 0 0 0.8rem 0;
}
li {
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	line-spacing: inherit;
	color: #222222;
}
a, a:link, a:visited, a:hover, a:active {
	color: #700000;
	font-family: cabinbold, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.header-img-del-link, .img-del-link {
	cursor: pointer;
	color: #ff8181;
	font-weight: bold;
}
.reg {
	font-size: 80%;
	color: #717171;
	font-family: cabinitalic, sans-serif;
}

.content-title-area {
	padding: 2rem 1rem 1rem 1rem;
}
.content-title-area h1 {
	font-family: cabinitalic, sans-serif;
	font-size: 2.2rem;
	line-height: 2.8rem;
	color: #484848;
}
.content-title-area h2 {
	font-family: cabinregular, sans-serif;
	font-size: 1.4rem;
	margin-top: 1.2rem;
	color: #959595;
}

.col2 h2 {
	font-family: cabinregular, sans-serif;
	color: #74c043;
}

/* Carousel & news ticker*/
.carousel-container {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
}

#carousel {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	display:none;
}
#carousel .slide {
	margin: 0;
	position: relative;
}
/*.slide_next {
	position: absolute;
	right: 0;
	top: 45%;
	cursor: pointer;
}
.slide_back {
	position: absolute;
	left: 0;
	top: 45%;
	cursor: pointer;
}*/
.slidetext {
/*  	float: left; */
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	width: 100%;
 	min-height: 4rem;
	background-image:
	    linear-gradient(
	    	rgba(112,0,0,0), rgba(112,0,0,1) 70%
	    );
}
.slidetext h2 {
	color: #ffffff;
	font-size: 160%;
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
	position: absolute;
	bottom: 0;
	left: 15%;
}
/*.slidetext p {
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
*/
@media only screen and (max-width: 1200px)  {
	.slidetext h2 {
		left: 10%;
	}
}
@media only screen and (max-width: 1100px)  {
	.slidetext h2 {
		left: 3%;
	}
}
@media only screen and (max-width: 400px)  {
	.slidetext h2 {
		font-size: 120%;
	}
}
.slick-dots { position: absolute; bottom: -28px; right: 10px; list-style: none; display: block; text-align: right; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 10px; margin: 0 1px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 10px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 20px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
@media only screen and (max-width: 640px)  {
	.slick-dots {
		display: none;
	}
}
/*
.slick-slider {
}
.slide {
}
.slide-cont {
	position: relative;
	width: 100%;
}
.slide-image {
	float: none;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slide-image img {
	float: right;
	width: auto;
	height: auto;
    margin: 0 auto;
	display: block;
}

.textpanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
	height: 100%;
	background: #2a2e6d;
	background-image:
	    linear-gradient(
	      #1e265a, #2a2e6d
	    );
	padding: 1.7rem 1rem 2rem 2rem;
}
.textpanel h2 {
	padding: 0;
	font-family: cabinregular, sans-serif;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 3.4rem;
	color: #ffffff;
	margin-bottom: 2rem;
}
.textpanel p {
	padding: 0;
	color: #ffffff;
	font-family: cabinregularItalic, sans-serif;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.textpanel a {
	color: #ffffff;
}
/*
@media only screen and (max-width: 850px)  {
	.motif::before {
		display: none;
	}
	.textpanel h2 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.textpanel p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
}
@media only screen and (max-width: 640px)  {
	.slide-image {
		float: none;
		width: 100%;
	}
	.slide-image img {
		height: auto;
		width: 100%;
	}
	.motif::after {
		display: none;
	}
	.textpanel {
		width: 100%;
		background: rgba(50,62,137,0.7);
		padding: 0.8rem 0.8rem 0.8rem 0.8rem;
	}
	.textpanel h2 {
		line-height: auto;
		font-size: 1.6rem;
		margin-bottom: 0.6rem;
	}
}
*/


/* Messages */
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff !important;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}

.message {
	background: #ff7e30;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7e30), to(#ff4200));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff7e30, #ff4200);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff7e30, #ff4200);
	/* IE 10 */
	background: -ms-linear-gradient(top, #ff7e30, #ff4200);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff7e30, #ff4200);
	border: 1px solid #ff4200;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 0px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.contact-address {
	display: block;
	border: 1px dashed #e7e7e7;
	background: none;
	padding: 10px;
	margin: 2.5rem 0 10px 0;
}


/*Tables */
table.standard {
	width: 98%;
}
table.standard tr.row_selected {
	background: #86c432;
	color: #ffffff;
}
table.standard tr.row_selected td, table.standard tr.row_selected td a {
	color: #ffffff;
}
table.standard td p, table.standard th p {
	font-size: inherit;
	margin: inherit;
}
table.standard th p {
	font-weight: bold;
}



/*Home page panels */
.home-panel-container {
	padding: 0 !important;
	margin-top: 0.6rem;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}
.home-panel-row {
	display: table-row;
}
.home-panel {
	display: table-cell;
	background: #fcfcfc;
	padding: 0;
	width: 32%;
	cursor: pointer;
	/*height: 240px;*/
	height: 303px;
	vertical-align: top;
	border: none;
	overflow: hidden;
}
.home-panel img {
	width: 100%;
}
.home-panel-img {
	width: 100%;
}
.home-panel-img img {
	width: 100%;
}
.home-panel p {
	margin: 0.6rem 1rem 1.5rem 1rem;
	color: #222222;
}
.home-panel h2 {
	background: #700000;
	display: block;
	color: #f2f2f2;
	padding: 0.5rem 1rem;
	margin: 0;
}
.panel-title {
	font-family: cabinregular, sans-serif;
	font-size: 1.4rem;
	line-height: 120%;

}
.panel-link {
	font-family: cabin_italic, serif;
	font-size: 1rem;
	line-height: 120%;
}

@media only screen and (max-width: 640px)  {
	/*need to go to one per row*/
	.home-panel {
		display: inline-block;
		width: 99%;
		margin: 1px 0 2px 0;
		height: auto;
		overflow: auto;
	}
}

/* ticker */
.news-container {
	border-collapse: collapse;
	border-spacing: 0px;
}
.news-container h2 {

}
.news-item {
	cursor: pointer;
}

.news-date {
	background: url(/img/calendar-bg.png) top center no-repeat;
	padding: 0.4rem 0 0 0;
	margin: 0 auto !important;
	width: 56px;
	height: 60px;
}
.news-date p {
	line-height: 90%;
	margin: 0 !important;
	padding: 0;
}
p.ndate {
	color: #f31919;
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 160%;
	margin: 0rem 0 0 0;
	padding: 0.3rem 0 0 0;
}
p.nmonth {
	color: #161616;
	font-family: cabinregular, Arial, Helvetica, sans-serif;
	text-align:  center;
	font-size: 75%;
	margin: 0 0 2rem 0 !important;
	padding: 0;
}
.news-content p {
	margin: 0 0 0.5rem 0;
	padding: 0;
}


/* Twitter */
.twitter-panel {
	border: 1px solid #74c043;
	margin-top: 1rem;
	padding: 0.5rem;
}
.tweet-content {
	font-size: 0.8rem;
	line-height: 1.1rem;
	color: #161616;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: cabinregular, sans-serif;
}
.tweet-content div {
	margin-bottom: 0.7rem;
}
.twitter-stamp {
	font-size: 80%;
	color: #838383;
	text-align: right;
	font-style: italic;
	margin: 0 0 10px 0;
}

.service-menu a {
	color: #484848;
}
.service-menu a:hover {
	color: #74c043;
}


/* Testimonials */
.testimonial-quote {
	font-family: cabinregularItalic, Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
}
.testimonial-attrib {
	font-family: cabinsemibold, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.6rem;
}
.testimonial-attrib .name {
	font-family: cabinsemiboldItalic, Arial, Helvetica, sans-serif;
}
.testimonial-attrib .company {
	font-family: cabinsemibold, Arial, Helvetica, sans-serif;
}

/* News display */
/*====-----News page----=====*/
.newsstory {
	background: none;
	border: none;
	color: #464646;
	margin: 10px;
	padding: 10px;
}
.newsstory_sel {
	background: #f4f4f4;
	border: none;
	margin: 10px;
	padding: 10px;
}
.newsstorydate {
	font-size: 90%;
	color: #464646;
}
.newsstoryheadline {
}
.newsstory p, .newsstory_sel p {
}
/*.newsdatecell {
	width: 30% !important;
	border: 1px solid #ff0000;
	background: #ffff00;
}
.newsheadlinecell {
	width: 60% !important;
	border: 1px solid #ff0000;
	background: #ffff00;
}*/
/*
	.newsstory_sel p, .newsstory_sel h3, .newsstory_sel a, .newsstory_sel h3 .newsstorydate {
	color: #ffffff;
}
*/
@media only screen and (max-width: 430px)  {
	.newsstory {
		margin: 5px 10px 5px 0;
	}
	.newsstory_sel {
		margin: 5px 10px 5px 0;
	}
	.newsstory p, .newsstory_sel p {
		margin-left: 0;
		font-size: 80%;
	}
}



.download-panel {
	width: 40%;
	border: 1px solid #cfd0b7;
	border-radius: 4px;
	background: #f6f7e5;
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
}

.content-header-image {
	margin: 0 0 0 0;
}
.content-padding {
	margin: 1rem 0 1rem 0;
	/*max-width: 672px;*/
}



/* ---- Forms ---- */
form.small-form p {
	margin: 0;
	padding: 0;
}
form.small-form label {
	font-size: 0.8rem;
	color: #696969;
	font-family: cabinregularItalic, Arial, Helvetica, sans-serif;
}
form.small-form input {
	margin: 0 0 0.3rem 0;
	font-size: 0.8rem;
	padding: 0.2rem;
	height: auto;
	min-height: 0;
}
form.small-form .buttoncontainer {
	margin: 0;
}
form.small-form .button {
	padding: 0.4rem 1rem;
	margin: 0;
}


.home-page-content {
	padding: 0 1.5rem 0 1.5rem;
}
.newsletter {

}





.photography-panel {
	background: url(/img/photography-img.jpg) top left no-repeat;
	color: #000000;
	min-height: 270px;
	margin: 10px 0 15px 0;
	padding: 0;
}
.photography-panel h2 {
	color: #000000;
	font-family: cabinsemibold, Arial, Helvetica, sans-serif;
	padding: 0.8rem 1rem 0 1rem;
	font-size: 120%;
}
.photography-panel p {
	color: #000000;
	padding: 0rem 1rem 0 1rem;
	font-size: 100%;
	font-family: cabinitalic, Arial, Helvetica, sans-serif;
}



/************************* Project attributes, summary and detail display **********************/
.attrib-panel {
/* 	border: #bbbdbf 1px solid; */
	padding: 5px;
	vertical-align: top;
	margin: 0px 2px 10px 0;
}
.checkbox{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}

.checkbox input[type="checkbox"]{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox label{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
}

.checkbox label:before,
.checkbox label:after{
	content: '';
	display: block;
	position: absolute;
}

.checkbox label:before{
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px;
}

.checkbox label:after{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #000000;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked ~ label:after{
	opacity: 1;
}

.checkbox input:focus ~ label:before{
	background: #eee;
}

.attrib-panel h3 {
	font-family: pt_sansitalic, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0 0 0 0;
}

@media only screen and (max-width: 710px)  {
	.checkbox label {
		font-size: 80%;
	}
}
@media only screen and (max-width: 440px)  {
	.checkbox {
		display: inline-block;
	}
}



/*----Project summary page -----*/
#Grid .mix {
    display: none;
    /*list-style-type: none;*/
}
/*
#Grid li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

.project-panel {
	border: #bbbdbf 1px solid;
	width: 14em;
	min-height: 420px;
	padding: 8px;
	vertical-align: top;
	margin: 0px 5px 10px 0;
	cursor: pointer;
	display: inline-block;
}
.project-panel-over {
	border: #000000 1px solid;
	background: #e8e8e8;
	width: 14em;
	min-height: 420px;
	padding: 8px;
	vertical-align: top;
	margin: 0px 5px 10px 0;
	cursor: pointer;
	display: inline-block;
}
.project-panel img, .project-panel-over img, .rhs-project-panel img, .rhs-project-panel-over img {
	margin-left: 1px;
}
.project-panel h2, .project-panel-over h2, .rhs-project-panel h2, .rhs-project-panel-over h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
.project-panel p.attrib-text, .project-panel-over p.attrib-text, .rhs-project-panel p.attrib-text, .rhs-project-panel-over p.attrib-text  {
	margin: 2px 0 5px 27px;
}
.project-panel .attrib-checkbox, .project-panel-over .attrib-checkbox, .rhs-project-panel .attrib-checkbox, .rhs-project-panel-over .attrib-checkbox {
	/*position: relative;
	top: 4px;*/
	float: left;
}
.project-image {
	width: 100%;
}

@media only screen and (max-width: 1020px)  {
	.project-panel, .project-panel-over {
		width: 32%;
	}
}
@media only screen and (max-width: 710px)  {
	.project-panel, .project-panel-over {
		width: 48%;
	}
}
@media only screen and (max-width: 440px)  {
	.project-panel, .project-panel-over {
		width: 100%;
	}
}


/* Image upload functions */
#HeaderImgUpload {
	width: 420px;
	height: 144px;
	position: relative;
	border: 1px dotted #eaeaea;
	background: url(/includes/js/croppic/img/placeholder.png) center center no-repeat;
}
#HeaderImgUpload img {
	max-width: none;
}

.cropit-image-preview {
	/* You can specify preview size in CSS */
	width: 467px;
	height: 160px;
}
input.cropit-image-input {
	visibility: hidden;
}
/* Translucent background image */
.cropit-image-background {
	opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use relative or absolute position on it
 */
input.cropit-image-zoom-input {
	position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
	overflow: hidden;
}



/* --------- Image gallery stuff --------- */
.prod-image-panel {
	border: 1px solid #d2d2d2;
	display: block;
	width: 100%;
	height: 235px;
	margin-bottom: 10px;
	padding: 5px;
	clear: right;
}
.prod-image-img {
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	width: 221px;
	height: 221px;
	float: left;
	text-align: center;
}
.prod-image-caption {
	margin-left: 10px;
	float: left;
}
.img-del-link {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

/* Thumbnail display of gallery items */
.thumbnail {
	height: 145px;
	width: 155px;
	background: #f2f2f2;
	position: relative;
	display: inline-block;
	margin-right: 0.5rem;
	overflow: hidden;
}
.helper {
	padding-top: 100%; /* forces 1:1 aspect ratio */
}
.thumbnail-image {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}
.thumbnail-image:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.thumbnail-image img {
    vertical-align: middle;
    display: inline-block;
}
@media only screen and (max-width: 375px)  {
	.thumbnail {
		height: 195px;
		width: 285px;
	}
}

/* --------------- Productions Gallery ------------*/
.production-grid li {
	list-style-type: none;
}
.production-intro, .production-intro-over {
	border: 1px solid #700000;
	cursor: pointer;
	padding: 0.3rem;
	background: none;
	overflow: hidden;
	min-height: 300px;
}
.production-intro-over {
	background: #f1f1f1;
}
.production-intro-image {
	width: 100%;
	max-height: 160px;
	overflow: hidden;
}
.production-title-with-image {
	font-size: 1.6rem;
	font-family: cabinregular, sans-serif;
	line-height: 130%;
	color: #700000;
}
.production-title-without-image {
	font-size: 2.5rem;
	font-family: cabinregular, sans-serif;
	line-height: 100%;
	color: #700000;
}
.production-programme {
	border: 1px dotted #333333;
}
@media only screen and (max-width: 640px) {
	.production-intro-image {
		width: 100%;
		max-height: 260px;
	}
}
.cast-member-image {
	margin-bottom: 0.5rem;
}
.cast-member-name-with-image {
	font-size: 1rem;
	color: #700000;
	line-height: 100%;
}
.cast-member-name-without-image {
	font-size: 1.4rem;
	color: #700000;
	line-height: 130%;
}
cast-member-role-with-image {
	font-size: 1.2rem;
	line-height: 100%;
}
cast-member-role-without-image {
	font-size: 1.5rem;
	line-height: 140%;
}




/* Cropper - styling   */
.current-image {
	border: 1px dotted #000000;
	background: none !important;
	/*max-width: 1400px;*/
	margin: 0 auto;
	position: relative;
	width: auto;
}
.castcrew-image {
	max-width: 350px;
}
.current-image img {
	width: 100%;
	margin: 0 auto;
}
.current-image canvas {
	width: 100%;
	margin: 0 auto;
}
#drop-target #instruction {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}
#drop-target #loading {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}
#drop-target #save-instruction {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}
.canvas-container {
	margin: 0 auto !important;
}
/* Buttons  for Cropper */
.cropper-buttons {
	margin-top: 0.6rem;
	border: 1px dotted #e4e4e4;
	border-radius: 3px;
	padding: 0 0.4rem;
}
.cropper-buttons .button {
	border-radius: 3px;
	font-size: 0.85rem;
	margin: 0.4rem 0.5rem 0.4rem 0;
	padding: 0.4rem 1rem 0.4rem 1rem;
	text-align: left;
}
.cropper-buttons .crop-img-button {
	border-radius: 3px !important;
	padding: 0.12rem 1rem 0 1rem !important;
}
.crop-img-button img {
	height: 25px !important;
	margin: 0 0 0.2rem !important;
	padding: 0 !important;
}

.crop-action {
	display: inline-block;
}
.header-image-delete {
	background: #ff0000;
	text-align: right;
}
.crop-save {
	background: #58bb2b;
}




.perf-alert {
	display: none;
	border: 2px solid red;
	background: rgba(255,0,0,0.2);
	padding: 1rem;
	margin: 1rem 0;
}
.ticket-input {
}