/* Remote CSS from https://api.github.com/repos/wcus/wcus-2019/contents/2020-style.css */
/*!
Theme Name: WCUS 2019
Theme URI: http://underscores.me/
Author: yingling017
Author URI: https://2019.us.wordcamp.org
Description: A Campsite 2017 child theme for WCUS 2019 development
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordcamporg
Template: campsite-2017

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CampSite 2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*msr originally: 782px; */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}

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

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
}

html {
	font-size: 62.5%;
}

body, button, input, select, textarea {
	color: #303030;
	font-family: "Nunito Sans", "Tahoma", "Verdana", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.55;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	clear: none;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

h1, h2 {
	margin: 30px 0 15px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 900;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #003b63;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 900;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "monaco", "consolas", "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: "monaco", "consolas", "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr, acronym {
	border-bottom: 1px dotted currentColor;
	cursor: help;
}

mark, ins {
	background: #ffedc4;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.cta-button {
	display: inline-block;
	padding: 15px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #bd2b2e;
	background-color: transparent;
	padding: 13px;
	border: 2px solid #bd2b2e;
	text-decoration: none;
}

.cta-button:hover, .cta-button:active, .cta-button:focus {
	color: #fff;
	background-color: #303030;
}

.cta-button:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.cta-button:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.cta-button:hover, .cta-button:active, .cta-button:focus {
	color: #303030;
	background-color: transparent;
	border-color: #303030;
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*
 * Inherit box-sizing to make it easier to change the property for components
 * that leverage other behavior.
 * See http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
}

*, ::before, ::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

blockquote, q {
	quotes: "" "";
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em;
	padding-left: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul, li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
/* Make sure images are scaled correctly. */
	height: auto;
/* Adhere to container width. */
	max-width: 100%;
}

.entry-content img {
	border-radius: 12px;
}

figure {
/* Extra wide images within figure tags don't overflow the content area. */
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

thead {
	text-align: left;
}

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

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

td, th {
	padding: 1em 1.5em;
}

td {
	border-top: 1px solid rgba(126,161,184,0.2);
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
	background-color: #fffffa;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
	background-color: #303030;
	color: #fffffa;
}

.has-vivid-red-background-color.has-vivid-red-background-color {
	background-color: #bd2b2e;
	color: #fffffa;
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
	background-color: #003b63;
	color: #fffffa;
}

.has-pale-pink-background-color.has-pale-pink-background-color {
	background-color: #f98386;
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
	background-color: #7ea1b8;
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #fffffa;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
	color: #303030;
}

.has-vivid-red-color.has-vivid-red-color {
	color: #bd2b2e;
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
	color: #003b63;
}

.has-pale-pink-color.has-pale-pink-color {
	color: #f98386;
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
	color: #7ea1b8;
}

.entry-content &gt; p, .entry-content &gt; ul, .entry-content &gt; ol, .entry-content &gt; [class*="wp-block"] {
	margin-bottom: 30px;
}

.entry-content &gt; hr, .entry-content &gt; .wp-block-separator {
	margin-bottom: 60px;
}

.entry-content .wp-block-spacer {
	margin: 0 !important;
}

.entry-content .wp-block-button .wp-block-button__link {
	display: inline-block;
	padding: 15px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-button .wp-block-button__link:focus {
	color: #fff;
	background-color: #303030;
}

.entry-content .wp-block-button .wp-block-button__link:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.entry-content .wp-block-button .wp-block-button__link:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	display: inline-block;
	padding: 15px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #bd2b2e;
	background-color: transparent;
	padding: 13px;
	border: 2px solid #bd2b2e;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
	color: #fff;
	background-color: #303030;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
	color: #303030;
	background-color: transparent;
	border-color: #303030;
}

.entry-content .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

hr {
	border-bottom: 4px dotted #9e8b7e;
	background: transparent;
	border-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/border-dot.svg');
	border-image-slice: 4 4 4;
	border-image-width: 0 0 4px;
	border-image-repeat: round;
	margin: 60px auto;
	max-width: 600px;
}

hr.wp-block-separator.is-style-wide::after {
	right: 0;
}

.wp-block-cover {
	background-color: #303030;
	border-radius: 12px;
}

.wp-block-cover h2, .wp-block-cover .wp-block-cover-text {
	color: #fffffa;
}

.wp-block-cover .wp-block-cover-text {
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-block-image figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	color: #747466;
}

.wp-block-gallery {
	margin-left: 0;
}

.wp-block-gallery .blocks-gallery-item {
	border-radius: 12px;
	overflow: hidden;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	color: #fffffa;
}

.googlemaps {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: 940px;
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 940px) {
	.googlemaps {
		width: 940px;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: none;
	}
}

.wp-block-media-text {
	margin: 20px 0;
	grid-gap: 20px;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: transparent !important;
	color: #fffffa;
}

.wp-block-media-text, .wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 1fr;
}

.wp-block-media-text h2 {
	margin: 0 0 30px;
	color: #fffffa;
}

.wp-block-media-text p {
	margin: 0;
}

.wp-block-media-text p + p {
	margin-top: 30px;
}

.wp-block-media-text a, .wp-block-media-text a:visited {
	color: rgba(255,255,250,0.8);
}

.wp-block-media-text a:hover, .wp-block-media-text a:active, .wp-block-media-text a:focus, .wp-block-media-text a:visited:hover, .wp-block-media-text a:visited:active, .wp-block-media-text a:visited:focus {
	color: #fffffa;
}

.wp-block-media-text .wp-block-media-text__media img {
	overflow: hidden;
	border-radius: 12px;
}

.wp-block-media-text .wp-block-media-text__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 30px;
	background-color: #003b63;
	border-radius: 12px;
}

.wp-block-media-text.has-very-dark-gray-background-color .wp-block-media-text__content {
	background-color: #303030;
}

