.transition {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

iframe {
	width: auto;
}

.googlemaps iframe {
	width: 100%;
}

.remove-sidebar .sidebar-container {
	display: none;
}

.remove-sidebar .entry-header,
.remove-sidebar .entry-content,
.remove-sidebar .entry-summary,
.remove-sidebar .entry-meta {
	padding-right: 30px;
	padding-left: 30px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 800px;
}

.entry-header {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.entry-header .entry-title {
	order: 1;
}

.entry-header .entry-meta {
	order: 2;
	margin: 0 0 1em;
}

.entry-header .entry-thumbnail {
	order: 3;
	width: 100%;
	margin: 1em 0;
}

.entry-header .entry-thumbnail .attachment-post-thumbnail {
	width: 100%;
}

.button-style {
	background: #008FC7;
	border-bottom: none;
	border-radius: 100px;
	border: none;
	color: #fff;
	display: block;
	font-family: 'Palanquin', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	letter-spacing: 1px;
	padding: 0 24px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.button-style:hover {
	background: #007599;
	color: #fff;
	text-decoration: none;
}

.button-secondary-style {
	background: #f5864e;
}

.button-secondary-style:hover {
	background: #f9a276;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-weight: 400;
	font-family: 'Palanquin', sans-serif;
	color: #313237;
}

body:before {
	content: "";
	width: 100%;
	height: 250px;
	position: absolute;
	top: 48px;
	background: #fff url('http://wayback.fauppsala.se:80/wayback/20200331035615/https://2016.geneva.wordcamp.org/files/2016/10/wcgva-header-museum.jpg') center top no-repeat;
	background-size: cover;
}

.admin-bar body:before {
	top: 94px;
}

.wcorg-session-description img {
	float: right;
}

@media screen and (min-width: 644px) {
	body:before {
		top: 60px;
		height: 450px;
	}
	
	.admin-bar body:before  {
		top: 92px;
	}
}

a,
.entry-meta a,
.entry-content a,
.navigation a {
	color: #008FC7;
	text-decoration: none;
	font-style: normal;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:visited,
.entry-meta a:visited,
.entry-content a:visited,
.navigation a:visited {
	color: #008FC7;
	text-decoration: none;
}

a:hover,
.entry-meta a:hover,
.entry-content a:hover,
.navigation a:hover {
	color: #007599;
}

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
	font-weight: inherit;
}

.site {
	background: transparent;
	border: none;
	max-width: 100%;
}

#main {
	background: #FFF;
	border-radius: 2px;
}

.search-form {
	display: none;
}

.comment-respond {
	background: #f5f6f9;
}

.toggled-on .nav-menu> li a:focus,
.toggled-on .nav-menu> ul a:focus {
	background-color: #002735;
}

h2.site-description {
	display: none !important;
}

.site-header .home-link {
	display: inline-block;
	min-height: 250px;
	max-width: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-header .home-link .site-title {
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	z-index: 10;
	margin: 112px 0 0 -125px;
	background: url('http://wayback.fauppsala.se:80/wayback/20200331035615/https://2016.geneva.wordcamp.org/files/2016/08/wcgva-logo-300x300.png') no-repeat center center;
	background-size: cover;
	border-radius: 125px;
	text-indent: -9999em;
	font-family: 'Montserrat', sans-serif;
}

.site-header .home-link .site-title {
	margin-top: 122px;
}

@media screen and (min-width: 644px) {
	.site-header:after {
		content: 'Friday, November 18 Natural History Museum';
		display: block;
		margin-right: -90px;
		padding: 10px 80px;
		width: 150px;
		height: 35px;
		position: fixed;
		top: 100px;
		right: 0;
		text-align: center;
		color: #ffffff;
		background-color: #008FC7;
		transform: rotate(45deg);
		font-weight: bold;
		font-size: .7em;
		text-transform: uppercase;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		z-index: 100;
	}
	
	.admin-bar .site-header:after {
		top: 132px;
	}
	
	.site-header .home-link {
		min-height: 450px;
	}
	
	.site-header .home-link .site-title {
		margin-top: 322px;
	}
}

header#masthead {
	background: none;
}

.content-area {
	padding-top: 115px;
}

.site-main .sidebar-container {
	top: 150px;
}

.widget {
	background-color: #f5f6f9;
	border-radius: 2px;
}

#text-2 img {
	width: 100%;
	max-width: 98px;
	margin: 15px;
}

#secondary .widget-area {
	max-width: 1040px;
	left: auto;
}

