/*!
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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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 > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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 > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > [class*="wp-block"] {
	margin-bottom: 30px;
}

.entry-content > hr,
.entry-content > .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;
	-o-border-image: ;
	border-image: url('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-dots::before {
	content: url('https://wc-us.org/wp-content/uploads/2019/04/Separator-Dots-Sparkles.svg');
	padding-left: 0;
}

hr.wp-block-separator.is-style-wide {
	background-image: url('https://wc-us.org/wp-content/uploads/2019/04/Separator-Wide-Sparkles.svg');
	background-repeat: no-repeat;
	background-position: center center;
	border-width: 0;
	height: 72px;
	margin: 30px 0;
	position: relative;
}

hr.wp-block-separator.is-style-wide::before, hr.wp-block-separator.is-style-wide::after {
	content: "";
	border-bottom: 4px dotted #9e8b7e;
	-o-border-image: ;
	border-image: url('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;
	position: absolute;
	top: calc(50% - 2px);
	width: calc(50% - 75px);
}

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 > * {
	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 > * {
		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('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('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('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;
}

.wordcamp-block.wordcamp-speakers .wordcamp-post-list__post:nth-of-type(4n+1) .wordcamp-image__avatar-container {
	background: url('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('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('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('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('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, .wp-block-wordcamp-live-schedule .wordcamp-live-schedule__title::after {
	content: "";
	position: absolute;
	display: block;
	width: calc(50% - 93px);
	background: url('https://wc-us.org/wp-content/uploads/2019/07/side-border.svg') left center no-repeat;
}

.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) {
	.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;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	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;
}

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;
}

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 > ul,
      .page-navigation-container ul ul li.focus > 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 > a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url('https://wc-us.org/wp-content/uploads/2019/05/chevron-down-hover.svg') no-repeat center;
}

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

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

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

.page-navigation-container li:hover > a,
    .page-navigation-container li.focus > a {
	color: #bd2b2e;
	background-image: url('https://wc-us.org/wp-content/uploads/2019/04/underline-hover.svg');
}

.page-navigation-container li.menu-item-has-children:hover > a::after,
    .page-navigation-container li.menu-item-has-children.focus > a::after {
	background-image: url('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 > a::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	width: 10px;
	height: 1em;
	background: url('https://wc-us.org/wp-content/uploads/2019/05/chevron-down.svg') no-repeat center;
}

.page-navigation-container .callout > 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('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 > a:hover, .page-navigation-container .callout > a:active, .page-navigation-container .callout > a:focus {
	color: #fff;
	background-color: #303030;
}

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

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

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

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

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

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

.page-navigation-container .current_page_item.menu-item-has-children > a::after,
  .page-navigation-container .current-menu-item.menu-item-has-children > a::after,
  .page-navigation-container .current_page_ancestor.menu-item-has-children > a::after,
  .page-navigation-container .current-menu-ancestor.menu-item-has-children > a::after {
	background-image: url('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: 782px) {
	.js .dropdown-toggle {
		display: inline-block;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		background: transparent url('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('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('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 {
		position: static;
		display: none;
		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('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 > a::after {
		display: none;
	}
	
	.page-navigation-container li {
		display: block;
	}
	
	.page-navigation-container li:hover > a,
	    .page-navigation-container li.focus > a {
		background-image: none;
	}
	
	.page-navigation-container a {
		padding: 10px;
		display: block;
	}
	
	.page-navigation-container .current_page_item > a,
	  .page-navigation-container .current-menu-item > a,
	  .page-navigation-container .current_page_ancestor > a,
	  .page-navigation-container .current-menu-ancestor > 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 > a::after {
		display: none;
	}
	
	.page-navigation-container .callout > 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('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('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('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;
	z-index: 100000;
/* Above WP toolbar. */
}

/* 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) {
	.alignwide {
		width: 940px;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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 {
	margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */
}