.wp-block-media-text.has-vivid-red-background-color .wp-block-media-text__content {
	background-color: #bd2b2e;
}

.wp-block-media-text.is-media-text-header .wp-block-media-text__content {
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-media-text.is-media-text-header .wp-block-media-text__content &gt; * {
	margin: 0;
}

.wp-block-latest-posts {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	margin: 30px 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

.wp-block-latest-posts.is-grid {
	display: grid;
}

.wp-block-latest-posts.is-grid li {
	margin: 0;
	width: 100%;
}

.wp-block-latest-posts li {
	width: 100%;
	background: #303030;
	color: #fff;
	padding: 30px;
	border-radius: 12px;
}

.wp-block-latest-posts a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
}

.wp-block-latest-posts a:hover, .wp-block-latest-posts a:active, .wp-block-latest-posts a:focus {
	color: #fff;
	text-decoration: underline;
}

.wp-block-latest-posts a:visited {
	color: #fff;
}

.wp-block-latest-posts time {
	color: rgba(255,255,255,0.7);
	font-weight: 900;
	margin-top: 1em;
}

@media (min-width: 600px) {
	.wp-block-latest-posts li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.wp-block-latest-posts li &gt; * {
		width: 100%;
	}
	
	.wp-block-latest-posts li a {
		align-self: flex-end;
	}
	
	.wp-block-latest-posts.columns-2 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.wp-block-latest-posts.columns-3 {
		grid-template-columns: repeat(3,1fr);
	}
	
	.wp-block-latest-posts.columns-4 {
		grid-template-columns: repeat(4,1fr);
	}
	
	.wp-block-latest-posts.columns-5 {
		grid-template-columns: repeat(5,1fr);
	}
	
	.wp-block-latest-posts.columns-6 {
		grid-template-columns: repeat(6,1fr);
	}
}

.wp-block-pullquote.wp-block-pullquote {
	background: #303030 url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/speech.svg') 60px center no-repeat !important;
	color: #fffffa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 12px;
	text-align: left;
	font-style: italic;
	padding: 60px 60px 60px 240px;
}

.wp-block-pullquote.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote.wp-block-pullquote p {
	margin: 0;
	font-size: 30px;
	font-size: 3rem;
}

.wp-block-pullquote.wp-block-pullquote p + p {
	margin-top: 30px;
}

.wp-block-pullquote.wp-block-pullquote p:last-of-type {
	margin-bottom: 30px;
}

.wp-block-pullquote.wp-block-pullquote cite {
	color: rgba(255,255,250,0.7);
}

.wp-block-pullquote.wp-block-pullquote cite::before {
	content: "— ";
}

.wp-block-pullquote.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 30px;
	font-size: 3rem;
}

@media (max-width: 600px) {
	.wp-block-pullquote.wp-block-pullquote {
		padding-left: 60px;
		background-size: 70px 66px !important;
		background-position: 30px 30px !important;
		text-indent: 60px;
	}
}

.wp-block-quote {
	margin: 0 0 20px;
}

.wp-block-quote p {
	margin: 0;
}

.wp-block-quote p + p {
	margin-top: 20px;
}

.wp-block-quote p:last-of-type {
	margin-bottom: 20px;
}

.wp-block-quote cite {
	padding-left: 30px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/text-bubble.svg') top left no-repeat;
	font-size: 14px;
	font-size: 1.4rem;
	color: #747466;
}

.wp-block-quote.is-style-large {
	margin-left: -60px;
	padding: 0 0 0 60px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/quotes.svg') top left no-repeat;
}

@media (max-width: 782px) {
	.wp-block-quote.is-style-large {
		margin-left: 0;
		padding-left: 0;
		text-indent: 60px;
	}
}

.wp-block-quote.is-style-large cite {
	padding-left: 0;
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
}

.wp-block-quote.is-style-large cite::before {
	content: "— ";
}

ol.has-fancy-style {
	counter-reset: list;
	list-style: none;
	margin: 0 0 60px;
	padding-left: 0;
}

ol.has-fancy-style li {
	margin-bottom: 30px;
	padding-left: 80px;
}

ol.has-fancy-style li::after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

ol.has-fancy-style li::before {
	counter-increment: list;
	content: counter(list);
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-left: -80px;
	margin-right: 20px;
	border-radius: 50%;
	background: #003b63;
	color: #fff;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 900;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 60px;
	text-align: center;
}