#secondary .wcb_widget_sponsors {
	width: 100%;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

#secondary .wcb_widget_sponsors h3.widget-title {
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	font-size: 28px;
}

#secondary .wcb_widget_sponsors .sponsor-level .sponsor-level-title {
	font-weight: 300;
	color: #BDB29A;
	margin-bottom: 0;
}

#secondary .wcb_widget_sponsors .sponsor-level .sponsor-level-title:after {
	content: "";
	display: block;
	background: #E4DED2;
	height: 2px;
	width: 100%;
}

#secondary .wcb_widget_sponsors .sponsor-level .sponsor-logo {
	margin: 40px 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#secondary .wcb_widget_sponsors .sponsor-level .sponsor-logo:hover {
	opacity: .7;
}

.wcorg-mailchimp input {
	width: 100%;
	height: 48px;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
input,
textarea {
	font-family: 'Palanquin', sans-serif;
}

h3 {
	font-weight: 600;
}

.hentry {
	padding: 15px 0 60px;
}

.site-main .sidebar-container {
	top: 60px;
}

.entry-title::after {
	content: '';
	display: block;
	height: 10px;
	border-top: 2px solid #f5f6f9;
	width: 100%;
	margin-top: 14px;
}

.entry-title,
.entry-title a {
	font-family: 'Palanquin', sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
	color: #313237;
}

.entry-title a:hover {
	color: #008FC7;
	text-decoration: none;
}

.entry-meta a::before {
	position: relative;
	top: -1px;
	font-size: 20px !important;
	margin-right: 1px;
}

.entry-meta .author {
	display: none;
}

.entry-content {
	font-family: 'Palanquin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	position: relative;
}

footer.site-footer {
	background: #fff;
}

footer.site-footer #secondary {
	background-color: rgba(0,77,104,0.9);
	border: 0;
	height: auto;
	min-height: 500px;
}

footer.site-footer .widget-title,
footer.site-footer .widget-title a,
footer.site-footer .wp-caption-text {
	color: #ffffff;
}

footer.site-footer .site-info {
	padding: 20px 0;
	background: rgba(0,77,104,0.9);
	text-align: center !important;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1.2pt;
	max-width: none;
}

footer.site-footer .entry-meta {
	margin-left: auto;
	margin-right: auto;
}

footer.site-footer a {
	color: #FFF;
}

.paging-navigation {
	background-color: transparent;
}

