/**!
 * Theme Name: Boston 2018
 * Template: campsite-2017
 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #1d215f;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.55;
}

button,
input,
select,
textarea {
	font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-family: "freight-sans-condensed-pro", sans-serif;
}

.wp-block-separator,
hr {
	height: 2px;
	max-width: 66%;
	border-bottom: 0;
	background-color: #a00a74;
}

p {
	margin: 0 0 15px;
}

ul, ol {
	margin-left: 0;
	padding-left: 20px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a, a:visited {
	color: #a00a74;
	text-decoration: none;
}

a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
	color: #880963;
	text-decoration: underline;
}

.entry-title {
	font-size: 56px;
	font-size: 5.6rem;
}

.entry-content h1, .entry-content h2 {
	margin: 30px 0 15px;
	line-height: 1.32143;
}

.entry-content h1 {
	font-size: 56px;
	font-size: 5.6rem;
}

.entry-content h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.entry-content h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	margin: 0;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: #1d215f;
	background: #ffffff;
	border: 1px solid #c9ccdd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.15);
}

input[type="text"] ::-webkit-input-placeholder,
  input[type="email"] ::-webkit-input-placeholder,
  input[type="url"] ::-webkit-input-placeholder,
  input[type="password"] ::-webkit-input-placeholder,
  input[type="search"] ::-webkit-input-placeholder,
  select ::-webkit-input-placeholder,
  textarea ::-webkit-input-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] ::-moz-placeholder,
  input[type="email"] ::-moz-placeholder,
  input[type="url"] ::-moz-placeholder,
  input[type="password"] ::-moz-placeholder,
  input[type="search"] ::-moz-placeholder,
  select ::-moz-placeholder,
  textarea ::-moz-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] :-ms-input-placeholder,
  input[type="email"] :-ms-input-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="password"] :-ms-input-placeholder,
  input[type="search"] :-ms-input-placeholder,
  select :-ms-input-placeholder,
  textarea :-ms-input-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] :-moz-placeholder,
  input[type="email"] :-moz-placeholder,
  input[type="url"] :-moz-placeholder,
  input[type="password"] :-moz-placeholder,
  input[type="search"] :-moz-placeholder,
  select :-moz-placeholder,
  textarea :-moz-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  select:focus,
  textarea:focus {
	outline: 2px solid rgba(29,33,95,0.6);
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 12px 20px 15px;
}

select {
	width: auto;
	padding: 10px 30px 5px 15px;
	line-height: 1.5;
}

textarea {
	padding: 10px 20px 8px;
	width: 100%;
	line-height: 1.5;
	border-width: 1px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 1em;
	vertical-align: middle;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
a.cta-button {
	display: inline-block;
	margin: 0;
	padding: 12px 20px 15px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #38ccd5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type='button']:hover, input[type='button']:active, input[type='button']:focus,
  input[type='submit']:hover,
  input[type='submit']:active,
  input[type='submit']:focus,
  input[type='reset']:hover,
  input[type='reset']:active,
  input[type='reset']:focus,
  button:hover,
  button:active,
  button:focus,
  a.cta-button:hover,
  a.cta-button:active,
  a.cta-button:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

input[type='button']:focus,
  input[type='submit']:focus,
  input[type='reset']:focus,
  button:focus,
  a.cta-button:focus {
	outline: 2px solid #1d215f;
}

.entry-content .wp-block-button__link {
	border-radius: 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #38ccd5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:active, .entry-content .wp-block-button__link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

.entry-content .wp-block-button__link:focus {
	outline: 2px solid #1d215f;
}

.entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:active, .entry-content .wp-block-button__link:focus {
	color: #1d215f;
	background: #38ccd5;
}

.wp-caption {
	border: none;
	margin-bottom: 1em;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0 8px;
	text-align: left;
}

.page-navigation-container {
	position: relative;
	z-index: 1;
	background: #a00a74;
}

.page-navigation-container .menu-primary-nav-container {
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
}

.page-navigation-container a {
	padding: 30px 20px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-weight: 900;
}

.page-navigation-container li:hover,
  .page-navigation-container li.focus {
	background: #ffffff;
}

.page-navigation-container li:hover a,
    .page-navigation-container li.focus a {
	color: #a00a74;
	text-decoration: none;
}

.page-navigation-container ul ul {
	top: 78px;
	background: #ffffff;
	padding: 10px 0 20px;
}

.page-navigation-container ul ul a {
	padding: 8px 30px;
	color: #a00a74;
	width: 17em;
}

.page-navigation-container ul ul li:hover a,
    .page-navigation-container ul ul li.focus a {
	color: #1d215f;
	margin-left: -15px;
}

.page-navigation-container ul ul li:hover a:before,
      .page-navigation-container ul ul li.focus a:before {
	display: inline-block;
	content: '\25cf';
	width: 13px;
	margin-right: 2px;
}

.page-navigation-container .callout {
	position: absolute;
	right: 0;
	background: #1d215f;
}

.page-navigation-container .callout a {
	padding: 30px 50px;
}

.page-navigation-container .callout:hover, .page-navigation-container .callout.focus {
	background: #ff9700;
}

.page-navigation-container .callout:hover a, .page-navigation-container .callout.focus a {
	color: #1d215f;
}

@media (min-width: 1160px) {
	.page-navigation-container:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: calc(50vw + 580px);
		background: #1d215f;
	}
}

#site-navigation {
	display: none !important;
}

.js .menu-toggle {
	width: 100%;
}

@media screen and (max-width: 37.5em) {
	.js .dropdown-toggle {
		display: none;
	}
	
	.page-navigation-container li {
		display: block;
		float: none;
	}
	
	.page-navigation-container li:hover,
	  .page-navigation-container li.focus {
		background: transparent;
	}
	
	.page-navigation-container li:hover a,
	    .page-navigation-container li.focus a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.page-navigation-container a:focus {
		background: #ffffff;
		color: #a00a74 !important;
	}
	
	.page-navigation-container a {
		padding: 10px !important;
	}
	
	.page-navigation-container ul ul {
		display: block;
		float: none;
		position: static;
		padding: 0 0 0 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
	}
	
	.page-navigation-container ul ul a {
		width: 100%;
		color: #ffffff;
	}
	
	.page-navigation-container .callout {
		position: static;
		width: 100%;
		background: #38ccd5;
	}
	
	.page-navigation-container .callout a {
		color: #1d215f;
	}
}

.custom-header {
	background: #1d215f;
	position: relative;
}

.custom-header .wp-custom-header,
  .custom-header .custom-logo-link {
	display: block;
	margin: 0 auto;
	padding: 140px 0 300px;
	max-width: 600px;
}

.custom-header:before, .custom-header:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}

.custom-header:before {
	height: 300px;
	background: transparent url('http://svg.redradar.net/boston-2018/teal-tri.svg') no-repeat center;
	background-size: 100% 100%;
}

.custom-header:after {
	bottom: -1px;
	height: 400px;
	background: transparent url('http://svg.redradar.net/boston-2018/white-tri.svg') no-repeat center;
	background-size: 100% 100%;
}

/* Try a smaller logo on interior pages */
body:not(.home) .custom-header .wp-custom-header,
body:not(.home) .custom-header .custom-logo-link {
	padding-top: 100px;
	padding-bottom: 130px;
	max-width: 500px;
}