.wordcamp-block.wordcamp-speakers {
	padding-left: 0;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speaker {
	display: grid;
	grid-template-columns: 260px auto;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__title {
	grid-column: 2;
	grid-row: 1;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__title a {
	color: #303030;
	text-decoration: none;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__title a:hover, .wordcamp-block.wordcamp-speakers .wordcamp-speakers__title a:active, .wordcamp-block.wordcamp-speakers .wordcamp-speakers__title a:focus {
	color: #bd2b2e;
	text-decoration: underline;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__title a:focus {
	outline: none;
}

.wordcamp-block.wordcamp-speakers .wordcamp-image__avatar-container {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin-left: 0;
	margin-right: 30px;
	padding-left: 15px;
}

.wordcamp-block.wordcamp-speakers .wordcamp-image__avatar-container a:focus {
	outline: none;
}

.wordcamp-block.wordcamp-speakers .wordcamp-image__avatar-container a:focus img {
	-webkit-box-shadow: 0 1px 10px rgba(48,48,48,0.5);
	box-shadow: 0 1px 10px rgba(48,48,48,0.5);
}

.wordcamp-block.wordcamp-speakers .wordcamp-image__avatar-container img {
	max-width: 200px;
	border-radius: 50%;
}

.wordcamp-block.wordcamp-speakers .wordcamp-post-list__post {
	margin-bottom: 60px;
/*msr 
 * .wordcamp-block.wordcamp-speakers .wordcamp-post-list__post:nth-of-type(4n+1) .wordcamp-image__avatar-container {
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/07/sparkle-bg-1.svg') center top no-repeat;
	background-size: 230px 180px;
}

.wordcamp-block.wordcamp-speakers .wordcamp-post-list__post:nth-of-type(4n+2) .wordcamp-image__avatar-container {
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/07/sparkle-bg-2.svg') center 170px no-repeat;
	background-size: 230px 22px;
}

.wordcamp-block.wordcamp-speakers .wordcamp-post-list__post:nth-of-type(4n+3) .wordcamp-image__avatar-container {
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/07/sparkle-bg-3.svg') center 15px no-repeat;
	background-size: 230px 163px;
}

.wordcamp-block.wordcamp-speakers .wordcamp-post-list__post:nth-of-type(4n) .wordcamp-image__avatar-container {
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/07/sparkle-bg-4.svg') center 10px no-repeat;
	background-size: 230px 186px;
}
*/
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__content {
	grid-column: 2;
	grid-row: 2;
}

.wordcamp-block.wordcamp-speakers .wordcamp-speakers__permalink {
	display: none;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-speakers .wordcamp-speaker {
		grid-template-columns: auto;
	}
	
	.wordcamp-block.wordcamp-speakers .wordcamp-speakers__title {
		grid-column: 1;
		grid-row: 1;
		text-align: center;
	}
	
	.wordcamp-block.wordcamp-speakers .wordcamp-image__avatar-container {
		grid-column: 1;
		grid-row: 2;
		margin: 0 0 30px;
		padding: 0;
		text-align: center;
	}
	
	.wordcamp-block.wordcamp-speakers .wordcamp-speakers__content {
		grid-column: 1;
		grid-row: 3;
	}
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-speaker {
	display: block;
	text-align: center;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-image__avatar-container {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-post-list__post:nth-of-type(4n+1) .wordcamp-image__avatar-container {
	background-position: center top;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-post-list__post:nth-of-type(4n+2) .wordcamp-image__avatar-container {
	background-position: center 170px;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-post-list__post:nth-of-type(4n+3) .wordcamp-image__avatar-container {
	background-position: center 15px;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-post-list__post:nth-of-type(4n) .wordcamp-image__avatar-container {
	background-position: center 10px;
}

.wordcamp-block.wordcamp-speakers.has-layout-grid .wordcamp-speakers__content {
	margin-top: 30px;
	text-align: left;
}

.wordcamp-block.wordcamp-sessions {
	padding-left: 0;
}

.wordcamp-block.wordcamp-sessions .wordcamp-session {
	margin-bottom: 60px;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__title a {
	color: #303030;
	text-decoration: none;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__title a:hover, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__title a:active, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__title a:focus {
	color: #bd2b2e;
	text-decoration: underline;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__title a:focus {
	outline: none;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__speakers, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories {
	color: #747466;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__speakers a, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories a {
	color: currentColor;
	text-decoration: none;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__speakers a:hover, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__speakers a:active, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__speakers a:focus, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories a:hover, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories a:active, .wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories a:focus {
	text-decoration: underline;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__time-location {
	display: block;
	height: 24px;
	margin-bottom: 20px;
	padding-left: 32px;
	font-style: normal;
}

.wordcamp-block.wordcamp-sessions .wordcamp-sessions__categories {
	display: block;
	height: 24px;
	padding-left: 32px;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/tag.svg');
	background-color: transparent;
	background-position: left 3px;
	background-repeat: no-repeat;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__title {
	position: relative;
	margin-top: 60px !important;
	text-align: center;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__title::before {
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__title::after {
	top: 0;
	bottom: 0;
	right: 0;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session {
	border: 1px solid #e5eced;
	margin-bottom: 0;
	margin-top: -1px;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-track {
	padding: 15px 20px;
	border-right: 1px solid #e5eced;
	background: rgba(126,161,184,0.05);
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
	width: 25%;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-details {
	margin-left: 0;
	padding: 15px 20px;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-title {
	margin-bottom: 0;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-title a {
	color: inherit;
	text-decoration: none;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-title a:hover {
	color: #bd2b2e;
	text-decoration: underline;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-speaker {
	font-size: .9em;
}

.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-cat {
	font-size: .8em;
}

@media (max-width: 600px) {
	/*--------------------------------------------------------------
	# Forms
	--------------------------------------------------------------*/
	.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session {
		display: block;
	}
	
	.wp-block-wordcamp-live-schedule .wordcamp-live-schedule__session-track {
		display: block;
		border-right: none;
		border-bottom: 1px solid #e5eced;
		width: auto;
	}
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	padding: 10px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 60px;
	line-height: 1.2em;
}

button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	color: #fff;
	background-color: #303030;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #303030;
	border: 1px solid #303030;
	border-radius: 6px;
	padding: 13px 20px;
	width: 60%;
	margin: 10px 0;
}

@media only screen and (max-width: 600px) {
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		width: 90%;
	}
	
	input[type="submit"] {
		text-align: center;
		margin-top: 15px;
		width: 90%;
	}
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

textarea {
	width: 100%;
}

select {
	background-color: #fff;
	border: 1px solid #303030;
	height: 40px;
}

select:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.contact-form.contact-form input[type="email"], .contact-form.contact-form input[type="text"], .contact-form.contact-form input[type="url"], .contact-form.contact-form textarea {
	width: 100%;
	max-width: 100%;
}

.contact-form.contact-form select {
	min-width: 80px;
}

.contact-form.contact-form select, .contact-form.contact-form input[type="email"], .contact-form.contact-form input[type="text"], .contact-form.contact-form input[type="url"], .contact-form.contact-form textarea {
	margin-bottom: 30px;
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
}

a {
	color: #bd2b2e;
}

a:visited {
	color: #bd2b2e;
}

a:hover, a:active, a:focus {
	color: #003b63;
}

.schedule-anchors, .inpage-anchors {
	font-weight: 700;
	margin-bottom: 60px;
}

.schedule-anchors img, .inpage-anchors img {
	margin: 0 7px;
	vertical-align: middle;
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
}

.page-navigation-container {
	text-align: right;
	line-height: 1.3;
}

.page-navigation-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.page-navigation-container ul ul {
	position: absolute;
	top: 73px;
	left: -999em;
	z-index: 99999;
	text-align: left;
	background-color: #fff;
	padding: 15px 0;
	border: 1px solid rgba(126,161,184,0.2);
	border-top: none;
}

.page-navigation-container ul ul ul {
	left: -999em;
	top: 0;
}

.page-navigation-container ul ul li:hover &gt; ul, .page-navigation-container ul ul li.focus &gt; ul {
	left: 100%;
}

.page-navigation-container ul ul a {
	width: 280px;
	padding: 7.5px 40px 7.5px 15px;
	background-image: none !important;
	border-left: 3px solid transparent;
}

.page-navigation-container ul ul :hover &gt; a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/chevron-down-hover.svg') no-repeat center;
}

.page-navigation-container ul ul .focus &gt; a {
	border-left: 3px solid currentColor;
}

.page-navigation-container ul li:hover &gt; ul, .page-navigation-container ul li.focus &gt; ul {
	left: auto;
}

.page-navigation-container li {
	display: inline-block;
	position: relative;
}

.page-navigation-container li:hover &gt; a, .page-navigation-container li.focus &gt; a {
	color: #bd2b2e;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/underline-hover.svg');
}

.page-navigation-container li.menu-item-has-children:hover &gt; a::after, .page-navigation-container li.menu-item-has-children.focus &gt; a::after {
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/chevron-down-hover.svg');
}

.page-navigation-container a {
	display: inline-block;
	padding: 25px 10px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	color: #003b63;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: bottom center;
}

.page-navigation-container a:focus {
	outline: none;
}

.page-navigation-container .menu-item-has-children &gt; a::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	width: 10px;
	height: 1em;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/chevron-down.svg') no-repeat center;
}

.page-navigation-container .callout &gt; a {
	display: inline-block;
	padding: 15px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 10px;
	margin-left: 20px;
	padding: 15px 20px 15px 47px;
	background-color: #bd2b2e;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/pencil.svg') !important;
	background-position: 20px center !important;
	background-size: 17px 17px;
}

.page-navigation-container .callout &gt; a:hover, .page-navigation-container .callout &gt; a:active, .page-navigation-container .callout &gt; a:focus {
	color: #fff;
	background-color: #303030;
}

.page-navigation-container .callout &gt; a:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.page-navigation-container .callout &gt; a:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

@media screen and (max-width: 960px) {
	.page-navigation-container .callout &gt; a {
		margin-left: 5px;
	}
}

.page-navigation-container .callout:hover &gt; a {
	color: #fffffa;
}

.page-navigation-container .callout.current_page_item &gt; a, .page-navigation-container .callout.current-menu-item &gt; a {
	color: #fffffa;
}

.page-navigation-container .current_page_item &gt; a, .page-navigation-container .current-menu-item &gt; a, .page-navigation-container .current_page_ancestor &gt; a, .page-navigation-container .current-menu-ancestor &gt; a {
	color: #303030;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/underline-current.svg');
}

.page-navigation-container .current_page_item.menu-item-has-children &gt; a::after, .page-navigation-container .current-menu-item.menu-item-has-children &gt; a::after, .page-navigation-container .current_page_ancestor.menu-item-has-children &gt; a::after, .page-navigation-container .current-menu-ancestor.menu-item-has-children &gt; a::after {
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/chevron-down-current.svg');
}

@media screen and (max-width: 960px) {
	.page-navigation-container {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.page-navigation-container a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.js .menu-toggle, .js .dropdown-toggle {
	display: none;
}

@media screen and (max-width: 2500px) {
	.js .dropdown-toggle {
		display: inline-block;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/chevron-down.svg') no-repeat center;
		background-size: 18px 9px;
		-webkit-transition: none;
		transition: none;
	}
	
	.js .dropdown-toggle.toggled-on {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.js .menu-toggle {
		display: inline-block;
		margin-top: 10px;
		margin-left: 20px;
		padding: 15px 20px;
		background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/hamburger.svg') no-repeat center;
		background-size: 26px 17px;
		text-indent: -999em;
	}
	
	.toggled-on .menu-toggle {
		background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/cross.svg') no-repeat center;
		background-size: 18px 18px;
	}
	
	.page-navigation-container ul {
		display: none;
		text-align: left;
	}
	
	.page-navigation-container.toggled-on .menu {
		display: block;
		position: absolute;
		top: 73px;
		left: 0;
		right: 0;
		padding: 20px 30px 30px;
		background: #fff;
		-webkit-box-shadow: 0 4px 4px rgba(48,48,48,0.2);
		box-shadow: 0 4px 4px rgba(48,48,48,0.2);
	}
	
	.page-navigation-container .sub-menu {
	/* 		display: none; */
		position: static;
		background-color: transparent;
		padding: 0;
		border: none;
	}
	
	.page-navigation-container .sub-menu.toggled-on {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/underline-hover.svg');
		background-repeat: no-repeat;
	}
	
	.page-navigation-container .sub-menu a {
		width: auto;
	}
	
	.page-navigation-container .sub-menu li:hover &gt; a::after {
		display: none;
	}
	
	.page-navigation-container li {
		display: block;
	}
	
	.page-navigation-container li:hover &gt; a, .page-navigation-container li.focus &gt; a {
		background-image: none;
	}
	
	.page-navigation-container a {
		padding: 10px;
		display: block;
	}
	
	.page-navigation-container .current_page_item &gt; a, .page-navigation-container .current-menu-item &gt; a, .page-navigation-container .current_page_ancestor &gt; a, .page-navigation-container .current-menu-ancestor &gt; a {
		background-image: none;
	}
	
	.page-navigation-container .menu-item-has-children {
		position: relative;
	}
	
	.page-navigation-container .menu-item-has-children .dropdown-toggle {
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
	}
	
	.page-navigation-container .menu-item-has-children &gt; a::after {
		display: none;
	}
	
	.page-navigation-container .callout &gt; a {
		display: block;
		text-align: center;
	}
}

.comment-navigation, .posts-navigation, .post-navigation {
	max-width: 620px;
	color: #747466;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-navigation a, .posts-navigation a, .post-navigation a {
	color: #747466;
	text-decoration: none;
}

.comment-navigation a:hover, .comment-navigation a:active, .comment-navigation a:focus, .posts-navigation a:hover, .posts-navigation a:active, .posts-navigation a:focus, .post-navigation a:hover, .post-navigation a:active, .post-navigation a:focus {
	text-decoration: underline;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 30px auto 0;
	padding-bottom: 44px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/separator-short-wide.svg') bottom center no-repeat;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-links div:first-child:last-child, .posts-navigation .nav-links div:first-child:last-child, .post-navigation .nav-links div:first-child:last-child {
	width: 100%;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	width: 50%;
}

.comment-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before, .post-navigation .nav-previous a::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/arrow-left.svg') bottom left no-repeat;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next a::after, .posts-navigation .nav-next a::after, .post-navigation .nav-next a::after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/arrow-left.svg') top left no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #fffffa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
	clip: auto !important;
	color: #303030;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
/* Above WP toolbar. */
	z-index: 100000;
/* Do not show the outline on the skip link target. */
}

#content[tabindex="-1"]:focus {
	outline: 0;
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 620px) {
	.alignfull, .alignwide {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		max-width: none;
	}
}

.alignfull img, .alignwide img {
	width: 100%;
}

.alignwide {
	max-width: 940px;
}

@media (min-width: 680px) {
	.alignwide {
		max-width: calc(100vw - 60px);
		margin-left: calc((680px - 100vw) / 2);
	}
}

@media (min-width: 940px) {
	/*--------------------------------------------------------------
	# Clearings
	--------------------------------------------------------------*/
	.alignwide {
		width: 940px;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
	clear: both;
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
}

.widget {
/* Make sure select elements fit in widgets. */
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

#footer-widget-1 {
	margin: 90px 0;
}

#footer-widget-1 .textwidget {
	text-align: center;
}

#footer-widget-3 .widget_media_image img {
	width: 210px;
	height: 15px;
}

#footer-widget-3 .jetpack_widget_social_icons {
	margin-top: 20px;
}

@media (min-width: 782px) {
	#footer-widget-3 .jetpack_widget_social_icons {
		text-align: right;
		margin-top: -27px;
	}
}

#footer-widget-4 .widget_text {
	text-align: right;
}

#footer-widget-4 .widget_text p {
	margin: 0;
}

#footer-widget-4 a {
	text-decoration: none;
	font-weight: 700;
}

.site-info {
	display: none;
}

#wcus-hero {
	position: relative;
	margin-left: calc(50% - 50vw);
	padding: 120px 0 210px;
	width: 100vw;
	max-width: none;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/wcus-background.jpg') no-repeat center;
	background-size: cover;
}

#wcus-hero .wcus-hero__circle {
	background: #003b63;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 580px;
	height: 580px;
	margin: 0 auto;
}

#wcus-hero .wcus-hero__circle-small {
	position: absolute;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 10px rgba(86,19,21,0.5);
	box-shadow: 0 1px 10px rgba(86,19,21,0.5);
	z-index: 1;
}

#wcus-hero .wcus-hero__circle-small:not(.wcus-hero__logo)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #bd2b2e;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 20px rgba(86,19,21,0.9);
	box-shadow: 0 1px 20px rgba(86,19,21,0.9);
	-webkit-transform: scale(1.01,1.01);
	transform: scale(1.01,1.01);
	-webkit-transition: opacity .2s ease-in-out, scale .2s ease-in-out;
	transition: opacity .2s ease-in-out, scale .2s ease-in-out;
	opacity: 0;
}

#wcus-hero .wcus-hero__circle-small:not(.wcus-hero__logo):hover::after, #wcus-hero .wcus-hero__circle-small:not(.wcus-hero__logo):focus::after {
	opacity: 1;
}

#wcus-hero .wcus-hero__logo {
	background: #fffffa url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/logo-badge.svg') center no-repeat;
	background-size: 75% 75%;
	width: 230px;
	height: 230px;
	top: -69px;
	left: -28px;
}

#wcus-hero .wcus-hero__message {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-align: center;
	line-height: 1.375;
}

#wcus-hero .wcus-hero__message h2 {
	margin-top: 30px;
	font-size: 48px;
	font-size: 4.8rem;
	color: #fff;
}

#wcus-hero .wcus-hero__message p {
	margin: 30px 0 0;
	font-size: 32px;
	font-size: 3.2rem;
}

#wcus-hero .wcus-hero__signup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-decoration: none;
	width: 160px;
	height: 160px;
	right: 0;
	bottom: 0;
	background: #bd2b2e;
	color: #fff;
}

#wcus-hero .wcus-hero__signup span {
	border-bottom: 2px dotted transparent;
}

#wcus-hero .wcus-hero__signup span::before {
	content: "";
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: transparent url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/pencil.svg') top center no-repeat;
	background-size: 34px 34px;
	height: 34px;
	display: block;
	padding-bottom: 15px;
}

#wcus-hero .wcus-hero__signup:focus {
	outline: none;
}

#wcus-hero .wcus-hero__signup:focus span {
	border-bottom: 2px dotted #fff;
}

#wcus-hero::after {
	content: "";
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/bottom-wave.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: 2;
}

@media (min-width: 1440px) {
	#wcus-hero::after {
		background-size: 100% 140px;
	}
}

@media (max-width: 600px) {
	#wcus-hero {
		background-image: none;
		padding-bottom: 60px;
	}
	
	#wcus-hero::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/wcus-background.jpg') no-repeat center;
		background-size: cover;
	}
	
	#wcus-hero::after {
		top: 162px;
		bottom: unset;
		z-index: 1;
	}
	
	#wcus-hero .wcus-hero__circle {
		width: 380px;
		height: 380px;
		z-index: 2;
	}
	
	#wcus-hero .wcus-hero__logo {
		width: 180px;
		height: 180px;
	}
	
	#wcus-hero .wcus-hero__signup {
		width: 120px;
		height: 120px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#wcus-hero .wcus-hero__signup span::before {
		background-size: 21px 21px;
		height: 21px;
		padding-bottom: 7.5px;
	}
	
	#wcus-hero .wcus-hero__message h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	#wcus-hero .wcus-hero__message p {
		margin-top: 0;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media (max-width: 480px) {
	#wcus-hero {
		padding-top: 60px;
	}
	
	#wcus-hero .wcus-hero__circle {
		width: 310px;
		height: 310px;
	}
	
	#wcus-hero .wcus-hero__logo {
		top: -25px;
		left: -10px;
		width: 120px;
		height: 120px;
	}
	
	#wcus-hero .wcus-hero__signup {
		width: 100px;
		height: 100px;
		bottom: -15px;
	}
	
	#wcus-hero .wcus-hero__message h2 {
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#wcus-hero .wcus-hero__message p {
		margin-top: 0;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

