@charset "utf-8";
/* CCFP 2014 Serving Two Masters */

@font-face {
    font-family: 'dtl_documenta';
    src: url('fonts/DTLDocumenta-SansST.woff2') format('woff2'),
        url('fonts/DTLDocumenta-SansST.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon.woff2') format('woff2'),
        url('fonts/socicon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { min-height: 100%; padding-bottom: 1px; }

body {
	background:#65a9bb;
	color:#fff;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: calc(14px + (20 - 14) * ((100vw - 600px) / (2000 - 600)));
}


a, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}


.videoplayer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.videoplayer iframe,
.videoplayer object,
.videoplayer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* Mobile Layout: 480px and below. */

.home .showhome, .inner .showinner {
	display: block;
}

.home .showinner, .inner .showhome {
	display: none;
}

.holder {
	width: 90%;
	margin: 0 auto;
	text-align:center;
}

h1 {
	font-family: 'dtl_documenta', sans-serif;
	text-transform:uppercase;
	color:#ece830;
	margin:0;
	font-size:1.5em;
}

h2 {
	font-family: 'dtl_documenta', sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
	color:#ece830;
	margin:0;
}

h3, h3 a {
	color:#fff;
}

h5 {
	font-size:1em;
	margin:0;
	font-weight:normal;
	display:inline;
}

h6 {
	font-size:0.8em;
	margin:0;
	font-weight:normal;
}

.sttitle {
	width:70%;
	height:auto;
	margin:1em auto;
	text-align:center;
}

.inner .sttitle {
	width:15%;
	height:auto;
	margin:0 auto 1% auto;
	text-align:center;
}

.sttitle img {
	width:100%;
}

.stbg {
	display:none;
}

.maincontent {
	position:relative;
	width:100%;
	text-align:center;
	z-index:20;
}

.showmenu {
	display:block;
	position: fixed;
	top:1em;
	right:1em;
	padding:.4em;
	background:#1f1a54;
	color: #fff;
	cursor: pointer;
}

.closemenu {
	display: block;
	position: absolute;
	top:0;
	right:0;
	padding: 1em 2em;
	color:#fff;
	font-size: 1.2em;
}

.menu {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:#1f1a54;
	z-index: 1200;
}

.menu ul {
	margin:3em 0 0 0;
	padding:0;
}

.menu ul li {
	display:block;
	margin: 0 0 1em 0;
	padding: 0;
	font-size:1.2em;
}

.menu ul a {
	display: block;
	padding: 1em 0;
	color:#eee;
	text-decoration:none;
}

.menu ul li a:hover {
	background:#0b4656;
}


.tab1 {
	vertical-align:middle !important;
	line-height:1em;
}

.tab2 {
	width: 17%;
	text-align:right;
	vertical-align:top !important;
	font-weight:bold;
}

.tab3 {
	width: 17%;
	text-align:right;
	vertical-align:top !important;
}

.tab4 {
	width: 80%;
}

.tab5 {
	width: 5%;
}

.tab5 img {
	width: 100%;
	display: none;
}

.tab6 {
	width: 40%;
}

.tab-prog {
	width: 90%;
	margin:0 auto;
	text-align:left;
}

.tab-prog td {
	vertical-align: middle !important;
	padding: .4em;
}

.table-spon {
	width: 40%;
	font-weight:bold;
	text-align:left;
	margin:0 auto;
}

.table-spon td {
	padding: .4em;
	vertical-align: middle !important;
}

.table-spon img {
	width:100% !important;
	display:none;
}


.panelholder {
	display: none;
}

.panelholder {
	display: none;
}

.panelholder {
	display: none;
}

.gallerypics {
	/*margin:0;
	padding:0;*/
}

.gallerypics li {
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:29%;
	text-align:center;
	font-size:.8em;
}

.gallerypics li img {
	width:96%;
	border:2px solid #fff;
	margin-right:1%;
}

.fulloverlay {
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:99%;
	padding:1% 0 0 0;
	background:rgba(0,0,0,.9);
	z-index:9999999;
}

.fulloverlay img {
	display: block;
	margin: 0 auto;
	width:90%;
}

.readingholder {
	width:100%;
	margin:0 auto;
	text-align:left;
}

.readingholder ul a {
	text-decoration:none;
}

.readingholder h2 {
	display:inline-block;
	margin:1% 0;
}

.plus1 {
	border:1px solid #000;
	font-size:0.8em;
	font-weight:bold;
	background:#fff;
	text-decoration:none;
	padding: 0 0.3%;
	margin:0 0 0 1%;
	color:#000;
}

.plus1:hover {
	text-decoration:none;
}

.inner hr  {
	border:none;
	background:#fff;
	height:3px;
	margin:3% 0 2% 0;
}


.sbi {
	    font-family: 'socicon';
		font-size:2em;
		color:#3e2985;
		text-align:center;
		margin:3% 0 6% 0;
		}

.sbi a {
	color:#ece830;
	text-decoration:none;
}

.sbi a:hover {
	color:#000;
	text-decoration:none;
}

.sbi ul {
	list-style:none;
	margin:0;
	padding:0;
}

.sbi ul li {
	display:inline;
	margin:0 3%;
	padding:0;
}

.sbi ul li:last-child {
	margin:-20% 0 0 ;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {

}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.holder {
	width: 100%;
}


h1 {
	font-family: 'dtl_documenta', sans-serif;
	text-transform:uppercase;
	color:#ece830;
	margin:0;
	font-size:2em;
}

h5 {
	font-size:1.2em;
	margin:0;
	font-weight:normal;
	display:inline;
}

.stbg {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
}

.stbg img {
	width:100%;
}

.inner .stbg {
		opacity:0.2;
	filter:alpha(opacity=20);
}


.sttitle {
	width:30%;
}

.showmenu {
	display: none;
}

.closemenu {
	display: none;
}


.menu {
	display: block;
	position: relative;
	width:60%;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align:justify;
}

.menu ul {
	margin:0;
	padding:0;
	font-size: .7em;
}

.menu ul li {
	display:inline;
	margin:0;

}

.menu ul a {
	display: inline-block;
	padding:1%;
	background:#1f1a54;
	color:#eee;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
}

.menu ul li a:hover {
	background:#0b4656;
}

.menu ul:after {
  content:"";
  display: inline-block;
  width: 100%;
  background:none !important;
}


.table-spon img {
	display:block;
}

.panelholder {
	display: none;
}

.gallerypics {
	/*margin:0;
	padding:0;*/
}

.gallerypics li {
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:29%;
	text-align:center;
	font-size:.8em;
}

.gallerypics li img {
	width:96%;
	border:2px solid #fff;
	margin-right:1%;
}

.fulloverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:99%;
	padding:1% 0 0 0;
	background:rgba(0,0,0,.9);
	z-index:9999999;
}

.fulloverlay img {
	max-width:75%;
	max-height: 90%;
}

.readingholder {
	width:60%;
	margin:0 auto;
	text-align:left;
}

.readingholder ul a {
	text-decoration:none;
}

.readingholder h2 {
	display:inline-block;
	margin:1% 0;
}

.sbi {
	    font-family: 'socicon';
		position:fixed;
		top:2%;
		left:2%;
		font-size:1.6em;
		color:#3e2985;
		margin:0;
		}

.sbi a {
	color:#ece830;
	text-decoration:none;
}

.sbi a:hover {
	color:#fff;
	text-decoration:none;
}

.sbi ul {
	list-style:none;
	margin:0;
	padding:0;
}

.sbi ul li {
	display:block;
	margin:0 0 30% 0;
	padding:0;
}

.sbi ul li:last-child {
	margin:-20% 0 0 ;
}


.tab-prog {
	width: 60%;
}
}