body:not(.home) .custom-header:before {
	height: 150px;
}

body:not(.home) .custom-header:after {
	height: 200px;
}

.widget {
	margin: 0;
}

.widget + .widget {
	margin-top: 30px;
}

#content-widget-1 {
	margin: 0 auto;
	max-width: 1160px;
	margin-bottom: 120px;
}

#content-widget-1 .custom-html-widget {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-widget-1 .widget + .widget {
	margin-top: 60px;
}

#content-widget-1 .level-1 {
	grid-column: 1 / span 2;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.1;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
	color: #a00a74;
}

#content-widget-1 .level-2 {
	font-size: 42px;
	font-size: 4.2rem;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
}

#content-widget-1 .button {
	display: inline-block;
	padding: 30px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #ff9700;
}

#content-widget-1 .button:hover, #content-widget-1 .button:active, #content-widget-1 .button:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
}

#content-widget-1 .button:focus {
	outline: 2px solid #1d215f;
}

#content-widget-1 .button.span-2 {
	grid-column: 1 / span 2;
}

#content-widget-1 .button:nth-of-type(2) {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #38ccd5;
}

#content-widget-1 .button:nth-of-type(2):hover, #content-widget-1 .button:nth-of-type(2):active, #content-widget-1 .button:nth-of-type(2):focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