#content-widgets::after {
	content: "";
	display: block;
	margin: 60px auto;
	width: 100%;
	max-width: 624px;
	height: 4px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/pale-blue-dots-dense.svg') bottom repeat-x;
}

#content-widget-2 {
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3;
	color: #003b63;
	text-align: center;
}

@media (max-width: 480px) {
	#content-widget-2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

#content-widget-2 p {
	margin: 0;
}

#content-widget-2 p + p {
	margin-top: 7.5px;
}

#content-widget-3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}

@media (max-width: 782px) {
	#content-widget-3 {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 480px) {
	#content-widget-3 {
		grid-template-columns: repeat(1,1fr);
	}
}

#content-widget-3 .widget {
	position: relative;
	z-index: 1;
}

#content-widget-3 .widget a {
	display: block;
	margin: 0;
	padding: 30px 15px;
	background: #303030;
	text-align: center;
	border-radius: 12px;
}

#content-widget-3 .widget a:hover, #content-widget-3 .widget a:active, #content-widget-3 .widget a:focus {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-widget-3 .widget a:hover::after, #content-widget-3 .widget a:active::after, #content-widget-3 .widget a:focus::after {
	opacity: 1;
}

#content-widget-3 .widget a:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

#content-widget-3 .widget a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #303030;
	border-radius: 12px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: opacity .2s ease-in-out, scale .2s ease-in-out;
	transition: opacity .2s ease-in-out, scale .2s ease-in-out;
	opacity: 0;
}

