/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: 700;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 1em;
	line-height: 1.5625em;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	color: #3e3e3e;
	background: #fff;
	font-feature-settings: liga;
}

@media (min-width:37.5em) {
	body {
		font-size: 1.125em;
	}
}

@media (min-width:48em) {
	body {
		font-size: 1.25em;
	}
}

::-moz-selection {
	color: #fff;
	background-color: #00aeef;
}

::selection {
	color: #fff;
	background-color: #00aeef;
}

h1,h2,h3,h4 {
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: omnes-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
}

h1 {
	font-size: 2.44141em;
	color: #3e3e3e;
}

h1 a {
	color: inherit;
}

h2 {
	font-size: 1.95312em;
	color: #3e3e3e;
}

h2 a {
	color: inherit;
}

h3 {
	font-size: 1.5625em;
	color: #3e3e3e;
}

h3 a {
	color: inherit;
}

h4 {
	font-size: 1.25em;
	color: #3e3e3e;
	letter-spacing: .025em;
}

h4 a {
	color: inherit;
}

hr {
	margin: 1.5rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #00aeef;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
	display: block;
	width: 100%;
	padding: .4375rem 1rem;
	margin: 0;
	border: 1px solid #ddd;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5625em;
	color: #3e3e3e;
	background-color: #fff;
	box-shadow: inset 0 .125rem 0 0 #f2fbfe;
	border-radius: .1875rem;
	transition: all .1s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input:not([type]):focus,input:not([type]):hover,input[type=color]:focus,input[type=color]:hover,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:focus,input[type=email]:hover,input[type=month]:focus,input[type=month]:hover,input[type=number]:focus,input[type=number]:hover,input[type=password]:focus,input[type=password]:hover,input[type=search]:focus,input[type=search]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,input[type=time]:focus,input[type=time]:hover,input[type=url]:focus,input[type=url]:hover,input[type=week]:focus,input[type=week]:hover,textarea:focus,textarea:hover {
	outline: none;
	color: rgba(62,62,62,.9);
	border-color: #bbb;
}

textarea {
	resize: vertical;
	min-height: 6.25rem;
	display: block;
}

@media (min-width:48em) {
	textarea {
		min-height: 9.375rem;
	}
}

select {
	display: block;
	height: 2.5rem;
	width: 100%;
	padding: .4375rem 1rem;
	border: 1px solid #ddd;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5625em;
	color: #3e3e3e;
	font-weight: 700;
	background-color: #fff;
	border-radius: .1875rem;
	cursor: pointer;
}

.contact-form label span {
	color: #767676 !important;
}

a {
	color: #00aeef;
	text-decoration: none;
	transition: all .15s ease;
}

a:focus,a:hover {
	color: #007aa7;
	text-decoration: underline;
}

a:active {
	color: #007aa7;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1em;
	line-height: 1.5625em;
	color: #3e3e3e;
}

@media (min-width:37.5em) {
	p {
		line-height: 1.5625em;
	}
}

@media (min-width:48em) {
	p {
		line-height: 1.5625em;
	}
}

strong {
	font-weight: 700;
	color: #0b0b0b;
}

em {
	font-stretch: italic;
}

sup sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,dl dl,dl ol,dl ul,ol,ol dl,ol ol,ol ul,ul,ul dl,ul ol,ul ul {
	margin-bottom: 1.5rem;
}

li {
	margin-top: .25rem;
	margin-bottom: 0;
}

li:first-child {
	margin-top: 0;
}

blockquote {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 2em;
	background-color: #ececec;
}

blockquote p {
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 1.5rem;
}

caption {
	margin-bottom: .5rem;
}

td,th {
	padding: .5rem 1rem;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

@media (min-width:48em) {
	td,th {
		padding: 1rem;
	}
}

figure,img {
	display: block;
	margin: 0;
	margin-bottom: 1.5rem;
	max-width: 100%;
	height: auto;
}

figcaption {
	margin-top: .5rem;
	margin-bottom: 0;
	color: rgba(62,62,62,.6);
}

code,pre {
	border: 1px solid #99dff9;
	border-top-color: #1ab6f1;
	border-radius: .1875rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	color: #3e3e3e;
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-moz-tab-size: 2;
	tab-size: 2;
}

pre {
	margin: 1.5rem 0;
	padding: 1.5rem;
	overflow: scroll;
}

code {
	padding: .125rem .1875rem;
	background-color: #d8d8d8;
}

pre code {
	border-radius: 0;
	border: 0;
	padding: 0;
	background: 0;
}

.cc-title {
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	text-transform: none;
}

.cc-group {
}

.cc-group:after,.cc-group:before {
	content: "";
	display: table;
}

.cc-group:after {
	clear: both;
}

.cc {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	margin-bottom: 1.5rem;
	padding: 1rem;
	padding-top: 6rem;
	border: 1px solid #ddd;
	border-radius: .1875rem;
}

.cc:after,.cc:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5rem;
	border-top-left-radius: .1875rem;
	border-top-right-radius: .1875rem;
	content: "";
}

.cc:before {
	background: ;
}

.cc dt {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc dd {
	margin: 0;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.4;
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	font-feature-settings: normal;
}

@media (min-width:37.5em) {
	.cc {
		width: 47.36842%;
		float: left;
	}
	
	.cc:nth-child(odd) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(2n+2) {
		margin-left: 52.63158%;
		margin-right: -100%;
		clear: none;
	}
}

@media (min-width:48em) {
	.cc {
		width: 31.03448%;
		float: left;
	}
	
	.cc:nth-child(3n+1) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(3n+2) {
		margin-left: 34.48276%;
		margin-right: -100%;
		clear: none;
	}
	
	.cc:nth-child(3n+3) {
		margin-left: 68.96552%;
		margin-right: -100%;
		clear: none;
	}
}

.cc__title {
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc__variable {
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	color: rgba(0,0,0,.6);
}

.cc__variable:after {
	color: rgba(0,0,0,.8);
	display: block;
}

.site {
	overflow: hidden;
	position: relative;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav__item {
	display: inline-block;
}

.nav__link {
	display: block;
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
	position: relative;
	display: inline-block;
	padding: .4375rem 1rem;
	border: 1px solid #00aeef;
	font-size: 1em;
	line-height: 1.5625em;
	text-align: center;
	color: #fff;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background-color: #00aeef;
	border-radius: .1875rem;
	border-color: transparent;
	cursor: pointer;
	transition: all .1s ease;
}

.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
	color: rgba(62,62,62,.9);
	background-color: #007aa7;
	text-decoration: none;
}

@media (min-width:48em) {
	.button,button,input[type=button],input[type=reset],input[type=submit] {
		font-size: 1em;
		line-height: 1.5625em;
	}
}

.button.button--secondary,button.button--secondary,input[type=button].button--secondary,input[type=reset].button--secondary,input[type=submit].button--secondary {
	color: hsla(0,0%,100%,.75);
	background-color: #767676;
}

.button.button--secondary:active,.button.button--secondary:focus,.button.button--secondary:hover,button.button--secondary:active,button.button--secondary:focus,button.button--secondary:hover,input[type=button].button--secondary:active,input[type=button].button--secondary:focus,input[type=button].button--secondary:hover,input[type=reset].button--secondary:active,input[type=reset].button--secondary:focus,input[type=reset].button--secondary:hover,input[type=submit].button--secondary:active,input[type=submit].button--secondary:focus,input[type=submit].button--secondary:hover {
	color: hsla(0,0%,100%,.9);
	background-color: dimgray;
}

.button.button--inactive,.button.button--inactive:active,.button.button--inactive:focus,.button.button--inactive:hover,button.button--inactive,button.button--inactive:active,button.button--inactive:focus,button.button--inactive:hover,input[type=button].button--inactive,input[type=button].button--inactive:active,input[type=button].button--inactive:focus,input[type=button].button--inactive:hover,input[type=reset].button--inactive,input[type=reset].button--inactive:active,input[type=reset].button--inactive:focus,input[type=reset].button--inactive:hover,input[type=submit].button--inactive,input[type=submit].button--inactive:active,input[type=submit].button--inactive:focus,input[type=submit].button--inactive:hover {
	color: rgba(0,0,0,.3);
	background-color: #eee;
}

.site-branding {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
}

.site-branding .site-title a {
	width: 30.1875rem;
	height: 9.0625rem;
	margin: 1.5rem auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('https://2018.london.wordcamp.org/files/2017/11/logo.png');
	background-size: 100%;
	text-indent: -999999px;
	max-width: 90%;
	display: block;
}

.site-branding .screen-reader-text,.site-branding .site-description {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#header-navigation {
	margin-top: 12.0625rem !important;
}

.custom-header {
	background: #000;
}

.wp-custom-header {
	position: relative;
	padding-bottom: 25%;
	height: 0;
}

.wp-custom-header iframe,.wp-custom-header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 0;
	left: .9375rem;
}

.wp-custom-header-video-button svg {
	fill: #fff;
	width: 1.25rem;
	height: 1.25rem;
}

.menu-toggle {
	padding: 1rem;
	margin: 0;
	margin-top: .125rem;
	width: 100%;
	font-size: 0;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .45px;
	border-radius: 0;
	cursor: pointer;
}

.menu-toggle,.menu-toggle.focus,.menu-toggle:active,.menu-toggle:focus,.menu-toggle:hover {
	color: #fff;
	background-color: #3e3e3e;
}

.menu-toggle:before {
	font-size: 16px;
	line-height: 24px;
	content: "Menu";
}

.menu-toggle:after,.menu-toggle:before {
	display: inline-block;
	vertical-align: middle;
}

.menu-toggle:after {
	position: relative;
	top: -.125rem;
	border: .375rem solid transparent;
	margin-left: .5rem;
	border-top-color: #007aa7;
	content: "";
}

.menu-toggle[aria-expanded=true] {
	color: #fff;
}

.menu-toggle[aria-expanded=true]:after {
	border-top-color: transparent;
	border-bottom-color: #007aa7;
}

@media (min-width:37.5em) {
	.menu-toggle {
		display: none;
	}
}

.secondary-navigation {
	position: relative;
	background-color: #3e3e3e;
}

.secondary-navigation:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: .125rem;
	background-color: #3e3e3e;
	content: "";
}

@media (max-width:37.4375em) {
	.secondary-navigation {
		background-color: #3e3e3e;
	}
	
	.secondary-navigation.toggled-on .menu {
		display: block;
	}
}

.menu-top-container {
	max-width: 87.5rem;
	margin: 0 auto;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

.menu:after {
	clear: both;
}

@media (min-width:37.5em) {
	.menu {
		display: block;
	}
}

@media (max-width:37.4375em) {
	.menu {
		border-top: 1px solid hsla(0,0%,100%,.2);
		display: none;
	}
	
	.toggled-on .menu {
		display: block;
	}
}

.menu-item {
	position: relative;
	margin: 0;
	display: block;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .45px;
	text-align: left;
}

@media (min-width:37.5em) {
	.menu-item {
		margin: 0 .0625rem;
		display: inline-block;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.33333em;
		text-align: center;
	}
}

.menu-item a {
	display: block;
	color: #fff;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: all .1s ease;
}

.menu-item a.focus,.menu-item a:active,.menu-item a:focus,.menu-item a:hover {
	color: #fff;
	background-color: #3e3e3e;
}

@media (min-width:48em) {
	.menu-item a {
		padding: 1rem 1.5rem;
	}
}

@media (min-width:62em) {
	.menu-item a {
		padding: 1.5rem 2rem;
	}
}

.current-menu-item>a {
	color: #fff;
}

.current-menu-item>a,.menu-item-has-children {
	background-color: #3e3e3e;
}

.menu-item-has-children .dropdown-toggle {
	display: none;
}

@media (min-width:37.5em) {
	.menu-item-has-children {
		background-color: transparent;
	}
	
	.menu-item-has-children>a:after {
		position: relative;
		top: -.125rem;
		display: inline-block;
		border: .375rem solid transparent;
		margin-left: .5rem;
		vertical-align: middle;
		border-top-color: #007aa7;
		content: "";
	}
	
	.menu-item-has-children>a .dropdown-toggle {
		display: inline-block;
		display: none;
	}
	
	.menu-item-has-children.focus>a,.menu-item-has-children:hover>a {
		color: #fff;
		background-color: #3e3e3e;
	}
	
	.menu-item-has-children.focus>a:after,.menu-item-has-children:hover>a:after {
		border-top-color: rgba(62,62,62,.9);
	}
	
	.menu-item-has-children.focus>.sub-menu,.menu-item-has-children:hover>.sub-menu {
		left: 0;
	}
	
	.menu-item-has-children.current-menu-item>a:after {
		border-top-color: rgba(62,62,62,.9);
	}
}

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu .menu-item {
	text-transform: none;
	font-weight: 400;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

@media (max-width:37.4375em) {
	.sub-menu a {
		padding-left: 2.5rem;
	}
}

@media (min-width:37.5em) {
	.sub-menu {
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 310;
		min-width: 16.25rem;
		background-color: #3e3e3e;
	}
	
	.sub-menu .menu-item {
		width: 100%;
		margin: 0;
		border-top: 1px solid hsla(0,0%,100%,.2);
		text-align: left;
	}
	
	.sub-menu a {
		padding: .625rem 1rem;
		color: #fff;
	}
}

@media (min-width:48em) {
	.sub-menu a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width:62em) {
	.sub-menu a {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#colophon {
	clear: both;
}

@media (min-width:62em) {
	#footer-widgets {
		padding: 0 1.5rem;
	}
}

.footer-widgets-block {
	max-width: 87.5rem;
	margin: 0 auto;
}

.footer-widgets-block .widget {
	padding: .875rem;
	border: .625rem solid #00aeef;
	padding-bottom: 10.875rem;
	background-image: url('https://2018.london.wordcamp.org/files/2017/11/widget-footer.png');
	background-repeat: repeat-x;
	background-size: auto 10rem;
	background-position: bottom;
	margin-bottom: 2.5rem;
}

.site-info {
	background-image: url('https://2018.london.wordcamp.org/files/2017/11/page-footer.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	height: 20.75rem;
}

.site-info-generator,.site-info-network {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#main {
	border: .625rem solid #00aeef;
	padding: .875rem;
	padding-bottom: 10.875rem;
	background-image: url('https://2018.london.wordcamp.org/files/2017/11/widget-footer.png');
	background-repeat: repeat-x;
	background-size: auto 10rem;
	background-position: bottom;
	background-image: url('https://2018.london.wordcamp.org/files/2017/11/content-footer.png');
}

#content,.content-widgets-block {
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}

#content-widgets {
	margin: 0 -600rem;
	padding: 0 600rem;
	background: #3e3e3e;
}

#content-widgets p {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

#content-widgets .date,#content-widgets .title {
	color: #dbdbdb;
	font-family: omnes-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 2.625rem;
	font-weight: 700;
	text-transform: uppercase;
}

#content-widgets .date {
	font-size: 2.25rem;
	font-style: italic;
	letter-spacing: .05625rem;
}