.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('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('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('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('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('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('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: 24px;
		width: 84px;
		background: url('https://wc-us.org/wp-content/uploads/2019/05/logo-black-small.png') no-repeat center;
		background-size: 84px 15px;
	}
	
	.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('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 {
	display: inline-block;
/* Remove unwanted whitespace; see https://stackoverflow.com/a/10203529/450127 */
}

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

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

.site-main > 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 > header,
	    .page-header {
		margin-bottom: 7vw;
	}
}

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

.site-main > header::after,
  .page-header::after {
	content: "";
	background: url('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 > header::after,
	      .page-header::after {
		bottom: -7vw;
		height: 7vw;
	}
}

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

.site-main > 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: 120px 30px 90px;
	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('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('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('https://wc-us.org/wp-content/uploads/2019/05/category.svg');
}

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

.entry-footer .comments-link {
	background-image: url('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;
}

body.home .entry-header {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.wcb_widget_sponsors .widget-title {
	margin: 0 0 90px;
	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;
	color: #303030;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-level-title {
	margin: 0 0 15px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #003b63;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

.wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo,
.wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post,
.wcb_widget_sponsors .sponsor-logo.sponsor-logo,
.wcb_widget_sponsors .wordcamp-post-list__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
	background-color: #f7f7f2;
	border-radius: 4px;
	border: 2px solid transparent;
}

.wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo img,
  .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post img,
  .wcb_widget_sponsors .sponsor-logo.sponsor-logo img,
  .wcb_widget_sponsors .wordcamp-post-list__post img {
	max-height: 100px;
}

.wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo:hover, .wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo:active, .wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo:focus,
  .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post:hover,
  .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post:active,
  .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post:focus,
  .wcb_widget_sponsors .sponsor-logo.sponsor-logo:hover,
  .wcb_widget_sponsors .sponsor-logo.sponsor-logo:active,
  .wcb_widget_sponsors .sponsor-logo.sponsor-logo:focus,
  .wcb_widget_sponsors .wordcamp-post-list__post:hover,
  .wcb_widget_sponsors .wordcamp-post-list__post:active,
  .wcb_widget_sponsors .wordcamp-post-list__post:focus {
	border-color: #9e8b7e;
}

.wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo:focus-within,
  .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post:focus-within,
  .wcb_widget_sponsors .sponsor-logo.sponsor-logo:focus-within,
  .wcb_widget_sponsors .wordcamp-post-list__post:focus-within {
	outline: 2px dotted #303030;
	outline-offset: 2px;
	border-color: #9e8b7e;
}

@media (max-width: 782px) {
	.wordcamp-block.wordcamp-sponsors .sponsor-logo.sponsor-logo,
	    .wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post,
	    .wcb_widget_sponsors .sponsor-logo.sponsor-logo,
	    .wcb_widget_sponsors .wordcamp-post-list__post {
		padding: 20px 15px;
	}
}

.wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post {
	margin-bottom: 0;
}

.wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post a {
	outline: none;
	display: block;
}

.wordcamp-block.wordcamp-sponsors .wordcamp-post-list__post a img {
	vertical-align: middle;
	width: auto;
}

.wordcamp-block.wordcamp-sponsors,
.wcb_widget_sponsors .sponsor-level {
	display: grid;
	grid-gap: 20px;
	margin-bottom: 90px;
}

@media (max-width: 782px) {
	.wordcamp-block.wordcamp-sponsors,
	    .wcb_widget_sponsors .sponsor-level {
		grid-gap: 10px;
	}
}

.wordcamp-block.wordcamp-sponsors.diamond, .wordcamp-block.wordcamp-sponsors.has-grid-columns-2,
  .wcb_widget_sponsors .sponsor-level.diamond,
  .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 {
	grid-template-columns: repeat(2,1fr);
}

.wordcamp-block.wordcamp-sponsors.diamond .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.diamond h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-2 .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.has-grid-columns-2 h2,
    .wcb_widget_sponsors .sponsor-level.diamond .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.diamond h2,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 h2 {
	grid-column: 1/span 2;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-sponsors.diamond, .wordcamp-block.wordcamp-sponsors.has-grid-columns-2,
	      .wcb_widget_sponsors .sponsor-level.diamond,
	      .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 {
		grid-template-columns: repeat(1,1fr);
	}
	
	.wordcamp-block.wordcamp-sponsors.diamond .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.diamond h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-2 .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.has-grid-columns-2 h2,
	        .wcb_widget_sponsors .sponsor-level.diamond .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.diamond h2,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-2 h2 {
		grid-column-end: span 1;
	}
}

.wordcamp-block.wordcamp-sponsors.platinum, .wordcamp-block.wordcamp-sponsors.has-grid-columns-3,
  .wcb_widget_sponsors .sponsor-level.platinum,
  .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 {
	grid-template-columns: repeat(3,1fr);
}

.wordcamp-block.wordcamp-sponsors.platinum .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.platinum h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-3 .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.has-grid-columns-3 h2,
    .wcb_widget_sponsors .sponsor-level.platinum .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.platinum h2,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 h2 {
	grid-column: 1/span 3;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-sponsors.platinum, .wordcamp-block.wordcamp-sponsors.has-grid-columns-3,
	      .wcb_widget_sponsors .sponsor-level.platinum,
	      .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.wordcamp-block.wordcamp-sponsors.platinum .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.platinum h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-3 .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.has-grid-columns-3 h2,
	        .wcb_widget_sponsors .sponsor-level.platinum .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.platinum h2,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-3 h2 {
		grid-column-end: span 2;
	}
}

.wordcamp-block.wordcamp-sponsors.gold, .wordcamp-block.wordcamp-sponsors.has-grid-columns-4,
  .wcb_widget_sponsors .sponsor-level.gold,
  .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 {
	grid-template-columns: repeat(4,1fr);
}

.wordcamp-block.wordcamp-sponsors.gold .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.gold h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-4 .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.has-grid-columns-4 h2,
    .wcb_widget_sponsors .sponsor-level.gold .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.gold h2,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 h2 {
	grid-column: 1/span 4;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-sponsors.gold, .wordcamp-block.wordcamp-sponsors.has-grid-columns-4,
	      .wcb_widget_sponsors .sponsor-level.gold,
	      .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 {
		grid-template-columns: repeat(3,1fr);
	}
	
	.wordcamp-block.wordcamp-sponsors.gold .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.gold h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-4 .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.has-grid-columns-4 h2,
	        .wcb_widget_sponsors .sponsor-level.gold .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.gold h2,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-4 h2 {
		grid-column-end: span 3;
	}
}

.wordcamp-block.wordcamp-sponsors.silver, .wordcamp-block.wordcamp-sponsors.has-grid-columns-5,
  .wcb_widget_sponsors .sponsor-level.silver,
  .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 {
	grid-template-columns: repeat(5,1fr);
}

.wordcamp-block.wordcamp-sponsors.silver .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.silver h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-5 .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.has-grid-columns-5 h2,
    .wcb_widget_sponsors .sponsor-level.silver .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.silver h2,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 h2 {
	grid-column: 1/span 5;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-sponsors.silver, .wordcamp-block.wordcamp-sponsors.has-grid-columns-5,
	      .wcb_widget_sponsors .sponsor-level.silver,
	      .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 {
		grid-template-columns: repeat(3,1fr);
	}
	
	.wordcamp-block.wordcamp-sponsors.silver .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.silver h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-5 .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.has-grid-columns-5 h2,
	        .wcb_widget_sponsors .sponsor-level.silver .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.silver h2,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-5 h2 {
		grid-column-end: span 3;
	}
}

.wordcamp-block.wordcamp-sponsors.bronze, .wordcamp-block.wordcamp-sponsors.has-grid-columns-6,
  .wcb_widget_sponsors .sponsor-level.bronze,
  .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 {
	grid-template-columns: repeat(6,1fr);
}

.wordcamp-block.wordcamp-sponsors.bronze .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.bronze h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-6 .sponsor-level-title,
    .wordcamp-block.wordcamp-sponsors.has-grid-columns-6 h2,
    .wcb_widget_sponsors .sponsor-level.bronze .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.bronze h2,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 .sponsor-level-title,
    .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 h2 {
	grid-column: 1/span 6;
}

@media (max-width: 600px) {
	.wordcamp-block.wordcamp-sponsors.bronze, .wordcamp-block.wordcamp-sponsors.has-grid-columns-6,
	      .wcb_widget_sponsors .sponsor-level.bronze,
	      .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 {
		grid-template-columns: repeat(3,1fr);
	}
	
	.wordcamp-block.wordcamp-sponsors.bronze .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.bronze h2, .wordcamp-block.wordcamp-sponsors.has-grid-columns-6 .sponsor-level-title,
	        .wordcamp-block.wordcamp-sponsors.has-grid-columns-6 h2,
	        .wcb_widget_sponsors .sponsor-level.bronze .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.bronze h2,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 .sponsor-level-title,
	        .wcb_widget_sponsors .sponsor-level.has-grid-columns-6 h2 {
		grid-column-end: span 3;
	}
}

body.page-slug-sponsors .entry-content {
	background: none;
}

body.page-slug-sponsors .entry-content h2 {
	margin: 0 0 30px;
	text-align: center;
}

body.page-slug-tickets .entry-content {
	max-width: 940px;
}

body.page-slug-tickets .entry-content > :not(div) {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

#tix .tix-submit .tix-checkout-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;
}

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

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

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

.tix_tickets_table {
	border: 4px dotted #9e8b7e;
	border-left-width: 0;
	border-right-width: 0;
	border-collapse: inherit;
	border-spacing: inherit;
}

.tix_tickets_table th:last-child,
  .tix_tickets_table td:last-child {
	text-align: right;
}

.tix_tickets_table .tix-ticket-excerpt {
	display: block;
	max-width: 620px;
	color: rgba(48,48,48,0.8);
}

.tix_tickets_table .tix-column-price {
	text-align: right;
	font-weight: 700;
}

.tix_tickets_table .tix-column-quantity select {
	min-width: 4em;
}

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

.tix_tickets_table th[colspan="2"] {
	text-align: left;
}

.tix_tickets_table .tix-row-question-1300 .tix-right,
  .tix_tickets_table .tix-row-question-1291 .tix-right,
  .tix_tickets_table .tix-row-question-1318 .tix-right,
  .tix_tickets_table .tix-row-question-1296 .tix-right,
  .tix_tickets_table .tix-row-question-1297 .tix-right,
  .tix_tickets_table .tix-row-question-1298 .tix-right,
  .tix_tickets_table .tix-row-question-1299 .tix-right,
  .tix_tickets_table .tix-row-question-1301 .tix-right,
  .tix_tickets_table .tix-row-privacy .tix-right,
  .tix_tickets_table .tix-row-allergy .tix-right,
  .tix_tickets_table .tix-row-accommodations .tix-right,
  .tix_tickets_table .tix-row-coc .tix-right {
	text-align: left;
}

@media (max-width: 680px) {
	.tix_tickets_table {
		display: block;
	}
	
	.tix_tickets_table th.tix-column-description,
	      .tix_tickets_table th.tix-column-per-ticket,
	      .tix_tickets_table th.tix-column-price,
	      .tix_tickets_table th.tix-column-quantity {
		display: none;
	}
	
	.tix_tickets_table td.tix-column-description, .tix_tickets_table td.tix-column-per-ticket, .tix_tickets_table td.tix-column-price, .tix_tickets_table td.tix-column-quantity {
		display: block;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
		border-top: none;
	}
	
	.tix_tickets_table td.tix-column-per-ticket, .tix_tickets_table td.tix-column-price, .tix_tickets_table td.tix-column-quantity {
		padding-top: 0;
		border-top: none;
	}
	
	.tix_tickets_table td.tix-column-description {
		width: 100%;
	}
	
	.tix_tickets_table td.tix-column-per-ticket::before {
		content: "Price per ticket: ";
	}
	
	.tix_tickets_table td.tix-column-price::before {
		content: "Price: ";
		font-weight: 400;
	}
	
	.tix_tickets_table td.tix-column-quantity {
		padding-top: 0;
		border-bottom: 1px solid rgba(126,161,184,0.2);
	}
	
	.tix_tickets_table td.tix-column-quantity::before {
		content: "Quantity:";
		margin-right: 15px;
	}
}

.tix-left {
	font-weight: 700;
}

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

.tix-right.tix-right label {
	display: block;
	margin-bottom: 8px;
	padding-left: 28px;
}

.tix-right.tix-right label input {
	margin-left: -28px;
}

.tix-right.tix-right br {
	display: none;
}

.tix-order-summary {
	margin-bottom: 90px;
}

@media (max-width: 680px) {
	.tix-order-summary {
		display: block;
	}
	
	.tix-order-summary td.tix-column-quantity {
		border-bottom: none;
	}
	
	.tix-order-summary .tix-row-total td[colspan] {
		display: none;
	}
	
	.tix-order-summary .tix-row-total td {
		padding-left: 0;
		text-align: left;
	}
	
	.tix-order-summary .tix-row-total td::before {
		content: "Total: ";
	}
}

.tix-ticket-form input[type="text"],
.tix-ticket-form input[type="email"],
.tix-ticket-form input[type="url"],
.tix-ticket-form textarea,
.tix-ticket-form select,
.tix-private-form input[type="text"],
.tix-private-form input[type="email"],
.tix-private-form input[type="url"],
.tix-private-form textarea,
.tix-private-form select,
.tix-attendee-form input[type="text"],
.tix-attendee-form input[type="email"],
.tix-attendee-form input[type="url"],
.tix-attendee-form textarea,
.tix-attendee-form select,
.tix-receipt-form input[type="text"],
.tix-receipt-form input[type="email"],
.tix-receipt-form input[type="url"],
.tix-receipt-form textarea,
.tix-receipt-form select {
	width: 100%;
}

.tix-ticket-form select,
.tix-private-form select,
.tix-attendee-form select,
.tix-receipt-form select {
	width: 100%;
	height: 57px;
}

.tix-ticket-form input[type="radio"],
.tix-ticket-form input[type="checkbox"],
.tix-private-form input[type="radio"],
.tix-private-form input[type="checkbox"],
.tix-attendee-form input[type="radio"],
.tix-attendee-form input[type="checkbox"],
.tix-receipt-form input[type="radio"],
.tix-receipt-form input[type="checkbox"] {
	margin-right: .5em;
}

.tix-attendee-form tbody tr th {
	text-align: left;
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 900;
}

.tix-attendee-form td {
	border: none;
	vertical-align: middle;
}

@media (max-width: 600px) {
	.tix-attendee-form {
		display: block;
	}
	
	.tix-attendee-form td {
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.tix-attendee-form td.tix-left {
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
	.tix-ticket-form {
		display: block;
		width: 100%;
	}
	
	.tix-ticket-form th + th {
		display: none;
	}
	
	.tix-ticket-form td {
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}

#tix-coupon-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;
	text-decoration: none;
	border-color: #303030;
	color: #303030;
}

#tix-coupon-link:hover, #tix-coupon-link:active, #tix-coupon-link:focus {
	color: #fff;
	background-color: #303030;
}

#tix-coupon-link:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

#tix-coupon-link:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

#tix-coupon-link:hover, #tix-coupon-link:active, #tix-coupon-link:focus {
	color: #303030;
	background-color: transparent;
	border-color: #303030;
}

#tix-coupon-link:hover, #tix-coupon-link:active, #tix-coupon-link:focus {
	border-color: #bd2b2e;
	color: #bd2b2e;
}

#tix-coupon-container::before {
	content: "Coupon Code";
	color: #303030;
	font-weight: 400;
}

@media (min-width: 680px) {
	#tix-coupon-container::before {
		margin-right: 60px;
	}
}

#tix-coupon-container #tix-coupon-input {
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width: 680px) {
	#tix-coupon-container #tix-coupon-input {
		width: calc(100% - 330px);
		margin-bottom: 0;
	}
}