#content-widget-3 .widget:first-of-type a {
	background: #bd2b2e;
}

#content-widget-3 .widget:first-of-type a:hover, #content-widget-3 .widget:first-of-type a:active, #content-widget-3 .widget:first-of-type a:focus {
	-webkit-box-shadow: 0 1px 10px rgba(106,24,26,0.5);
	box-shadow: 0 1px 10px rgba(106,24,26,0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-widget-3 .widget:first-of-type a::after {
	background: #bd2b2e;
}

#content-widget-3 .widget:last-of-type a {
	background: #003b63;
}

#content-widget-3 .widget:last-of-type a:hover, #content-widget-3 .widget:last-of-type a:active, #content-widget-3 .widget:last-of-type a:focus {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-widget-3 .widget:last-of-type a::after {
	background: #003b63;
}

#content-widget-3 a {
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fffffa;
	text-decoration: none;
}

#content-widget-3 a img {
	display: block;
	height: 100px;
	margin: 0 auto 20px;
}

.widget_blog_subscription {
	color: #fffffa;
}

.widget_blog_subscription .widget-title {
	display: none;
}

.widget_blog_subscription h2, .widget_blog_subscription p {
	margin: 0;
	color: #fffffa;
}

.widget_blog_subscription #subscribe-text {
	margin-bottom: 15px;
}

