@font-face {
    font-family: CurvyPeople;
    src: url(../fonts/CurvyPeople-Regular.otf);
}

@font-face {
    font-family: CurvyPeopleItalic;
    src: url(../fonts/CurvyPeopleItalic-RegularItalic.otf);
}

@font-face {
    font-family: MinionPro;
    src: url(../fonts/MinionPro-Regular.otf);
}

* {
  font-family: 'CurvyPeople', Helvetica, sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 1.18em;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 100em) { /* Larger Screens */
	* {
		font-size: 23px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

a {
	text-decoration: none;
}

.event a .no-link-decoration {
	text-decoration: none !important;
}

#content a {
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #766900;
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
}

.logo a:hover {
	cursor: pointer;
	color: #000000 !important;
	font-family: 'CurvyPeople', Helvetica, sans-serif;
}

.current {
	color: #766900;
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
}

#header a:hover {
	color: #766900;
}

#header .current {
	color: #766900;	
}

.index-item a {
	text-decoration: none !important;
}

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

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

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

label {
	display: block;
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
}

.hidden {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t-m5 {
	margin-top: -5px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-100 {
	margin-top: 100px !important;
}

.m-t-150 {
	margin-top: 150px !important;
}

.m-t-200 {
	margin-top: 200px !important;
}

.m-t-250 {
	margin-top: 250px !important;
}

.m-t-300 {
	margin-top: 300px !important;
}

.m-t-450 {
	margin-top: 450px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.white {
	color: white;
}

.gold {
	color: #766900;
}

.inline {
	display: inline;
}

/* Header */
#header {
	z-index: 100;
	padding-top: 13px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1) 25%);
	background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1) 25%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1) 25%);
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1) 25%);
}

#mobile-header {
	padding-top: 0px;
	font-size: 34px;
}

/* Menus */
.menu {
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	display: inline;
}

.menu li {
	display: inline;
}

.a-z ul,
.years ul {
	display: table;
	width: 102.5%;
}

.a-z ul li,
.years ul li {
	display: table-cell;
	width: 3.84%;
}

.search-bar {
	display: inline;
	width: 40%;
}

.search-bar form {
	width: 50%;
	display: inline-block;
}

.search-bar input {
	width: 70%;
	border: none;
	padding: 2px;
	padding-left: 5px;
}

.search-bar input:focus {
	outline: none;
}

.twitter-typeahead {
	width: 70%;
	border: 1px solid black;
	display: none;
}

.tt-hint {
	width: 100%;

}

.tt-menu {
	width: 100%;	
	background-color: white;
	border: 1px solid black;
	margin-left: -1px;
}

.tt-dataset {
	padding: 5px;
}

.typeahead-type {
	padding-right: 7px;
	text-transform: uppercase;
	font-size: 0.6em;
}

.typeahead-row {
	cursor: pointer;
}

/* Mobile Header */
#mobile-header div, #mobile-header a, #mobile-header span {
	font-size: 25px;
}

#mobile-header .organise {
	margin-top: 21px !important;
}

#mobile-menu-open .open-menu a {
	font-family: 'CurvyPeople', Helvetica, sans-serif;
	font-size: 40px;
	line-height: 20px;
	margin-right: 15px;
}

#mobile-menu-open {
	z-index: 100;
	padding-top: 5px;
	position: fixed;
	top: 0;
	right: 0;
	width: 20%;
	color: black;
}

#mobile-menu {
	background-color: #766900;
	z-index: 101;
	position: fixed;
	top: 0;
	left: 700px;
	width: 85%;
	height: 100%;
	display: none;
}

#mobile-menu div, #mobile-menu a {
	color: white;
	font-size: 25px;
	font-weight: 100;
}

#mobile-menu .close-menu a {
	line-height: 30px;
	margin-right: 20px;
}

/* Splash Page */
#splash,
#mobile-splash {
	z-index: 500;
	position: fixed;
	width: 90%;
	height: 90%;
	left: 10px;
	top: 10px;
	background-color: white;
	border: 1px solid black;
	opacity: 0;
	font-size: 20px;
}

