html {
	margin:0;
	padding:0;
	height:100%;
	position:relative;
}
body {
	font-family: 'Nunito', sans-serif;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
	line-height: 1;
	width: 100%;
	height: 100%;
	font-weight:300;
}
@font-face {
	font-family: 'TheanoDidot';
	src: url('/webfonts/TheanoDidot-Regular.ttf') format('truetype');
}
details, figcaption, figure, footer, hgroup, summary, header, section, article, aside {
	display: block;
	margin: 0;
}
div, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
p {
	margin-top: 0;
	margin-bottom: 18px;
}
p.p-shorter {
	margin-bottom: 7px;
}
h1, h2 {
	font-weight: 300;
	text-align:center;
}
h1 {
	font-family:'TheanoDidot';
	font-size:55px;
	margin:40px 0 35px  0;
	line-height:1.1;
}
h1 .h1-subheader {
	font-family:'Nunito';
	font-weight:300;
	text-transform:uppercase;
	font-size:15px;
	margin-top:10px;
	letter-spacing:.1em;
	display:block;
}
hr {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #999999;
	margin: 25px 0;
}
header ul,footer ul   {
	list-style-type:none;
	margin:0;
	padding:0;
}
header li, footer li {
	margin:0;
	padding:0;
}
.maincontent {
	line-height:1.4;
}
:focus {
	outline: 0 !important;
}
/* Addresses `outline` inconsistency between Chrome and other browsers.*/
a:focus, a:hover {
	outline: 0;
}
a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
	transition: color ease-in-out .1s;
}
a:hover {
/*	color:#007794;
*/}
form input[type="text"].input-error {
	background-color: #fff4f4;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #dadbdb;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 0 0 0 10px;
	width: 100%;
	height: 30px;
	font-size:16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	width: 200px;
	border: 1px solid #dadbdb;
	height: 25px;
	color: inherit;
	font-size:16px;
}
input[type="checkbox"] {
	height: 16px;
	width: 16px;
	vertical-align: -2px;
}
textarea {
	padding: 10px;
	min-height: 80px;
}
form {
	width:80%;
	margin:0 auto;
}
form > div {
	margin-bottom: 15px;
}
form label {
	display:block;
	line-height:1.1;
}
button {
	font-size:18px;
	font-family: 'Open Sans', Arial, sans-serif;
	color:#b91219;
	border:0;
	padding:7px 15px;
	cursor:pointer;
	background-color:rgba(0,0,0,.1);
}
 button:hover {
	background-color:rgba(0,0,0,.3);
}
.submit {
	opacity: .8;
	margin-left: 6px;
	vertical-align: bottom;
}
.submit:hover {
	opacity: 1;
	cursor: pointer;
}
.wrapper {
	width: 100%;
	position: relative;
	min-height:100%;
}
.main {
	width: 100%;
	position: relative;
}
header {
	width: 100%;
	position: relative;
	border-top: 5px solid #b91219;
}
.content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.content-inner a {
	word-wrap:break-word;
}
	
.logo {
	margin: 33px 0 27px 0;
}
nav {
	text-transform:uppercase;
	color:#ffffff;
	font-size:16px;
	width:100%;
  }
.nav-menu-full {
	background-color:#000000;
	height:50px;
	line-height:50px;
}
.menu-full {
	width:100%;
	padding:0 5% 0 5%;
	text-align:justify;
	box-sizing:border-box;
}
.menu-full li {
	display:inline-block;
}
.menu-full:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.menu-expand {
	text-align: left;
	background-color: #000000;
	padding-top:7px;
	position:relative;
	z-index:99;
	display:none;
}
.menu-expand a, .menu-expand a:link, .menu-expand a:visited, .menu-expand a:hover, .menu-expand a:active {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: white;
}
.menu-expand  > li {
	line-height: 1.3;
	padding: 7px 9%;
}
.menu-expand li:hover {
	background-color:rgba(185,18,25,1);
}
.nav-menu-collapse {
	display:none;
	position: relative;
}
.vpp-menu-button {
	cursor: pointer;
	display:none;
	padding:12px 9% 12px  9%;
	box-sizing:border-box;
	background-color:#000000;
}
.vpp-menu-button span {
	display: block;
	width: 25px;
	height: 3px;
	color: #b91219;
	background-color: #b91219;
	border-radius: 1px;
}
.vpp-menu-button span:not(:first-child) {
	margin-top: 7px;
}
.flyout {
	padding:15px;
	background-color:#b91219;
	color:white;
	position:absolute;
    top: 50px;
	z-index:9999;
	text-align:left;
	text-transform:none;
}
.flyout li {
	margin:25px 0 0 0;
	padding:0;
	white-space:nowrap;
	display:block;
	line-height:1.1;
}
.flyout li:first-child {
	margin-top:0;
}
.flyout li a {
	color:white;
	display:block;
	padding:0;
	margin:0;
}
.flyout li a:hover, .flyout li.current {
	color:#000000;
}
.sub {
	position:relative;
}
.menu-expand-submenu {
	cursor:pointer;
}
.menu-expand-submenu li {
	padding:7px 0 7px 12px;
}
.menu-expand .menu-expand-submenu a {
	text-transform:none;
}
.menu-expand .menu-expand-submenu a:hover {
	color:#000000;
}
.home-image {
	text-align:center;
}
.about-photo {
	float:right;
	margin-left:25px;
	margin-bottom:25px;
}
.about-text {
	overflow:hidden;
}
.videos {
	font-size:0;
}
.videos > article  {
	width:31.8%;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	padding-right:2%;
	margin-bottom:25px;
}
.videos > article:nth-child(3n+3){
	padding-right:0;
}
.videos > article > ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.videos > article > ul > li {
	margin:7px 0 0 0;
	padding:0;
	line-height:1.1;
}
.videos > article > ul > li:first-of-type {
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
}
.videos > article > ul > li:last-of-type {
	margin-top:15px;
	font-size:14px;
	text-decoration:underline;
	letter-spacing:.1em;
	text-transform:uppercase;
}
/* ----------- */
.performances {
	font-size:0;
}
.performances > article  {
	width:31.8%;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	padding-right:2%;
	margin-bottom:25px;
}
.performances > article:nth-child(3n+3){
	padding-right:0;
}
.performances > article > ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.performances > article > ul > li {
	margin:7px 0 0 0;
	padding:0;
	line-height:1.1;
}
/*.performances > article > ul > li:first-of-type {
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
}*/
.performances > article > ul > li:last-of-type {
	margin-top:15px;
	font-size:14px;
	text-decoration:underline;
	letter-spacing:.1em;
	text-transform:uppercase;
}