.paging-navigation .meta-nav {
	background-color: #409dcb;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button,
.widget a.button {
	background: #008FC7;
	border-bottom: none;
	border-radius: 100px;
	border: none;
	color: #fff;
	display: block;
	font-family: 'Palanquin', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	letter-spacing: 1px;
	padding: 0 24px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a.button:hover,
.widget a.button:hover {
	background: #007599;
	color: #fff;
	text-decoration: none;
}

button.secondary,
input[type="submit"].secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
a.button.secondary,
.widget a.button.secondary {
	background: #f5864e;
}

button.secondary:hover,
input[type="submit"].secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
a.button.secondary:hover,
.widget a.button.secondary:hover {
	background: #f9a276;
}

a.button {
	display: inline-block;
}

input,
textarea {
	border: 1px solid #D5D8E0;
}

.wcorg-sponsor-description div {
	margin-bottom: 24px;
}

#text-4 img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#text-4 img:hover {
	opacity: .7;
}

.wcorg-speaker {
	overflow: hidden;
}

body.tagregator.sidebar .entry-header,
body.tagregator.sidebar .entry-content,
body.tagregator.sidebar .entry-summary,
body.tagregator.sidebar .entry-meta {
	padding: 0 0 0 60px;
}

body.tagregator .site-main .sidebar-container {
	display: none;
}

body.tagregator .tggr-media-item {
	border-color: #E7E7E7;
}

.navbar .nav-menu li a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

@media screen and (min-width: 1203px) {
	.navbar .nav-menu li a {
		padding: 0 20px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1044px) and (max-width: 1202px) {
	.navbar .nav-menu li a {
		padding: 0 15px;
		font-size: 13px;
	}
}

@media screen and (min-width: 644px) and (max-width: 1043px) {
	.navbar .nav-menu li a {
		padding: 0 10px;
		font-size: 12px;
	}
}

@media screen and (min-width: 644px) {
	.site-header .home-link .site-description {
		display: none;
	}
	
	#navbar {
		position: fixed;
		top: 0;
		height: 60px;
		max-width: 100%;
		background: #004d68;
		z-index: 10000;
	}
	
	.admin-bar #navbar {
		top: 32px;
	}
	
	#navbar .nav-menu {
		margin: 0 auto;
		padding: 0;
	}
	
	#navbar .nav-menu .current_page_item > a,
	  #navbar .nav-menu .current_page_ancestor > a,
	  #navbar .nav-menu .current-menu-item > a,
	  #navbar .nav-menu .current-menu-ancestor > a {
		font-style: normal;
		background: #409dcb;
	}
	
	#navbar .nav-menu .current_page_item > a:hover,
	  #navbar .nav-menu .current_page_ancestor > a:hover,
	  #navbar .nav-menu .current-menu-item > a:hover,
	  #navbar .nav-menu .current-menu-ancestor > a:hover {
		cursor: default;
		background: #409dcb;
		color: #fff;
	}
	
	#navbar .nav-menu li {
		float: left;
		background-color: #004D68;
	}
	
	#navbar .nav-menu li a {
		line-height: 60px;
	}
	
	#navbar .nav-menu li a:hover {
		background-color: #008FC7;
		color: #fff;
	}
	
	#navbar .nav-menu li:hover > a {
		background-color: #004D68;
	}
	
	#navbar .nav-menu .sub-menu,
	  #navbar .nav-menu .children {
		border: none;
		left: 0;
		background-color: #004D68;
	}
	
	#navbar .nav-menu .sub-menu li,
	  #navbar .nav-menu .children li {
		width: 100%;
	}
	
	#navbar .nav-menu .sub-menu li a,
	  #navbar .nav-menu .children li a {
		line-height: 24px;
		padding: 12px 20px;
		border-bottom: 1px solid #2C503A;
		text-align: left;
		width: 100%;
		min-width: 200px;
		font-size: 12px;
	}
	
	#navbar li.tickets {
		float: right;
	}
	
	#navbar li.tickets a {
		background: #f5864e;
		color: #fff;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	
	#navbar li.tickets a:hover {
		background: #f5864e;
		color: #fff;
	}
	
	#navbar li.current_page_item.home:after,
	  #navbar li.current_page_item.tickets:after {
		display: none;
	}
	
	.main-navigation {
		max-width: 100% !important;
	}
	
	.site-content {
		min-height: 720px;
	}
	
	.hentry {
		padding: 60px 0;
	}
	
	#main {
		max-width: 1170px;
		margin: 0 auto;
	}
	
	#secondary .wcb_widget_sponsors .sponsor-level .sponsor-logo {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
		box-sizing: border-box;
	}
	
	#secondary .wcb_widget_sponsors .sponsor-level.wordcamp-champion .sponsor-logo {
		width: 33%;
		padding: 15px;
		box-sizing: border-box;
	}
	
	#secondary .wcb_widget_sponsors .sponsor-level.wordcamp-accomplice .sponsor-logo {
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
	}
	
	#secondary .wcb_widget_sponsors .sponsor-level.small-business-sponsor .sponsor-logo {
		min-height: 100px;
	}
	
	#secondary .wcb_widget_sponsors .sponsor-level.in-kind-sponsor .sponsor-logo {
		width: 33%;
		padding: 10px;
		box-sizing: border-box;
		min-height: 174px;
	}
}

@media screen and (max-width: 643px) {
	.navbar {
		background-color: #004D68;
		color: #FFF !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1001;
	}
	
	.navbar .nav-menu li a,
	  .navbar .nav-menu li > ul a {
		color: #FFF;
	}
	
	.navbar .current-menu-item,
	  .navbar .current_page_item,
	  .navbar .current-menu-ancestor,
	  .navbar .current-menu-parent,
	  .navbar .current_page_ancestor {
		background: #008FC7;
	}
	
	.navbar .current-menu-item a,
	  .navbar .current_page_item a,
	  .navbar .current-menu-ancestor a,
	  .navbar .current-menu-parent a,
	  .navbar .current_page_ancestor a {
		font-style: normal;
	}
	
	.navbar .menu-item-has-children::after {
		-webkit-font-smoothing: antialiased;
		display: block;
		font: normal 12px/1 Genericons;
		vertical-align: text-bottom;
		content: "\\\\\\\\\\\f502";
		position: absolute;
		top: 21px;
		right: 20px;
	}
	
	.navbar .menu-item-has-children.focus {
		background: #2D3345;
	}
	
	.navbar .nav-menu .sub-menu,
	  .navbar .nav-menu .children {
		border: none;
		margin-left: 0;
	}
	
	.navbar .nav-menu .sub-menu li,
	  .navbar .nav-menu .children li {
		background: #003a4f;
	}
	
	.navbar .menu-toggle,
	  .navbar .menu-toggle:hover,
	  .navbar .menu-toggle:focus,
	  .navbar .menu-toggle:active {
		color: #fff;
		padding: 12px 0 12px 20px;
		font-weight: 700;
	}
}

