/*
COLOURS, 22/02/11
-----------------
Fallback/Default:   #ccc
Current & Upcoming:	#f93
Archive:            #fc0
Applications:       #693
Blog:               #09c
About:              #f69
Contact:            #c9c
*/

/* ------------------------------------------------------------ */
/* WEBFONTS */
/* ------------------------------------------------------------ */

/* Normal */
@font-face {
	font-family: 'AkkuratPro';
	src: url('fonts/akkrg_pro_1-webfont.eot');
	src: local('O'), url('fonts/akkrg_pro_1-webfont.woff') format('woff'), url('fonts/akkrg_pro_1-webfont.ttf') format('truetype'), url('fonts/akkrg_pro_1-webfont.svg#webfontY188oZks') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Italic */
@font-face {
	font-family: 'AkkuratPro';
	src: url('fonts/akkbd_pro_1-webfont.eot');
	src: local('O'), url('fonts/akkbd_pro_1-webfont.woff') format('woff'), url('fonts/akkbd_pro_1-webfont.ttf') format('truetype'), url('fonts/akkbd_pro_1-webfont.svg#webfontdsrWtfww') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'AkkuratPro';
	src: url('fonts/akkit_pro_1-webfont.eot');
	src: local('O'), url('fonts/akkit_pro_1-webfont.woff') format('woff'), url('fonts/akkit_pro_1-webfont.ttf') format('truetype'), url('fonts/akkit_pro_1-webfont.svg#webfontLDH4QdXj') format('svg');
	font-weight: normal;
	font-style: italic;
}

/* Bold Italic */
@font-face {
	font-family: 'AkkuratPro';
	src: url('fonts/akkbdit_pro_1-webfont.eot');
	src: local('O'), url('fonts/akkbdit_pro_1-webfont.woff') format('woff'), url('fonts/akkbdit_pro_1-webfont.ttf') format('truetype'), url('fonts/akkbdit_pro_1-webfont.svg#webfontRg5ruQlk') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* ------------------------------------------------------------ */
/* THINGS TO TIDY, 2/3/11 */
/* ------------------------------------------------------------ */

.event-image {
	min-height: 500px;
}

.ninecol .post-details, #wp_page_numbers li.page_info {
	float: left;
	margin-right: 5%;
	width: 30%;
}

#wp_page_numbers ul {
	margin: 0;
}

#wp_page_numbers li {
	float:left;
	margin-right: 10px;
}

#cboxLoadedContent {
	background-color: #ccc !important;
}

.eme-location-map {
	width: 100% !important;
	background-color: #ccc !important; 
	margin-bottom: 24px;
}

.eme-location-balloon {
	margin-bottom: 0 !important;
	line-height: normal !important;
}

span.eme_nav_center {
	display: none; visibility: hidden;
	/* float: right; */
}

#events-pagination-top a.eme_nav_right, #events-pagination-top a.eme_nav_left,
#events-pagination-bottom a.eme_nav_right, #events-pagination-bottom a.eme_nav_left {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

#events-pagination-top {
	position: absolute;
	top: 24px;
	right:20px;
}

#events-pagination-bottom {
	float:right;
}

/* clearfix for this pager */
#events-pagination-bottom:before, #events-pagination-bottom:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
#events-pagination-bottom:after { clear: both; }


/* tweaks for the sidebar gallery in the about page, so a 3 col gallery fills the whole column  */

.fourcol.last .widget-container .gallery .gallery-item.col-3  {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
}

.fourcol.last .widget-container .gallery .gallery-item.col-3:first-child {
	margin-left: 0%;
}

.fourcol.last .widget-container .gallery .col-3 img {
	width: 100%;
}

/* general gallery tweaking to work in liquid layout */

.content .gallery .gallery-item {
	width: 22%;
	margin-left: 4%;
	margin-bottom: 4%;
}

.content .gallery .gallery-item:first-child {
	margin-left: 0%;
}

.content .gallery img {
	width: 100%;
}

.gallery {
	margin: 0;
	margin-left: -20px;
}

.gallery dl.gallery-item {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: normal;
	font-size: 0px;
	width: auto;
}

.gallery dl.gallery-item:first-child {
	margin-left: 0;
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 100% !important;
	padding: 0 !important;
}