#primary {
	float: left;
	width: 100%;
	margin: 3rem 0 1.5rem;
}

@media (min-width:62em) {
	#primary {
		width: 66.66667%;
		margin: 3rem 0;
		padding: 0 1.5rem;
	}
}

#secondary {
	float: right;
	width: 100%;
	margin: 3rem 0 1.5rem;
}

@media (min-width:62em) {
	#secondary {
		width: 33.33333%;
		padding: 0 1.5rem;
	}
}

#secondary .widget {
	border: .625rem solid #00aeef;
	margin-bottom: 2.1875rem;
}

.sidebar-card {
	position: relative;
}

.sidebar-card img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.sidebar-card a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sidebar-card span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 .875rem .875rem;
	color: #dbdbdb;
	font-family: omnes-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: .8;
}

.post {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: .125rem solid #00aeef;
}

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

.post:after {
	clear: both;
}

.entry-content {
}

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

.entry-content:after {
	clear: both;
}

.entry-title {
	font-size: 2.44141em;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.entry-title a:active,.entry-title a:focus,.entry-title a:hover {
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 1rem;
	font-size: .9375em;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:active,.entry-meta a:focus,.entry-meta a:hover {
	color: #6a6a6a;
}

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

.entry-meta .published {
	display: inline;
}

.entry-footer,.entry-meta .byline,.post-navigation {
	display: none;
}

.wcorg-organizers {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 6px double #00aeef;
}

.wcorg-organizer {
	max-width: 40em;
	margin-bottom: 2rem;
}

.wcorg-organizer:last-child {
	margin-bottom: 0;
}

.wcorg-organizer h2 {
	margin-bottom: 1rem;
	font-size: 1.25em;
	font-family: omnes-pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: .1em;
}

.wcorg-organizer .wcorg-organizer-description {
	padding-left: 4rem;
	min-height: 3rem;
}

@media (min-width:37.5em) {
	.wcorg-organizer .wcorg-organizer-description {
		padding-left: 6rem;
		min-height: 5rem;
	}
}

.wcorg-organizer p {
	font-size: 16px;
}

.wcorg-organizer .avatar {
	float: left;
	margin-left: -4rem;
	width: 3rem;
	border-radius: 50%;
}

@media (min-width:37.5em) {
	.wcorg-organizer .avatar {
		margin-left: -6rem;
		width: 5rem;
	}
}

.tix-attendee-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media (min-width:37.5em) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: left;
	}
}