.widget_blog_subscription #subscribe-text h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.widget_blog_subscription #subscribe-email input {
	border: none;
	width: 100%;
	padding: 15px;
}

.widget_blog_subscription #subscribe-email input:focus {
	outline: 2px dotted rgba(255,255,255,0.9);
	outline-offset: 2px;
}

.widget_blog_subscription #jetpack-subscribe-label {
	clip: auto !important;
	position: static !important;
	height: auto !important;
	width: auto !important;
	display: block;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 7.5px;
}

.widget_blog_subscription #subscribe-submit {
	padding-top: 20px;
}

.widget_blog_subscription #subscribe-submit button {
	display: inline-block;
	padding: 15px;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #bd2b2e;
	border: none;
	border-radius: 6px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #bd2b2e;
	background-color: transparent;
	padding: 13px;
	border: 2px solid #bd2b2e;
	color: #fff;
	border-color: #fff;
	width: 100%;
}

.widget_blog_subscription #subscribe-submit button:hover, .widget_blog_subscription #subscribe-submit button:active, .widget_blog_subscription #subscribe-submit button:focus {
	color: #fff;
	background-color: #303030;
}

.widget_blog_subscription #subscribe-submit button:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

.widget_blog_subscription #subscribe-submit button:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.widget_blog_subscription #subscribe-submit button:hover, .widget_blog_subscription #subscribe-submit button:active, .widget_blog_subscription #subscribe-submit button:focus {
	color: #303030;
	background-color: transparent;
	border-color: #303030;
}