#content-widget-1 .button:nth-of-type(2):focus {
	outline: 2px solid #1d215f;
}

#content-widget-1 .button:nth-of-type(3) {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
}

#content-widget-1 .button:nth-of-type(3):hover, #content-widget-1 .button:nth-of-type(3):active, #content-widget-1 .button:nth-of-type(3):focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

#content-widget-1 .button:nth-of-type(3):focus {
	outline: 2px solid #1d215f;
}

@media screen and (max-width: 800px) {
	#content-widget-1 .custom-html-widget {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {
	#content-widget-1 .level-1 {
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	#content-widget-1 .level-2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

#primary-sidebar {
	margin-top: 60px;
	overflow: hidden;
}

#primary-sidebar .widget-title {
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 0;
	margin-bottom: 60px;
}

#primary-sidebar .widget_custom_html {
	margin: 30px -10px 90px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	background: #a00a74;
}

#primary-sidebar .widget_custom_html:before, #primary-sidebar .widget_custom_html:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	z-index: -1;
}

#primary-sidebar .widget_custom_html:before {
	background: #a00a74;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#primary-sidebar .widget_custom_html:after {
	z-index: -2;
	background: #38ccd5;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

#primary-sidebar .custom-html-widget {
	margin: 0 auto;
	max-width: 780px;
	padding: 60px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#primary-sidebar .custom-html-widget .label {
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.1;
	color: #ffffff;
}

#primary-sidebar .custom-html-widget .label.span-2 {
	grid-column: 1 / span 2;
}

#primary-sidebar .custom-html-widget a {
	display: inline-block;
	padding: 20px 30px;
	font-family: "proxima-nova", sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #a00a74;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#primary-sidebar .custom-html-widget a:hover, #primary-sidebar .custom-html-widget a:active, #primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,102,102,0.2), 0 1px 1px 0 rgba(102,102,102,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,102,102,0.2), 0 1px 1px 0 rgba(102,102,102,0.1);
}

#primary-sidebar .custom-html-widget a:focus {
	outline: 2px solid #a00a74;
}

#primary-sidebar .custom-html-widget a:hover, #primary-sidebar .custom-html-widget a:active, #primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: 0 2.5px 7.5px 2.5px rgba(0,0,0,0.2), 0 .5px .5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2.5px 7.5px 2.5px rgba(0,0,0,0.2), 0 .5px .5px 0 rgba(0,0,0,0.1);
}

#primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 4px #a00a74;
	box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 4px #a00a74;
}

@media screen and (max-width: 800px) {
	#primary-sidebar .custom-html-widget {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#primary-sidebar .wcb_widget_sponsors {
	margin: 0 auto;
	max-width: 1160px;
	padding: 0 40px;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level.bronze, #primary-sidebar .wcb_widget_sponsors .sponsor-level.silver, #primary-sidebar .wcb_widget_sponsors .sponsor-level.small-business, #primary-sidebar .wcb_widget_sponsors .sponsor-level.consultant,
    #primary-sidebar .wcb_widget_sponsors .sponsor-level .sponsor-level-title {
	display: none;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 800px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-level {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 450px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-level {
		grid-template-columns: 1fr;
	}
}

#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
	padding: 0;
}

#footer-widget-1 {
	background: #1d215f;
	margin: 120px 0 60px;
	padding: 120px 20px;
}

#footer-widget-1 .widget-title {
	margin-top: 0;
	color: white;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.2;
	text-align: center;
}

#footer-widget-1 .widget {
	margin: 0 auto;
	max-width: 780px;
	color: #ffffff;
}

#footer-widget-1 form {
	display: grid;
	grid-template-columns: 1fr 200px;
}

@media screen and (max-width: 450px) {
	#footer-widget-1 form {
		grid-template-columns: 1fr;
	}
}

#footer-widget-1 form input {
	border-radius: 0;
}

#footer-widget-1 form p {
	margin-bottom: 0;
}

#footer-widget-1 #subscribe-email input {
	width: 100%;
}

