/*!
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

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{
	--color-primary-dark:#222221;
	--color-primary-base:#424242;
	--color-primary-light:#505050;

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

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

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

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

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

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

body{
  margin:0;
}

main{
  display:block;
}

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

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

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

a{
  background-color:transparent;
}

abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted;
}

b,
strong{
  font-weight:bolder;
}

code,
kbd,
samp{
  font-family:monospace, 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;
}

img{
  border-style:none;
}

button,
input,
optgroup,
select,
textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0;
}

button,
input{
  overflow:visible;
}

button,
select{
  text-transform:none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText;
}

fieldset{
  padding:0.35em 0.75em 0.625em;
}

legend{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}

progress{
  vertical-align:baseline;
}

textarea{
  overflow:auto;
}

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

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

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

[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}

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

details{
  display:block;
}

summary{
  display:list-item;
}

template{
  display:none;
}

[hidden]{
  display:none;
}

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

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

button:focus{
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color;
}

fieldset{
  margin:0;
  padding:0;
}

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

html{
  font-family: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;
}

*,
::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:#a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
  color:#a0aec0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color:#a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color:#a0aec0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color:#a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:#a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color:#a0aec0;
}

input::placeholder,
textarea::placeholder{
  color:#a0aec0;
}

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

blockquote{
  margin-bottom:2rem;
}

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

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

pre,
.wp-block-code{
  background-color:#f2f2f2;
  background-color:var(--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:#ffffff;
  background:var(--color-white);
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

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

img{
  display:inline-block;
}

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

ul{
  list-style:disc;
}

ol{
  list-style:decimal;
}

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

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:#222221;
  color:var(--color-primary-dark);
  font-family:'Roboto';
  font-family:var(--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;
}

a{
  color:#277da9;
  color:var(--color-accent-base);
}

a:hover,
a:focus{
  color:#144f6d;
  color:var(--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;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td{
  border-top:1px solid #e2e2e4;
  border-top:1px solid var(--color-secondary-lighter);
  line-height:1.45;
  padding:0.6em;
  vertical-align:top;
}

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

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

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

.table-responsive{
  margin-bottom:2rem;
  min-height:.01%;
  overflow-x:auto;
}

.table-responsive > table{
  margin-bottom:0;
}

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

body{
  color:#424242;
  color:var(--color-primary-base);
  font-family:'Roboto';
  font-family:var(--site-font-body);
  line-height:1.75;
}

p{
  margin-bottom:2rem;
}

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

address{
  margin:0 0 2rem;
}

abbr,
acronym{
  border-bottom:1px dotted #6e7273;
  border-bottom:1px dotted var(--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:#f2f2f2;
  background-color:var(--color-secondary-lightest);
  border:1px solid #e2e2e4;
  border:1px solid var(--color-secondary-lighter);
  border-radius:3px;
  color:#222221;
  color:var(--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:#ffffff;
  background-color:var(--color-white);
  border-color:#222221;
  border-color:var(--color-primary-dark);
  outline:0;
  outline:thin dotted \9;
}

.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:#222221;
  background-color:var(--color-primary-dark);
  border-color:#222221;
  border-color:var(--color-primary-dark);
  color:#ffffff;
  color:var(--color-white);
}

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

.primary-button,
.more-link-container .more-link{
  background-color:#ffffff;
  background-color:var(--color-white);
  color:#424242;
  color:var(--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:#424242;
  background-color:var(--color-primary-base);
  border-color:transparent;
  color:#ffffff;
  color:var(--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;
}

#default-view{
  -webkit-transition:padding-top 200ms ease-in-out;
  transition:padding-top 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";
}

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

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

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

[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 #f2f2f2;
  border-top:1px solid var(--color-secondary-lightest);
  margin-top:2rem;
  padding-top:2rem;
}

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

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

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

.table-bordered th,
.table-bordered td{
  border:1px solid #e2e2e4;
  border:1px solid var(--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%;
}

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

.wp-block-button__link{
  font-size:inherit;
  line-height:1.25;
  padding:0.8em 1.35em;
}

.wp-block-button,
.wp-block-buttons .wp-block-button{
  margin:0 0 2rem;
}

.wp-block-buttons > .wp-block-button + .wp-block-button{
  margin-left:0.5rem;
}

.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:#e2e2e4;
  background-color:var(--color-secondary-lighter);
}

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

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{
  color:#6e7273;
  color:var(--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:inherit;
  border-style:solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.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 > * + *{
  margin-top:2rem;
}

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

.wp-block-column .wp-block-buttons > *,
.wp-block-column > * + *{
  margin-top:2rem;
}

.wp-block-buttons{
  margin-top:0;
}

.wp-block-column h3 + *,
.wp-block-column h4 + *,
.wp-block-column h5 + *,
.wp-block-column h6 + *{
  margin-top:0.75rem;
}

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

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

.wp-block-cover,
.wp-block-cover-image{
  padding:0;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover__inner-container{
  padding:2rem;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container{
  width:100%;
}

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

.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:calc(2rem - 16px);
}

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

.wp-block-gallery .blocks-gallery-caption{
  margin-bottom:16px;
}

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link),
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link),

.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-comments__comment-date,
.wp-block-latest-posts__post-date{
  color:#6e7273;
  color:var(--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-group{
  margin-bottom:2rem;
}

[class*="has-background"] .wp-block-group__inner-container,
.wp-block-group.alignfull .wp-block-group__inner-container{
  padding:2rem;
}

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

.wp-block-group__inner-container > :first-child:not(.wp-block){
  margin-top:0;
}

.wp-block-group.alignfull .wp-block-group__inner-container{
  width:100%;
}

.inactive-sidebar .wp-block-group.has-background > .wp-block-group__inner-container > .alignfull{
  margin-left:-2rem;
  max-width:unset;
  width:calc(100% + 4rem);
}

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

.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-posts{
  margin-left:0;
  padding-left:0;
}

.wp-block-latest-posts li > a{
  font-family:'Roboto';
  font-family:var(--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 #e2e2e4;
  border-top:1px solid var(--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{
  margin-bottom:2rem;
}

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

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

.wp-block-media-text .wp-block-media-text__media{
  margin-bottom:2rem;
  overflow:hidden;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  margin-bottom:0;
  margin-top:2rem;
}

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

.wp-block-media-text:not(.is-stacked-on-mobile) .wp-block-media-text__content{
  padding-left:2rem;
  padding-right:0;
}

.has-media-on-the-right:not(.is-stacked-on-mobile) .wp-block-media-text__content{
  padding-left:0;
  padding-right:2rem;
}

.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-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:none;
  padding-left:0;
}

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

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

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

.wp-block-pullquote.is-style-solid-color:not(.has-background){
  background-color:#e2e2e4;
  background-color:var(--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-separator{
  background-color:#e2e2e4;
  background-color:var(--color-secondary-lighter);
  margin:2rem auto;
}

.wp-block-separator,
.inactive-sidebar .site .alignfull [class*="__inner-container"] > hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  max-width:25rem;
}

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

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

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

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

.wp-block-table.is-style-stripes{
  border-bottom-color:#e2e2e4;
  border-bottom-color:var(--color-secondary-lighter);
}

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

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

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

.wp-block-table.is-style-stripes th,

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

.wp-block-table table + figcaption{
  border-top:1px solid #e2e2e4;
  border-top:1px solid var(--color-secondary-lighter);
  color:#6e7273;
  color:var(--color-secondary-base);
  font-size:0.889rem;
  padding:0.2em 0.4em;
  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 [class*="__inner-container"] .alignwide,
.inactive-sidebar [class*="__inner-container"] > .alignfull,
.inactive-sidebar .alignwide .alignwide,
.inactive-sidebar .alignfull .alignfull{
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  width:100%;
}

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

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

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

.wp-block-calendar table th{
  background-color:#f2f2f2;
  background-color:var(--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:#e2e2e4;
  border-color:var(--color-secondary-lighter);
}

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

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

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

.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__comment-excerpt p{
  margin-top:2rem;
}

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

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

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

.wp-block-search .wp-block-search__label{
  font-weight:bold;
  margin-bottom:0.75rem;
}

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

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

.wp-block-button__link{
  background-color:#222221;
  background-color:var(--color-primary-dark);
  border-radius:999px;
  color:#ffffff;
  color:var(--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);
}

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

:root .has-normal-font-size{
  font-size:1.125rem;
}

:root .has-medium-font-size{
  font-size:1.266rem;
}

:root .has-large-font-size{
  font-size:1.602rem;
  line-height:1.5;
}

:root .has-huge-font-size{
  font-size:2.027rem;
  line-height:1.45;
}

[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-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 1rem;
}

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

.table-bordered th,
.wp-block-table.is-style-borders th,
.table-bordered td,
.wp-block-table.is-style-borders td{
  border:1px solid #e2e2e4;
  border:1px solid var(--color-secondary-lighter);
}

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

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

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

.has-custom-background.inactive-sidebar .alignfull .alignfull{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.wp-block-search .wp-block-search__input{
  border-radius:999px;
  padding-left:1.5em;
}

.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:#ffffff;
  background-color:var(--color-white);
  opacity:0;
  position:relative;
}

.site-header a,
h1.site-title{
  color:inherit;
}

.site-header{
  color:#424242;
  color:var(--color-primary-base);
}

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

.site-header.scroll-header,
.site-header.default-view-header{
  background-color:#ffffff;
  background-color:var(--color-white);
  border-bottom:1px solid rgba(0, 0, 0, 0.05);
}

.site-header.scroll-header,
.site-header.default-view-header,
.single.singular-featured-image-inactive .site-header,
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) .site-header{
  text-shadow:none;
}

.site-header.scroll-header,
.site-header.default-view-header,
.single.singular-featured-image-inactive .site-header,
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) .site-header{
  color:#222221;
  color:var(--color-primary-dark);
}

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

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

.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{
  display:inline-block;
  fill:transparent;
}

.header-links svg{
  -webkit-transform:translate(0, -0.5px);
  height:20px;
  transform:translate(0, -0.5px);
  width:20px;
}

.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);
  background-color:#222221;
  background-color:var(--color-primary-dark);
  box-shadow:0 0 10px rgba(0,0,0,0.45);
  max-width:520px;
  position:relative;
}

.header-searchform--submit{
  background:none;
  height:46px;
  padding:0;
  position:absolute;
  right:1rem;
  top:6rem;
  width:50px;
}

.header-searchform--submit:hover{
  background-color:transparent;
}

.header-searchform--submit svg{
  fill:transparent;
}

.header-searchform--field[type="search"]{
  background-color:#424242;
  background-color:var(--color-primary-base);
  border:1px solid #ffffff;
  border:1px solid var(--color-white);
  border-radius:999px;
  height:48px;
  padding:0 2rem 0 1.5rem;
}

.header-searchform--field[type="search"]:focus{
  background-color:#ffffff;
  background-color:var(--color-white);
  border-color:#6e7273;
  border-color:var(--color-secondary-base);
  outline:0;
}

.header-searchform--field[type="search"]:focus,
.header-searchform:focus-within .header-searchform--submit{
  color:#424242;
  color:var(--color-primary-base);
}

.header-searchform--close{
  height:35px;
  position:absolute;
  right:20px;
  top:20px;
  width:35px;
}

.header-searchform--close svg{
  height:0.8125rem;
  margin:auto;
  width:0.8125rem;
}

.header-searchform--close:hover{
  opacity:0.75;
}

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

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

.site-search-container ::-webkit-input-placeholder{
  color:#a2a3a3;
  color:var(--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:#ffffff;
  color:var(--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:#e2e2e4;
  background-color:var(--color-secondary-lighter);
  border:none;
  border-radius:30px;
  color:#222221;
  color:var(--color-primary-dark);
  font-weight:400;
  margin-bottom:2rem;
  padding:0 16px 0 43px;
  position:relative;
}

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

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

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

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

.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:#6e7273;
  color:var(--color-secondary-base);
}

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

.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{
  -webkit-font-smoothing:antialiased;
  -webkit-transform:rotate(-45deg);
  display:block;
  height:0.4rem;
  pointer-events:none;
  position:absolute;
  right:0;
  top:calc(50% - 0.7rem);
  transform:rotate(-45deg);
  width:0.7rem;
}

.menu-navigation .arrow-icon::before,
.menu-navigation .arrow-icon::after{
  background-color:currentColor;
  bottom:calc(50% - 0.05rem);
  content:"";
  display:block;
  left:0;
  position:absolute;
}

.menu-navigation .arrow-icon::before{
  height:0.4rem;
  width:0.09rem;
}

.menu-navigation .arrow-icon::after{
  height:0.09rem;
  width:0.4em;
}

.main-navigation{
  -ms-flex-order:1;
  -webkit-box-ordinal-group:2;
  order:1;
}

.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:1.25rem;
}

.main-navigation ul ul .arrow-icon{
  -webkit-transform:rotate(225deg);
  right:1em;
  top:calc(50% - 0.5rem);
  transform:rotate(225deg);
}

.main-navigation ul ul .arrow-icon::before{
  height:0.4rem;
  width:0.09rem;
}

.main-navigation ul ul .arrow-icon::after{
  height:0.09rem;
  width:0.4rem;
}

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

.main-navigation ul:not(.sub-menu):not(.children) > li > a{
  -webkit-transition:none;
  margin-bottom:12px;
  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{
  border-color:transparent transparent #222221 transparent;
  border-color:transparent transparent var(--color-primary-dark) transparent;
  border-style:solid;
  border-width:0 8px 8px 8px;
  content:'';
  height:0;
  left:20%;
  margin-left:-4px;
  position:absolute;
  top:-8px;
  width: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);
  background-color:#222221;
  background-color:var(--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);
  float:left;
  left:-999em;
  opacity:0;
  position:absolute;
  top:150%;
  z-index:99999;
}

.main-navigation ul ul li{
  color:#ffffff;
  color:var(--color-white);
}

.main-navigation ul ul a{
  font-size:0.889rem;
  min-width:180px;
  padding:0.65em 1em;
  text-shadow:none;
  width:100%;
}

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

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

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

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

.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:#ffffff;
  color:var(--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:#6e7273;
  color:var(--color-secondary-base);
}

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

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

.sidebar-section{
  margin-bottom:2rem;
}

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

.widget .avatar{
  border-radius:50%;
}

.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 a{
  color:inherit;
}

.widget a:not(.primary-button):hover{
  color:#6e7273;
  color:var(--color-secondary-base);
}

.widget #wp-calendar{
  margin-bottom:0;
}

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

.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:#424242;
  background-color:var(--color-primary-base);
  color:#ffffff;
  color:var(--color-white);
}

.widget.widget_rss li{
  margin-bottom:15px;
}

.widget.widget_rss li:last-child{
  margin-bottom:0;
}

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

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

.widget.widget_flickr .table > tbody > tr > td{
  border:none;
  padding:0;
  text-align:left;
}

#page .widget.widget_flickr #flickr_badge_wrapper{
  background-color:none;
  border:none;
}

#page .widget.widget_flickr #flickr_badge_wrapper,
#page .widget.widget_flickr #flickr_badge_uber_wrapper{
  margin:0;
}

#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:link,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited{
  color:#277DA9;
}

.widget.widget_calendar #next{
  text-align:right;
}

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

#default-view{
  margin-top:2rem;
}

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

.site .entry-content .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-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 #a2a3a3;
  border-left:1px solid var(--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:#6e7273;
  color:var(--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-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;
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000',GradientType=0 );
  font-size:0.611em;
  left:0;
  line-height:1.2;
  margin:0;
  max-height:50%;
  opacity:0;
  padding:8px 10px;
  position:absolute;
  visibility:hidden;
  width:100%;
}

.gallery-caption:before{
  content:"";
  height:100%;
  left:0;
  min-height:50px;
  position:absolute;
  top:0;
  width:100%;
}

.gallery-item:hover .gallery-caption{
  max-height:50%;
  opacity:1;
  visibility:visible;
}

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

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

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

form.search-form > label input{
  border-radius:999px 0 0 999px;
  height:100%;
  padding-left:1.5em;
  width:100%;
}

form.search-form .search-submit{
  background-color:#424242;
  background-color:var(--color-primary-base);
  border-color:#424242;
  border-color:var(--color-primary-base);
  border-radius:0 999px 999px 0;
  color:#ffffff;
  color:var(--color-white);
}

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

form.search-form:focus-within .search-submit:hover{
  border-color:#6e7273;
  border-color:var(--color-secondary-base);
  border-left-color:transparent;
}

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

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

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

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

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

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

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

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

.th-border-none{
  border-width:0;
}

.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-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-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-self-end{
  -ms-flex-item-align:end;
  align-self:flex-end;
}

.th-self-center{
  -ms-flex-item-align:center;
  align-self: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-content-center{
  -ms-flex-line-pack:center;
  align-content:center;
}

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

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

.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-list-none{
  list-style-type:none;
}

.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-mb-0{
  margin-bottom:0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-pt-lg{
  padding-top:2rem;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px){
  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-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;
  }
  .header-searchform--submit{
    right:4rem;
  }
  .header-searchform--field[type="search"]{
    padding-right:2rem;
  }
  .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%;
  }
  .sidebar-section{
    margin-bottom:4rem;
  }
  #default-view{
    margin-top:4rem;
  }
  .archive .page-header.has-background-cover{
    height:25em;
  }
  .sm\:th-text-md{
    font-size:1.125rem;
  }
  .sm\:th-text-3xl{
    font-size:2.027rem;
  }
  .sm\:th-text-7xl{
    font-size:3.247rem;
  }
  .sm\:th-mb-3xl{
    margin-bottom:4rem;
  }
  .sm\:th-p-lg{
    padding:2rem;
  }
  .sm\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .sm\:th-py-3xl{
    padding-bottom:4rem;
    padding-top:4rem;
  }
  .sm\:th-px-3xl{
    padding-left:4rem;
    padding-right:4rem;
  }
  .sm\:th-px-2xl{
    padding-left:3rem;
    padding-right:3rem;
  }
  .sm\:th-py-lg{
    padding-bottom:2rem;
    padding-top:2rem;
  }
  .sm\:th-px-lg{
    padding-left:2rem;
    padding-right:2rem;
  }
  .sm\:th-pt-3xl{
    padding-top:4rem;
  }
  .sm\:th-text-white{
    color:#ffffff;
    color:var(--color-white);
  }
}

@media (min-width: 600px){
  .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-media-text.has-media-on-the-right .wp-block-media-text__media{
    margin-top:0;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left:2rem;
    padding-right:0;
  }
  .has-media-on-the-right .wp-block-media-text__content{
    padding-left:0;
    padding-right:2rem;
  }
}

@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-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 .alignwide{
    margin-left:-2.5vw;
    margin-right:-2.5vw;
    width:calc(100% + 5vw);
  }
  .page-template-full-width-page .wp-block-pullquote.alignfull blockquote,
	.inactive-sidebar.page-template-full-width-page .alignfull [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignright):not(.alignleft){
    max-width:calc(750px - 2rem);
  }
  .site-header{
    color:#ffffff;
    color:var(--color-white);
  }
  .site-header{
    -webkit-transition:padding 200ms ease-in-out, opacity 200ms ease-in-out;
    background-color:transparent;
    left:0;
    position:fixed;
    right:0;
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
    top:0;
    transition:padding 200ms ease-in-out, opacity 200ms ease-in-out;
    z-index:99998;
  }
  .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;
    padding-bottom:1.5rem;
    padding-top:1.5rem;
  }
  .has-custom-background .site-header{
    left:15px;
    right:15px;
  }
  .site-header .site-branding img{
    max-height:70px;
  }
  .site-header .site-branding{
    max-width:30%;
    text-align:inherit;
  }
  .site-header .header-links{
    max-width:70%;
  }
  .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{
    -ms-flex-order:99;
    -webkit-box-ordinal-group:100;
    border-left:1px solid;
    margin-left:1rem;
    order:99;
    padding-left:1rem;
  }
  .header-menu svg{
    margin-right:0.25rem;
  }
  #default-view{
    padding-top:93px;
  }
  .md\:th-block{
    display:block;
  }
  .md\:th-hidden{
    display:none;
  }
  .md\:th--mx-base{
    margin-left:-1rem;
    margin-right:-1rem;
  }
  .md\:th-mt-lg{
    margin-top:2rem;
  }
  .md\:th-px-0{
    padding-left:0;
    padding-right:0;
  }
  .md\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .md\:th-px-base{
    padding-left:1rem;
    padding-right:1rem;
  }
  .md\:th-pt-4xl{
    padding-top:6rem;
  }
  .md\:th-w-6\/12{
    width:50%;
  }
}

@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;
  }
  .inactive-sidebar .alignwide{
    margin-left:-5vw;
    margin-right:-5vw;
    width:calc(100% + 10vw);
  }
  .inactive-sidebar .alignfull [class*="__inner-container"] > .alignwide{
    max-width:calc(47rem + 10vw);
    width:100%;
  }
  .page-template-full-width-page .wp-block-pullquote.alignfull blockquote,
	.inactive-sidebar.page-template-full-width-page .alignfull [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignright):not(.alignleft){
    max-width:calc(970px - 2rem);
  }
  .inactive-sidebar.page-template-full-width-page .alignfull [class*="__inner-container"] > .alignwide{
    max-width:calc(970px + 10vw - 2rem);
    width:100%;
  }
  .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-block{
    display:block;
  }
  .lg\:th-inline-block{
    display:inline-block;
  }
  .lg\:th-hidden{
    display:none;
  }
  .lg\:th-flex-no-wrap{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
  }
  .lg\:th-ml-auto{
    margin-left:auto;
  }
  .lg\:th-w-4\/12{
    width:33.333333%;
  }
  .lg\:th-w-6\/12{
    width:50%;
  }
  .lg\:th-w-auto{
    width:auto;
  }
}

@media (min-width: 1200px){
  .container{
    width:1170px;
  }
  .page-template-full-width-page .wp-block-pullquote.alignfull blockquote,
	.inactive-sidebar.page-template-full-width-page .alignfull [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignright):not(.alignleft){
    max-width:calc(1170px - 2rem);
  }
  .inactive-sidebar.page-template-full-width-page .alignfull [class*="__inner-container"] > .alignwide{
    max-width:calc(1170px + 10vw - 2rem);
    width:100%;
  }
}

@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 (max-width: 768px){
  #default-view{
    padding-top:0 !important;
  }
}

@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 screen and (max-width: 767px){
  .table-responsive{
    -ms-overflow-style:-ms-autohiding-scrollbar;
    border:none;
    margin-bottom:2rem;
    overflow-y:hidden;
    width:100%;
  }
  .wp-block-table > .table-responsive,
	.table-responsive > table{
    margin-bottom:0;
  }
  .table-responsive > table:not(.has-fixed-layout) > thead > tr > th,
	.table-responsive > table:not(.has-fixed-layout) > tbody > tr > th,
	.table-responsive > table:not(.has-fixed-layout) > tfoot > tr > th,
	.table-responsive > table:not(.has-fixed-layout) > thead > tr > td,
	.table-responsive > table:not(.has-fixed-layout) > tbody > tr > td,
	.table-responsive > table:not(.has-fixed-layout) > tfoot > tr > td{
    white-space:nowrap;
  }
}

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