.widget_blog_subscription #subscribe-submit button:hover, .widget_blog_subscription #subscribe-submit button:active, .widget_blog_subscription #subscribe-submit button:focus {
	color: rgba(255,255,255,0.9);
	border-color: rgba(255,255,255,0.9);
}

.widget_blog_subscription #subscribe-submit button:focus {
	outline: 2px dotted rgba(255,255,255,0.9);
	outline-offset: 2px;
}

@media (min-width: 480px) {
	.widget_blog_subscription #subscribe-email {
		display: inline;
	}
	
	.widget_blog_subscription #subscribe-email input {
		width: auto;
	}
	
	.widget_blog_subscription #subscribe-submit {
		display: inline;
	}
	
	.widget_blog_subscription #subscribe-submit button {
		width: auto;
	}
}

@media (min-width: 600px) {
	.widget_blog_subscription #subscribe-email input {
		width: 60vw;
	}
	
	.widget_blog_subscription #subscribe-submit button {
		width: 20vw;
	}
}

@media (min-width: 960px) {
	.widget_blog_subscription form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.widget_blog_subscription #subscribe-text {
		-ms-flex: 1 0 calc(50% - 75px);
		flex: 1 0 calc(50% - 75px);
		margin-bottom: 0;
	}
	
	.widget_blog_subscription #subscribe-email {
		-ms-flex: 1 0 calc(50% - 75px);
		flex: 1 0 calc(50% - 75px);
	}
	
	.widget_blog_subscription #subscribe-email input {
		width: 100%;
	}
	
	.widget_blog_subscription #subscribe-submit {
		-ms-flex: 1 0 130px;
		flex: 1 0 130px;
		min-width: 130px;
		padding-top: 23.5px;
		padding-left: 15px;
	}
	
	.widget_blog_subscription #subscribe-submit button {
		width: 100%;
	}
}

p#subscribe-email {
	display: inline-block;
	width: 80%;
}

p#subscribe-submit {
	display: inline-block;
}

.jetpack_widget_social_icons .widget-title {
	margin: 0;
	display: inline-block;
	color: #fffffa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: 1.8rem;
}

.jetpack_widget_social_icons .jetpack-social-widget-list {
	display: inline-block;
	margin: 0 0 0 15px;
	position: relative;
	top: -2px;
}

.jetpack_widget_social_icons .jetpack-social-widget-list a {
	color: #fffffa;
}

.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
}

.site {
	background-color: #fffffa;
}

.site-content {
	margin: 0 auto;
	max-width: 940px;
}

@media (max-width: 1000px) {
	.site-content {
		padding: 0 30px;
	}
}

.site-header {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}

@media (max-width: 1300px) {
	.site-header {
		padding: 0 30px;
	}
}

@media (max-width: 782px) {
	.site-header {
		padding-right: 0;
	}
}

.site-header * {
	z-index: 1;
}

.site-header::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	height: 73px;
	left: calc((50vw - 620px) * -1);
	width: 100vw;
	background-color: #fff;
	border-bottom: 1px solid rgba(126,161,184,0.2);
}

@media (max-width: 1240px) {
	.site-header::before {
		left: 0;
	}
}

.site-branding {
	padding: 24px 0 22px;
	max-width: 212px;
}

@media (max-width: 380px) {
	.custom-logo-link {
		display: block;
		height: 23px;
		width: 246px;
		background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://2020.rochester.wordcamp.org/files/2019/12/cropped-wcroc2020-1-1.jpg') no-repeat center;
		background-size: 246px 23px;
	}
	
	.custom-logo-link img {
		display: none;
	}
}

.main-navigation {
	-ms-flex: 1;
	flex: 1;
}

.footer-widgets-block#footer-widget-1 {
	margin: 90px auto;
	padding: 30px;
	max-width: 1000px;
}

.footer-widgets-block#footer-widget-2, .footer-widgets-block#footer-widget-3 {
	padding: 60px 30px;
	background: #003b63;
	color: #fff;
}

.footer-widgets-block#footer-widget-3 {
	padding: 30px;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/pale-blue-dots.svg');
	background-repeat: repeat-x;
}

.footer-widgets-block#footer-widget-4 {
	margin: 0 auto;
	padding: 30px;
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-widgets-block#footer-widget-4 .widget {
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 600px) {
	.footer-widgets-block#footer-widget-4 {
		display: block;
	}
	
	.footer-widgets-block#footer-widget-4 .widget {
		text-align: left;
	}
	
	.footer-widgets-block#footer-widget-4 .widget + .widget {
		margin-top: 20px;
	}
}