#footer-widget-1 #subscribe-text {
	grid-column: 1 / span 2;
}

@media screen and (max-width: 450px) {
	#footer-widget-1 #subscribe-text {
		grid-column: 1;
	}
}

#footer-widget-1 input[type="submit"] {
	width: 100%;
	height: 100%;
}

body:not(.home) .site-main {
	margin: 0 auto;
	max-width: 780px;
	padding: 0 20px;
}

.hentry + .hentry {
	margin-top: 60px;
}

.page-header {
	margin: 40px auto 20px;
}

.page-title {
	margin-bottom: 10px;
}

.entry-header,
.entry-footer {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-header span + span,
  .entry-footer span + span {
	margin-left: 8px;
}

.entry-header .byline,
  .entry-footer .byline {
	display: none;
}

body.single .entry-header .byline, body.single
    .entry-footer .byline {
	display: inline;
	margin-left: 4px;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #a00a74;
	font-weight: 900;
	line-height: 1.1;
}

.entry-summary {
	margin: 20px 0;
}

.entry-content {
	margin: 20px 0 0;
}

.post-navigation {
	border-top: 1px solid #89dfee;
	border-bottom: 1px solid #89dfee;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.post-navigation a {
	color: #1d215f;
}

.post-navigation a:hover, .post-navigation a:active, .post-navigation a:focus {
	color: #1d215f;
}

.post-navigation .nav-previous:before {
	content: '\2190';
	margin-right: 4px;
}

.post-navigation .nav-next:after {
	content: '\2192';
	margin-left: 4px;
}

body.home:not(.page-template-page-day-of) .entry-header,
body.home:not(.page-template-page-day-of) .entry-footer {
	display: none;
}

body.home:not(.page-template-page-day-of) .hentry {
	position: relative;
	height: 100vh;
	min-height: 600px;
	max-height: 960px;
	background: url('http://svg.redradar.net/boston-2018/photo.png') no-repeat center;
	background-size: cover;
	display: grid;
}

body.home:not(.page-template-page-day-of) .hentry:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 20vh;
	min-height: 120px;
	max-height: 192px;
	background: transparent url('http://svg.redradar.net/boston-2018/white-tri-flip.svg') no-repeat center;
	background-size: 100% 100%;
}

body.home:not(.page-template-page-day-of) .entry-content {
	max-width: 780px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.55;
	color: #ffffff;
	text-align: center;
	margin: auto;
}

body.home:not(.page-template-page-day-of) .entry-content .cfa-title {
	display: block;
	margin-bottom: 30px;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.1;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
	text-align: center;
}

body.home:not(.page-template-page-day-of) .entry-content a {
	display: inline-block;
	padding: 30px 50px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
}

body.home:not(.page-template-page-day-of) .entry-content a:hover, body.home:not(.page-template-page-day-of) .entry-content a:active, body.home:not(.page-template-page-day-of) .entry-content a:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

body.home:not(.page-template-page-day-of) .entry-content a:focus {
	outline: 2px solid #1d215f;
}

body.home:not(.page-template-page-day-of) .entry-content a:hover, body.home:not(.page-template-page-day-of) .entry-content a:active, body.home:not(.page-template-page-day-of) .entry-content a:focus {
	color: #1d215f;
}

body.error404 .page-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

body.error404 .page-content > :nth-child(1),
  body.error404 .page-content > :nth-child(2) {
	grid-column: 1 / span 2;
}

body.error404 .page-content .widget + .widget {
	margin: 0;
}

body.error404 .search-form {
	display: grid;
	grid-template-columns: 1fr 200px;
}

body.error404 .search-form label {
	margin: 0;
}

body.error404 .search-form input {
	border-radius: 0;
}

.contact-form > div {
	margin-bottom: 20px;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
	margin-right: 5px;
	margin-bottom: 7px !important;
	vertical-align: middle;
}

.contact-form .grunion-radio-label,
.contact-form .grunion-checkbox-multiple-label,
.contact-form .grunion-checkbox-label {
	font-weight: normal !important;
}

.contact-form .grunion-field-label {
	margin-bottom: 5px;
}

.contact-form .grunion-field-label span {
	margin-left: 10px;
	color: #a00a74;
}