.tix-row-coupon {
	font-weight: 700;
}

.tix-row-coupon strong {
	color: #bd2b2e;
}

.tix-payment-method .tix-payment-tab.tix-tab-selected {
	border: none;
	text-align: right !important;
}

.tix-row-question-1296 .tix-left,
.tix-row-question-1297 .tix-left {
	vertical-align: top;
}

body.page-slug-attendees .entry-content {
	max-width: 940px;
}

body.page-slug-attendees #tix-attendees {
	text-align: center;
}

body.page-slug-attendees #tix-attendees ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	body.page-slug-attendees #tix-attendees ul {
		display: block;
	}
}

body.page-slug-attendees #tix-attendees li {
	height: auto;
	min-height: 146px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.page-slug-attendees #tix-attendees li:nth-of-type(5n+1) {
	clear: left;
}

body.page-slug-attendees #tix-attendees .avatar {
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 96px;
	height: 96px;
	margin-bottom: 10px;
	border-radius: 50%;
}

body.page-slug-attendees #tix-attendees .tix-field {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-left: 0;
	font-size: 18px;
	font-size: 1.8rem;
}

body.page-slug-attendees #tix-attendees .tix-attendee-name {
	display: none;
}

body.page-slug-attendees #tix-attendees .tix-please-provide-your-name-as-you-would-like-it-to-appear-on-your-badge {
	font-weight: 700;
}