.ninecol .post-body {
	float: left;
	width: 65.0%;
	margin-right: 0;
}

#go-gallery-292-1 { 
	/* Small margin on "About" page gallery. */
	margin-bottom: 24px;
}

img#cboxPhoto, object#cboxPhoto, embed#cboxPhoto {
	max-width: none;
	/* need to turn off max-width for lightboxed stuff or it breaks in IE */
}


/* ------------------------------------------------------------ */
/* BASIC STUFF */
/* ------------------------------------------------------------ */


img, object, embed {
	margin-bottom: 20px;
}

body {
	font-family: 'AkkuratPro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;		/* Changing this will break the baseline grid. */
	-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
	text-rendering: optimizeLegibility;
	background: #ccc url(../images/triangles-light-10.png);
	background-attachment: scroll;
	background-position: center 5px;
	margin: 10px auto;
}

@media only screen and (max-width: 1170px) {
	body {
	background-position: 108px 5px;
	}
}

.container {
	background: #fff;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

img {
	margin-bottom: 	0px;
}

p, ul, ol, blockquote {
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

blockquote {
/* border-left: 1px solid #c1c1c1; */
/* color: #747474; */
font-style: italic;
padding-left: 15px;
margin-left: -15px;
}

h1 {
font-size: 30px;
line-height: 36px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
}

h2 {
font-size: 30px;
line-height: 36px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: lighter;
}

h3 {
font-size: 18px;
line-height: 24px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: bold;
}

h4 {
font-size: 18px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-weight: bold;
}

/* Layout for desktop version */

div.navigation {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 16px;
	background-color: transparent;	
}

.navigation h1 {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1px;
	width: 216px;
	height: 109px;
	margin-bottom: 0;
	margin-left: 5px;
}

.navigation h1 a {
	width: 288px;
	height: 145px;
	background: url('../images/SS-logo-sprite-70.png') top left no-repeat;
	border-bottom: 0px none;
}

.navigation h1 a:hover {
	background-position-y: bottom;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	float: right;
}

.navigation ul li {
	text-align: right;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

.content a:hover img {
 	border-bottom-color: #ccc;
	-webkit-transition-property: border-bottom-color;
	-webkit-transition-duration: 0.2s;
}

a h4 {
	border-bottom: 1px solid transparent;	
}

a:hover, a:hover h3, a:hover h4 {
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	background-color: #ccc;
	border-bottom: 1px solid #ccc;
}

.searchform input {
	font-family: 'AkkuratPro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	border: 0px none;
	background: #fff;
	background: rgba(255,255,255,0.5);
  outline: none;
}

.searchform input[type=submit] {
	display: none;
	visibility: hidden;
}

.searchform input[type=text] {
	padding: 8px;
}


.body-searchform .searchform input[type=text] {
	border: 1px solid #e6e6e6;
	margin: 0 8px 8px 0;
	width: 25%;
}

.nav-searchform { 
	width: 100%;
}

.nav-searchform .searchform input[type=text] {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	padding: 2px 24px 0 0;
	background: transparent;
	border: 1px transparent solid; 
	background: url('../images/search-icon.png') right center no-repeat;
}

.nav-searchform .searchform input[type=text]:active, .nav-searchform .searchform input[type=text]:focus, .nav-searchform .searchform input[type=text]:hover {
	background-color: #fff;
	border: 1px solid #999;
}


input::-webkit-input-placeholder	{ color: #333; }
input:-moz-placeholder 						{ color: #333; }

.navigation input::-webkit-input-placeholder	{ color: #000; direction: rtl; text-align: right; }
.navigation input:-moz-placeholder 						{ color: #000; direction: rtl; text-align: right; }

/* ------------------------------------------------------------ */
/* SECTION COLOURS */
/* ------------------------------------------------------------ */

/* Blog */
.navigation ul#menu-header li#menu-item-36 a:hover,
body.blog, 
body.single-post, body.archive,
body.blog a:hover h3, body.blog a:hover h4,
body.blog .content a:hover, body.single-post .content a:hover, body.archive .content a:hover
{ background-color: #09c; }

body.blog .content a, body.single-post .content a, body.archive .content a,
body.blog .footer a, body.single-post .footer a, body.archive .footer a,
body.blog .listing, body.single-post .listing, body.archive .listing,
body.blog a:hover h3, body.blog a:hover h4,
body.blog .content a:hover img, body.single-post .content a:hover img, body.archive .content a:hover img,
body.blog li.widget-container, body.single-post li.widget-container, body.archive li.widget-container
{ border-bottom-color: #09c; }

ul#menu-header li#menu-item-36 a,
body.blog .content a,
body.single-post .content a,
body.archive .content a {
-webkit-tap-highlight-color: #09c;
}

/* Current & Upcoming */
.navigation ul#menu-header li#menu-item-1559 a:hover,
body.page-template-page-upcoming-events-php,
body.page-template-page-upcoming-events-php a:hover h3,
body.page-template-page-upcoming-events-php a:hover h4,
body.page-template-page-upcoming-events-php .content a:hover
{ background-color: #f93; }

body.page-template-page-upcoming-events-php .content a,
body.page-template-page-upcoming-events-php .footer a,
body.page-template-page-upcoming-events-php .listing,
body.page-template-page-upcoming-events-php .content a:hover img,
body.page-template-page-upcoming-events-php a:hover h3,
body.page-template-page-upcoming-events-php a:hover h4,
body.page-template-page-upcoming-events-php li.widget-container
{ border-bottom-color: #f93; }

ul#menu-header li#menu-item-1559 a,
body.page-template-page-upcoming-events-php .content a 
{ -webkit-tap-highlight-color: #f93; }

/* Archive */
.navigation ul#menu-header li#menu-item-1563 a:hover,
body.post-type-archive-event,
body.post-type-archive-event a:hover h3, 
body.post-type-archive-event a:hover h4,
body.post-type-archive-event .content a:hover,

body.archive.tax-event-category,
body.archive.tax-event-category a:hover h3, 
body.archive.tax-event-category a:hover h4,
body.archive.tax-event-category .content a:hover,

body.archive.tax-event-venue,
body.archive.tax-event-venue a:hover h3, 
body.archive.tax-event-venue a:hover h4,
body.archive.tax-event-venue .content a:hover
{ background-color: #fc0; }

body.post-type-archive-event .content a, 
body.post-type-archive-event .footer a,
body.post-type-archive-event .listing,
body.post-type-archive-event .content a:hover img,
body.post-type-archive-event a:hover h3, 
body.post-type-archive-event a:hover h4,
body.post-type-archive-event li.widget-container,

body.archive.tax-event-category .content a, 
body.archive.tax-event-category .footer a,
body.archive.tax-event-category .listing,
body.archive.tax-event-category .content a:hover img,
body.archive.tax-event-category a:hover h3, 
body.archive.tax-event-category a:hover h4,
body.archive.tax-event-category li.widget-container,

body.archive.tax-event-venue .content a, 
body.archive.tax-event-venue .footer a,
body.archive.tax-event-venue .listing,
body.archive.tax-event-venue .content a:hover img,
body.archive.tax-event-venue a:hover h3, 
body.archive.tax-event-venue a:hover h4,
body.archive.tax-event-venue li.widget-container
{ border-bottom-color: #fc0; }

ul#menu-header li#menu-item-1563 a,
body.post-type-archive-event .content a,
body.archive.tax-event-category .content a,
body.archive.tax-event-venue .content a 
{ -webkit-tap-highlight-color: #fc0; }

/* Applications */
.navigation ul#menu-header li#menu-item-1735 a:hover,
body.tax-event-category.page-template-page-upcoming-events-php,
body.tax-event-category.page-template-page-upcoming-events-php a:hover h3, body.tax-event-category.page-template-page-upcoming-events-php a:hover h4,
body.tax-event-category.term-78 .content a:hover,
body.tax-event-category.term-78,
body.tax-event-category.term-78 a:hover h3, body.tax-event-category.term-78 a:hover h4,
body.tax-event-category.term-78 .content a:hover
{ background-color: #693; }

body.tax-event-category.term-78 .content a,
body.tax-event-category.term-78 .footer a,
body.tax-event-category.term-78 .listing,
body.tax-event-category.term-78 .content a:hover img,
body.tax-event-category.term-78 a:hover h3, body.tax-event-category.term-78 a:hover h4,
body.tax-event-category.term-78 li.widget-container
{ border-bottom-color: #693; }

ul#menu-header li#menu-item-1735 a,
body.tax-event-category.term-78 .content a {
-webkit-tap-highlight-color: #693;
}


body.page-template-page-upcoming-events-php.term-application,
body.page-template-page-upcoming-events-php.term-application a:hover h3,
body.page-template-page-upcoming-events-php.term-application a:hover h4,
body.page-template-page-upcoming-events-php.term-application .content a:hover
{ background-color: #693; }

body.page-template-page-upcoming-events-php.term-application .content a,
body.page-template-page-upcoming-events-php.term-application .footer a,
body.page-template-page-upcoming-events-php.term-application .listing,
body.page-template-page-upcoming-events-php.term-application .content a:hover img,
body.page-template-page-upcoming-events-php.term-application a:hover h3,
body.page-template-page-upcoming-events-php.term-application a:hover h4,
body.page-template-page-upcoming-events-php.term-application li.widget-container
{ border-bottom-color: #693; }

ul#menu-header li#menu-item-1559 a,
body.page-template-page-upcoming-events-php.term-application .content a 
{ -webkit-tap-highlight-color: #693; }



/* About */
.navigation ul#menu-header li#menu-item-22 a:hover,
body.page-id-2,
body.page-id-2 a:hover h3, body.page-id-2 a:hover h4,
body.page-id-2 .content a:hover
{ background-color: #f69; }

body.page-id-2 .content a,
body.page-id-2 .footer a,
body.page-id-2 .listing,
body.page-id-2 a:hover h3, body.page-id-2 a:hover h4,
body.page-id-2 .content a:hover img,
body.page-id-2 li.widget-container
{ border-bottom-color: #f69; }

ul#menu-header li#menu-item-22 a,
body.page-id-2 .content a {
-webkit-tap-highlight-color: #f69;
}

/* Contact */
.navigation ul#menu-header li#menu-item-40 a:hover,
body.page-id-23,
body.page-id-23 a:hover h3, body.page-id-23 a:hover h4,
body.page-id-23 .content a:hover
{ background-color: #c9c; }

body.page-id-23 .content a,
body.page-id-23 .footer a,
body.page-id-23 .listing,
body.page-id-23 .content a:hover img,
body.page-id-23 a:hover h3, body.page-id-23 a:hover h4,
body.page-id-23 li.widget-container
{ border-bottom-color: #c9c; }

ul#menu-header li#menu-item-40 a,
body.page-id-23 .content a {
-webkit-tap-highlight-color: #c9c;
}

.navigation ul li a:hover {
 	background-color: #ccc; 
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
}

.navigation ul li a {
	width: 100%;
	border-bottom: none;
	padding: 0 1px;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a h3 {
	display: inline;
}

a h3 span { font-weight: normal; }

#event-block-box {
width: 102%;
}

.block {
	margin: 0px;
	width: 23%;	
	margin-right: 2%;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	overflow: hidden;
}

.block.last {
	margin-right: 0;	
}

h3 a, h4 a, .block header a {
	border-bottom: 0px none;
}

.block header h4 {
	margin-bottom: 0;
}

.block header img {
	width: 100%;
	height: auto;
}


.content a img {
 	border-bottom: 4px solid transparent;
}


body a {
	border-bottom-color: #ccc;
}

.content {
	padding-top: 24px;
	padding-bottom: 12px;
	position: relative;
}

ul.keyinfo {
	list-style-type: none;
	margin-bottom: 0;
	color: #666;
}

ul.keyinfo li {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.5em;
	color: #666;
}


ul.keyinfo a {
	color: #666;
}

ul.keyinfo a:hover {
	color: #000;
}


li.widget-container {
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;	
}

.footer li.widget-container {
	margin-bottom: 0;
	border-bottom: none 0px;	
}

.sidebar p, .sidebar ul, .widget_eme_list ul li {
	margin-bottom: 12px;
}

.widget-container ul li {
	font-weight: bold;
}

.widget-container .entry-content ul li, .post-body ul li {
	font-weight: normal;
	list-style: square;
	margin-left: 2em;
}

.widget-container .entry-content ol li, .post-body ol li {
	font-weight: normal;
	list-style: decimal;
	margin-left: 2em;
}

.widget-container ul li span {
	font-weight: normal;
}

.sidebar h4 {
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.sidebar h4:first-child {
	margin-top: 0;
}

.keyinfo span {
	font-weight: normal;
}

.embeddedmap {
	margin: 0;
	padding: 0;
}

.row.listing {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.footer {
	font-size: 13px;
	line-height: 18px;
	margin: 40px 0 25px 0;
	background: transparent;
	color: #000000;
	color: rgba(0,0,0,0.8);
}

.footer p {
	margin-bottom: 0;
}

.footerlinks {
	float: right;
}

.footer a {
	border-bottom: none transparent;
	color: #000000;
	color: rgba(0,0,0,0.8);
}

.footer a:hover {
	background: #fff;
	background: rgba(255,255,255,0.8);
	color: #000;
}

.footer form input {
	display: block;
	float: left;
	font-family: 'AkkuratPro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 0px none;
	margin: 0 8px 8px 0;
  outline: none;
}


.footer form input[type=text] {
	padding: 5px;
	height: 16px;
	border: 1px solid #fff;
	border: 1px solid transparent;
}

.footer form input[type=submit] {
	padding: 5px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

.footer form input:active, .footer form input:focus {
	background: #fff;	
	border-color: #999;
}

#infscr-loading {
	text-align: center;
}

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

.venue-info {
	margin-bottom: 24px;	
}


/* Smaller screens */
@media screen and (max-width: 1023px) {

	body {
		font-size: 0.8em;
		line-height: 1.5em;
	}	
}

.mobile-only { visibility: hidden; display: none; }
.desktop-only { visibility: visible; display: block; }


/* ------------------------------------------------------------ */
/* MOBILE */
/* ------------------------------------------------------------ */

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

.mobile-only { visibility: visible; display: block; }
.desktop-only { visibility: hidden; display: none; }

.nav-searchform .searchform input[type=text] {
	width: 93%;
	float: left;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	padding: 2px 0 0 7%;
	border: 1px transparent solid; 
	background: url('../images/search-icon.png') 4px 6px no-repeat;
}

.navigation input::-webkit-input-placeholder	{ direction: ltr; text-align: left; }
.navigation input:-moz-placeholder 						{ direction: ltr; text-align: left; }


.body-searchform .searchform input[type=text] {
	width: 95%;
}


	.event-image { min-height: 1px; }

	body {
		font-size: 14px;
		-webkit-text-size-adjust: none;
	}
	
	.row, body, .container, #event-block-box {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}

	/* horizontal compact menu */
	.navigation ul#menu-header { margin-top: 48px; float: left; width: 100%; }
		
	.navigation ul li {
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		float: left;
		margin-right: 12px;
	}
	
	.navigation ul li a {
		display: block;
		width: 100%;
	}
	
	.navigation ul li:last-child {
		margin-right: 0 !important;
	}
	
	li#menu-item-38 a {
		content: "Current";
	}

	.post-details.sidebar, .ninecol .post-body {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

	#wp_page_numbers {
		margin-bottom: 20px;
	}
	
	ul.eme-no-events {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	div.footerblock {
		padding-left: 0px;
		padding-right: 0px;		
		margin-bottom: 18px;
	}
	
	
	ul.keyinfo li {
	display: inline;
	border-bottom: 0px none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

	ul.keyinfo li:after {
	content: " \00b7 ";
	}

	ul.keyinfo li:last-child:after {
	content: "";
	}

	.frontpage.fourcol {
		margin-bottom: 24px;
	}

	body { background-position-y: 6px; }

} /* end handheld stuff */

/* Provide higher res assets for iPhone 4 */

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

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(..img/downarrow_402x.png) no-repeat;
background-size: 27px 28px;
}
*/

} /* end iPhone 4 stuff */

/* FlexSlider Necessary Styles
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* ------------------------------------------------------------ */
/* HELPER CLASSES */
/* ------------------------------------------------------------ */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }

/* Hide visually and remove from layout, but visible to screenreaders */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); 
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden;E}
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
/*
     FILE ARCHIVED ON 16:10:28 Dec 17, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:04:52 Dec 16, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 266.119
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.073
  RedisCDXSource: 2.27
  esindex: 0.008
  LoadShardBlock: 242.829 (3)
  PetaboxLoader3.resolve: 299.283 (5)
  PetaboxLoader3.datanode: 83.565 (5)
  CDXLines.iter: 17.817 (3)
  load_resource: 210.901 (2)
*/