.wcorg-organizers .wcorg-organizer {
	clear: both;
	padding-top: 30px;
}

.wcorg-organizers h2 {
	margin-top: 0;
}

.wcorg-organizers .avatar {
	float: left;
	margin-right: 30px;
	border-radius: 50%;
	-webkit-box-shadow: 7px 7px 0 #a00a74, -7px -7px 0 #1d215f;
	box-shadow: 7px 7px 0 #a00a74, -7px -7px 0 #1d215f;
}

.tix_tickets_table .tix-column-description,
.tix-ticket-form .tix-column-description {
	max-width: 200px;
}

.tix_tickets_table th.tix-column-description,
.tix-ticket-form th.tix-column-description {
	text-align: left;
}

.tix_tickets_table td.tix-column-description,
.tix-ticket-form td.tix-column-description {
	padding-top: 15px;
}

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

.tix_tickets_table .tix-column-price,
.tix_tickets_table .tix-column-quantity,
.tix-ticket-form .tix-column-price,
.tix-ticket-form .tix-column-quantity {
	text-align: right;
	width: 6em;
}

.tix_tickets_table .tix-row-coupon td,
.tix-ticket-form .tix-row-coupon td {
	padding-top: 15px;
}

.tix_tickets_table .tix-ticket-excerpt,
.tix-ticket-form .tix-ticket-excerpt {
	font-size: 18px;
	font-size: 1.8rem;
}

.tix-order-summary th {
	padding-bottom: 10px;
	border-bottom: 2px solid #89dfee;
}

#tix {
	margin-bottom: 30px;
}

.tix-order-summary .tix-column-quantity {
	text-align: left;
}

.tix-order-summary .tix-row-total td,
.tix-order-summary .tix-column-price {
	text-align: right;
}

.tix-order-summary .tix-row-total td {
	padding-top: 15px;
}

.tix-attendee-form {
	font-size: 18px;
	font-size: 1.8rem;
}

.tix-attendee-form th, .tix-attendee-form td {
	padding-bottom: 20px;
}

.tix-attendee-form .tix-left {
	width: 40% !important;
}

.tix-attendee-form .tix-right {
	padding-left: 30px;
}

.tix-attendee-form .tix-right label {
	font-weight: normal;
	line-height: 1.2;
}

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

.tix-attendee-form .tix-right input[type="text"],
    .tix-attendee-form .tix-right input[type="email"],
    .tix-attendee-form .tix-right input[type="url"] {
	width: 100%;
}

.tix-attendee-form .tix-right textarea {
	width: 100%;
	height: 150px;
	resize: vertical;
}

#tix-coupon-container:not([style="display: none;"]) {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
}

#tix-coupon-container:not([style="display: none;"]):before {
	content: 'Coupon Code:';
	display: inline-block;
	width: 100px;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}

#tix-coupon-container:not([style="display: none;"]) #tix-coupon-input {
	padding: 9px 20px 12px;
	width: calc(100% - 250px);
	border-radius: 0;
}

#tix-coupon-container:not([style="display: none;"]) input[name="tix_coupon_submit"] {
	float: right;
}

@media (max-width: 400px) {
	#tix-coupon-container:not([style="display: none;"]) input {
		display: block;
		margin: 0;
		width: 100%;
	}
}

body.page-slug-schedule .site-main {
	margin: 0 auto;
	max-width: 1160px;
}

.wcpt-schedule {
	margin-bottom: 60px;
	border-bottom: 2px solid #c6dc00;
}

.wcpt-schedule th {
	padding: 20px 15px 5px;
	border-bottom: 2px solid #c6dc00;
	color: #1d215f;
	font-weight: 900;
	text-align: left;
}

.wcpt-schedule td {
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px;
	border: 2px solid #c6dc00;
	border-bottom: none;
}

@media screen and (min-width: 701px) {
	.wcpt-schedule td {
		width: 22.5%;
	}
	
	.wcpt-schedule td.wcpt-time {
		width: 11%;
		font-size: 14px;
		font-size: 1.4rem;
		background: rgba(198,220,0,0.1);
	}
}

@media screen and (max-width: 700px) {
	.wcpt-schedule td {
		margin-bottom: 0;
	}
	
	.wcpt-schedule td:last-of-type {
		border-bottom: none;
	}
}

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

