/*!
Theme Name: Venture
Theme URI: https://wordpress.com/themes/venture/
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: Clean and creative portfolio theme which is focused on designers, developers, freelancers, photographers, architects, or any other individuals who want to showcase their work.
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: venture
Tags: author-bio, classic-menu, custom-menu, editor-style, featured-content-with-pages, featured-images, fixed-menu, one-page, responsive-layout, rtl-language-support, testimonials, threaded-comments, translation-ready, white
Status: inactive

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.

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

:root{
	--th-color-primary-dark:#222221;
	--th-color-primary-base:#424242;
	--th-color-primary-light:#505050;

	--th-color-secondary-base:#6e7273;
	--th-color-secondary-light:#a2a3a3;
	--th-color-secondary-lighter:#e2e2e4;
	--th-color-secondary-lightest:#f2f2f2;

	--th-color-accent-dark:#144f6d;
	--th-color-accent-base:#277da9;
	--th-color-accent-light:#0da4d3;

	--th-color-white:#ffffff;
	--th-color-red:red;
}

:root{
	--th-site-font-headings:'Roboto';
	--th-site-font-body:'Roboto';
}

:root{
	--th--global--content-size:760px;
    --th--global--wide-size:1140px;
    --th--global-vertical-space:2rem;
}

/*! tailwindcss v2.2.6 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

html{
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4;
}

html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
}

body{
  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,
samp,
pre{
  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:-0.25em;
}

sup{
  top:-0.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;
}

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

::-moz-focus-inner{
  border-style:none;
  padding:0;
}

:-moz-focusring{
  outline:1px dotted ButtonText;
}

:-moz-ui-invalid{
  box-shadow:none;
}

legend{
  padding:0;
}

progress{
  vertical-align:baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
  height:auto;
}

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

::-webkit-search-decoration{
  -webkit-appearance:none;
}

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

summary{
  display:list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre{
  margin:0;
}

button{
  background-color:transparent;
  background-image:none;
}

fieldset{
  margin:0;
  padding:0;
}

ol,
ul{
  list-style:none;
  margin:0;
  padding:0;
}

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

*,
::before,
::after{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:currentColor;
}

hr{
  border-top-width:1px;
}

img{
  border-style:solid;
}

textarea{
  resize:vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
  color:#9ca3af;
  opacity:1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::placeholder,
textarea::placeholder{
  color:#9ca3af;
  opacity:1;
}

button,
[role="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{
  color:inherit;
  line-height:inherit;
  padding:0;
}

pre,
code,
kbd,
samp{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object{
  display:block;
  vertical-align:middle;
}

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

[hidden]{
  display:none;
}

*,
::before,
::after{
  border-color:currentColor;
}

blockquote{
  margin-bottom:2rem;
}

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

blockquote cite,
.wp-block-quote__citation,
.wp-block-pullquote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large cite{
  display:block;
  font-size:1rem;
  font-weight:normal;
  line-height:1.45;
  opacity:0.75;
}

pre,
.wp-block-code{
  background-color:var(--th-color-secondary-lightest);
  line-height:1.6;
  margin-bottom:2rem;
  overflow:auto;
  padding:1.6em;
}

.wp-block-code,
pre,
code,
kbd,
samp{
  font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre,
.wp-block-code,
code,
kbd,
tt,
var{
  font-size:0.9375rem;
}

code{
  background-color:#f9f2f4;
  border-radius:4px;
  color:#c7254e;
  padding:0.2em 0.3em;
}

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

body{
  background:var(--th-color-white);
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

hr{
  background-color:var(--th-color-secondary-lighter);
  border:0;
  height:1px;
  margin-bottom:2rem;
}

img{
  display:inline-block;
}

ul,
ol{
  margin:0 0 2rem;
  padding-left:1.5em;
}

ul{
  list-style:disc;
}

ol{
  list-style:decimal;
}

li > ul,
	li > ol{
  margin-bottom:0;
  padding-bottom:0.25em;
  padding-top:0.25em;
}

li > ul{
  list-style:circle;
}

dt{
  font-weight:bold;
}

dd{
  margin:0 2rem 1.5em;
}

.svg-icon.th-fill-current[stroke]{
  fill:transparent;
}

button,
input,
select,
optgroup,
textarea{
  color:inherit;
  font-family:inherit;
  line-height:inherit;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
[role="button"]{
  cursor:pointer;
}

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

button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled,
.button:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled{
  cursor:not-allowed;
  opacity:0.5;
}

button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover{
  opacity:0.5;
}

textarea{
  width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
  color:var(--th-color-primary-dark);
  font-family:var(--th-site-font-headings);
  line-height:1.25;
}

.th-heading-text-inherit h1,
.th-heading-text-inherit h2,
.th-heading-text-inherit h3,
.th-heading-text-inherit h4,
.th-heading-text-inherit h5,
.th-heading-text-inherit h6{
  color:inherit;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color h4,
.has-text-color h5,
.has-text-color h6{
  color:inherit;
}

a{
  color:var(--th-color-accent-base);
}

a:hover,
a:focus{
  color:var(--th-color-accent-dark);
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

.th-links-inherit a:not(:hover){
  color:inherit;
}

.has-background-cover .th-content a,
.has-background-cover .th-content a:hover{
  color:inherit;
}

table{
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:2rem;
  max-width:100%;
  width:100%;
}

th{
  text-align:left;
}

th,
td{
  border:none;
  border-top:1px solid var(--th-color-secondary-lighter);
  line-height:1.45;
  padding:0.6em;
  vertical-align:top;
}

thead th{
  border-bottom:2px solid var(--th-color-secondary-lighter);
  vertical-align:bottom;
}

table > tbody + tbody{
  border-top:2px solid var(--th-color-secondary-lighter);
}

table table{
  background-color:var(--th-color-white);
}

body,
button,
input,
select,
optgroup,
textarea{
  font-size:1rem;
}

body{
  color:var(--th-color-primary-base);
  font-family:var(--th-site-font-body);
  line-height:1.7;
}

p{
  margin-bottom:2rem;
}

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

address{
  margin:0 0 2rem;
}

address > :last-child{
  margin-bottom:0;
}

abbr,
acronym{
  border-bottom:1px dotted var(--th-color-secondary-base);
  cursor:help;
}

mark,
ins{
  background:#fff9c0;
  padding:.2em;
  text-decoration:none;
}

small{
  font-size:85%;
}

big{
  font-size:125%;
}

b,
strong{
  font-weight:bold;
}

blockquote{
  border-left:1px solid;
  font-weight:400;
  margin-bottom:2rem;
  padding:1rem 1rem;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
  background-color:var(--th-color-secondary-lightest);
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:4px;
  color:var(--th-color-primary-dark);
  font-weight:normal;
  padding:0.6em 0.8em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus{
  background-color:var(--th-color-white);
  border-color:var(--th-color-primary-dark);
  outline:0;
  outline:thin dotted \9;
}

select{
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:var(--th-color-secondary-lightest) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23353833'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position:right 0.8em top 60%;
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:4px;
  line-height:1.45;
  padding:0.6em 2em 0.6em 0.8em;
}

select:focus{
  background-color:var(--th-color-white);
  border-color:var(--th-color-primary-dark);
}

.primary-button,
button,
input[type="submit"],
.more-link-container .more-link{
  border:1px solid;
  border-radius:999px;
  display:inline-block;
  font-weight:bolder;
  line-height:1.25;
  padding:0.87em 1.45em;
  vertical-align:bottom;
}

.more-link-container .more-link,
.primary-button{
  font-size:1rem;
  text-decoration:none;
}

button,
input[type="submit"]{
  background-color:var(--th-color-primary-dark);
  border-color:var(--th-color-primary-dark);
  color:var(--th-color-white);
}

button:hover,
input[type="submit"]:hover{
  background-color:var(--th-color-secondary-lighter);
  border-color:var(--th-color-secondary-lighter);
  color:var(--th-color-primary-base);
}

.primary-button,
.more-link-container .more-link{
  background-color:var(--th-color-white);
  color:var(--th-color-primary-base);
}

.more-link-container.is-style-outline a.more-link:hover,
.more-link-container.is-style-outline a.more-link.wp-block-button__link:hover,
.primary-button:hover{
  background-color:var(--th-color-primary-base);
  border-color:transparent;
  color:var(--th-color-white);
}

.jetpack-video-wrapper,
.mejs-container,
.wp-playlist,
.tiled-gallery,
.slideshow-window,
#page div#jp-relatedposts{
  margin-bottom:2rem;
}

#page .has-background-cover{
  background-attachment:scroll;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100%;
  background-size:cover;
  text-shadow:0 2px 3px rgba(0,0,0,0.3);
}

a,
#search-container #close-search-container,
.portfolio-grid .hentry img,
.portfolio-grid .hentry .entry-header .entry-title,
input,
textarea,
#infinite-handle span{
  -webkit-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
}

#fullscreen-header .featured-slide .hentry,
#fullscreen-header .featured-slide .hentry-inner,
.front-block .grid-row .featured-page-inner,
.front-block.front-blog-posts .featured-page-content{
  height:100%;
  width:100%;
}

.has-arrow:after{
  content:"\2192";
  padding-left:0.25rem;
}

#masthead,
#wpadminbar{
  -webkit-backface-visibility:hidden;
}

#content,
#colophon{
  word-wrap:break-word;
}

button.clean-button{
  -webkit-box-shadow:none;
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
  color:inherit;
  outline:medium none invert;
  outline:initial;
  padding:0;
  text-shadow:none;
}

.posts-navigation .nav-previous a:before,
.comment-navigation .nav-previous:before{
  content:"\2190";
}

.more-link-container .more-link::after,
.posts-navigation .nav-next a:after,
.comment-navigation .nav-next:after{
  content:"\2192";
}

.th-text-inherit{
  color:inherit;
}

.container{
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight:bolder;
}

h1{
  font-size:2.566rem;
}

h2{
  font-size:2.027rem;
}

h3{
  font-size:1.602rem;
}

h4{
  font-size:1.266rem;
}

h5{
  font-size:1rem;
}

h6{
  font-size:0.889rem;
}

a{
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

[class^="th-stack"] > *{
  margin:0;
}

.th-stack--3xl > * + *{
  margin-top:4rem;
}

.th-stack--2xl > * + *{
  margin-top:3rem;
}

.th-stack--xl > * + *{
  margin-top:2.5rem;
}

.th-stack--lg > * + *{
  margin-top:2rem;
}

.th-stack--md > * + *{
  margin-top:1.5rem;
}

.th-stack--base > * + *{
  margin-top:1rem;
}

.th-stack--sm > * + *{
  margin-top:0.75rem;
}

.th-stack--xs > * + *{
  margin-top:0.5rem;
}

.th-stack--2xs > * + *{
  margin-top:0.25rem;
}

.th-stack-full-3xl > *{
  margin-top:4rem;
}

.th-stack-full--2xl > *{
  margin-top:3rem;
}

.th-stack-full--xl > *{
  margin-top:2.5rem;
}

.th-stack-full--lg > *{
  margin-top:2rem;
}

.th-stack-full--md > *{
  margin-top:1.5rem;
}

.th-stack-full--base > *{
  margin-top:1rem;
}

.th-stack-full--sm > *{
  margin-top:0.75rem;
}

.th-stack-full--xs > *{
  margin-top:0.5rem;
}

.th-stack-full--2xs > *{
  margin-top:0.25rem;
}

.th-bordered-stack--lg > * + *{
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:2rem;
  padding-top:2rem;
}

.th-bordered-stack--base > * + *{
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:1rem;
  padding-top:1rem;
}

.table-striped tbody tr:nth-of-type(odd){
  background-color:var(--th-color-secondary-lightest);
}

.table-bordered{
  border:1px solid var(--th-color-secondary-lighter);
}

.table-bordered th,
.table-bordered td{
  border:1px solid var(--th-color-secondary-lighter);
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width:2px;
}

body,
button,
input,
select,
textarea{
  font-weight:300;
}

body{
  font-size:0.889rem;
}

.wp-block-audio{
  margin-bottom:2rem;
}

.wp-block-audio audio{
  width:100%;
}

.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-video.alignleft,
.wp-block-video.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignright
.wp-block-pullquote.alignleft{
  max-width:100%;
  width:50%;
}

.wp-block-buttons .wp-block-button{
  margin-bottom:0;
}

.wp-block-button.wp-block-button__width-100{
  text-align:center;
}

.wp-block-button__link{
  font-size:inherit;
  line-height:1.45;
}

.has-custom-font-size .wp-block-button__link{
  line-height:inherit;
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline,
.wp-block-button__link{
  padding:0.8em 1.2em;
}

.wp-block-buttons{
  margin-bottom:2rem;
}

.wp-block-button__link.has-text-color:hover,
.wp-block-button__link.has-background:hover,
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover{
  opacity:0.65;
}

.wp-block-button.aligncenter{
  text-align:center;
}

.wp-block-button__link:not(.has-background):hover{
  background-color:var(--th-color-secondary-lighter);
}

.wp-block-button__link:not(.has-text-color):not(.has-background):hover{
  color:var(--th-color-primary-base);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{
  color:var(--th-color-secondary-base);
}

.wp-block-button.is-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){
  color:inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link{
  border-color:currentColor;
  border-color:initial;
  border-style:solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background){
  background-color:transparent;
}

p.has-background{
  padding:1em 1.5em;
}

.wp-block-columns{
  margin-bottom:2rem;
}

.wp-block-columns.has-background:not(.alignfull){
  border-radius:4px;
}

.wp-block-columns .wp-block-column > :first-child{
  margin-top:0;
}

.wp-block-columns .wp-block-column [class*="has-background"].wp-block-cover{
  padding:calc(var(--th--global-vertical-space)/2);
}

.wp-block-columns .wp-block-column > *{
  margin-bottom:0;
}

.wp-block-columns .wp-block-column > * + *{
  margin-top:calc(var(--th--global-vertical-space)/2);
}

.wp-block-columns > * + *{
  margin-top:2rem;
}

.wp-block-columns.alignfull{
  padding:2rem;
}

.wp-block-cover{
  margin-bottom:2rem;
}

.wp-block-cover.has-background-dim{
  text-shadow:0 0 1px rgb(0 0 0 / 15%);
}

.wp-block-cover .wp-block-cover__inner-container > :first-child{
  margin-top:0;
}

.wp-block-cover .wp-block-cover__inner-container.has-background > :first-child{
    margin-top:0;
  }

.wp-block-cover .wp-block-cover__inner-container.has-background > :last-child{
    margin-bottom:0;
  }

.wp-block-cover .wp-block-cover__inner-container.has-background.alignfull{
    margin-bottom:0;
    margin-top:0;
  }

.wp-block-cover .wp-block-cover__inner-container > *{
    margin:var(--th--global-vertical-space) auto;
    max-width:var(--th--global--content-size);
  }

.wp-block-cover .wp-block-cover__inner-container > *:first-child[class*="has-background"].alignfull,
            .wp-block-cover .wp-block-cover__inner-container > *:first-child.wp-block-cover{
    margin-top:0;
  }

.wp-block-cover .wp-block-cover__inner-container > *.wp-block-separator{
    margin-bottom:var(--th--global-vertical-space);
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-cover .wp-block-cover__inner-container .has-huge-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-cover .wp-block-cover__inner-container .has-medium-font-size + .alignwide.wp-block-image{
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6):not(:last-child){
    margin-bottom:0;
  }

.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-buttons{
    margin-top:calc(var(--th--global-vertical-space)/1.75);
  }

.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-image{
    margin-top:calc(var(--th--global-vertical-space)/2.5);
  }

.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p,
.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul,
.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p + .has-background.alignfull,
.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul + .has-background.alignfull,
.wp-block-cover .wp-block-cover__inner-container :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol + .has-background.alignfull{
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-cover .wp-block-cover__inner-container [class*="has-background"].alignfull{
    margin-bottom:0;
  }

.wp-block-cover .wp-block-cover__inner-container [class*="has-background"].alignfull + [class*="has-background"].alignfull{
    margin-top:0;
  }

.wp-block-cover .wp-block-cover__inner-container .has-small-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/5.5);
  }

.wp-block-cover .wp-block-cover__inner-container .has-normal-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-cover .wp-block-cover__inner-container .has-normal-font-size + .has-small-font-size{
    margin-top:calc(var(--th--global-vertical-space)/6);
  }

.wp-block-cover .wp-block-cover__inner-container .has-large-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-cover .wp-block-cover__inner-container .wp-block-columns:not(:last-child){
    margin-bottom:0;
  }

.wp-block-cover .wp-block-cover__inner-container .wp-block-columns + .wp-block-columns{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.wp-block-cover:not(.alignfull),
	.wp-block-cover:not(.alignfull).has-background-dim::before,
	.wp-block-cover:not(.alignfull) .wp-block-cover__video-background,
	.wp-block-cover:not(.alignfull) .wp-block-cover__image-background,
	.wp-block-cover:not(.alignfull) .wp-block-cover__gradient-background{
  border-radius:4px;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright{
  min-height:300px;
}

p.has-drop-cap:not(:focus):first-letter{
  font-size:6.2em;
  font-weight:bold;
  line-height:0.8;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright{
  max-width:100%;
}

.wp-block-embed{
  margin-bottom:2rem;
}

.wp-block-embed figcaption{
  margin-top:0.75em;
}

.wp-block-embed .jetpack-video-wrapper{
  margin-bottom:0;
}

.wp-block-embed.alignfull figcaption{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe{
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
}

.wp-block-file{
  margin-bottom:2rem;
}

.wp-block-gallery{
  margin-bottom:2rem;
}

.wp-block-gallery.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item{
  margin:0;
}

.wp-block-gallery .blocks-gallery-grid{
  grid-gap:calc(var(--th--global-vertical-space)/2);
}

.wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption{
  border-radius:0 0 4px 4px;
}

.wp-block-gallery .blocks-gallery-item img{
  border-radius:4px;
}

.wp-block-gallery .blocks-gallery-caption{
  margin-top:1rem;
}

.wp-block-gallery.alignfull{
  padding:0 16px;
}

[class*="has-background"] input[type="text"],
	[class*="has-background"] input[type="password"],
	[class*="has-background"] input[type="datetime"],
	[class*="has-background"] input[type="datetime-local"],
	[class*="has-background"] input[type="date"],
	[class*="has-background"] input[type="month"],
	[class*="has-background"] input[type="time"],
	[class*="has-background"] input[type="week"],
	[class*="has-background"] input[type="number"],
	[class*="has-background"] input[type="email"],
	[class*="has-background"] input[type="url"],
	[class*="has-background"] input[type="search"],
	[class*="has-background"] input[type="tel"],
	[class*="has-background"] input[type="color"],
	[class*="has-background"] textarea{
  background-color:var(--th-color-white);
}

.has-text-color .wp-block-image figcaption,
.has-text-color .wp-block-audio figcaption,
.has-text-color .wp-block-video figcaption,
.has-text-color .wp-block-embed figcaption,
.has-text-color .wp-block-gallery .blocks-gallery-caption,

[class*="has-background"] .wp-block-quote,
[class*="has-background"] [class*="__inner-container"] .wp-block-image figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-audio figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-video figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-embed figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-comments__comment-date,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-posts__post-date{
  color:inherit;
  opacity:0.85;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-image figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-audio figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-video figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-embed figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-comments__comment-date,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-posts__post-date,

.has-text-color .wp-block-image figcaption,
.has-text-color .wp-block-audio figcaption,
.has-text-color .wp-block-video figcaption,
.has-text-color .wp-block-embed figcaption,
.has-text-color .wp-block-gallery .blocks-gallery-caption,

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link):hover,
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link):hover{
  opacity:0.65;
}

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link):hover,
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link):hover{
  color:inherit;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
[class*="has-background"] [class*="__inner-container"] .wp-block-button__link.is-style-outline:not(.has-text-color){
  color:inherit;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-button.is-style-outline:hover,
[class*="has-background"] [class*="__inner-container"] .wp-block-button__link.is-style-outline:hover{
  opacity:0.65;
}

[class*="has-background"] [class*="__inner-container"] .wp-social-link a,
[class*="has-background"] .wp-block-media-text__content .wp-social-link a,
[class*="has-background"] [class*="__inner-container"] .wp-social-link a:hover,
[class*="has-background"] .wp-block-media-text__content .wp-social-link a:hover{
  opacity:1;
}

.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-caption,
.wp-block-latest-posts__post-date{
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
}

.wp-block-pullquote blockquote,
.wp-block-column > :last-child,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date{
  margin-bottom:0;
}

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

ul.has-background,
ol.has-background{
  border-radius:4px;
  margin-left:auto;
  padding:1.5em 1em;
}

.wp-block-group,
.entry-content .wp-block-group.has-background.alignfull{
  margin-bottom:2rem;
}

.wp-block-group__inner-container > :last-child{
  margin-bottom:0;
}

div[class*="has-background"]:not(.block-editor-rich-text__editable){
  padding:var(--th--global-vertical-space) calc(var(--th--global-vertical-space)/2);
}

div[class*="has-background"]:not(.block-editor-rich-text__editable):not(.alignfull){
  border-radius:4px;
}

.wp-block-group.alignfull{
  padding-left:calc(var(--th--global-vertical-space)/2);
  padding-right:calc(var(--th--global-vertical-space)/2);
}

.wp-block-group.has-background img{
  opacity:0.9;
}

.wp-block-group > :first-child{
  margin-top:0;
}

.wp-block-group.has-background > :first-child{
    margin-top:0;
  }

.wp-block-group.has-background > :last-child{
    margin-bottom:0;
  }

.wp-block-group.has-background.alignfull{
    margin-bottom:0;
    margin-top:0;
  }

.wp-block-group > *{
    margin:var(--th--global-vertical-space) auto;
    max-width:var(--th--global--content-size);
  }

.wp-block-group > *:first-child[class*="has-background"].alignfull,
            .wp-block-group > *:first-child.wp-block-cover{
    margin-top:0;
  }

.wp-block-group > *.wp-block-separator{
    margin-bottom:var(--th--global-vertical-space);
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-group .has-huge-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-group .has-medium-font-size + .alignwide.wp-block-image{
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6):not(:last-child){
    margin-bottom:0;
  }

.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-buttons{
    margin-top:calc(var(--th--global-vertical-space)/1.75);
  }

.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-image{
    margin-top:calc(var(--th--global-vertical-space)/2.5);
  }

.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p,
.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul,
.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p + .has-background.alignfull,
.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul + .has-background.alignfull,
.wp-block-group :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol + .has-background.alignfull{
    margin-top:var(--th--global-vertical-space);
  }

.wp-block-group [class*="has-background"].alignfull{
    margin-bottom:0;
  }

.wp-block-group [class*="has-background"].alignfull + [class*="has-background"].alignfull{
    margin-top:0;
  }

.wp-block-group .has-small-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/5.5);
  }

.wp-block-group .has-normal-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-group .has-normal-font-size + .has-small-font-size{
    margin-top:calc(var(--th--global-vertical-space)/6);
  }

.wp-block-group .has-large-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-block-group .wp-block-columns:not(:last-child){
    margin-bottom:0;
  }

.wp-block-group .wp-block-columns + .wp-block-columns{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.wp-block-image{
  margin-bottom:2rem;
}

.wp-block-image:not(.is-style-rounded) img{
  border-radius:4px;
}

.wp-block-image a:hover img{
  opacity:0.75;
}

.wp-block-image figcaption{
  margin-bottom:0;
  margin-top:0.75em;
}

.wp-block-image.alignfull figcaption{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-block-image .aligncenter{
  text-align:center;
}

.wp-block-latest-comments{
  margin-bottom:2rem;
  margin-left:0;
  padding-left:0;
}

.wp-block-latest-comments .avatar{
  height:48px;
  margin-right:0;
  width:48px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
  margin-left:calc(48px + 2rem);
}

.wp-block-latest-comments__comment-author{
  font-weight:bold;
}

.wp-block-latest-comments > *,
.wp-block-latest-comments__comment-excerpt > :last-child{
  margin-bottom:0;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p{
  font-size:inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{
  margin-bottom:0;
  margin-top:1.5rem;
}

.wp-block-latest-comments > .wp-block-latest-comments__comment + .wp-block-latest-comments__comment{
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.wp-block-latest-comments__comment-date{
  margin-top:0.5rem;
}

.wp-block-latest-comments__comment-author{
  text-decoration:none;
}

.wp-block-latest-posts{
  margin-left:0;
  padding-left:0;
}

.wp-block-latest-posts li > a{
  font-family:var(--th-site-font-headings);
  font-size:1.266rem;
  line-height:1.25;
  text-decoration:none;
}

.wp-block-latest-posts__post-date{
  margin-top:0.25rem;
}

.wp-block-latest-posts.is-grid,
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-excerpt > :last-child,
.wp-block-latest-posts__post-full-content,
.wp-block-latest-posts__post-full-content > :last-child{
  margin-bottom:0;
}

.wp-block-latest-posts__post-excerpt{
  margin-top:0.75rem;
}

.wp-block-latest-posts .more-link-container{
  margin-top:2rem;
}

.wp-block-latest-posts__list:not(.is-grid) > * + *{
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.wp-block-latest-posts.is-grid li,
.wp-block-latest-posts__featured-image{
  margin-bottom:2rem;
}

.wp-block-media-text{
  grid-gap:calc(var(--th--global-vertical-space)/2);
  margin-bottom:2rem;
}

.wp-block-media-text.alignwide{
  grid-column-gap:var(--th--global-vertical-space);
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media{
  border-radius:4px;
}

.wp-block-media-text:not(.is-image-fill) .wp-block-media-text__media img{
  border-radius:4px;
}

.wp-block-media-text .wp-block-media-text__content{
  padding:0;
}

.wp-block-media-text .wp-block-media-text__content > :first-child{
  margin-top:0;
}

.wp-block-media-text .wp-block-media-text__content > :last-child{
  margin-bottom:0;
}

.wp-block-media-text.has-background:not(.is-image-fill){
  padding:2rem;
}

.wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content{
  padding:2rem;
}

.wp-block-media-text.has-background.is-image-fill .wp-block-media-text__media{
  margin-bottom:0;
  margin-top:0;
}

.wp-block-media-text .has-text-color a:hover{
  color:inherit;
  opacity:0.65;
}

.wp-block-media-text.alignfull .wp-block-media-text__content{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-block-query{
  margin-bottom:2rem;
}

.wp-block-query > :last-child{
  margin-bottom:0;
}

.wp-block-query > .is-flex-container.wp-block-post-template{
  display:grid;
  grid-gap:calc(var(--th--global-vertical-space)/2);
}

.wp-block-query > .is-flex-container.wp-block-post-template li{
  margin:0;
}

ul.wp-block-post-template{
  margin-left:0;
}

ul.wp-block-post-template li > *{
  margin-bottom:calc(var(--th--global-vertical-space)/4);
  margin-top:calc(var(--th--global-vertical-space)/4);
}

ul.wp-block-post-template li > *:first-child{
  margin-top:0;
}

ul.wp-block-post-template li > *:last-child{
  margin-bottom:0;
}

ul.wp-block-post-template li .wp-block-post-date{
  margin-bottom:0;
}

ul.wp-block-post-template li .wp-block-post-date + .wp-block-post-title{
  margin-top:0.5rem;
}

ul.wp-block-post-template li .wp-block-post-featured-image + .wp-block-post-title{
  margin-top:calc(var(--th--global-vertical-space)/2.5);
}

ul.wp-block-post-template li .wp-block-post-title{
  margin-bottom:0;
}

ul.wp-block-post-template li .wp-block-post-title + .has-small-font-size{
  margin-top:0.5rem;
}

ul.wp-block-post-template li .wp-block-post-excerpt > :last-child{
  margin-bottom:0;
}

ul.wp-block-post-template li .wp-block-post-excerpt__excerpt + .wp-block-post-excerpt__more-text{
  margin-top:calc(var(--th--global-vertical-space)/4);
}

.wp-block-quote cite,
.wp-block-pullquote cite{
  font-style:normal;
  font-style:initial;
}

.wp-block-quote.has-text-align-center,
.wp-block-quote.is-style-large.has-text-align-center,
.wp-block-quote.is-large.has-text-align-center{
  border-left:none;
  border-right:none;
  padding-left:0;
  padding-right:0;
}

.wp-block-pullquote{
  border:1px solid;
  margin-bottom:2rem;
  padding:2em;
}

.wp-block-pullquote.is-style-solid-color{
  border:none;
}

.wp-block-pullquote.is-style-solid-color:not(.has-background){
  background-color:var(--th-color-secondary-lighter);
}

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

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color blockquote p{
  font-size:inherit;
  line-height:inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p{
  margin-bottom:2rem;
}

.wp-block-pullquote blockquote{
  font-size:1em;
}

.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull{
  clear:both;
}

.wp-block-pullquote.alignfull blockquote{
  margin-left:auto;
  margin-right:auto;
  max-width:47rem;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer{
  text-align:inherit;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p{
  font-size:1.424rem;
  font-style:inherit;
}

.wp-block-search{
  margin-bottom:2rem;
}

.wp-block-search .wp-block-search__label{
  display:inline-block;
  margin-bottom:0.75rem;
}

.wp-block-search .wp-block-search__input{
  max-width:100%;
}

.wp-block-separator{
  border-top:0;
  height:auto;
  margin:2rem auto;
}

hr.wp-block-separator{
  max-width:calc(var(--th--global--content-size)/2);
}

hr.wp-block-separator.is-style-wide{
  max-width:var(--th--global--content-size);
}

hr.wp-block-separator.is-style-wide.alignwide{
  max-width:var(--th--global--wide-size);
}

hr.wp-block-separator.is-style-wide.alignfull{
  max-width:100%;
}

.wp-block-separator.is-style-dots::before{
  font-size:1.424em;
  letter-spacing:1.424em;
  padding-left:1.424em;
}

.wp-block-social-links{
  grid-gap:0.75em;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{
  margin:0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a{
  padding:0;
}

.wp-block-table{
  margin-bottom:2rem;
}

.wp-block-table table{
  margin-bottom:0;
}

.wp-block-table table.has-background thead th{
  border-top:none;
}

.wp-block-table table.has-background thead th,
			.wp-block-table table.has-background tbody td,
			.wp-block-table table.has-background tfoot td{
  border-color:rgba(255,255,255,0.5);
}

.wp-block-table table.has-background + figcaption{
  border-top:none;
}

.wp-block-table table th.has-text-align-right{
  text-align:right;
}

.wp-block-table table th.has-text-align-center{
  text-align:center;
}

.wp-block-table table thead th{
  font-weight:normal;
}

.wp-block-table table tfoot td{
  font-size:90%;
}

.is-style-stripes.wp-block-table{
  border-bottom:none;
}

.is-style-stripes.wp-block-table table:not(.has-background){
  -webkit-box-shadow:0 1px 0 0 var(--th-color-secondary-lighter);
  box-shadow:0 1px 0 0 var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table table.has-background tbody tr:nth-child(odd){
  background-color:rgba(0,0,0,0.15);
}

.is-style-stripes.wp-block-table table + figcaption{
  border-top:none;
  padding-bottom:0;
}

.is-style-stripes.wp-block-table th,
	.is-style-stripes.wp-block-table td{
  border-color:var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table td{
  border-color:var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table tbody tr:nth-child(odd){
  background-color:var(--th-color-secondary-lightest);
}

.is-style-stripes.wp-block-table thead tr:nth-child(odd){
  background-color:transparent;
}

.wp-block-table table + figcaption{
  border-top:1px solid var(--th-color-secondary-lighter);
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  padding-top:1rem;
  text-align:center;
}

.wp-block-verse pre,
pre.wp-block-verse{
  background:none;
  border:none;
  color:inherit;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  padding-bottom:0;
  padding-top:0;
}

.wp-block-verse pre::before,
pre.wp-block-verse::before{
  display:none;
}

.wp-block-video{
  margin-bottom:2rem;
}

.inactive-sidebar .alignfull{
  margin-left:calc(50% - 50vw);
  max-width:unset;
  width:100vw;
}

.inactive-sidebar .alignfull .alignwide{
  margin-left:auto;
  margin-right:auto;
}

.inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
  margin-left:auto;
  margin-right:auto;
}

.inactive-sidebar .alignwide{
  max-width:unset;
}

.inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignfull{
  margin-left:-2rem;
  margin-right:-2rem;
  max-width:unset;
  width:auto;
}

.inactive-sidebar *:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignwide,
			.inactive-sidebar *:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignfull{
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  width:100%;
}

.inactive-sidebar .has-background:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignfull{
  margin-left:-2rem;
  max-width:unset;
  width:calc(100% + 4rem);
}

.inactive-sidebar .alignwide > [class*="__inner-container"] .alignfull{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.inactive-sidebar .alignwide .alignwide > [class*="__inner-container"]{
  max-width:unset;
}

.wp-block-archives-dropdown{
  margin-bottom:2rem;
}

.wp-block-calendar{
  margin-bottom:2rem;
}

.wp-block-calendar table th{
  background-color:var(--th-color-secondary-lightest);
  padding-bottom:0.8em;
  padding-top:0.8em;
  text-align:center;
}

.wp-block-calendar th,
.wp-block-calendar tbody td{
  border-color:var(--th-color-secondary-lighter);
}

.wp-block-calendar table tbody,
.wp-block-calendar table caption{
  color:var(--th-color-secondary-base);
}

.wp-block-calendar table,
.wp-block-calendar table caption{
  margin-bottom:2rem;
}

.wp-block-categories-dropdown{
  margin-bottom:2rem;
}

.wp-block-button__link{
  padding:0.87em 1.45em;
}

.wp-block-button__link{
  background-color:var(--th-color-primary-dark);
  border-radius:999px;
  color:var(--th-color-white);
  font-size:inherit;
  text-decoration:none;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline{
  border-width:1px;
  padding-bottom:calc(0.87em - 1px);
  padding-top:calc(0.87em - 1px);
}

.wp-block-cover .wp-block-cover__inner-container > *{
  margin-bottom:0;
}

.wp-block-cover .wp-block-cover__inner-container > * + *{
  margin-top:1.5rem;
}

.wp-block-cover .wp-block-cover__inner-container > .has-large-font-size + .wp-block-buttons{
  margin-top:2.5rem;
}

:root .has-small-font-size{
  font-size:0.889rem;
}

:root .has-normal-font-size,
:root .has-medium-font-size,
:root .has-large-font-size,
:root .has-huge-font-size{
  line-height:1.55;
}

:root .has-enormous-font-size{
  line-height:1.3;
}

:root .has-gigantic-font-size{
  line-height:1.25;
}

[class*="has-background"] .wp-block-quote::before{
  display:none;
}

[class*="has-background"] [class*="__inner-container"] a:not([class]),
[class*="has-background"] .wp-block-media-text__content a:not([class]){
  font-weight:bolder;
  text-decoration:underline;
}

[class*="has-background"] [class*="__inner-container"] h1 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h1 > a:not([class]),
[class*="has-background"] [class*="__inner-container"] h2 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h2 > a:not([class]),
[class*="has-background"] [class*="__inner-container"] h3 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h3 > a:not([class]),
[class*="has-background"] [class*="__inner-container"] h4 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h4 > a:not([class]),
[class*="has-background"] [class*="__inner-container"] h5 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h5 > a:not([class]),
[class*="has-background"] [class*="__inner-container"] h6 > a:not([class]),
[class*="has-background"] .wp-block-media-text__content h6 > a:not([class]){
  font-weight:inherit;
  text-decoration:none;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt{
  margin-left:0;
}

.wp-block-latest-comments > .wp-block-latest-comments__comment + .wp-block-latest-comments__comment{
  border-top:none;
  margin-top:2.5rem;
  padding-top:0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:nth-child(even) .wp-block-latest-comments__comment-excerpt{
  max-width:57ch;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:nth-child(odd) .wp-block-latest-comments__comment-excerpt{
  max-width:63ch;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date,
	.wp-block-latest-comments .wp-block-latest-comments__comment-meta{
  color:var(--th-color-secondary-base);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author{
  color:var(--th-color-primary-dark);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:not(span):hover{
  color:var(--th-color-accent-dark);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta{
  padding-top:0.5rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar{
  border-radius:999px;
  height:64px;
  width:64px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date{
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt{
  background-color:var(--th-color-secondary-lightest);
  border-radius:4px;
  margin-top:calc(1.5rem + 10px);
  padding:1em 1.5em;
  position:relative;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt::before{
  border-color:var(--th-color-secondary-lightest) transparent;
  border-style:solid;
  border-width:0 10px 10px;
  content:'';
  display:block;
  left:22px;
  position:absolute;
  top:-10px;
  width:0;
  z-index:1;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > :first-child{
  margin-top:0;
}

.wp-block-pullquote blockquote::before,
.wp-block-quote.has-text-align-center::before{
  display:none;
}

.wp-block-pullquote blockquote{
  font-weight:lighter;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
.wp-block-quote.is-large.has-text-align-right{
  border-left:none;
  border-right:1px solid;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large{
  padding:1rem;
}

.wp-block-search .wp-block-search__label{
  color:var(--th-color-secondary-base);
}

.wp-block-search .wp-block-search__input{
  border-color:var(--th-color-secondary-lighter);
  border-radius:30px 4px 4px 30px;
  padding:0.6em 1.5em;
}

.wp-block-search .wp-block-search__button{
  background-color:var(--th-color-accent-base);
  border-color:var(--th-color-accent-base);
  border-radius:4px 30px 30px 4px;
  color:#ffffff;
  margin-left:0.25rem;
  padding:0.6em 1.5em;
}

.wp-block-search .wp-block-search__button:hover{
  background-color:var(--th-color-accent-dark);
  border-color:var(--th-color-accent-dark);
}

.wp-block-search .wp-block-search__button svg{
  fill:currentColor;
  min-height:1.75em;
  min-width:1.75em;
}

.wp-block-search.wp-block-search__no-button .wp-block-search__input{
  border-radius:4px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:999px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:30px 4px 4px 30px;
  padding:0.6em 1.5em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{
  border-color:var(--th-color-primary-dark);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
  padding:0.6em 1.5em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon{
  padding-left:0.75em;
  padding-right:1em;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button{
  padding-left:0.75em;
  padding-right:1em;
}

.table-bordered{
  border:1px solid var(--th-color-secondary-lighter);
}

.table-bordered thead th,
.wp-block-table.is-style-borders thead th{
  border-bottom-width:2px;
  border-top-width:0;
}

.is-style-regular.wp-block-table table:not(.has-background) thead > tr > th:first-child,
		.is-style-regular.wp-block-table table:not(.has-background) tbody > tr > td:first-child,
		.is-style-regular.wp-block-table table:not(.has-background) tfoot > tr > td:first-child{
  padding-left:0;
}

.is-style-regular.wp-block-table table:not(.has-background) thead > tr > th:last-child,
		.is-style-regular.wp-block-table table:not(.has-background) tbody > tr > td:last-child,
		.is-style-regular.wp-block-table table:not(.has-background) tfoot > tr > td:last-child{
  padding-right:0;
}

.is-style-stripes.wp-block-table,
.is-style-borders.wp-block-table{
  padding:1px;
}

.is-style-stripes.wp-block-table table:not(.has-background),
.is-style-borders.wp-block-table table:not(.has-background){
  -webkit-box-shadow:0 0 0 1px var(--th-color-secondary-lighter);
  border-radius:4px;
  box-shadow:0 0 0 1px var(--th-color-secondary-lighter);
  overflow:hidden;
}

.wp-block-table table.has-background{
  border-radius:4px;
}

.wp-block-table table thead th,
		.wp-block-table table tbody td,
		.wp-block-table table tfoot td{
  padding-left:1em;
  padding-right:1em;
}

.wp-block-table table thead th,
		.wp-block-table table tfoot td{
  padding-bottom:1em;
  padding-top:1em;
}

.wp-block-table table thead th{
  border-bottom-width:4px;
}

.wp-block-table table tbody td{
  padding-bottom:0.75em;
  padding-top:0.75em;
}

.is-style-borders.wp-block-table table:not(.has-background){
  border:1px solid var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table table th{
  border-top:none;
}

.has-custom-background.inactive-sidebar .alignfull{
  margin-left:calc(50% - 50vw + 15px);
  width:calc(100vw - 30px);
}

.wp-block-button.is-style-th-has-arrow{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link{
  letter-spacing:.1em;
  text-transform:uppercase;
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link:not(.has-background){
  background-color:transparent;
  padding:0;
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link:not(.has-text-color){
  color:var(--th-color-accent-base);
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link:not(.has-text-color):hover{
  color:var(--th-color-accent-dark);
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link.has-background{
  padding-left:1.8em;
  padding-right:1.45em;
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link::after{
  -webkit-transition:padding-left 200ms ease-in-out;
  content:"\2192";
  padding-left:0.25rem;
  transition:padding-left 200ms ease-in-out;
}

.wp-block-button.is-style-th-has-arrow .wp-block-button__link:hover::after{
  padding-left:0.5rem;
}

.wp-block-button + .wp-block-button.is-style-th-has-arrow:not(.has-background){
  padding:0 0.6em;
}

.wp-block-columns.is-style-th-has-nospace.alignfull{
  margin-bottom:0;
  padding:0;
}

.wp-block-columns.is-style-th-has-nospace .wp-block-column{
  margin-top:0;
}

.wp-block-columns.is-style-th-has-nospace .wp-block-column:not(:first-child){
  margin-left:0;
}

.wp-block-columns.is-style-th-has-nospace .wp-block-cover:not(.alignfull),
    .wp-block-columns.is-style-th-has-nospace .wp-block-cover:not(.alignfull).has-background-dim::before,
    .wp-block-columns.is-style-th-has-nospace .wp-block-cover:not(.alignfull) .wp-block-cover__video-background,
    .wp-block-columns.is-style-th-has-nospace .wp-block-cover:not(.alignfull) .wp-block-cover__image-background,
    .wp-block-columns.is-style-th-has-nospace .wp-block-cover:not(.alignfull) .wp-block-cover__gradient-background{
  border-radius:0;
}

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

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

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

img.alignleft,
img.alignright{
  margin-bottom:1rem;
}

.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,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
  -ms-flex-order:99;
  -ms-flex-preferred-size:0;
  -webkit-box-ordinal-group:100;
  content:"";
  display:table;
  flex-basis:0;
  order:99;
  table-layout:fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
  clear:both;
}

.overlay{
  -webkit-transition:opacity 200ms ease-in-out;
  background:#000000;
  bottom:0;
  left:0;
  opacity:0.1;
  position:absolute;
  right:0;
  top:0;
  transition:opacity 200ms ease-in-out;
}

.has-background-cover .overlay{
  opacity:0.6;
}

.grid-item .hentry:hover .overlay,
.grid-row .hentry:hover .overlay,
.front-blog-row .hentry:hover .overlay{
  -webkit-backface-visibility:hidden;
  opacity:0.8;
}

.site-header{
  background-color:var(--th-color-white);
  color:var(--th-color-primary-dark);
  opacity:0;
  position:relative;
}

.site-header.header-loaded{
  opacity:1;
}

.site-header .site-branding{
  line-height:1;
}

.site-header .site-branding .custom-logo{
  max-height:50px;
  width:auto;
}

.site-header .site-title{
  color:inherit;
}

.site-header a{
  color:inherit;
  text-decoration:none;
}

.has-regular-site-header .site-header{
  border-bottom:1px solid var(--th-color-secondary-lighter);
  margin-bottom:2rem;
}

.site-header .header-search,
.site-header .header-menu{
  -webkit-transform:translate(0, -50%);
  line-height:inherit;
  position:absolute;
  top:50%;
  transform:translate(0, -50%);
}

.site-header .header-menu{
  font-size:0;
  left:0.75rem;
}

.header-links button{
  background:none;
  border-radius:0;
  color:inherit;
  padding:0;
}

.header-links button:hover{
  background-color:transparent;
  opacity:0.75;
}

.site-header .header-search{
  right:0.75rem;
}

.header-search .svg-icon{
  display:inline-block;
  fill:transparent;
}

.site-search-container{
  background-color:rgba(0,0,0,0.45);
  bottom:0;
  display:none;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:99999;
}

.site-search-container.th-flex{
  -webkit-animation:fadein 0.3s linear;
  animation:fadein 0.3s linear;
}

.header-searchform{
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.45);
  box-shadow:0 0 10px rgba(0,0,0,0.45);
  max-width:520px;
  position:relative;
}

.header-searchform .svg-icon{
  margin:auto;
}

.header-searchform .header-searchform--field{
  background-color:var(--th-color-primary-base);
  border:1px solid var(--th-color-white);
  border-color:var(--th-color-secondary-light);
  border-radius:30px 4px 4px 30px;
  padding-left:1.5em;
  padding-right:1.5em;
  padding-right:1em;
}

.header-searchform .header-searchform--submit{
  background-color:var(--th-color-accent-base);
  border-radius:4px 30px 30px 4px;
  padding-left:1em;
}

.header-searchform .header-searchform--submit:hover{
  background-color:var(--th-color-accent-dark);
  color:var(--th-color-secondary-lightest);
}

.header-searchform .header-searchform--submit:focus{
  background-color:var(--th-color-white);
  border-color:var(--th-color-priamry-dark);
  color:var(--th-color-primary-base);
  outline:0;
}

.header-searchform .header-searchform--close{
  background-color:transparent;
  height:40px;
  position:absolute;
  right:0;
  top:0;
  width:40px;
}

.header-searchform .header-searchform--close:hover{
  color:var(--th-color-secondary-base);
}

.site-search-container ::-moz-placeholder{
  color:var(--th-color-secondary-light);
}

.site-search-container :-ms-input-placeholder{
  color:var(--th-color-secondary-light);
}

.site-search-container ::-webkit-input-placeholder{
  color:var(--th-color-secondary-light);
}

.admin-bar .toggle-sidebar{
  top:32px !important;
}

.toggle-sidebar{
  -webkit-animation:toggle-slide-in 250ms ease-in;
  animation:toggle-slide-in 250ms ease-in;
  background-color:rgba(255,255,255,0.95);
  display:none;
  height:100%;
  overflow:scroll;
  overflow-x:hidden;
  position:fixed;
  right:-100%;
  top:0;
  visibility:hidden;
  width:100%;
  z-index:9999;
}

.toggle-sidebar .inner-panel{
  position:relative;
}

.active-toggle-sidebar .toggle-sidebar{
  display:block;
  right:0;
  visibility:visible;
}

.active-toggle-sidebar{
  overflow:hidden;
}

.active-toggle-sidebar .site-header{
  visibility:hidden;
}

.hidden-toggle-sidebar .toggle-sidebar{
  -webkit-animation:toggle-slide-out 250ms ease-out;
  animation:toggle-slide-out 250ms ease-out;
  display:block;
  height:0;
  right:-100%;
  visibility:hidden;
}

@-webkit-keyframes toggle-slide-in{
  0%{
    right:-100%;
  }
  100%{
    right:0;
  }
}

@keyframes toggle-slide-in{
  0%{
    right:-100%;
  }
  100%{
    right:0;
  }
}

@-webkit-keyframes toggle-slide-out{
  0%{
    height:100%;
    right:0;
    visibility:visible;
  }
  100%{
    height:100%;
    right:-100%;
  }
}

@keyframes toggle-slide-out{
  0%{
    height:100%;
    right:0;
    visibility:visible;
  }
  100%{
    height:100%;
    right:-100%;
  }
}

.close-toggle-sidebar svg,
.close-toggle-sidebar::before{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:33px;
}

.close-toggle-sidebar svg{
  color:var(--th-color-white);
  padding:1px;
}

.close-toggle-sidebar::before{
  background-color:rgba(0,0,0,0.25);
  border-radius:30px 0 0 30px;
  content:"";
}

.close-toggle-sidebar{
  background-color:var(--th-color-secondary-lighter);
  border:none;
  border-radius:30px;
  color:var(--th-color-primary-dark);
  font-weight:400;
  margin-bottom:2rem;
  padding:0 16px 0 43px;
  position:relative;
}

.close-toggle-sidebar:hover{
  background-color:var(--th-color-primary-base);
  color:var(--th-color-white);
}

.mobile-navigation ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mobile-navigation li,
.mobile-navigation ul li a{
  display:block;
}

.mobile-navigation .arrow-icon{
  display:none;
}

.mobile-navigation ul li a{
  font-size:1.424rem;
  font-weight:400;
  letter-spacing:-.02em;
  text-decoration:none;
}

.mobile-navigation > ul > * + *{
  border-top:1px solid rgba(0,0,0,0.15);
  margin-top:2rem;
  padding-top:2rem;
}

.mobile-navigation ul ul,
.mobile-navigation ul ul{
  margin-top:0.75rem;
}

.mobile-navigation ul ul > * + *,
.mobile-navigation ul ul > * + *{
  margin-top:0.75rem;
}

.mobile-navigation ul .sub-menu a,
.mobile-navigation ul .children a{
  font-size:1rem;
  font-weight:300;
  letter-spacing:0;
}

.site-footer a{
  color:inherit;
}

.site-footer a:hover,
.site-footer .site-info{
  color:var(--th-color-secondary-base);
}

.site-footer .site-copyright:before{
  content:"\00a9";
  padding-right:0.125rem;
}

.footer-bottom a{
  text-decoration:none;
}

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

.menu-navigation li{
  display:inline-block;
}

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

.menu-navigation .arrow-icon{
  bottom:calc(50% - 0.35rem);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  pointer-events:none;
  position:absolute;
  right:0;
}

.menu-navigation .arrow-icon .svg-icon{
  height:0.75rem;
  margin:0;
  stroke-width:2.5px;
  width:0.75rem;
}

.menu-navigation ul ul .arrow-icon{
  -webkit-transform:rotate(-90deg);
  right:0.5rem;
  transform:rotate(-90deg);
}

.main-navigation li{
  position:relative;
}

.main-navigation > ul.menu > li.menu-item-has-children > a,
.main-navigation > ul.menu > li.page_item_has_children > a{
  padding-right:1rem;
}

.main-navigation ul:not(.sub-menu):not(.children) > li{
  margin-left:22px;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a{
  -webkit-transition:none;
  position:relative;
  transition:none;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a:before{
  -webkit-transition:width 300ms ease, left 300ms ease;
  border-bottom:1px solid transparent;
  bottom:0;
  content:'';
  display:block;
  height:1px;
  left:50%;
  margin:auto;
  position:absolute;
  transition:width 300ms ease, left 300ms ease;
  width:0px;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a:hover:before{
  border-bottom:1px solid;
  left:0;
  width:100%;
}

.main-navigation ul ul::before,
.main-navigation ul ul::after{
  bottom:100%;
  content:'';
  display:block;
  position:absolute;
}

.main-navigation ul ul::before{
  border-color:transparent transparent var(--th-color-primary-dark) transparent;
  border-style:solid;
  border-width:0 8px 8px 8px;
  height:0;
  left:18%;
  margin-left:-4px;
  width:0;
}

.main-navigation ul ul::after{
  height:0.75rem;
  left:0;
  right:0;
}

.main-navigation ul ul ul::before{
  display:none;
}

.main-navigation ul ul{
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
  -webkit-transform:translateY(0.25rem);
  background-color:var(--th-color-primary-dark);
  border:1px solid rgba(0,0,0,0.15);
  border-radius:2px;
  box-shadow:0 1px 3px rgba(0,0,0,0.2);
  left:-999em;
  opacity:0;
  position:absolute;
  top:calc(100% + 0.75rem);
  transform:translateY(0.25rem);
  width:200px;
  z-index:99999;
}

.main-navigation ul ul li{
  color:var(--th-color-white);
  width:100%;
}

.main-navigation ul ul .menu-item-has-children{
  padding-right:1rem;
}

.main-navigation ul ul a{
  font-size:0.889rem;
  padding:0.65em 1em;
  text-shadow:none;
}

.main-navigation ul ul > * + *{
  border-top:1px solid rgba(0,0,0,0.3);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a{
  opacity:0.75;
}

.main-navigation ul li:hover > ul{
  -webkit-transition:opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition:opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition:transform 200ms ease-in-out, opacity 200ms ease-in-out;
  transition:transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
  -webkit-transform:translateY(0);
  left:auto;
  opacity:1;
  transform:translateY(0);
}

.main-navigation ul ul li:hover > ul{
  -webkit-transition:opacity 250ms ease-in-out;
  transition:opacity 250ms ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
  left:100%;
  top:-1px;
}

.main-navigation ul:not(.sub-menu):not(.children) > li:last-child:hover > ul,
.main-navigation ul:not(.sub-menu):not(.children) > li.focus:last-child:hover > ul{
  right:0;
}

.main-navigation ul:not(.sub-menu):not(.children) > li:last-child:hover > ul::before,
.main-navigation ul:not(.sub-menu):not(.children) > li.focus:last-child:hover > ul::before{
  left:auto;
  margin-left:0;
  margin-right:-4px;
  right:15%;
}

.main-navigation ul:not(.sub-menu):not(.children) > li ul li.edge-menu:hover > ul,
.main-navigation ul:not(.sub-menu):not(.children) > li ul li.edge-menu.focus > ul{
  left:auto;
  right:100%;
}

.main-navigation ul .current-menu-item > a{
  font-weight:bold;
}

.main-navigation ul ul .current-menu-item > a{
  opacity:0.75;
}

.footer-navigation li{
  border-left:1px solid rgba(0,0,0,0.3);
  line-height:1;
  margin-left:3px;
  padding-left:5px;
}

nav.social-list ul{
  -ms-flex-pack:center;
  -ms-flex-wrap:wrap;
  -webkit-box-pack:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
  margin:0;
}

nav.social-list ul a{
  display:block;
  padding:0.5rem;
}

nav.social-list ul svg{
  margin:auto;
}

.comment-navigation,
.posts-navigation{
  margin-bottom:35px;
  overflow:hidden;
}

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

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

.comment-navigation .nav-previous:before{
  padding-right:6px;
}

.comment-navigation .nav-next:after{
  padding-left:6px;
}

.posts-navigation a,
.post-navigation a:hover,
.comment-navigation,
.comment-navigation a{
  color:#6E7273;
}

.post-navigation{
  overflow:hidden;
  padding-top:0;
}

.post-navigation a{
  color:inherit;
}

.post-navigation .nav-links > *{
  margin-top:2rem;
}

.site-main .posts-navigation{
  margin-bottom:0;
}

.posts-navigation a{
  display:inline-block;
  font-size:0;
  font-weight:400;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after{
  border:2px solid;
  border-radius:50%;
  display:block;
  font-size:13px;
  height:50px;
  line-height:46px;
  text-align:center;
  width:50px;
}

.posts-navigation a:hover{
  color:inherit;
}

.comment-navigation{
  border-bottom:1px solid rgba(0,0,0,0.05);
  font-size:13px;
  padding-bottom:35px;
}

.portfolio-grid .hentry.has-post-thumbnail .entry-header{
  position:relative;
}

.portfolio-grid .hentry a .entry-title{
  font-weight:300;
}

.portfolio-grid .hentry.has-post-thumbnail .entry-title{
  -webkit-transform:translate(-50%, -50%);
  color:var(--th-color-white);
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  width:90%;
}

.portfolio-grid .hentry.has-post-thumbnail:not(:hover) .entry-title{
  top:0;
  visibility:hidden;
}

.portfolio-grid .hentry:not(.has-post-thumbnail):hover .entry-title{
  color:var(--th-color-secondary-base);
}

.portfolio-grid .hentry a{
  background-color:rgba(0,0,0,0.05);
  text-decoration:none;
}

.portfolio-grid .hentry.has-post-thumbnail a{
  background-color:rgba(0,0,0,0.7);
  left:0;
  opacity:0;
  position:absolute;
  top:0;
}

.portfolio-grid .hentry.has-post-thumbnail a:hover{
  opacity:1;
}

.portfolio-grid .hentry:not(.has-post-thumbnail) .entry-header a::before{
  display:none;
}

.page-template-blank-content-area-page.has-regular-site-header .site-header{
  margin-bottom:0;
}

.page-template-blank-content-area-page .entry-footer .edit-link .post-edit-link{
  background-color:var(--th-color-white);
  border:none;
  border-radius:4px;
  color:var(--th-color-secondary-base);
  padding:0.6em 1.2em;
}

.page-template-blank-content-area-page .entry-footer .edit-link .post-edit-link:not(:hover){
  text-decoration:underline;
}

.page-template-blank-content-area-page .entry-footer .edit-link .post-edit-link:hover{
  color:var(--th-color-primary-dark);
}

.wp-site-blocks{
  padding-left:1rem;
  padding-right:1rem;
}

.wp-site-blocks .alignwide{
  max-width:var(--th--global--wide-size);
}

.wp-site-blocks .alignfull{
  margin-left:-1rem;
  margin-right:-1rem;
  max-width:unset;
  width:auto;
}

.wp-site-blocks.has-background > :first-child{
    margin-top:0;
  }

.wp-site-blocks.has-background > :last-child{
    margin-bottom:0;
  }

.wp-site-blocks.has-background.alignfull{
    margin-bottom:0;
    margin-top:0;
  }

.wp-site-blocks > *{
    margin:var(--th--global-vertical-space) auto;
    max-width:var(--th--global--content-size);
  }

.wp-site-blocks > *:first-child[class*="has-background"].alignfull,
            .wp-site-blocks > *:first-child.wp-block-cover{
    margin-top:0;
  }

.wp-site-blocks > *.wp-block-separator{
    margin-bottom:var(--th--global-vertical-space);
    margin-top:var(--th--global-vertical-space);
  }

.wp-site-blocks .has-huge-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-site-blocks .has-medium-font-size + .alignwide.wp-block-image{
    margin-top:var(--th--global-vertical-space);
  }

.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6):not(:last-child){
    margin-bottom:0;
  }

.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-buttons{
    margin-top:calc(var(--th--global-vertical-space)/1.75);
  }

.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + .wp-block-image{
    margin-top:calc(var(--th--global-vertical-space)/2.5);
  }

.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p,
.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul,
.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + p + .has-background.alignfull,
.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ul + .has-background.alignfull,
.wp-site-blocks :is(p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6) + ol + .has-background.alignfull{
    margin-top:var(--th--global-vertical-space);
  }

.wp-site-blocks [class*="has-background"].alignfull{
    margin-bottom:0;
  }

.wp-site-blocks [class*="has-background"].alignfull + [class*="has-background"].alignfull{
    margin-top:0;
  }

.wp-site-blocks .has-small-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/5.5);
  }

.wp-site-blocks .has-normal-font-size + p{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-site-blocks .has-normal-font-size + .has-small-font-size{
    margin-top:calc(var(--th--global-vertical-space)/6);
  }

.wp-site-blocks .has-large-font-size + .has-medium-font-size{
    margin-top:calc(var(--th--global-vertical-space)/3.25);
  }

.wp-site-blocks .wp-block-columns:not(:last-child){
    margin-bottom:0;
  }

.wp-site-blocks .wp-block-columns + .wp-block-columns{
    margin-top:calc(var(--th--global-vertical-space)/2);
  }

.widget .avatar{
  border-radius:999px;
}

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

.widget .widget-title label{
  font-weight:400;
}

.widget_archive a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_meta a,
.widget_categories a{
  text-decoration:none;
}

.widget_archive a:not(:hover),
.widget_recent_entries a:not(:hover),
.widget_recent_comments a:not(:hover),
.widget_nav_menu a:not(:hover),
.widget_meta a:not(:hover),
.widget_categories a:not(:hover){
  color:inherit;
}

.widget ul{
  -webkit-padding-start:0;
  list-style:none;
  margin:0;
  padding-left:0;
}

.widget ul li,
.widget.widget_jp_blogs_i_follow ol li{
  padding-left:1.15em;
  position:relative;
}

.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before{
  -webkit-transform:translateY(50%) rotate(-45deg);
  border-bottom:1px solid;
  border-right:1px solid;
  content:'';
  height:6px;
  left:0;
  position:absolute;
  top:6px;
  transform:translateY(50%) rotate(-45deg);
  width:6px;
}

.widget_tag_cloud li,
.widget.wp_widget_tag_cloud li{
  border:0;
  padding-bottom:3px;
  padding-top:0;
}

.widget_tag_cloud .tagcloud a,
.widget.wp_widget_tag_cloud a{
  background-color:rgba(0,0,0,0.05);
  border-radius:999px;
  color:inherit;
  display:inline-block;
  font-size:inherit !important;
  font-weight:300;
  line-height:28px;
  margin:0 0 3px 0;
  padding:0 14px !important;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.wp_widget_tag_cloud a:hover{
  background-color:var(--th-color-primary-base);
  color:var(--th-color-white);
}

.widget.widget_rss li:not(:last-child){
  margin-bottom:1rem;
}

.widget.widget_recent_comments,
.widget.widget_author_grid ul,
.widget.widget_goodreads div[class*="gr_custom_each_container"]{
  overflow:hidden;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]{
  border-bottom:1px solid rgba(0,0,0,0.05);
  margin-bottom:20px;
  padding-bottom:20px;
}

#page .widget.widget_goodreads div[class^="gr_custom_container"]{
  background:none;
  border:none;
  color:inherit;
  padding:0;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child{
  border:none;
  padding:0;
}

.widget.widget_goodreads div[class*="gr_custom_book_container"]{
  float:left;
  margin-right:15px;
}

.widget.widget_goodreads div[class*="gr_custom_rating"]{
  line-height:1;
  margin-bottom:5px;
}

.widget.widget_goodreads div[class*="gr_custom_title"]{
  line-height:1.4;
}

.widget.widget_goodreads div[class*="gr_custom_author"]{
  font-size:11px;
}

#page .widget.milestone-widget .label{
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  padding:0;
}

.widget.widget_authors > ul > li,
.widget.widget_author_grid li,
.widget.widget_jetpack_posts_i_like li,
.widget.widget_top-posts li{
  padding:0;
}

.widget.widget_authors > ul > li:before,
.widget.widget_author_grid li:before,
.widget.widget_wpcom_social_media_icons_widget li:before,
.widget.widget_jetpack_my_community li:before,
.widget.widget_jetpack_posts_i_like li:before,
.widget.widget_top-posts li:before{
  content:'';
  display:none;
  margin:0;
}

.widget.widget_authors .avatar,
.widget.widget_authors li a strong{
  display:block;
}

.widget.widget_authors .avatar-16,
.widget.widget_authors .avatar-32,
.widget.widget_authors .avatar-48{
  float:left;
  margin-right:15px;
}

.widget.widget_authors{
  overflow:hidden;
}

.widget.widget_authors > ul,
.widget.widget_authors li{
  clear:both;
}

.widget.widget_authors > ul > li{
  margin-bottom:30px;
}

.widget.widget_authors > ul > li:last-child,
.widget.widget_recent_comments table{
  margin-bottom:0;
}

.widget.widget_authors .avatar{
  margin-bottom:20px;
}

.widget.widget_authors li strong{
  color:#6E7273;
  font-size:1.250em;
  font-weight:400;
  line-height:1;
  margin-bottom:15px;
}

.widget.widget_recent_comments td{
  border-top:none;
}

.widget.widget_recent_comments td.recentcommentstexttop,
.widget.widget_recent_comments td.recentcommentsavatartop,
.widget.widget_recent_comments td.recentcommentstextend,
.widget.widget_recent_comments td.recentcommentsavatarend{
  padding-bottom:0;
  padding-left:0;
}

.widget.widget_contact_info .contact-map{
  margin-bottom:15px;
}

.widget.widget_jp_blogs_i_follow ol{
  -webkit-padding-start:0;
  list-style:none;
}

.widget.widget_wpcom_social_media_icons_widget li{
  margin-right:1em;
  padding-left:0;
}

.widget.widget_wpcom_social_media_icons_widget li .genericon{
  font-size:1.625em;
}

.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links{
  float:left;
  margin-left:10px;
}

.widget.widget_recent_comments .table-responsive > .table > tbody > tr > td{
  white-space:normal !important;
}

.inactive-sidebar.hfeed .site-main,
.inactive-sidebar.single .site-main,
.inactive-sidebar.page.page-template-default .site-main{
  margin-left:auto;
  margin-right:auto;
  max-width:47rem;
}

.th-content > :first-child{
  margin-top:0;
}

.th-content > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child{
  margin-bottom:0;
}

.th-cover{
  left:0;
  position:absolute;
  top:0;
}

.th-featured-image{
  -o-object-fit:cover;
  object-fit:cover;
}

.th-background-cover{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.has-custom-background #page{
  margin:15px;
}

.entry-meta .comments-link::before{
  content:"\2014";
  padding-right:0.25em;
}

.site .more-link,
.site #jp-relatedposts a{
  text-decoration:none;
}

.page-header.has-background-cover,
.page-header.has-background-cover .container{
  position:relative;
}

.page-header.has-background-cover .container{
  z-index:1;
}

.archive .page-header.has-background-cover{
  height:15em;
}

.entry-title a,
.cat-links a,
.tags-links a,
.edit-link a,
.entry-meta a,
.nav-links a{
  text-decoration:none;
}

.entry-meta > span + span,
.entry-meta .inner > span + span{
  margin-left:0.25em;
}

.entry-footer .cat-links + .tags-links{
  margin-top:0;
}

.sticky{
  display:block;
}

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

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

.single .entry-content p.intro,
.page .entry-content p.intro{
  font-size:1.250em;
  font-weight:400;
  line-height:1.6;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  margin-bottom:1rem;
}

.search-form label,
.post-password-form label{
  margin-bottom:0;
}

.post-password-form label{
  font-weight:300;
}

.post-password-form input[type="password"]{
  border-radius:30px 0 0 30px;
}

.post-password-form input[type="submit"]{
  background:#424242;
  border:none;
  border-radius:0 30px 30px 0;
  color:#ffffff;
  margin-left:-4px;
}

.page-links{
  clear:both;
  line-height:1.45;
}

.page-links > * + *{
  border-left:1px solid var(--th-color-secondary-light);
  margin-left:1rem;
  padding-left:1rem;
}

.page-links .current{
  font-weight:bold;
}

.hentry .mejs-container,
.hentry .wp-playlist{
  margin-bottom:2rem;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley{
  border:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}

embed,
iframe,
object{
  max-width:100%;
}

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

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

.wp-caption-text{
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  text-align:center;
}

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

.gallery{
  margin-bottom:2rem;
  overflow:hidden;
}

.gallery-item{
  float:left;
  margin:0 1px 1px 0;
  overflow:hidden;
  position:relative;
}

.gallery-columns-1 .gallery-item{
  max-width:100%;
}

.gallery-columns-2 .gallery-item{
  max-width:calc(50% - 1px);
}

.gallery-columns-3 .gallery-item{
  max-width:calc(33.3% - 1px);
}

.gallery-columns-4 .gallery-item{
  max-width:calc(25% - 1px);
}

.gallery-columns-5 .gallery-item{
  max-width:calc(20% - 1px);
}

.gallery-columns-6 .gallery-item{
  max-width:calc(16.66% - 1px);
}

.gallery-columns-7 .gallery-item{
  max-width:calc(14.285% - 1px);
}

.gallery-columns-8 .gallery-item{
  max-width:calc(12.5% - 1px);
}

.gallery-columns-9 .gallery-item{
  max-width:calc(11.11% - 1px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n){
  margin-right:0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1){
  clear:left;
}

.gallery .gallery-caption{
  background:rgba(0, 0, 0, 0.4);
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.26)),color-stop(59%, rgba(0,0,0,0.59)),color-stop(69%, rgba(0,0,0,0.65)));
  background:linear-gradient(to bottom, rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
  bottom:0;
  color:#ffffff;
  font-size:0.8125rem;
  left:0;
  line-height:1.25;
  margin:0;
  padding:0.5rem;
  position:absolute;
  width:100%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{
  display:none;
}

@-webkit-keyframes slide-down{
  0%{
    -webkit-transform:translateY(-100%);
    opacity:0;
  }
  100%{
    -webkit-transform:translateY(0);
    opacity:1;
  }
}

@keyframes slide-down{
  0%{
    -webkit-transform:translateY(-100%);
    opacity:0;
    transform:translateY(-100%);
  }
  100%{
    -webkit-transform:translateY(0);
    opacity:1;
    transform:translateY(0);
  }
}

@-webkit-keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}

@keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}

.th-bg-animation{
  -webkit-transition:background-color 200ms ease-in-out;
  transition:background-color 200ms ease-in-out;
}

.search-form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.search-form > label{
  -ms-flex-positive:1;
  -webkit-box-flex:1;
  flex-grow:1;
}

.search-form .search-field{
  border-radius:30px 4px 4px 30px;
  height:100%;
  padding-left:1.5em;
  width:100%;
}

.search-form .search-submit{
  background-color:var(--th-color-primary-base);
  border-color:var(--th-color-primary-base);
  border-radius:4px 30px 30px 4px;
  color:var(--th-color-white);
  margin-left:0.25rem;
}

.search-form .search-submit:hover{
  background-color:var(--th-color-secondary-lighter);
  border-color:var(--th-color-secondary-lighter);
  color:var(--th-color-primary-dark);
}

.th-m-0{
  margin:0;
}

.th-mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.th--mx-base{
  margin-left:-1rem;
  margin-right:-1rem;
}

.th--mx-sm{
  margin-left:-0.75rem;
  margin-right:-0.75rem;
}

.th--mx-2xs{
  margin-left:-0.25rem;
  margin-right:-0.25rem;
}

.th-mt-0{
  margin-top:0;
}

.th-mt-lg{
  margin-top:2rem;
}

.th-mt-md{
  margin-top:1.5rem;
}

.th-mt-base{
  margin-top:1rem;
}

.th-mt-2xs{
  margin-top:0.25rem;
}

.th-mr-sm{
  margin-right:0.75rem;
}

.th-mb-0{
  margin-bottom:0;
}

.th-mb-lg{
  margin-bottom:2rem;
}

.th-mb-sm{
  margin-bottom:0.75rem;
}

.th-mb-xs{
  margin-bottom:0.5rem;
}

.th-ml-0{
  margin-left:0;
}

.th-ml-auto{
  margin-left:auto;
}

.th-ml-sm{
  margin-left:0.75rem;
}

.th-ml-2xs{
  margin-left:0.25rem;
}

.th-block{
  display:block;
}

.th-inline-block{
  display:inline-block;
}

.th-flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.th-inline-flex{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
}

.th-hidden{
  display:none;
}

.th-h-full{
  height:100%;
}

.th-w-full{
  width:100%;
}

.th-max-w-md{
  max-width:var(--th-site-max-width-md);
}

.th-max-w-base{
  max-width:40rem;
}

.th-max-w-prose{
  max-width:65ch;
}

@-webkit-keyframes th-spin{
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes th-spin{
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes th-ping{
  75%,
100%{
    -webkit-transform:scale(2);
    opacity:0;
    transform:scale(2);
  }
}

@keyframes th-pulse{
  50%{
    opacity:.5;
  }
}

@keyframes th-bounce{
  0%,
100%{
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
    -webkit-transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1);
    transform:translateY(-25%);
  }
  50%{
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
    -webkit-transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1);
    transform:none;
  }
}

.th-list-none{
  list-style-type:none;
}

.th-flex-col{
  -ms-flex-direction:column;
  -webkit-box-direction:normal;
  -webkit-box-orient:vertical;
  flex-direction:column;
}

.th-flex-wrap{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.th-content-center{
  -ms-flex-line-pack:center;
  align-content:center;
}

.th-items-start{
  -ms-flex-align:start;
  -webkit-box-align:start;
  align-items:flex-start;
}

.th-items-center{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
}

.th-justify-end{
  -ms-flex-pack:end;
  -webkit-box-pack:end;
  justify-content:flex-end;
}

.th-justify-center{
  -ms-flex-pack:center;
  -webkit-box-pack:center;
  justify-content:center;
}

.th-self-end{
  -ms-flex-item-align:end;
  align-self:flex-end;
}

.th-self-center{
  -ms-flex-item-align:center;
  align-self:center;
}

.th-rounded{
  border-radius:4px;
}

.th-rounded-full{
  border-radius:9999px;
}

.th-border-none{
  border-style:none;
}

.th-bg-transparent{
  background-color:transparent;
}

.th-bg-white{
  background-color:var(--th-color-white);
}

.th-bg-primary-dark{
  background-color:var(--th-color-primary-dark);
}

.th-bg-secondary-lightest{
  background-color:var(--th-color-secondary-lightest);
}

.th-bg-accent-base{
  background-color:var(--th-color-accent-base);
}

.hover\:th-bg-secondary-lighter:hover{
  background-color:var(--th-color-secondary-lighter);
}

.th-fill-current{
  fill:currentColor;
}

.th-p-0{
  padding:0;
}

.th-p-base{
  padding:1rem;
}

.th-p-sm{
  padding:0.75rem;
}

.th-px-base{
  padding-left:1rem;
  padding-right:1rem;
}

.th-px-sm{
  padding-left:0.75rem;
  padding-right:0.75rem;
}

.th-px-2xs{
  padding-left:0.25rem;
  padding-right:0.25rem;
}

.th-py-4xl{
  padding-bottom:6rem;
  padding-top:6rem;
}

.th-py-lg{
  padding-bottom:2rem;
  padding-top:2rem;
}

.th-py-base{
  padding-bottom:1rem;
  padding-top:1rem;
}

.th-pt-lg{
  padding-top:2rem;
}

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

.th-text-xs{
  font-size:0.8125rem;
}

.th-text-sm{
  font-size:0.889rem;
}

.th-text-base{
  font-size:1rem;
}

.th-text-md{
  font-size:1.125rem;
}

.th-text-lg{
  font-size:1.266rem;
}

.th-text-xl{
  font-size:1.424rem;
}

.th-text-2xl{
  font-size:1.602rem;
}

.th-text-3xl{
  font-size:2.027rem;
}

.th-font-normal{
  font-weight:400;
}

.th-uppercase{
  text-transform:uppercase;
}

.th-normal-case{
  text-transform:none;
}

.th-leading-none{
  line-height:1;
}

.th-tracking-widest{
  letter-spacing:0.1em;
}

.th-text-white{
  color:var(--th-color-white);
}

.th-text-primary-dark{
  color:var(--th-color-primary-dark);
}

.th-text-secondary-base{
  color:var(--th-color-secondary-base);
}

*,
::before,
::after{
  --tw-shadow:0 0 #0000;
}

*,
::before,
::after{
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-color:#fff;
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-offset-width:0px;
  --tw-ring-shadow:0 0 #0000;
}

@media (min-width: 500px){
    :root{
		--th--global-vertical-space:4rem;
	}
  blockquote{
    border-left-width:2px;
    font-size:1.266rem;
    margin-left:1rem;
    margin-right:1rem;
    padding-left:2rem;
    padding-right:2rem;
    position:relative;
  }
  blockquote::before{
    background-color:#ffffff;
    border-radius:50%;
    content:"\201C";
    font-family:'Times New Roman', Georgia, Serif;
    font-size:2.2em;
    font-weight:900;
    height:35px;
    left:-18px;
    line-height:51px;
    position:absolute;
    text-align:center;
    width:35px;
  }
  body{
    font-size:1rem;
  }
  .wp-block-columns.has-background .wp-block-column.has-background{
    padding-bottom:calc(var(--th--global-vertical-space)/2);
    padding-top:calc(var(--th--global-vertical-space)/2);
  }
  ul.has-background,
	ol.has-background{
    padding:2.5em 2.375em;
  }
  :root .has-medium-font-size{
    --wp--preset--font-size--medium:1.42425rem;
  }
  :root .has-large-font-size{
    --wp--preset--font-size--large:1.80225rem;
  }
  :root .has-huge-font-size{
    --wp--preset--font-size--huge:2.28038rem;
  }
  :root .has-enormous-font-size{
    --wp--preset--font-size--enormous:3.65288rem;
  }
  :root .has-gigantic-font-size{
    --wp--preset--font-size--gigantic:4.62375rem;
  }
  .wp-block-quote.has-text-align-right,
    .wp-block-quote.is-style-large.has-text-align-right,
    .wp-block-quote.is-large.has-text-align-right{
    border-left:none;
    border-right-width:2px;
  }
  .wp-block-quote.has-text-align-right::before{
    left:auto;
    right:-18px;
  }
  .wp-block-quote.is-style-large,
    .wp-block-quote.is-large{
    margin-left:1rem;
    margin-right:1rem;
    padding-left:2rem;
    padding-right:2rem;
  }
  .alignleft{
    float:left;
    margin-right:1rem;
  }
  .alignright{
    float:right;
    margin-left:1rem;
  }
  .close-toggle-sidebar{
    margin-bottom:4rem;
  }
  .mobile-navigation ul li a{
    font-size:1.602rem;
  }
  .mobile-navigation ul .sub-menu a,
	.mobile-navigation ul .children a{
    font-size:1.266rem;
  }
  .post-navigation .nav-previous .meta-nav:before{
    padding-right:0.25rem;
    content:"\2190";
  }
  .post-navigation .nav-next .meta-nav:after{
    padding-left:0.25rem;
    content:"\2192";
  }
  .post-navigation .nav-previous{
    float:left;
    width:50%;
  }
  .post-navigation .nav-next{
    float:right;
    text-align:right;
    width:50%;
  }
  .wp-site-blocks{
    padding-left:2rem;
    padding-right:2rem;
  }
  .wp-site-blocks .alignfull{
    margin-left:-2rem;
    margin-right:-2rem;
  }
  .archive .page-header.has-background-cover{
    height:25em;
  }
  .sm\:th-mb-3xl{
    margin-bottom:4rem;
  }
  .sm\:th-ml-lg{
    margin-left:2rem;
  }
  .sm\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .sm\:th-p-lg{
    padding:2rem;
  }
  .sm\:th-px-3xl{
    padding-left:4rem;
    padding-right:4rem;
  }
  .sm\:th-px-2xl{
    padding-left:3rem;
    padding-right:3rem;
  }
  .sm\:th-px-lg{
    padding-left:2rem;
    padding-right:2rem;
  }
  .sm\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .sm\:th-py-3xl{
    padding-bottom:4rem;
    padding-top:4rem;
  }
  .sm\:th-py-lg{
    padding-bottom:2rem;
    padding-top:2rem;
  }
  .sm\:th-pt-3xl{
    padding-top:4rem;
  }
  .sm\:th-text-md{
    font-size:1.125rem;
  }
  .sm\:th-text-3xl{
    font-size:2.027rem;
  }
  .sm\:th-text-7xl{
    font-size:3.247rem;
  }
}

@media (min-width: 599px){
  .inactive-sidebar .wp-block-column .alignfull,
    .custom-background.inactive-sidebar .wp-block-column .alignfull{
    margin-left:auto;
    width:auto;
  }
  .inactive-sidebar .wp-block-column .alignwide{
    margin-left:auto;
    margin-right:auto;
    width:auto;
  }
}

@media (min-width: 600px){
  .wp-block-gallery.columns-8 .blocks-gallery-image,
			.wp-block-gallery.columns-8 .blocks-gallery-item{
    width:calc(12.5% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
			.wp-block-gallery.columns-7 .blocks-gallery-item{
    width:calc(14.285% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
			.wp-block-gallery.columns-6 .blocks-gallery-item{
    width:calc(16.66% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
			.wp-block-gallery.columns-5 .blocks-gallery-item{
    width:calc(20% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
			.wp-block-gallery.columns-4 .blocks-gallery-item{
    width:calc(25% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image,
			.wp-block-gallery.columns-3 .blocks-gallery-item{
    width:calc(33.33333% - var(--th--global-vertical-space)/2);
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image,
			.wp-block-gallery.columns-2 .blocks-gallery-item{
    width:calc(50% - var(--th--global-vertical-space)/2);
  }
  .wp-block-latest-posts.is-grid li{
    margin-right:2rem;
  }
  .wp-block-latest-posts.columns-2 li{
    width:calc(50% - 2rem);
  }
  .wp-block-latest-posts.columns-3 li{
    width:calc(33.33333% - 2rem);
  }
  .wp-block-latest-posts.columns-4 li{
    width:calc(25% - 2rem);
  }
  .wp-block-latest-posts.columns-5 li{
    width:calc(20% - 2rem);
  }
  .wp-block-latest-posts.columns-6 li{
    width:calc(16.66667% - 2rem);
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom:0;
  }
  .wp-block-query > .wp-block-post-template.is-flex-container[class*='columns-'] > li{
    width:100%;
  }
}

@media (min-width: 768px){
  .container{
    width:750px;
  }
  .wp-block-cover.alignleft,
	.wp-block-cover.alignright{
    margin-bottom:0.75rem;
  }
  .wp-block-image .alignleft,
	.wp-block-image .alignright{
    margin-bottom:0.75rem;
  }
  .wp-block-image .alignleft{
    margin-right:2rem;
  }
  .wp-block-image .alignright{
    margin-left:2rem;
  }
  .wp-block-latest-posts__featured-image.alignleft,
	.wp-block-latest-posts__featured-image.alignright{
    margin-bottom:2rem;
  }
  .wp-block-latest-posts__featured-image.alignleft{
    margin-right:2rem;
  }
  .wp-block-latest-posts__featured-image.alignright{
    margin-left:2rem;
  }
  .wp-block-post-template.columns-2,
    .wp-block-post-template.columns-4{
    grid-template-columns:1fr 1fr;
  }
  .wp-block-pullquote blockquote{
    font-size:1.424em;
  }
  .wp-block-pullquote.alignleft blockquote,
  .wp-block-pullquote.alignright blockquote{
    font-size:1.125em;
  }
  .wp-block-pullquote.alignleft{
    float:left;
    margin-right:2rem;
    text-align:left;
  }
  .wp-block-pullquote.alignright{
    float:right;
    margin-left:2rem;
    text-align:right;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(750px - 2rem);
  }
  .site-header{
    -webkit-transition:padding 200ms ease-in-out, opacity 200ms ease-in-out;
    transition:padding 200ms ease-in-out, opacity 200ms ease-in-out;
  }
  .site-header.scroll-header{
    -webkit-animation:slide-down ease-in-out 0.6s 0.2s both;
    animation:slide-down ease-in-out 0.6s 0.2s both;
    border-bottom:1px solid var(--th-color-secondary-lighter);
    padding-bottom:1.5rem;
    padding-top:1.5rem;
  }
  .site-header .site-branding{
    max-width:30%;
    text-align:inherit;
  }
  .site-header .site-branding .custom-logo{
    max-height:70px;
  }
  .site-header .header-links{
    max-width:70%;
  }
  .has-custom-background .site-header{
    left:15px;
    right:15px;
  }
  .has-regular-site-header .site-header{
    margin-bottom:4rem;
    position:sticky;
    top:0;
    z-index:100;
  }
  .has-overlap-site-header .site-header{
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:9998;
  }
  .has-overlap-site-header .site-header:not(.scroll-header){
    background-color:transparent;
    color:var(--th-color-white);
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .has-overlap-site-header.singular-featured-image-inactive:not(.page-template-front-page) .site-header{
    color:var(--th-color-primary-dark);
    text-shadow:none;
  }
  .site-header .header-search,
	.site-header .header-menu{
    -webkit-transform:none;
    position:static;
    top:auto;
    transform:none;
  }
  .site-header .header-menu{
    font-size:inherit;
  }
  .site-header .header-search{
    border-left:1px solid;
    margin-left:1rem;
    padding-left:1rem;
  }
  .header-menu .svg-icon{
    margin-right:0.25rem;
  }
  .md\:th--mx-base{
    margin-left:-1rem;
    margin-right:-1rem;
  }
  .md\:th-mt-lg{
    margin-top:2rem;
  }
  .md\:th-block{
    display:block;
  }
  .md\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .md\:th-hidden{
    display:none;
  }
  .md\:th-w-6\/12{
    width:50%;
  }
  .md\:th-flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .md\:th-px-0{
    padding-left:0;
    padding-right:0;
  }
  .md\:th-px-base{
    padding-left:1rem;
    padding-right:1rem;
  }
  .md\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .md\:th-pt-4xl{
    padding-top:6rem;
  }
}

@media (min-width: 782px){
  .wp-block-columns > *{
    margin-top:0;
  }
  .wp-block-column:not(:first-child){
    margin-left:2rem;
  }
}

@media screen and (min-width: 782px){
  .admin-bar .site-header{
    top:32px;
  }
}

@media (min-width: 992px){
  .container{
    width:970px;
  }
  .wp-block-post-template.columns-3{
    grid-template-columns:1fr 1fr 1fr;
  }
  .wp-block-post-template.columns-4{
    grid-template-columns:1fr 1fr 1fr 1fr;
  }
  .wp-block-post-template.columns-5{
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
  }
  .wp-block-post-template.columns-6{
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .inactive-sidebar .alignfull .alignwide{
    width:auto;
  }
  .inactive-sidebar .alignwide{
    margin-left:-1.5rem;
    margin-right:-1.5rem;
    width:calc(100% + 3rem);
  }
  .inactive-sidebar .alignwide .alignwide{
    margin-left:auto;
    margin-right:auto;
    width:auto;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(970px + 10vw - 2rem);
  }
  .footer-widget{
    width:25%;
  }
  .footer-bottom{
    text-align:inherit;
  }
  nav.social-list ul{
    -ms-flex-pack:end;
    -webkit-box-pack:end;
    justify-content:flex-end;
  }
  .has-sidebar .site-main.th-w-full{
    width:66.666667%;
  }
  .has-sidebar:not(.left-sidebar) .site-main.th-w-full{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    order:1;
  }
  .left-sidebar .site-main.th-w-full{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    order:2;
  }
  .sidebar-section{
    width:33.333333%;
  }
  .has-sidebar:not(.left-sidebar) .sidebar-section{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    order:2;
    padding-left:4rem;
  }
  .left-sidebar .sidebar-section{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    order:1;
    padding-right:4rem;
  }
  .lg\:th-ml-auto{
    margin-left:auto;
  }
  .lg\:th-block{
    display:block;
  }
  .lg\:th-inline-block{
    display:inline-block;
  }
  .lg\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .lg\:th-hidden{
    display:none;
  }
  .lg\:th-w-auto{
    width:auto;
  }
  .lg\:th-w-4\/12{
    width:33.333333%;
  }
  .lg\:th-w-6\/12{
    width:50%;
  }
  .lg\:th-flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}

@media (min-width: 1200px){
  .container{
    width:1170px;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(1170px - 2rem);
  }
}

@media (min-width: 1280px){
  .inactive-sidebar .alignwide,
			.inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignfull,
			.inactive-sidebar .alignwide > [class*="__inner-container"] .alignfull{
    margin-left:-5vw;
    margin-right:-5vw;
    width:calc(100% + 10vw);
  }
  .inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignwide{
    margin-left:calc(-5vw + 2rem);
    margin-right:calc(-5vw + 2rem);
    width:auto;
  }
}

@media only screen and (max-width: 992px){
  .footer-navigation li:last-child{
    border-right:1px solid rgba(0,0,0,0.3);
    padding-right:5px;
  }
}

@media (max-width: 781px) and (min-width: 600px){
  .wp-block-column:nth-child(-n + 2){
    margin-top:0;
  }
}

@media only screen and (max-width: 768px){
  .wp-block-file.alignright,
	.wp-block-file.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-pullquote.alignleft,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-video.alignleft,
	.wp-block-video.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright{
    max-width:100%;
    width:100%;
  }
}

@media only screen and (max-width: 500px){
  .wp-block-image .alignright,
	.wp-block-image .alignleft{
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
  .wp-block-quote.is-style-large,
	.wp-block-quote.is-large{
    margin-left:0;
    margin-right:0;
  }
  .wp-block-pullquote.is-style-default blockquote{
    max-width:100%;
  }
}