/* ----------- */
.news article:nth-of-type(odd) .news-img {
	float:right;
	margin-left:3%;
	margin-bottom:15px;
	margin-top:3px;
	width:50%;
}
.news article:nth-of-type(even) .news-img {
	float:left;
	margin-right:3%;
	margin-bottom:15px;
	margin-top:3px;
	width:50%;
}
.news-text {
	font-size:15px;
	line-height:1.7;
}
.news h2 {
	font-size:18px;
	font-weight:700;
	text-align:left;
	line-height:1.3;
}
.news-date {
	font-size:12px;
	text-transform:uppercase;
}
.news hr {
	margin:5px 0 35px 0;
}
.news-readmore {
	margin-top:18px;
	text-transform:uppercase;
	cursor:pointer;
}
/*****general classes non page specific***/
.TheanoDidot {
	font-family: TheanoDidot;
	font-weight: normal;
	font-style: normal;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.hideme {
	display: none;
}
.no-break {
	word-break: keep-all;
}
.bold {
	font-weight: 700;
}
a.underline {
	text-decoration:underline;
}
.uppercase {
	text-transform: uppercase;
}
.relative {
	position: relative;
}
.pointer {
	cursor: pointer;
}
.highlight-color {
	color: #ff7274;
}
.floatright {
	float:right;
}
.italic {
	font-style: italic;
}
.tbl {
	display: table;
}
.tbl-row {
	display: table-row;
}
.tbl-cell {
	display: table-cell;
}
.align-right {
	text-align: right;
}
.display-ib {
	display: inline-block;
}
/*******************************************/
footer {
	font-size: 15px;
	width:100%;
	text-align:center;
	background-color:#ffffff;
	position:absolute;
	bottom:0;
	
}
.footer-sponsors {
	width:100%;
	background-color:#f3f0e7;
	padding:3.2% 0;
	margin-top:40px;
}
.footer-sponsors h2 {
	margin-bottom:25px;
	letter-spacing:.1em;
	font-size:15px;
}
.footer-sponsors img {
	vertical-align:bottom;
	margin-bottom:15px;
}
.footer-sponsors a:not(:last-child) img{
	margin-right:20px;
}
.footer-info-area {
	background-color:#000000;
	padding:3% 0;
}
.footer-spacer {
	height:10px;
	background-color:#000000;
}
.footer-info-area {
	font-size:0;
	text-align:left;
	background-color:#000000;
}
.footer-info-area > div > div {
	width:25%;
	padding-right:20px;
	box-sizing:border-box;
	display:inline-block;
	font-size:15px;
	color:#f3f0e7;
	vertical-align:top;
	overflow:hidden;
}
.footer-info-area ul {
	overflow:hidden;
	line-height:1.2;
}
.footer-info-area > div > div:nth-of-type(4) {
	padding-right:0;
}
.footer-info-area li:not(:first-of-type) {
	margin-top:15px;
}
.footer-info-area li:first-of-type {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:18px;
}
.footer-info-area ul:not(:first-of-type) {
	margin-top:35px;
}
.footer-info-area hr {
	margin:25px 0px;
	display:none;
}


@media all and (max-width: 980px) {
.footer-sponsors img {
	width:16%;
}
}
@media all and (max-width: 880px) {
.about-photo {
	width:35%;
}
.about-text {
	overflow:inherit;
}
}
@media all and (max-width: 700px) {
.nav-menu-full  {
	display:none;
}
.vpp-menu-button {
	display:block;
}
.nav-menu-collapse {
	display:block;
}
.footer-sponsors img {
	width:20%;
}
}
@media all and (max-width: 600px) {
.footer-info-area > div > div  {
	width:50%;
}
.footer-info-area hr:nth-of-type(2) {
	display:block;
}
.footer-sponsors img {
	width:30%;
}
h1 {
	font-size:40px;
}
.about-photo {
	float:none;
	width:65%;
	margin:0 auto 25px auto;
}
}
@media all and (max-width: 400px) {
.footer-info-area > div > div  {
	width:100%;
}
.footer-info-area hr {
	display:block;
}
.news article:nth-of-type(odd) .news-img,.news article:nth-of-type(even) .news-img {
	float:none;
	width:90%;
}
@media all and (max-width: 300px) {
.footer-sponsors img {
	width:40%;
}
}