#large-mobile-splash {
	z-index: 500;
	position: fixed;
	width: 95%;
	height: 90%;
	left: 15px;
	top: 15px;
	background-color: white;
	border: 1px solid black;
	opacity: 0;
	font-size: 40px;
}

#splash a,
#mobile-splash a,
#large-mobile-splash a {
	font-weight: bold;
}

#splash .exit {
	position: fixed;
	right: 100px;
	top: 50px;
	font-size: 50px;
}

#mobile-splash .exit {
	position: fixed;
	right: 55px;
	top: 20px;
	font-size: 20px;
}

#large-mobile-splash .exit {
	position: fixed;
	right: 55px;
	top: 20px;
	font-size: 50px;
}

#splash .exit:hover,
#mobile-splash .exit:hover {
	cursor: pointer;
}

#splash #mainVideo {
	width: 70%;
	float: left;
	padding: 30px 0 10px;
}

#splash #mainVideo iframe {
	height: 330px;
}

#mobile-splash #mainVideo {
	width: 90%;
	float: left;
	padding: 0px 15px 20px;
}

#large-mobile-splash #mainVideo {
	width: 100%;
	float: left;
	padding: 0px 15px 20px;
}

#splash #otherVideos {
	width: 30%;
	float: right;
	padding: 30px 0 0;
}

#splash #otherVideos img {
	height: 97px;
	margin-left: -45px;
	margin-bottom: 20px;
	display: block;
	cursor: pointer;
}

#splash .video {
	padding: 60px 160px 30px;	
}

#large-mobile-splash #mainVideo {
	padding: 30px 15px;	
}

#large-mobile-splash #mainVideo iframe {
	height: 600px;
}

/* XL Screens */
@media only screen and (min-width: 1500px) {
	#splash #mainVideo iframe {
		height: 480px;
	}

	#splash #otherVideos img {
		height: 140px;
	}

	#splash .text {
		margin-top: 30px;
	}

	#splash .text p {
		font-size: 1.5em !important;
	}
}

/* XL Screens */
@media only screen and (min-width: 1350px) {
	#splash #mainVideo iframe {
		height: 420px;
	}

	#splash #otherVideos img {
		height: 130px;
	}

	#splash .text {
		margin-top: 30px;
	}

	#splash .text p {
		font-size: 1.3em !important;
	}
}

/* Smaller Screens */
@media only screen and (max-width: 900px) {
	#splash .exit {
		position: fixed;
		right: 50px;
		top: 40px;
		font-size: 30px;
	}

	#splash #mainVideo,
	#mobile-splash #mainVideo {
		padding: 30px 15px;	
	}

	#splash #mainVideo iframe,
	#mobile-splash #mainVideo iframe {
		height: 280px;
	}

	#splash .text,
	#mobile-splash .text {
		padding: 0px 10px;
		text-align: center;
		font-size: 0.7em !important;
	}

	#splash #otherVideos {
		width: 20%;
		float: right;
		padding: 30px 0 0;
	}

	#splash #otherVideos img {
		height: 80px;
		margin-left: -45px;
		margin-bottom: 20px;
		display: block;
		cursor: pointer;
	}

	#splash .text {
		font-size: 0.95em !important;
		padding: 0px 10px !important;
	}
}

/* Smallest screens */
@media only screen and (max-width: 641px) {
	#splash .exit {
		position: fixed;
		right: 35px;
		top: 40px;
		font-size: 30px;
	}

	#splash #mainVideo,
	#mobile-splash #mainVideo {
		padding: 30px 30px;	
	}

	#splash #mainVideo iframe,
	#mobile-splash #mainVideo iframe {
		height: 260px;
	}

	#splash .text,
	#mobile-splash .text {
		padding: 0px 10px;
		text-align: center;
		font-size: 0.7em !important;
	}
}

#splash .text {
	float: left;
	padding: 0px 70px;
	text-align: center;
	font-size: 0.8em;
}

#splash .text p,
#mobile-splash .text p {
	line-height: 1.1;
	font-size: 1rem;
	margin-top: 9px;
	margin-bottom: 9px;
}

#large-mobile-splash .text {
	text-align: center;
	padding: 0 20px;
	margin-top: 30px;
}