.wcpt-schedule td.wcpt-session-empty:last-of-type {
	border-right: 2px solid #c6dc00;
}

.wcpt-schedule td.wcb-favourite-session {
	background: rgba(198,220,0,0.15);
}

.wcpt-schedule td.wcb-favourite-session a.fav-session-button {
	color: #a00a74;
}

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

.wcpt-schedule .global-session td:not(.wcpt-time) {
	text-align: center;
}

.wcpt-schedule .wcpt-session-title {
	font-weight: 600;
	text-decoration: underline;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	margin-top: 8px;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #1d215f;
}

.wcpt-schedule .wcpt-session-type-custom {
	text-align: center;
}

.wcpt-schedule .wcpt-session-type-custom.wcpt-time {
	text-align: left;
}

.wcpt-schedule .wcpt-session-type-custom .wcpt-session-title {
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.wcpt-schedule {
		border-bottom: none;
	}
	
	.wcpt-schedule .global-session td[class*='wcb-track']:before {
		content: 'Large Ballroom';
	}
	
	.wcpt-schedule tr {
		border: none;
		border-bottom: 2px solid #c6dc00;
	}
	
	.wcpt-schedule td.wcpt-session-empty {
		display: none;
	}
	
	.wcpt-schedule .wcpt-session-title {
		word-wrap: break-word;
	}
}

.wcpt-schedule td[class*='wcb-track']:before {
	display: block;
	margin: -20px -15px 5px;
	padding: 10px 15px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #1d215f;
	border: none;
	background: rgba(198,220,0,0.4);
	text-align: center;
}

@media screen and (min-width: 701px) {
	.wcpt-schedule .wcb-track-advanced-developers:before {
		content: 'Advanced Developers';
	}
	
	.wcpt-schedule .wcb-track-business:before {
		content: 'Business & Freelancing';
	}
	
	.wcpt-schedule .wcb-track-community:before {
		content: 'Community';
	}
	
	.wcpt-schedule .wcb-track-content:before {
		content: 'Content & Social Media';
	}
	
	.wcpt-schedule .wcb-track-developers:before {
		content: 'Developers';
	}
	
	.wcpt-schedule .wcb-track-gutenberg:before {
		content: 'Gutenberg';
	}
	
	.wcpt-schedule .wcb-track-higher-education:before {
		content: 'Higher Education';
	}
	
	.wcpt-schedule .wcb-track-intro-to-wordpress:before {
		content: 'Intro to WordPress';
	}
	
	.wcpt-schedule .wcb-track-lightning-talks:before {
		content: 'Lightning Talks';
	}
	
	.wcpt-schedule .wcb-track-site-builders:before {
		content: 'Site Builders';
	}
	
	.wcpt-schedule .wcb-track-workshops:before {
		content: 'Workshops';
	}
}

.wcpt-time:after {
	display: inline-block;
}

.wcpt-schedule-saturday .wcpt-time-800am .wcpt-time:after {
	content: '– 9:00 am';
}

.wcpt-schedule-saturday .wcpt-time-900am .wcpt-time:after {
	content: '– 9:10 am';
}

.wcpt-schedule-saturday .wcpt-time-910am .wcpt-time:after {
	content: '– 10:00 am';
}

.wcpt-schedule-saturday .wcpt-time-1000am .wcpt-time:after {
	content: '– 10:10 am';
}

.wcpt-schedule-saturday .wcpt-time-1010am .wcpt-time:after {
	content: '– 10:50 am';
}

.wcpt-schedule-saturday .wcpt-time-1050am .wcpt-time:after {
	content: '– 11:00 am';
}

.wcpt-schedule-saturday .wcpt-time-1100am .wcpt-time:after {
	content: '– 11:40 am';
}

.wcpt-schedule-saturday .wcpt-time-1140am .wcpt-time:after {
	content: '– 11:50 pm';
}

.wcpt-schedule-saturday .wcpt-time-1150am .wcpt-time:after {
	content: '– 12:30 pm';
}

.wcpt-schedule-saturday .wcpt-time-1230pm .wcpt-time:after {
	content: '– 1:30 pm';
}

.wcpt-schedule-saturday .wcpt-time-130pm .wcpt-time:after {
	content: '– 1:45 pm';
}

