/*!
Theme Name: sessionsnew
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sessionsnew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

sessionsnew is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
ul.featuredwiness li a {
	text-decoration:none;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}


sub {
	bottom: -0.25em;
}


sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}


/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}


/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}


html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


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: "Courier 10 Pitch", courier, monospace;
	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;
}


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


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


big {
	font-size: 125%;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}


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


ul,
ol {
	margin: 0 0 1.5em 3em;
}


ul {
	list-style: disc;
}


ol {
	list-style: decimal;
}


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


dt {
	font-weight: 700;
}


dd {
	margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


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


figure {
	margin: 1em 0;
}


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


/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:visited {
	color: #800080;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}


a:focus {
	outline: thin dotted;
}


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


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}


button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}


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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}


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 {
	color: #111;
}


select {
	border: 1px solid #ccc;
}


textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}


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


.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}


.main-navigation ul ul a {
	width: 200px;
}


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


.main-navigation li {
	position: relative;
}


.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}


	.main-navigation ul {
		display: flex;
	}

}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}


.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.post,
.page {
	margin: 0 0 1.5em;
}


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


.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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


.bypostauthor {
	display: block;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}


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


/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


/* 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: 0.8075em 0;
}


.wp-caption-text {
	text-align: center;
}


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}


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


.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}


.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}


.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}


.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}


.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}


.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}


.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}


.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}


.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}


.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}


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



/* BEGIN SESSIONS STYLES */