@media (min-width:62em) {
	#tix-attendees .tix-columns-3 li {
		width: 33.33333%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: none;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(3n+1) {
		clear: left;
	}
}

#tix-attendees {
}

#tix-attendees:after,#tix-attendees:before {
	content: "";
	display: table;
}

#tix-attendees:after {
	clear: both;
}

#tix-attendees li {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5rem;
	height: auto;
	min-height: 3rem;
	padding-left: 4rem;
	padding-right: .5rem;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
}

#tix-attendees .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	width: 3rem;
	height: 3rem;
	border: .125rem solid #00aeef;
	background-color: #fff;
	transition: all .15s ease;
}

#tix-attendees a {
	display: block;
}

#tix-attendees .tix-field {
	display: inline-block;
	margin: 0;
	margin-right: .5rem;
	font-size: 14px;
	line-height: 1.5625em;
	vertical-align: middle;
}

#tix-attendees .tix-attendee-name {
	display: block;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: .125rem;
	color: rgba(62,62,62,.9);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25em;
	background: none;
}

#tix-attendees li:hover .avatar {
	transform: scale(1.1);
}

#tix-attendees .tix-attendee-url {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 11.25rem;
	display: inline-block;
}

#tix-attendees .tix-attendee-twitter:after {
	display: inline-block;
	width: .875rem;
	height: .875rem;
	margin-left: .5rem;
	vertical-align: middle;
	opacity: .5;
	content: "";
}