#large-mobile-splash .text p {
	line-height: 1.1;
	font-size: 2.5rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

#large-mobile-splash .text a {
	line-height: 1.1;
	font-size: 2.5rem;
}

#large-mobile-splash .continue-to-site {
	font-size: 4rem;
	font-weight: bold
}

#splash .text a,
#mobile-splash .text a {
	font-size: 1em;
}

/* Content Area */
#content {
	margin-top: 120px;
}
@media only screen and (max-width: 641px) {
	#content {
		margin-top: 10px;
	}
}

/* Index Items */
.index-item {
	cursor: pointer;
}

.index-item .image-box {
	height: 230px;
	line-height: 230px;
	text-align: center;
}

.index-item img {
	max-width: 100%;
	max-height: 95%;
	margin: auto;
  vertical-align: bottom;
}

.black-border {
	border: 2px solid black;
}

.index-item .category {
	text-transform: uppercase;
	font-size: 0.7em;
}

.index-item h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
}

.oval {
  top: 50%;
	width: 100%;
	height: 100px;
	background-color: black;
	border: 2px solid black;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
}

.oval .white {
	color: white;
}

.oval:hover .white {
	color: black;
}

.oval:hover {
	background-color: white;
}

.oval .inner {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.themes-content h1:hover {
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
	color: #766900;
	cursor: pointer;
}

/* Index List */
.index-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Pages */
/*.interview div, .interview span, .interview label {
	font-size: 15px;
}*/

.interview {
	margin-top: 70px !important;
}

.interview img {
	max-width: 100%;
}

.video-content {
	height: 50px;
	overflow-y: hidden;
}

.read-more {
	width: 100%;
	height: 50px;
	margin-top: -25px;
	padding-top: 25px;
	text-align: center;
	background-color: white;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1) 30%);
	background: -moz-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1) 30%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 30%);
	z-index: 100;
	position: relative;
}

.read-more span {
	cursor: pointer;
}

.video-content strong {
	font-weight: 400;
	color: #ad9a00;
}

.video-content strong:hover {
	cursor: pointer;
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
}
 
.credit {
	margin-bottom: 20px;
}

/*.about div, .about span, .about label {
	font-size: 15px;
}*/

.participate-organise-text div {
	font-size: 0.8em;
}

.event {
	border: 2px solid black;
}

.event-body-text {
	font-size: 0.8em !important;
	text-align: justify;
}

@media only screen and (min-width: 640px) {  /* 540px */
	.event {
		padding: 10px;
		width: 19%;
	}
}

.event .title {
	font-family: 'CurvyPeopleItalic', Helvetica, sans-serif;
}

/* Sharing Icons */
.sharing-icons {
	color: #766900;
}

.sharing-icons svg {
	margin-right: 10px;
	color: #766900;
}

.sharing-icons svg:hover {
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.7;
}

/* Footer */
#footer {
	
}
#footer img {
	width: 70%;
	margin-top: 30px;
}

/* Lazy Load */
img {
  opacity: 1;
  transition: opacity 0.3s;
}

.image-delete {
	font-size: 20px;
	font-color: red;
}

/* Comments */
.comments input,
.comments textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid grey;
	padding: 10px;
}

.previous-comments,
.previous-comments i {
	font-size: 0.8em;
}

.previous-comments i {
	color: #766900;
}

.previous-comments p {
	margin-top: 1px;
	margin-bottom: 1px;
}

.comment-bottom {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.btn {
	padding: 10px;
	border: 1px solid grey;
	background-color: white;
}

.btn:hover {
	cursor: pointer;
	background-color: #e8e8e8;
}

.comments .notice {
	background-color: #e8e8e8;
	width: 100%;
	padding: 20px;
	display: none;
	margin-top: 10px;
}

/* Front Page */
#splash-page #content {
	margin-top: 100px;
	margin-bottom: 100px;
}

#splash-page .video iframe {
	height: 280px;
}

#splash-page .video h4,
#splash-page .video .category {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#splash-page .text {
	text-align: justify;
}

#splash-page .link-to-site {
	text-align: center;
}