.wcpt-schedule-saturday .wcpt-time-145pm .wcpt-time:after {
	content: '– 2:10 pm';
}

.wcpt-schedule-saturday .wcpt-time-210pm .wcpt-time:after {
	content: '– 2:20 pm';
}

.wcpt-schedule-saturday .wcpt-time-220pm .wcpt-time:after {
	content: '– 3:00 pm';
}

.wcpt-schedule-saturday .wcpt-time-300pm .wcpt-time:after {
	content: '– 3:10 pm';
}

.wcpt-schedule-saturday .wcpt-time-310pm .wcpt-time:after {
	content: '– 3:50 pm';
}

.wcpt-schedule-saturday .wcpt-time-350pm .wcpt-time:after {
	content: '– 4:10 pm';
}

.wcpt-schedule-saturday .wcpt-time-410pm .wcpt-time:after {
	content: '– 4:50 pm';
}

.wcpt-schedule-saturday .wcpt-time-450pm .wcpt-time:after {
	content: '– 5:00 pm';
}

.wcpt-schedule-saturday .wcpt-time-500pm .wcpt-time:after {
	content: '– 5:40 pm';
}

.wcpt-schedule-saturday .wcpt-time-545pm .wcpt-time:after {
	content: '– 9:00 pm';
}

.wcpt-schedule-sunday .wcpt-time-1100am .wcpt-time:after {
	content: '– 11:30 am';
}

.wcpt-schedule-sunday .wcpt-time-1130am .wcpt-time:after {
	content: '– 12:10 pm';
}

.wcpt-schedule-sunday .wcpt-time-1210pm .wcpt-time:after {
	content: '– 12:20 pm';
}

.wcpt-schedule-sunday .wcpt-time-1220pm .wcpt-time:after {
	content: '– 1:00 pm';
}

.wcpt-schedule-sunday .wcpt-time-100pm .wcpt-time:after {
	content: '– 1:10 pm';
}

.wcpt-schedule-sunday .wcpt-time-110pm .wcpt-time:after {
	content: '– 1:50 pm';
}

.wcpt-schedule-sunday .wcpt-time-150pm .wcpt-time:after {
	content: '– 2:10 pm';
}

.wcpt-schedule-sunday .wcpt-time-210pm .wcpt-time:after {
	content: '– 2:50 pm';
}

.wcpt-schedule-sunday .wcpt-time-250pm .wcpt-time:after {
	content: '– 3:00 pm';
}

.wcpt-schedule-sunday .wcpt-time-300pm .wcpt-time:after {
	content: '– 3:40 pm';
}

.wcpt-schedule-sunday .wcpt-time-340pm .wcpt-time:after {
	content: '– 3:50 pm';
}

.wcpt-schedule-sunday .wcpt-time-350pm .wcpt-time:after {
	content: '– 4:30 pm';
}

.wcpt-schedule-sunday .wcpt-time-430pm .wcpt-time:after {
	content: '– 4:40 pm';
}

.wcpt-schedule-sunday .wcpt-time-440pm .wcpt-time:after {
	content: '– 5:20 pm';
}

.wcpt-schedule-sunday .wcpt-time-520pm .wcpt-time:after {
	content: '– 5:30 pm';
}

@media screen and (max-width: 700px) {
	.wcpt-time:after {
		display: inline-block;
		margin-left: 5px;
	}
}

body.page-slug-attendees .site-main {
	margin: 0 auto;
	max-width: 1160px;
}

.page-slug-attendees #tix-attendees li,
.page-slug-sponsors #tix-attendees li {
	height: auto;
	text-align: center;
	padding-top: 5px;
}

.page-slug-attendees #tix-attendees .avatar,
.page-slug-sponsors #tix-attendees .avatar {
	float: none;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	-webkit-box-shadow: 5px 5px 0 #38ccd5, -5px -5px 0 #a00a74;
	box-shadow: 5px 5px 0 #38ccd5, -5px -5px 0 #a00a74;
	margin-bottom: 15px;
}

.page-slug-attendees #tix-attendees .tix-attendee-name,
.page-slug-attendees #tix-attendees .tix-attendee-twitter,
.page-slug-attendees #tix-attendees .tix-attendee-url,
.page-slug-sponsors #tix-attendees .tix-attendee-name,
.page-slug-sponsors #tix-attendees .tix-attendee-twitter,
.page-slug-sponsors #tix-attendees .tix-attendee-url {
	margin-left: 0;
}