#tix-attendees .tix-attendee-twitter:last-child:after {
	display: none;
}

.comments-area {
	margin-top: 2rem;
}

.comments-title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

.comment-list>.comment {
	margin-top: 1.5rem;
}

article.comment-body {
	position: relative;
	padding-left: 3.25rem;
}

.comment-author {
	display: block;
	font-size: .8em;
	line-height: 1.5625em;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.625rem;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 700;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	font-size: .64em;
	line-height: 1.5625em;
}

.comment-content {
	margin-top: .5rem;
}

.comment-content p {
	margin-bottom: .5rem;
	font-size: .8em;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: .5rem;
	font-size: .8em;
	line-height: 1.5625em;
}

.pingback {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-respond {
	padding: 1.5rem;
	background-color: #fff;
	background-color: #ececec;
	border-radius: .1875rem;
}

.comment-form label {
	font-size: 1em;
	line-height: 1.5625em;
}

.comment-form p {
	margin-bottom: 1rem;
}

.comment-form p:last-child {
	margin-bottom: 0;
}

.comment-reply-title {
	font-size: 1em;
	margin-bottom: 1rem;
}

.comment-notes {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-subscription-form {
	margin-bottom: .5rem;
}

.comment-subscription-form label {
	font-size: .8em;
}

#tix {
}

#tix:after,#tix:before {
	content: "";
	display: table;
}