.footer-widgets-block .widget {
	max-width: 940px;
	margin: 0 auto;
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.posted-on a {
/* Remove unwanted whitespace; see https://stackoverflow.com/a/10203529/450127 */
	display: inline-block;
}

.byline, .updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.site-main &gt; header, .page-header {
	position: relative;
	margin-bottom: 95px;
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
	padding: 120px 30px 90px;
	background: #003b63;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

@media (min-width: 1440px) {
	.site-main &gt; header, .page-header {
		margin-bottom: 7vw;
	}
}

@media (max-width: 480px) {
	.site-main &gt; header, .page-header {
		margin-bottom: 60px;
	}
}

.site-main &gt; header::after, .page-header::after {
	content: "";
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/short-wave.svg') no-repeat top;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: -95px;
	height: 95px;
	width: 100vw;
}

@media (min-width: 1440px) {
	.site-main &gt; header::after, .page-header::after {
		bottom: -7vw;
		height: 7vw;
	}
}

@media (max-width: 480px) {
	.site-main &gt; header::after, .page-header::after {
		bottom: -60px;
		height: 60px;
	}
}

.site-main &gt; header .page-title, .page-header .page-title {
	margin: 0 auto;
	max-width: 940px;
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 1px;
}

.page-title.screen-reader-text {
	clip: unset;
	clip-path: unset;
	position: static !important;
	height: auto;
	width: auto;
}

.page .entry-header, .single .entry-header {
	position: relative;
	margin-bottom: 95px;
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
	padding: 50px 30px;
	background: #003b63;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

@media (min-width: 1440px) {
	.page .entry-header, .single .entry-header {
		margin-bottom: 7vw;
	}
}

@media (max-width: 480px) {
	.page .entry-header, .single .entry-header {
		margin-bottom: 60px;
	}
}

.page .entry-header::after, .single .entry-header::after {
	content: "";
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/short-wave.svg') no-repeat top;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: -95px;
	height: 95px;
	width: 100vw;
}

@media (min-width: 1440px) {
	.page .entry-header::after, .single .entry-header::after {
		bottom: -7vw;
		height: 7vw;
	}
}

@media (max-width: 480px) {
	.page .entry-header::after, .single .entry-header::after {
		bottom: -60px;
		height: 60px;
	}
}

.page .entry-header .entry-title, .single .entry-header .entry-title {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 1px;
}

@media (max-width: 960px) {
	.page .entry-header .entry-title, .single .entry-header .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

.single .entry-header {
	padding-top: 90px;
	padding-bottom: 60px;
}

.single .entry-header .entry-title {
	margin-bottom: 30px;
}

.single .entry-header .entry-meta {
	font-weight: 700;
}

.single .entry-header .entry-meta a {
	color: #fff;
	text-decoration: underline;
}

.page-content, .entry-content, .entry-summary {
	margin: 30px auto 0;
	padding-bottom: 64px;
	max-width: 620px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/pale-brown-dots.svg') bottom repeat-x;
}

.page-content :first-child, .entry-content :first-child, .entry-summary :first-child {
	margin-top: 0;
}

.page-links {
	clear: both;
}

.entry-footer {
	display: grid;
	grid-template-columns: auto auto;
	grid-row-gap: 5px;
	margin: 30px auto 60px;
	max-width: 620px;
	color: #747466;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-footer a {
	color: #747466;
	text-decoration: none;
}

.entry-footer a:hover, .entry-footer a:active, .entry-footer a:focus {
	text-decoration: underline;
}

.entry-footer span:not(.edit-link) {
	padding-left: 32px;
	background-color: transparent;
	background-position: left 3px;
	background-repeat: no-repeat;
}

.entry-footer .cat-links {
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/05/category.svg');
}

.entry-footer .tags-links {
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/tag.svg');
}

.entry-footer .comments-link {
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201113121156/https://wc-us.org/wp-content/uploads/2019/04/text-bubble.svg');
}

.entry-footer .edit-link {
	text-align: right;
}

.entry-footer span:not(.edit-link):nth-of-type(2) {
	grid-row-start: 2;
}

.entry-footer span:not(.edit-link):nth-of-type(3) {
	grid-row-start: 3;
}

.blog .entry-header, .archive .entry-header {
	margin: 30px auto 0;
	max-width: 620px;
}

.blog .entry-header .entry-title, .archive .entry-header .entry-title {
	margin-bottom: 15px;
}

.blog .entry-header .entry-title a, .archive .entry-header .entry-title a {
	color: #003b63;
	text-decoration: none;
}

.blog .entry-header .entry-title a:hover, .blog .entry-header .entry-title a:active, .blog .entry-header .entry-title a:focus, .archive .entry-header .entry-title a:hover, .archive .entry-header .entry-title a:active, .archive .entry-header .entry-title a:focus {
	text-decoration: underline;
}

.blog .entry-header .entry-meta, .archive .entry-header .entry-meta {
	color: #747466;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.blog .entry-header .entry-meta a, .archive .entry-header .entry-meta a {
	color: #747466;
	text-decoration: none;
}

.blog .entry-header .entry-meta a:hover, .blog .entry-header .entry-meta a:active, .blog .entry-header .entry-meta a:focus, .archive .entry-header .entry-meta a:hover, .archive .entry-header .entry-meta a:active, .archive .entry-header .entry-meta a:focus {
	text-decoration: underline;
}

.blog .entry-content, .blog .entry-summary, .archive .entry-content, .archive .entry-summary {
	background: none;
}

.blog .entry-footer, .archive .entry-footer {
	display: none;
}

.error404 .page-content .search-form, .error404 .page-content .widget {
	margin-bottom: 60px;
}

.error404 .page-content .search-field {
	width: calc(100% - 110px);
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
}

.comments-area {
	margin: 60px auto 0;
	max-width: 620px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	color: #747466;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-meta a {
	color: #747466;
	text-decoration: none;
}

.comment-meta a:hover, .comment-meta a:active, .comment-meta a:focus {
	text-decoration: underline;
}

.comment-list {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	padding: 30px 0 30px 30px;
	list-style: none;
}

.comment-list .avatar {
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}

.comment-form label {
	display: block;
}

.comment-form input {
	width: 66%;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comment-form .comment-form-cookies-consent input {
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.comment-form .form-submit input {
	width: auto;
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
/* Make sure embeds and iframes fit their containers. */
}

embed, iframe, object {
	max-width: 100%;
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
/* Custom CSS from 2020.us.wordcamp.org */
}

.wp-block-media-text .wp-block-media-text__content {
	align-self: stretch;
}

.entry-header .entry-image {
	display: none;
}

.widget-title {
	color: #fff;
	font-weight: normal;
}

.more-link {
	display: none;
}

#menu-footer-menu li {
	float: left;
}

#menu-footer-menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}

#post-1762 img {
	width: 300px !important;
}





/*
     FILE ARCHIVED ON 12:11:56 Nov 13, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 10:20:52 Aug 18, 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)).
*/