@import url(https://p.typekit.net/p.css?s=1&k=mdx5pah&ht=tk&f=34664.38708.39567&a=20196584&app=typekit&e=css);
/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}
hr{height:0;color:inherit}
abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=submit],button{-webkit-appearance:button}
legend{padding:0}
progress{vertical-align:baseline}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
summary{display:list-item}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}
button{background-color:transparent;background-image:none}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
fieldset,ol,ul{margin:0;padding:0}
ol,ul{list-style:none}
html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}
body{font-family:inherit;line-height:inherit}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}
hr{border-top-width:1px}
img{border-style:solid}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
[role=button],button{cursor:pointer}
table{border-collapse:collapse}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}
code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}
body.single-post div.feature p,body.single-post div.feature p a{color:#000!important}
.brand{font-weight:500;font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}
.max-w-3xl,.prose{max-width:100%!important}
.prose h2{font-weight:500!important}
@font-face{font-family:halyard-display;src:url(https://use.typekit.net/af/bc41e1/00000000000000003b9b40dd/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/bc41e1/00000000000000003b9b40dd/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/bc41e1/00000000000000003b9b40dd/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400}
@font-face{font-family:mandrel-normal;src:url(https://use.typekit.net/af/d51502/00000000000000003b9b1ce6/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/d51502/00000000000000003b9b1ce6/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/d51502/00000000000000003b9b1ce6/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400}
@font-face{font-family:plantin;src:url(https://use.typekit.net/af/76b2b8/00000000000000003b9b208f/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/76b2b8/00000000000000003b9b208f/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/76b2b8/00000000000000003b9b208f/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400}
.contentsection ul li{font-size:16px!important;line-height:24px!important}
body.home .contentsection ul li{list-style:none!important;font-size:inherit!important;line-height:inherit!important}
.contentsection ul li{list-style:none!important}
.contentsection ul{margin-left:0!important;padding-left:0!important;margin-top:0!important;margin-bottom:1rem!important}
p#sessiondescriptionn:first-letter{font-size:1.75em}
.tk-halyard-display{font-family:halyard-display,sans-serif}
.tk-plantin{font-family:plantin,sans-serif}
:focus{outline:none!important}
.max-w-3xl.mx-auto,div#app{margin:0 auto}
div#footerWrapper{margin-top:40px}
body,ol,p,ul{line-height:1.8em;font-family:Plantin;font-weight:400;font-style:normal;line-height:1.2em;letter-spacing:0;font-size:14px}
.blur{filter:blur(4px)}
#site{margin:0 auto;padding:0 80px 80px}
.prose h4{font-weight:lighter!important}
#canvas,#deepinthecellar{padding:0;max-width:1100px;margin:0 auto}
.prose .h4,.prose h4{font-size:1.5rem}
body.single .prose li{display:list-item;text-align:left!important;list-style-type:disc}
body.single ul{display:block;list-style-type:disc;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:40px;padding-inline-start:40px}
#header{padding:0 0 54px;position:relative;text-align:center;width:100%}
h2#homepagepasth2{font-size:20px!important;border-top:2px solid #687819;width:250px;padding-top:5px!important;margin-right:auto!important;margin-left:auto!important;text-align:center}
a#homepagepasth2a{font-size:20px;line-height:1.2;background:#fff;font-style:italic;font-weight:300;text-decoration:none}
div#headerInfo{padding-bottom:54px}
.eventlist-meta-item{margin:0!important;padding:0!important;text-align:left!important}
#header,.content-wrapper{max-width:1100px;margin:0 auto}
h1{font-size:25px}
div#speakerrs p{padding-top:7px;line-height:17px;font-size:13px}
#header .logo a{color:#121212}
#header h1.logo.image .placed-logo-image{display:inline}
#header h1.logo.image .placed-logo-image img{width:100%;height:auto}
.prose .contentsection ul>li{position:relative!important;padding-left:0!important;text-align:left!important}
.prose .contentsection ul>li a{text-decoration:none!important}
#header #headerInfo,img{vertical-align:middle}
#header #headerInfo{text-align:center;margin-bottom:0}
#header .site-tagline{font-family:mandrel;font-weight:400;letter-spacing:0;font-style:normal;text-align:left;font-size:14px;color:#000;padding-left:3px;margin-left:auto;margin-right:auto;margin-bottom:25px}
#header .site-description{color:#cfcfcf}
#header .site-description,#header .site-tagline{width:auto}
#header .site-description{margin:0 auto}
#header .site-description h1,#header .site-description h2,#header .site-description h3,#header .site-description ol,#header .site-description p,#header .site-description ul{font-family:Cabin,Helvetica,Arial,sans-serif;line-height:1.8em;font-family:proxima-nova;font-weight:400;font-style:normal;letter-spacing:0;line-height:1.2em;text-transform:none}
#header .site-description ol,#header .site-description p,#header .site-description ul{font-size:12px}
#categoryNav nav,#navBlock nav{width:auto;text-align:center;border-bottom:1px solid hsla(0,0%,87.8%,0);border-top:1px solid hsla(0,0%,87.8%,0);margin:0;padding:28px 0}
#header nav ul{font-family:Cabin,Helvetica,Arial,sans-serif;letter-spacing:0;font-family:proxima-nova;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:2px}
#categoryNav nav ul,#navBlock nav ul{font-size:13px;line-height:1.5em}
#categoryNav nav ul li,#navBlock nav ul li{display:inline-block;text-align:center;display:inline;zoom:1}
#header h1,#header h2,#header h3,#header nav a:link,#header nav a:visited{color:#121212}
#categoryNav nav ul li a,#navBlock nav ul li a{padding:0 .8em}
article{min-height:300px}
.collection-type-album #page,.collection-type-events #page{max-width:800px;padding:0 0 100px;margin:0 auto}
.eventlist-event{position:relative;margin:30px 0 0;padding:0;min-height:300px}
.eventlist-event:first-of-type{margin:0}
.eventlist-column-thumbnail{display:block;float:left;width:35%;height:0;padding-bottom:23.33333333%;text-decoration:none!important;background:hsla(0,0%,43.1%,.05)}
.event-thumbnail-size-32-standard .eventlist-column-thumbnail{padding-bottom:23.33333333%}
.eventlist-column-date{display:block;position:absolute;top:0;left:0;width:35%;margin:0;padding:0;color:#333!important;text-decoration:none!important}
.eventlist-datetag{display:table;position:absolute;top:10px;right:10px;height:auto;min-height:70px;width:70px;margin:0;padding:0;background:#fff;color:#333;font-size:14px;line-height:14px;text-align:center;box-sizing:border-box}
.eventlist-datetag-inner{display:table-cell;vertical-align:middle;margin:0;padding:6px;color:inherit;font-size:0;line-height:0;letter-spacing:0}
.eventlist-datetag-enddate,.eventlist-datetag-startdate--day,.eventlist-datetag-startdate--month,.eventlist-datetag-time{margin:3px 0;line-height:1em;text-transform:uppercase;white-space:nowrap}
.eventlist-datetag-startdate--month{font-size:14px;margin-top:6px}
.eventlist-datetag-startdate--day{font-size:26px}
.eventlist-datetag-enddate,.eventlist-datetag-time{border-top:1px solid #ddd;margin:6px 0 0;padding-top:6px;font-size:11px}
body.single ul.eventitem-meta.event-meta.event-meta-date-time-container{padding-left:0}
body.single li.eventitem-meta-item.eventitem-meta-date.event-meta-item,body.single li.eventitem-meta-item.eventitem-meta-time.event-meta-item{text-align:left!important;font-size:18px!important;list-style:none}
.eventlist-datetag-status{display:none;position:absolute;top:0;left:35px;width:1px;height:70px;background:#000;transform:rotate(45deg)}
.eventlist-column-info{float:left;width:65%;padding:0 0 0 34px;box-sizing:border-box}
.eventlist-title .eventlist-title-link{margin:0!important;padding:0!important;color:inherit!important;text-decoration:none!important;font-size:inherit!important;line-height:inherit!important;font-weight:500!important;font:normal 500 40px/50px mandrel-normal,sans-serif;letter-spacing:1.25px}
.eventlist-meta{list-style-type:none;margin:0 0 17px;padding:0}
.eventlist-meta-item{margin:0;padding:0;text-align:left}
.event-list-time .eventlist-event--multiday .eventlist-meta-time{display:inline-block}
.event-list-time .eventlist-event--multiday .eventlist-meta-date .event-date:after{content:", "}
.eventlist-excerpt{margin:0 0 17px}
.eventlist a.eventlist-button{margin:5.66666667px 0 25.5px;color:#fff;background-color:#272727;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;line-height:1em;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:0;text-decoration:none}
.eventlist a.eventlist-button,body:not(.button-style-default) .sqs-editable-button,body:not(.button-style-default) .sqs-editable-button-layout{display:inline-block;width:auto;height:auto;padding:1em 2.5em;border-width:0;text-align:center;cursor:pointer;-webkit-appearance:none;appearance:none}
body:not(.button-style-default) .sqs-editable-button,body:not(.button-style-default) .sqs-editable-button-layout{outline:none}
body:not(.button-style-default) .sqs-editable-button,body:not(.button-style-default) .sqs-editable-button-color{color:#fff;background-color:#c78971;border-color:#c78971;font-family:plantin}
body:not(.button-style-default) .sqs-editable-button,body:not(.button-style-default) .sqs-editable-button-font{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:proxima-nova,serif;font-weight:600;font-style:normal;text-transform:uppercase;letter-spacing:1px}
body:not(.button-style-default).button-style-outline .sqs-editable-button,body:not(.button-style-default).button-style-outline .sqs-editable-button-style{border-width:2px;border-style:solid;transition:background-color .1s linear,color .1s linear}
body:not(.button-style-default).button-style-outline .sqs-editable-button,body:not(.button-style-default).button-style-outline .sqs-editable-button-color{background-color:transparent;color:#82c4aa}
body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button,body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button-shape{border-radius:3px}
a.footer-social-anchor i{color:#b9b2b2!important;font-size:22px!important;border:2px solid #b9b2b2!important;padding:8px 11px!important;border-radius:50%!important}
div#footerWrapper .py-5{padding-bottom:1rem!important;background:#78828c;line-height:4em}
i.fa-instagram{padding:8px 10px!important}
p.visible-desktop a{text-decoration:none}
p.hidden-desktop img,p.visible-desktop img{width:100%;margin:0;margin-top:0!important;margin-bottom:0!important}
p.visible-desktop img{margin-bottom:0!important}
.prose img{vertical-align:top!important}
.prose img,.prose p{margin-top:0!important;margin-bottom:0!important}
p.hidden-desktop.pastitle,p.visible-desktop.pastitle{margin-bottom:20px!important;margin-top:10px!important}
.eventlist-title{margin:0 0 17px!important;font-size:28px!important;line-height:1.2em!important;padding:0 0 10px!important}
.tk-mandrel-normal{font-family:mandrel-normal,sans-serif}
.hidden-desktop,.visible-desktop{display:inherit!important;margin-bottom:0!important;margin-top:10px!important}
.eventitem{position:relative}
.eventitem-column-meta{width:30%}
.eventitem-column-content,.eventitem-column-meta{float:none;box-sizing:border-box;display:inline-block}
.eventitem-column-content{width:69%;padding-left:34px;vertical-align:top}
.eventitem-title{margin:0 0 34px!important;padding:0!important;font-size:28px!important;line-height:1.2em!important;word-break:break-word;word-wrap:break-word;font-weight:500!important}
.eventitem-meta{list-style-type:none;margin:0 0 17px;padding:0}
.eventitem-meta-item{margin:0;padding:0;font-size:.9em;line-height:1.6em}
.event-time-format .event-time-24hr{display:inline}
.event-time-format .event-time-12hr{display:none}
.speakerr{display:inline-block;width:24%;margin-bottom:20px;padding-right:30px;vertical-align:top}
.speakerr,.speakerr img{cursor:pointer!important}
.speakerr p{margin:10px 0}
.row-fluid{width:100%;zoom:1}
.row-fluid .span4{width:33%;display:inline-block;vertical-align:top;margin:0 auto;padding:15px}
.subfeature img{border:1px solid #ccc;width:100%}
.subfeature h4{color:#444;text-transform:none;font-weight:400;font-size:18px;margin:10px 0 5px;padding:0;line-height:120%}
.subfeature h4,.subfeature p{font-family:ProximaNova,Helvetica,Arial,sans-serif}
.subfeature p{font-size:13px;font-style:normal;line-height:1.4em;letter-spacing:0}
.subfeature h4 a:link,.subfeature h4 a:visited{color:#687819}
time.event-time-24hr{display:none}
.contentsection{display:inline-block;width:auto;vertical-align:top;margin-right:30px;text-align:left;color:grey;min-width:20%}
div.ui-accordion .contentsection{max-width:40%}
.contentsection:first-child{width:20%;text-align:left}
div.speakerr img{width:100%}
section#page article.eventitem time{font-size:18px!important}
.contentsection ul li{list-style:none}
div.ui-accordion h3{font-size:14px;margin-bottom:20px;text-align:left;color:#687819!important;font-weight:700;font-style:italic}
article{border-bottom:1px solid #d3d3d3}
a.eventlist-button.sqs-editable-button{color:#fff!important;min-width:255px;font:normal normal 12px/24px halyard-display,sans-serif;letter-spacing:2.93px;text-transform:uppercase;text-decoration:none}
div.ui-accordion{text-align:left;margin-left:38%;margin-bottom:20px}
.contentsection ul{margin-left:0;padding-left:0}
.contentsection p{margin-bottom:5px!important}
article:last-child{border:0!important}
.arrow{border:solid #000;border-width:0 3px 3px 0;display:inline-block;padding:3px}
.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}
ul.ui-tabs-nav{display:block;width:100%}
div.eventlist-column-info p.sessiondescrip,div.eventlist-column-info ul li time,p.textcontent{font:normal normal 17px/26px plantin,sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:400;font-stretch:normal;font-size:17px;line-height:26px;font-family:plantin,sans-serif;letter-spacing:.53px;margin-bottom:1rem!important}
li.ui-tabs-tab{display:inline-block;width:175px;height:35px;border:1px solid grey;border-bottom:0!important;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px;opacity:.5}
li.ui-tabs-tab:first-child{margin-left:0!important}
li.ui-tabs-tab a{color:#000!important;text-align:center!important;line-height:33px;font-weight:500!important;font:normal normal 12px/33px halyard-display,sans-serif;letter-spacing:2.93px;text-transform:uppercase;text-decoration:none!important}
li.ui-tabs-tab a:hover{text-decoration:none!important;cursor:pointer}
li.ui-state-active{background-color:#f5f0f0;opacity:1!important}
ul#tabcontrols{margin-bottom:30px}
.leftt{display:inline-block;vertical-align:top;width:35%}
.leftt img{width:100%}
.rightt{display:inline-block;vertical-align:top;width:64%}
div.speakerrr{display:block;padding-bottom:20px;border-bottom:1px solid #d3d3d3;padding-top:20px}
.notavailable{pointer-events:none;opacity:.4}
a{color:#687819!important;font-weight:700}
h4.a{font-weight:500!important}
.row-fluid .span3{width:22%!important;display:inline-block;vertical-align:top;float:none!important;margin-left:3%;text-align:left!important}
.row-fluid .span3:first-child{margin-left:0}
.visible-desktop{display:inherit!important}
.hidden-desktop{display:none!important}
.row-fluid [class*=span]{min-height:30px;box-sizing:border-box}
p.visible-desktop a{font-size:15px!important}
div.row-fluid.past{text-align:left}
.row-fluid{text-align:center}
p.visible-desktop img{width:100%}
.hover_bkgr_fricc{background:rgba(0,0,0,.4);cursor:pointer;display:none;height:100%;position:fixed;text-align:center;top:0;width:100%;z-index:10000;left:0}
.hover_bkgr_fricc .helper{display:inline-block;height:100%;vertical-align:middle}
.hover_bkgr_fricc>div{box-shadow:10px 10px 60px #555;height:auto;max-width:90%;min-height:230px;vertical-align:middle;width:700px;position:relative;border-radius:8px;max-height:90vh;margin-top:40px;padding:15px 5% 40px;overflow-y:scroll}
.hover_bkgr_fricc>div,.popupCloseButton{background-color:#fff;display:inline-block}
.popupCloseButton{border:1px solid #999;border-radius:50px;cursor:pointer;font-family:arial;font-weight:700;position:absolute;top:13px;right:13px;font-size:25px;line-height:30px;width:30px;height:30px;text-align:center}
div.eventlist-datetag img{display:none}
a.pro{background-image:url(/wp-content/uploads/2021/09/professional-session-white.png);background-size:23px 30px;background-position:30px 10px}
a.enthu,a.pro{background-repeat:no-repeat;text-indent:40px}
a.enthu{background-image:url(/wp-content/uploads/2021/09/enthusiast-session-white.png);background-size:36px 30px;background-position:22px 10px}
.site-footer__newsletter{margin:55px 0 0;max-width:none}
.span4.subfeature a{font-weight:400!important;text-decoration:none!important}
p.visible-desktop a,ul.visible-desktop li a{font-size:13px;line-height:1.2;background:#fff;font-family:ProximaNova,Arial,Helvetica,sans-serif;font-weight:300}
.hidden{display:none!important}
.pt-5,.py-5{padding-top:3rem!important}
.d-lg-flex{display:block}
.col-12.col-md-4.my-3.m-lg-0.order-lg-1,.footer-info.col-12.col-lg-4.mt-3.m-lg-0.order-lg-2.text-lg-center{display:inline-block!important;vertical-align:middle!important;width:32%!important}
.footer-social.col-12.col-lg-4.my-3.m-lg-0.d-flex.align-items-center.justify-content-start.justify-content-lg-end.order-lg-3{display:inline-block!important;vertical-align:middle!important;width:32%!important;text-align:right}
.footer-social-item.mr-4{display:inline-block; width: 30px; vertical-align: middle;}
a.footer-social-anchor i{color:#b9b2b2;font-size:22px;border:2px solid #b9b2b2;padding:7px 11px;border-radius:50%}
.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}
a.footer-social-anchor{font-size:22px;border:0px solid #b9b2b2;padding:8px 11px;border-radius:50%;vertical-align:middle}
a.footer-social-anchor,svg{color:#b9b2b2!important}
.footer-container.container{max-width:100%!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
a.footer-social-anchor.instagram,i.fa-instagram{padding:9px 12px!important;font-size:20px!important}
i.fa-twitter{padding:9px 10px!important;font-size:19px!important}
a.footer-social-anchor.twitter{padding:9px 11px!important;font-size:19px!important}
i.fa-youtube{padding:9px!important;font-size:19px!important}
a.footer-social-anchor.youtube{padding:9px 10px!important;font-size:19px}
.footer-end.row.my-4.px-3.px-md-0.d-lg-flex.align-items-center{max-width:1100px;margin:0 auto!important}
.prose ul>li:before{display:none}
.mt-3{margin-top:0!important}
main#main{padding-top:0;width:1100px!important}
body.home p.textcontent,main#main{margin:0 auto;max-width:90%!important}
div.accordionb div.contentsection ul li{font-size:14px!important;line-height:18px!important}
.prose ul>li{position:relative!important;padding-left:0!important;text-align:center!important}
.prose li{margin-top:0!important;margin-bottom:0!important}
.prose a{text-decoration:none}
.max-w-3xl.mx-auto,div#app{width:100%}
li.eventlist-meta-item.eventlist-meta-date.event-meta-item{display:none}
header.banner{padding-top:0;max-width:1100px!important;margin:0 auto}
@media screen and (max-width:1100px){div#deepinthecellar{max-width:90%!important}
.col-12.col-md-4.my-3.m-lg-0.order-lg-1{display:block;vertical-align:middle!important;width:100%!important;text-align:center}
.footer-info.col-12.col-lg-4.mt-3.m-lg-0.order-lg-2.text-lg-center,.footer-social.col-12.col-lg-4.my-3.m-lg-0.d-flex.align-items-center.justify-content-start.justify-content-lg-end.order-lg-3{display:block!important;vertical-align:middle!important;width:100%!important;text-align:center}
div#footerWrapper svg.img-fluid.svg.replaced-svg{padding:0;margin:0 auto}
div#footerWrapper .footer-social-item.mr-4{display:inline-block;width:40px;margin:0 10px!important}
#site{margin:0 auto;padding:0;max-width:95%}
a.eventlist-button.sqs-editable-button{color:#fff!important;float:right}
div.ui-accordion{display:none!important}
}
@media screen and (max-width:991px){.footer-container.container{width:400px;text-align:center;max-width:90%;margin:0 auto}
.mr-4,.mx-4{margin-right:auto!important;margin-left:auto!important}
.mb-3,.my-3{margin-bottom:1rem!important;display:block;width:100%;max-width:400px;flex:100%}
}
@media screen and (max-width:1100px){a.eventlist-button.sqs-editable-button{color:#fff!important;float:none;text-align:center;width:200px;max-width:90%;display:block;margin:0 auto 40px}
.footer-container.container{width:400px;text-align:center;max-width:90%;margin:0 auto}
.mr-4,.mx-4{margin-right:auto!important;margin-left:auto!important}
.mb-3,.my-3{margin-bottom:1rem!important;display:block;width:100%;max-width:400px;flex:100%}
.eventlist-column-thumbnail{display:block;float:none;width:100%;min-height:450px;margin-bottom:40px;text-decoration:none!important;background:hsla(0,0%,43.1%,.05);max-width:90%;margin-right:auto;margin-left:auto}
.eventlist-column-info{float:none;width:100%;padding:0;box-sizing:border-box;max-width:90%;margin:0 auto}
.eventlist-column-date{display:block;position:absolute;top:3%;left:0;width:92%;margin:0;padding:0;color:#333!important;text-decoration:none!important}
}
@media screen and (max-width:768px){article{margin-bottom:40px}
body.home .eventlist-datetag{transform:scale(1.25)}
div#app{width:100%;margin:0 auto}
#header{padding:0;position:relative;text-align:center;width:100%}
div.sqs-block-content ul{padding:0;list-style-position:inside}
body#home .eventlist-datetag{transform:scale(1.25)}
body#home .eventlist-column-info{float:none;width:100%;padding:0;box-sizing:border-box;max-width:100%;margin:0 auto}
p.textcontent{width:100%;max-width:90%;margin:0 auto}
h1.eventitem-title.hidden{display:block!important;text-align:center}
h1.eventitem-title{display:none!important}
a.footer-social-anchor i{color:#b9b2b2!important;font-size:22px!important;border:2px solid #b9b2b2!important;padding:7px 11px!important;border-radius:50%!important}
.footer-container.container{width:400px;text-align:center;max-width:90%;margin:0 auto}
.mr-4,.mx-4{margin-right:auto!important;margin-left:auto!important}
.mb-3,.my-3{margin-bottom:1rem!important;display:block;width:100%;max-width:400px;flex:100%}
.eventlist-column-thumbnail{display:block;float:none;width:100%;min-height:59vw;margin-bottom:40px;text-decoration:none!important;background:hsla(0,0%,43.1%,.05);max-width:100%;margin-right:auto;margin-left:auto}
}
@media screen and (max-width:768px){.hover_bkgr_fricc>div{background-color:#fff;box-shadow:10px 10px 60px #555;display:inline-block;height:auto;max-width:85%;min-height:230px;vertical-align:middle;width:700px;position:absolute;border-radius:8px;padding:15px 5%;max-height:85vh;overflow-y:scroll;left:0;top:25px;margin:0 auto;right:0}
div#pageWrapper{max-width:90%;margin:0 auto}
#site{margin:0 auto;padding:0;max-width:100%}
.row-fluid .span3{display:block!important;margin-left:auto!important;margin-right:auto!important}
div.contentsection.hidden,h1.eventitem-title.hidden,h4.hidden{display:block!important;text-align:left}
div.contentsection.hidden:last-child{border-bottom:0!important}
div.contentsection,h1.eventitem-title{display:none!important}
.row-fluid .span4{width:100%;display:inline-block;vertical-align:top;padding:0;margin:0 auto 40px}
.row-fluid .span3{width:100%!important;display:block;vertical-align:top;float:none!important;margin-left:auto;margin-right:auto;text-align:left;margin-bottom:40px}
.speakerr{display:inline-block;width:47%;margin-bottom:20px;padding-right:0;vertical-align:top;margin-right:1%;margin-left:1%}
.eventitem-column-content,.eventitem-column-meta{float:none;width:100%;box-sizing:border-box;display:block}
.eventitem-column-content{padding-left:0;vertical-align:top}
}
@media screen and (max-width:600px){li.ui-tabs-tab a{display:block;text-align:left!important;color:#000!important;font-weight:500!important;letter-spacing:2.93px;text-transform:uppercase;text-decoration:none!important;font-size:12px;line-height:48px!important}
a.eventlist-button.sqs-editable-button{color:#fff!important;float:none;text-align:center;max-width:100%;display:block;margin:0 auto}
div.sqs-block-content ul li{margin-bottom:10px}
.speakerr{display:block;width:100%;margin-bottom:40px;padding-right:0;vertical-align:top;margin-right:auto;margin-left:auto}
li.ui-tabs-tab{display:inline-block;width:100%;height:35px;text-align:center;border-top-left-radius:0;border-top-right-radius:0;opacity:1!important;border:0;border-bottom:1px solid #999!important;text-align:left;text-indent:40px!important}
div.sqs-block-content ul{padding:0;list-style-position:inside;list-style:none}
}
@media screen and (max-width:425px){a.eventlist-button.sqs-editable-button{color:#fff!important;float:none;text-align:center;width:100%;max-width:100%;display:block;margin:0 auto 40px}
}
.container{width:100%}
@media (min-width:640px){.container{max-width:640px}
}
@media (min-width:768px){.container{max-width:768px}
}
@media (min-width:1024px){.container{max-width:1024px}
}
@media (min-width:1280px){.container{max-width:1280px}
}
@media (min-width:1536px){.container{max-width:1536px}
}
.prose{color:#374151;max-width:65ch}
.prose [class~=lead]{color:#4b5563;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}
.prose a{color:#111827;text-decoration:underline;font-weight:500}
.prose strong{color:#111827;font-weight:600}
.prose ol[type=A]{--list-counter-style:upper-alpha}
.prose ol[type=a]{--list-counter-style:lower-alpha}
.prose ol[type=i]{--list-counter-style:lower-roman}
.prose ol[type="1"]{--list-counter-style:decimal}
.prose ol>li{position:relative;padding-left:1.75em}
.prose ol>li:before{content:counter(list-item,var(--list-counter-style,decimal)) ".";position:absolute;font-weight:400;color:#6b7280;left:0}
.prose ul>li{position:relative;padding-left:1.75em}
.prose ul>li:before{content:"";position:absolute;background-color:#d1d5db;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}
.prose hr{border-color:#e5e7eb;border-top-width:1px;margin-top:3em;margin-bottom:3em}
.prose blockquote{font-weight:500;font-style:italic;color:#111827;border-left-width:.25rem;border-left-color:#e5e7eb;quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}
.prose blockquote p:first-of-type:before{content:open-quote}
.prose blockquote p:last-of-type:after{content:close-quote}
.prose h1{color:#111827;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}
.prose h2{color:#111827;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}
.prose h3{font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}
.prose h3,.prose h4{color:#111827;font-weight:600}
.prose h4{margin-top:1.5em;margin-bottom:.5em;line-height:1.5}
.prose figure figcaption{color:#6b7280;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}
.prose code{color:#111827;font-weight:600;font-size:.875em}
.prose code:after,.prose code:before{content:"`"}
.prose a code{color:#111827}
.prose pre{color:#e5e7eb;background-color:#1f2937;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}
.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}
.prose pre code:after,.prose pre code:before{content:none}
.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}
.prose thead{color:#111827;font-weight:600;border-bottom-width:1px;border-bottom-color:#d1d5db}
.prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}
.prose tbody tr{border-bottom-width:1px;border-bottom-color:#e5e7eb}
.prose tbody tr:last-child{border-bottom-width:0}
.prose tbody td{vertical-align:top;padding:.5714286em}
.prose{font-size:1rem;line-height:1.75}
.prose p{margin-top:1.25em;margin-bottom:1.25em}
.prose figure,.prose img,.prose video{margin-top:2em;margin-bottom:2em}
.prose figure>*{margin-top:0;margin-bottom:0}
.prose h2 code{font-size:.875em}
.prose h3 code{font-size:.9em}
.prose ol,.prose ul{margin-top:1.25em;margin-bottom:1.25em}
.prose li{margin-top:.5em;margin-bottom:.5em}
.prose>ul>li p{margin-top:.75em;margin-bottom:.75em}
.prose>ul>li>:first-child{margin-top:1.25em}
.prose>ul>li>:last-child{margin-bottom:1.25em}
.prose>ol>li>:first-child{margin-top:1.25em}
.prose>ol>li>:last-child{margin-bottom:1.25em}
.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-top:.75em;margin-bottom:.75em}
.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{margin-top:0}
.prose thead th:first-child{padding-left:0}
.prose thead th:last-child{padding-right:0}
.prose tbody td:first-child{padding-left:0}
.prose tbody td:last-child{padding-right:0}
.prose>:first-child{margin-top:0}
.prose>:last-child{margin-bottom:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
.bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}
.bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}
.bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}
.bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}
.bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}
.border{border-width:1px}
.cursor-pointer{cursor:pointer}
.block{display:block}
.table{display:table}
.contents{display:contents}
.hidden{display:none}
.my-3{margin-top:.75rem;margin-bottom:.75rem}
.my-4{margin-top:1rem;margin-bottom:1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-3{margin-top:.75rem}
.mr-4{margin-right:1rem}
.max-w-3xl{max-width:48rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.static{position:static}
.relative{position:relative}
*{--tw-shadow:0 0 transparent;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent}
.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}
.text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}
.text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}
.text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}
.text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}
.transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@keyframes spin{to{transform:rotate(1turn)}
}
@keyframes ping{75%,to{transform:scale(2);opacity:0}
}
@keyframes pulse{50%{opacity:.5}
}
@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}
50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}
}


/*# sourceMappingURL=app.css.map*/