#tix:after {
	clear: both;
}

.tix_tickets_table {
	border-top: 3px double #00aeef;
	border-bottom: 3px double #00aeef;
	margin-bottom: 1.5rem;
}

.tix_tickets_table thead th {
	color: #3e3e3e;
}

.tix_tickets_table td,.tix_tickets_table th {
	border-color: #00aeef;
}

.tix_tickets_table td:first-child,.tix_tickets_table th:first-child {
	padding-left: 0;
}

.tix_tickets_table td:last-child,.tix_tickets_table th:last-child {
	padding-right: 0;
}

.tix_tickets_table .tix-ticket-title {
	display: block;
	font-size: 1.25em;
	color: rgba(62,62,62,.9);
}

.tix_tickets_table .tix-ticket-title+br {
	display: none;
}

.tix_tickets_table .tix-ticket-excerpt {
	display: block;
	margin-top: .25rem;
	color: #3e3e3e;
}

.tix_tickets_table .tix-column-price,.tix_tickets_table .tix-column-quantity,.tix_tickets_table .tix-column-remaining {
	font-weight: 700;
}

#tix-coupon-container {
	position: relative;
	padding-right: 10rem;
}

#tix-coupon-container input[type=text] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#tix-coupon-container input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 10rem;
	padding: .4375rem .625rem;
	color: hsla(0,0%,100%,.9);
	background-color: #767676;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (max-width:47.9375em) {
	.tix_tickets_table thead tr {
		display: none;
	}
	
	.tix_tickets_table tbody .tix-column-description {
		display: block;
		width: 100%;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-quantity,.tix_tickets_table tbody .tix-column-remaining {
		display: block;
		float: left;
	}
	
	.tix_tickets_table tbody .tix-column-price {
		padding-left: 0;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-remaining {
		padding-top: 1rem;
		padding-bottom: 1rem;
		line-height: 1.5em;
		width: 30%;
	}
	
	.tix_tickets_table tbody .tix-column-quantity {
		width: 40%;
	}
}

div.googlemaps {
	margin-bottom: 1.5rem;
}

div.googlemaps iframe {
	max-width: 100%;
}

.widget .wcorg-sponsors>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.widget .wcorg-sponsors>div h2 {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #00aeef;
	line-height: 1.5625em;
	text-align: center;
	font-family: proxima-nova, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: .1875rem;
	position: relative;
	z-index: 100;
}

@media (min-width:48em) {
	.widget .wcorg-sponsors>div h2 {
		padding-top: 0;
		border-top: none;
	}
	
	.widget .wcorg-sponsors>div h2:after,.widget .wcorg-sponsors>div h2:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
		border-top: 1px solid #00aeef;
		content: "";
		z-index: -1;
	}
	
	.widget .wcorg-sponsors>div h2:after {
		border-color: #fff;
		width: 8em;
		z-index: -1;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor {
	margin-bottom: 0;
	padding: .5rem;
}

.widget .wcorg-sponsors .wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: 8.75rem;
}

.widget .wcorg-sponsors .wcorg-sponsor .wcorg-sponsor-description p,.widget .wcorg-sponsors .wcorg-sponsor h3 {
	display: none;
}

.widget .wcorg-sponsors .wcorg-sponsor a {
	background-color: #fff;
}

.widget .wcorg-sponsors .wcorg-sponsor a img {
	transition: all .15s ease;
}

.widget .wcorg-sponsors .wcorg-sponsor a:active img,.widget .wcorg-sponsors .wcorg-sponsor a:focus img,.widget .wcorg-sponsors .wcorg-sponsor a:hover img {
	filter: grayscale(100%);
	opacity: .75;
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor {
		padding: 1rem;
	}
	
	.widget .wcorg-sponsors .wcorg-sponsor img {
		max-height: 12.5rem;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor-level-stadium {
}

.widget .wcorg-sponsors .wcorg-sponsor-level-stadium:after,.widget .wcorg-sponsors .wcorg-sponsor-level-stadium:before {
	content: "";
	display: table;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-stadium:after {
	clear: both;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-stadium .wcorg-sponsor {
	width: 100%;
}

@media (min-width:37.5em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-stadium .wcorg-sponsor {
		width: 50%;
	}
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-stadium .wcorg-sponsor {
		width: 50%;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor-level-arena {
}

.widget .wcorg-sponsors .wcorg-sponsor-level-arena:after,.widget .wcorg-sponsors .wcorg-sponsor-level-arena:before {
	content: "";
	display: table;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-arena:after {
	clear: both;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-arena .wcorg-sponsor {
	width: 100%;
}

@media (min-width:37.5em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-arena .wcorg-sponsor {
		width: 50%;
	}
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-arena .wcorg-sponsor {
		width: 33.33333%;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor-level-academy {
}

.widget .wcorg-sponsors .wcorg-sponsor-level-academy:after,.widget .wcorg-sponsors .wcorg-sponsor-level-academy:before {
	content: "";
	display: table;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-academy:after {
	clear: both;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-academy .wcorg-sponsor {
	width: 50%;
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-academy .wcorg-sponsor {
		width: 25%;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor-level-club {
}

.widget .wcorg-sponsors .wcorg-sponsor-level-club:after,.widget .wcorg-sponsors .wcorg-sponsor-level-club:before {
	content: "";
	display: table;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-club:after {
	clear: both;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-club .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-club .wcorg-sponsor {
		width: 20%;
	}
}

.widget .wcorg-sponsors .wcorg-sponsor-level-studio {
}

.widget .wcorg-sponsors .wcorg-sponsor-level-studio:after,.widget .wcorg-sponsors .wcorg-sponsor-level-studio:before {
	content: "";
	display: table;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-studio:after {
	clear: both;
}

.widget .wcorg-sponsors .wcorg-sponsor-level-studio .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:48em) {
	.widget .wcorg-sponsors .wcorg-sponsor-level-studio .wcorg-sponsor {
		width: 16.66667%;
	}
}

.widget #tggr-media-item-container .tggr-media-item:nth-of-type(1n+4) {
	display: none;
}

.jetpack_subscription_widget {
	text-align: center;
	padding: .875rem;
}

.jetpack_subscription_widget p {
	margin: 0;
}

.jetpack_subscription_widget input[type=email] {
	width: 100% !important;
	border-width: .625rem;
	border: 3px solid #00aeef;
}

.jetpack_subscription_widget input[type=submit] {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.jetpack_subscription_widget input[type=submit]:active,.jetpack_subscription_widget input[type=submit]:focus,.jetpack_subscription_widget input[type=submit]:hover {
	color: #3e3e3e;
}

.jetpack_subscription_widget #subscribe-text {
	margin-bottom: 1.5rem;
}

.jetpack_subscription_widget #subscribe-email,.jetpack_subscription_widget #subscribe-submit {
	display: inline-block;
	width: 100%;
	margin: 0 0 .625rem;
	vertical-align: top;
}

.jetpack_subscription_widget #subscribe-submit {
	width: 100%;
	margin: 0;
}

body.tagregator section#text-7 {
	display: none;
}

.entry-content .wcorg-sponsor {
	margin-bottom: 0;
	padding: .5rem;
}

.entry-content .wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: 8.75rem;
}

.entry-content .wcorg-sponsor h3 {
	display: none;
}

.entry-content .wcorg-sponsor a {
	background-color: #fff;
}

.entry-content .wcorg-sponsor a img {
	transition: all .15s ease;
}

.entry-content .wcorg-sponsor a:active img,.entry-content .wcorg-sponsor a:focus img,.entry-content .wcorg-sponsor a:hover img {
	filter: grayscale(100%);
	opacity: .75;
}

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

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

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

.assistive-text,.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

img.emoji,img.wp-smiley {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: none !important;
	padding: 0 !important;
}

.skip-link {
	padding: .25em .5em;
	color: rgba(62,62,62,.9);
	background-color: #fff;
	border-radius: .1875rem;
	box-shadow: 0 .0625rem .1875rem 0 rgba(0,0,0,.2);
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: relative;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 1em;
	text-decoration: none;
}

.alignleft,.alignright {
	position: relative;
	max-width: none;
	width: 100%;
}

@media (min-width:24em) {
	.alignleft,.alignright {
		top: .375rem;
		margin-bottom: 1.5rem;
		width: 36%;
	}
}

@media (min-width:48em) {
	.alignleft,.alignright {
		top: .625rem;
		width: 44%;
	}
}

@media (min-width:24em) {
	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}
}

@media (min-width:24em) {
	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.wp-caption img {
	margin-bottom: 0;
	max-width: none;
	width: 100%;
}

.wp-caption p {
	margin-top: .5rem;
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1.5625em;
	color: rgba(62,62,62,.6);
}

.main-navigation {
	display: none;
}

.wcb_speaker .entry-meta {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wcb_speaker .speaker-avatar {
	float: left;
	margin: .5rem 1rem .5rem 0;
}