#navbar #menu-item-399 {
	background: orange;
}

.entry-content,
.site-content article,
body,
p,
* {
	-moz-hyphens: none !important;
	-webkit-hyphens: none !important;
	hyphens: none !important;
}

.tix-column-remaining {
	display: none;
}

#tix-attendees ul {
	margin: 0;
	padding: 0;
}

#tix-attendees ul li {
	line-height: 1.5;
}

#tix-attendees a.tix-attendee-url {
	display: none;
}

#tix-attendees .tix-first {
	font-weight: bold;
}

#tix-attendees ul li .tix-field {
	margin-left: 60px;
}

body.page-id-12 .sidebar-container {
	display: none;
}

body.page-id-12 .entry-header,
body.page-id-12 .entry-content,
body.page-id-12 .entry-summary,
body.page-id-12 .entry-meta {
	padding-right: 30px;
	padding-left: 30px;
}

@media all and (min-width: 500px) {
	#post-1 .color-key > div {
		float: left;
		width: 50%;
	}
	
	#post-1 .wcpt-schedule td {
		border-right: 1px solid #fff;
	}
}

.wcorg-organizer-description .photo {
	float: left;
	margin: 0 1.2em .8em 0;
}

.single .hentry .entry-content .wcorg-sponsors h2,
.page .hentry .entry-content .wcorg-sponsors h2 {
	text-align: left;
	clear: both;
}

.wcorg-sponsors h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	color: #387898;
	text-transform: uppercase;
	border-bottom: 1px solid #387898;
	text-align: left;
	clear: both;
}

.wcorg-sponsor h3 {
	display: none;
}

.wcorg-sponsor,
.wcorg-sponsor h2 {
	clear: both;
}

.wcorg-sponsor.hentry {
	padding: 0;
}

.wcorg-sponsor.hentry .entry-content {
	padding-top: 0;
}

.wcorg-sponsor img {
	margin-bottom: 20px;
	max-width: 250px;
	float: left;
}

.wcorg-sponsor p,
.wcorg-sponsors ul {
	margin: 0 0 1em 300px;
}

.hentry .sponsor-title img {
	display: inherit;
}

.wcb_widget_sponsors .sponsor-logo img {
	max-height: 60px !important;
}

@media screen and (max-width: 1020px) {
	.wcorg-sponsor img {
		margin-bottom: 5px;
		max-width: 100%;
		width: 100%;
		float: none;
	}
	
	.wcorg-sponsor p,
	  .wcorg-sponsors ul {
		margin: 0;
	}
}

body.home .entry-content h2 {
	text-align: center;
	margin-top: 30px;
}

body .entry-content figcaption.wp-caption-text {
	padding: 5px;
	font-size: 14px;
	background: #222;
	color: #fff;
	font-style: normal;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: bold;
}

.wcorg-speaker-description {
	position: relative;
	padding-left: 120px;
}

.wcorg-speaker-description img {
	position: absolute;
	top: 4px;
	left: 0;
}

table.wcpt-schedule {
	font-size: 16px;
}

table.wcpt-schedule td,
table.wcpt-schedule th {
	padding: 10px;
}

table.wcpt-schedule .end-of-contributor-day,
table.wcpt-schedule .start-of-contributor-day {
	background: white !important;
	color: #333 !important;
}

table.wcpt-schedule .global-session .wcpt-session-title {
	margin-top: 0;
	line-height: 28px !important;
}

table.wcpt-schedule .wcpt-time {
	font-weight: bold;
}

table.wcpt-schedule .wcpt-session-title {
	margin-top: 10px;
	display: block;
	line-height: 1.2;
	font-weight: 800;
}

table.wcpt-schedule .wcpt-session-speakers {
	display: block;
	font-size: 13px;
	font-style: italic;
}





/*
     FILE ARCHIVED ON 3:56:15 Mar 31, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:02:23 Aug 17, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