body.page-slug-attendees #tix-attendees .tix-attendee-twitter {
	font-size: 16px;
	font-size: 1.6rem;
}

body.page-slug-attendees #tix-attendees li {
/* stylelint-disable-line no-duplicate-selectors */
}

@media (max-width: 960px) {
	body.page-slug-attendees #tix-attendees li {
		width: 25%;
	}
	
	body.page-slug-attendees #tix-attendees li:nth-of-type(5n+1) {
		clear: none;
	}
	
	body.page-slug-attendees #tix-attendees li:nth-of-type(4n+1) {
		clear: left;
	}
}

@media (max-width: 782px) {
	body.page-slug-attendees #tix-attendees li {
		width: 33.3333%;
	}
	
	body.page-slug-attendees #tix-attendees li:nth-of-type(4n+1) {
		clear: none;
	}
	
	body.page-slug-attendees #tix-attendees li:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (max-width: 480px) {
	body.page-slug-attendees #tix-attendees li {
		width: 100%;
		clear: left;
		text-align: left;
		display: block;
	}
	
	body.page-slug-attendees #tix-attendees li .avatar {
		float: left;
		margin-right: 30px;
	}
}

@media (max-width: 380px) {
	body.page-slug-attendees #tix-attendees li {
		text-align: center;
	}
	
	body.page-slug-attendees #tix-attendees li .avatar {
		float: none;
		margin-right: 0;
	}
}