.page-slug-attendees #tix-attendees .tix-attendee-name,
.page-slug-sponsors #tix-attendees .tix-attendee-name {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.page-slug-attendees #tix-attendees .tix-attendee-twitter,
.page-slug-attendees #tix-attendees .tix-attendee-url,
.page-slug-sponsors #tix-attendees .tix-attendee-twitter,
.page-slug-sponsors #tix-attendees .tix-attendee-url {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-slug-attendees #tix-attendees .tix-attendee-list,
.page-slug-sponsors #tix-attendees .tix-attendee-list {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 30px 0;
	padding: 0;
}

.page-slug-attendees #tix-attendees .tix-attendee-list li,
  .page-slug-sponsors #tix-attendees .tix-attendee-list li {
	float: none;
	width: 100%;
	margin: 0;
}

@media (min-width: 1100px) {
	.page-slug-attendees #tix-attendees .tix-attendee-twitter,
	  .page-slug-attendees #tix-attendees .tix-attendee-url,
	  .page-slug-sponsors #tix-attendees .tix-attendee-twitter,
	  .page-slug-sponsors #tix-attendees .tix-attendee-url {
		max-width: 200px;
	}
}

@media (max-width: 880px) {
	.page-slug-attendees #tix-attendees .tix-attendee-list,
	  .page-slug-sponsors #tix-attendees .tix-attendee-list {
		grid-template-columns: repeat(4,1fr);
	}
}

@media (max-width: 670px) {
	.page-slug-attendees #tix-attendees .avatar,
	  .page-slug-sponsors #tix-attendees .avatar {
		height: 80px;
		width: 80px;
	}
}

@media (max-width: 620px) {
	.page-slug-attendees #tix-attendees .tix-attendee-list,
	  .page-slug-sponsors #tix-attendees .tix-attendee-list {
		grid-template-columns: repeat(3,1fr);
	}
}

@media (max-width: 430px) {
	.page-slug-attendees #tix-attendees .tix-attendee-list,
	  .page-slug-sponsors #tix-attendees .tix-attendee-list {
		grid-template-columns: repeat(2,1fr);
	}
}

body.page-template-page-day-of .site-main {
	margin: 0 auto;
	max-width: 1160px;
	margin-top: -60px;
}

body.page-template-page-day-of .entry-content h2 {
	font-size: 56px;
	font-size: 5.6rem;
	color: #a00a74;
}

body.page-template-page-day-of .entry-content h3 {
	font-size: 42px;
	font-size: 4.2rem;
}

.comments-title,
.comment-reply-title {
	margin: 40px 0;
	font-size: 28px;
	font-size: 2.8rem;
}

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

.comment-list .children {
	list-style: none;
	margin: 0 0 0 20px;
}

.comment-list .comment {
	margin-bottom: 40px;
}

.comment-list .comment-meta {
	display: grid;
	grid-template-columns: 2fr 1fr;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-list .comment-meta .avatar {
	margin-right: 10px;
}

.comment-list .comment-meta .comment-metadata {
	text-align: right;
}

.comment-list .comment-reply-link {
	display: inline-block;
	padding: 10px 20px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #ff9700;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-list .comment-reply-link:hover, .comment-list .comment-reply-link:active, .comment-list .comment-reply-link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
}

.comment-list .comment-reply-link:focus {
	outline: 2px solid #1d215f;
}

.comment-list .thread-even .comment-reply-link {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-list .thread-even .comment-reply-link:hover, .comment-list .thread-even .comment-reply-link:active, .comment-list .thread-even .comment-reply-link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

.comment-list .thread-even .comment-reply-link:focus {
	outline: 2px solid #1d215f;
}

.comment-form {
	margin-bottom: 60px;
}

.site-info {
	padding: 0 0 60px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-info a {
	color: #1d215f;
	text-decoration: underline;
}

.site-info a:hover, .site-info a:active, .site-info a:focus {
	color: #a00a74;
}

.site-info .site-info-generator:after {
	display: block;
	content: '';
	height: 16px;
}