.wcorg-organizers .wcorg-organizer {
	position: relative;
	margin-bottom: 45px;
}

.wcorg-organizers .wcorg-organizer > h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 900;
	color: #303030;
}

@media (min-width: 600px) {
	.wcorg-organizers .wcorg-organizer {
		padding-left: 126px;
	}
}

.wcorg-organizers .avatar {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}

@media (min-width: 600px) {
	.wcorg-organizers .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-right: 0;
		float: none;
	}
}

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

.wordcamp-block.wordcamp-organizers .wordcamp-organizer {
	position: relative;
	margin-bottom: 60px;
}

.wordcamp-block.wordcamp-organizers .avatar {
	width: 140px;
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 1em;
}

@media (min-width: 600px) {
	.wordcamp-block.wordcamp-organizers .wordcamp-organizer {
		padding-left: 170px;
	}
	
	.wordcamp-block.wordcamp-organizers .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-right: 0;
		float: none;
	}
}

body.single-wcb_speaker .speaker-avatar {
	position: relative;
	text-align: center;
}

body.single-wcb_speaker .speaker-avatar img {
	border-radius: 50%;
}

body.single-wcb_speaker .speaker-avatar::before, body.single-wcb_speaker .speaker-avatar::after {
	content: "";
	position: absolute;
	display: block;
	width: calc(50% - 93px);
	background: url('https://wc-us.org/wp-content/uploads/2019/07/side-border.svg') left center no-repeat;
}

body.single-wcb_speaker .speaker-avatar::before {
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

body.single-wcb_speaker .speaker-avatar::after {
	top: 0;
	bottom: 0;
	right: 0;
}

body.single-wcb_session #session-speaker-names {
	padding: 0;
}

body.single-wcb_session .session-categories-links {
	display: inline-block;
	height: 24px;
	padding-left: 32px;
	background-image: url('https://wc-us.org/wp-content/uploads/2019/04/tag.svg');
	background-color: transparent;
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

body.single-wcb_session .session-categories-links a {
	color: #747466;
	text-decoration: none;
}

body.single-wcb_session .session-categories-links a:hover, body.single-wcb_session .session-categories-links a:active, body.single-wcb_session .session-categories-links a:focus {
	text-decoration: underline;
}

body.single-wcb_session .entry-footer {
	display: none;
}

.community-spotlight {
	background: #003b63;
	border-radius: 12px;
	padding: 20px;
	color: #fff;
}

.community-spotlight > :first-child {
	margin-top: 0;
}

.community-spotlight__image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.community-spotlight__number {
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
	margin-right: 1rem;
	margin-top: .5rem;
}

.community-spotlight__number .community-spotlight__number p {
	margin-top: 0;
	margin-bottom: 0;
}

.community-spotlight__heading {
	color: #fff;
	border-top: 1px solid #7ea1b8;
	padding-top: 1em;
}

.community-spotlight__text p:first-child {
	margin-top: 0;
}

.community-spotlight__text ul {
	margin-bottom: .5rem;
}

@media screen and (min-width: 620px) {
	.community-spotlight {
		display: grid;
		grid-template-columns: 1fr 9fr;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.community-spotlight__heading,
	  .community-spotlight__image {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	.community-spotlight__image {
		max-width: 260px;
	}
	
	.community-spotlight__number {
		text-align: right;
	}
}

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

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

body.page-slug-schedule table.wcpt-schedule {
	margin-bottom: 90px;
}

table.wcpt-schedule {
	width: 1240px;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #e5eced;
	border-right: 1px solid #e5eced;
	table-layout: fixed;
}

table.wcpt-schedule th,
  table.wcpt-schedule td {
	padding: 15px 20px;
	border: none;
	border-top: 1px solid #e5eced;
	border-left: 1px solid #e5eced;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
}

table.wcpt-schedule th {
	font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 900;
	text-align: center;
	background: rgba(126,161,184,0.05);
	vertical-align: middle;
}

table.wcpt-schedule .wcpt-col-time,
  table.wcpt-schedule .wcpt-time {
	background: rgba(126,161,184,0.05);
	width: 6em;
	text-align: left;
}

table.wcpt-schedule .wcpt-session-speakers {
	display: block;
	margin-top: 7.5px;
	color: #747466;
	font-weight: 700;
}

table.wcpt-schedule .wcpt-session-empty {
	border-top: none;
}

table.wcpt-schedule td[colspan]:not([colspan="1"]) {
	text-align: center;
}

table.wcpt-schedule td[colspan="6"]:not(.wcb-session-opening-remarks) {
	background: rgba(126,161,184,0.05);
}

table.wcpt-schedule td.wcb-session-morning-office-yoga::before {
	content: "Second Floor Atrium";
}

table.wcpt-schedule td div.wcb-session-favourite-icon {
	clear: both;
	text-align: right;
}

table.wcpt-schedule td div.wcb-session-favourite-icon a.fav-session-button {
	border: none;
	color: rgba(126,161,184,0.5) !important;
}

table.wcpt-schedule td div.wcb-session-favourite-icon a.fav-session-button:hover {
	color: #7ea1b8 !important;
}

table.wcpt-schedule td.wcb-favourite-session {
	background: transparent;
}

table.wcpt-schedule td.wcb-favourite-session div.wcb-session-favourite-icon a.fav-session-button {
	color: #ee383b !important;
}

table.wcpt-schedule td.wcb-favourite-session div.wcb-session-favourite-icon a.fav-session-button:hover {
	color: rgba(238,56,59,0.6) !important;
}

@media (max-width: 1280px) {
	table.wcpt-schedule {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		max-width: none;
	}
}

@media (max-width: 960px) {
	table.wcpt-schedule {
		border: none;
		width: 100%;
		margin-left: 0;
	}
	
	table.wcpt-schedule thead {
		display: none;
	}
	
	table.wcpt-schedule tbody,
	      table.wcpt-schedule tr,
	      table.wcpt-schedule th,
	      table.wcpt-schedule td {
		display: block;
	}
	
	table.wcpt-schedule tr {
		margin-bottom: 20px;
		border: 1px solid #e5eced;
		border-bottom: none;
	}
	
	table.wcpt-schedule td {
		border: none;
		border-bottom: 1px solid #e5eced;
	}
	
	table.wcpt-schedule td[colspan]:not([colspan="1"]) {
		text-align: left;
	}
	
	table.wcpt-schedule td.wcpt-session-empty {
		display: none;
	}
	
	table.wcpt-schedule .wcpt-time {
		padding: 20px;
		font-family: "Nunito", "Tahoma", "Verdana", sans-serif;
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.3;
		text-align: center;
		border-bottom: 1px solid #e5eced;
		background: rgba(126,161,184,0.05);
		width: 100%;
	}
	
	table.wcpt-schedule .wcpt-session-type-session {
		margin-bottom: 0;
	}
	
	table.wcpt-schedule .wcpt-session-type-session::before {
		font-size: 16px;
		font-size: 1.6rem;
		color: #303030;
		border: none;
		content: attr(data-track-title);
		display: block;
		margin: 0;
		padding: 0;
	}
	
	.global-session table.wcpt-schedule .wcpt-session-type-session::before {
		display: none;
	}
	
	table.wcpt-schedule .wcpt-session-title {
		display: block;
		margin: 15px 0;
		padding: 0;
	}
	
	table.wcpt-schedule .wcpt-session-speakers {
		display: block;
		padding: 0;
	}
	
	table.wcpt-schedule .wcpt-session-speakers::before {
		content: "Speaker: ";
		font-style: normal;
	}
	
	table.wcpt-schedule .wcpt-session-speakers a {
		color: #21759b;
	}
}

body.page-template-day-of-event #wcus-hero {
	background-image: url('https://2019.us.wordcamp.org/files/2019/10/wcus-dayof-3.png');
	padding-top: 30px;
	padding-bottom: 270px;
	text-align: center;
}

body.page-template-day-of-event #wcus-hero h1 {
	position: relative;
	color: #fffffa;
}

@media (max-width: 600px) {
	body.page-template-day-of-event #wcus-hero::before {
		background-image: url('https://2019.us.wordcamp.org/files/2019/10/wcus-dayof-3.png');
	}
}

/*--------------------------------------------------------------
## 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;
}