/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2__row {
	display: flex;
	margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
	margin-top: 0;
}

.jp-related-posts-i2__post {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
	max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post {
	max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link,
.jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context {
	flex-direction: row;
	display: block;
}

.jp-related-posts-i2__post-heading {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-link {
	display: block;
	width: 100%;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-img-link {
	order: -1;
}
.jp-related-posts-i2__post-img-link img {
	width: 100%;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row{
	margin-top: 0;
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	max-width: none;
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
	margin-top: 1rem;
}

/* Breakpoints */
@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__row {
		margin-top: 0;
		display: block;
	}
	.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
		max-width: none;
		margin: 0;
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link {
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link img {
		width: 350px;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	height: auto;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}
@charset "UTF-8";#start-resizable-editor-section{display:none}.wp-block-audio{margin:0 0 1em}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;overflow-wrap:break-word;box-sizing:border-box}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:calc(100% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child{margin-right:0;width:100%}@supports (column-gap:0.5em){.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,.wp-block-buttons>.wp-block-button.wp-block-button{margin-right:0;margin-left:0}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .375em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .25em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .125em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:auto;flex-basis:100%}}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5em}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin:0 0 1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__embed{margin-bottom:1em}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;align-self:flex-start;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image,.blocks-gallery-grid.is-cropped .blocks-gallery-item,.wp-block-gallery.is-cropped .blocks-gallery-image,.wp-block-gallery.is-cropped .blocks-gallery-item{align-self:inherit}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin:0 0 1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.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:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-link,.wp-block-navigation .wp-block-pages-list__item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty{display:none}.wp-block-navigation .wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item__link{color:inherit;display:block}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-page-list__submenu-icon{height:inherit}.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .wp-block-page-list__submenu-icon svg{stroke:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link{padding:0}.wp-block-navigation .has-child>.wp-block-navigation-link__content,.wp-block-navigation .has-child>.wp-block-pages-list__item__link{margin-right:.5em}.wp-block-navigation .has-child .submenu-container,.wp-block-navigation .has-child .wp-block-navigation-link__container{background-color:inherit;color:inherit;position:absolute;z-index:2;flex-direction:column;align-items:normal;min-width:200px;display:none;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link{flex-grow:1}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon{padding-right:.5em}@media (min-width:782px){.wp-block-navigation .has-child .submenu-container .submenu-container:before,.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:hover{cursor:pointer}.wp-block-navigation .has-child:hover>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within{cursor:pointer}.wp-block-navigation .has-child:focus-within>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container{left:auto;right:0}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:auto;right:100%}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .wp-block-page-list,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item{margin:0 2em 0 0}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child{margin-right:0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item{margin:0 .5em 0 0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container{left:-1em;top:100%}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item{margin:0}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:-1px}@media (min-width:782px){.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:-1px}}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container{left:0;top:100%}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:0}@media (min-width:782px){.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:0}}.wp-block-navigation:not(.has-background) .submenu-container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{align-items:center;list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}@media (min-width:600px){.wp-block-navigation__container{display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block;flex-direction:column;align-items:flex-start}}.items-justified-center .wp-block-navigation__container{justify-content:center}.items-justified-right .wp-block-navigation__container{justify-content:flex-end}.items-justified-space-between .wp-block-navigation__container{justify-content:space-between}.is-vertical.items-justified-center>ul{align-items:center}.is-vertical.items-justified-right>ul{align-items:flex-end}.is-vertical.items-justified-right>ul .wp-block-navigation-link,.is-vertical.items-justified-right>ul .wp-block-pages-list__item{margin-right:0;justify-content:flex-end}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;align-items:flex-start;justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;overflow:auto;z-index:100000;padding:24px;background-color:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;align-items:flex-start;line-height:48px;padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list{flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container{background:transparent!important}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.is-menu-open){display:flex;flex-direction:row;position:relative;background-color:inherit}.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open{display:none}}.items-justified-left .wp-block-navigation__responsive-container-open{margin-left:0;margin-right:auto}.items-justified-center .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:auto}.items-justified-right .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:0}.wp-block-navigation__responsive-container-close{position:absolute;top:24px;right:24px;z-index:2}.wp-block-navigation__responsive-close{width:100%}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{width:100%;height:100%}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon{display:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container{position:relative;opacity:1;visibility:visible;padding:0 0 0 32px;border:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item{flex-direction:column;align-items:flex-start}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-home-link__content{color:inherit;display:block;padding:.5em 1em}.wp-block-navigation[style*=text-decoration] .wp-block-home-link,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus{text-decoration:none}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container{top:-1px}.wp-block-navigation .wp-block-page-list{display:flex;flex-wrap:wrap;background-color:inherit}.wp-block-navigation .wp-block-pages-list__item{background-color:inherit}.wp-block-navigation .wp-block-page-list__submenu-icon{display:none}.is-open .wp-block-navigation__container .wp-block-page-list,.is-vertical .wp-block-navigation__container .wp-block-page-list,.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon{display:block}@media (min-width:480px){.is-open .wp-block-navigation__container .wp-block-page-list{display:flex}}.items-justified-space-between .wp-block-page-list{display:contents}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments .commentlist{list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.75em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block}.wp-block-post-comments .comment-form-comment textarea{box-sizing:border-box;width:100%}.wp-block-post-comments .reply{font-size:.75em;margin-bottom:1.4em}.wp-block-post-comments input,.wp-block-post-comments textarea{border:1px solid #949494}.wp-block-post-comments-form input[type=submit]{border:none;box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-excerpt__more-link,.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template,.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-post-template li,.wp-block-query-loop li{clear:both}.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border-top:1px solid;border-bottom:1px solid}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo .aligncenter{display:table}.wp-block-site-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{margin:0 0 1em;overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin:0 0 1em}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}:root{--coblocks-spacing--0:0;--coblocks-spacing--1:0.5em;--coblocks-spacing--2:1em;--coblocks-spacing--3:1.5em;--coblocks-spacing--4:2em;--coblocks-spacing--5:2.5em;--coblocks-spacing--6:3em;--coblocks-spacing--7:3.5em;--coblocks-spacing--8:4em;--coblocks-spacing--9:4.5em;--coblocks-spacing--10:7em}.has-columns{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media(min-width:600px){.has-columns.has-2-columns>:not(.block-editor-inner-blocks),.has-columns.has-3-columns>:not(.block-editor-inner-blocks),.has-columns.has-4-columns>:not(.block-editor-inner-blocks){flex-basis:50%}}@media(min-width:782px){.has-columns.has-3-columns>:not(.block-editor-inner-blocks),.has-columns.has-4-columns>:not(.block-editor-inner-blocks){flex-basis:33.33%}}@media(max-width:959px){.has-columns.has-4-columns>:not(.block-editor-inner-blocks){flex-basis:50%}}@media(min-width:1280px){.has-columns.has-4-columns>:not(.block-editor-inner-blocks){flex-basis:25%}}.alignfull .has-columns{padding-left:var(--coblocks-spacing--2,1em);padding-right:var(--coblocks-spacing--2,1em)}@media(min-width:600px){.alignfull .has-columns{padding-left:var(--coblocks-spacing--4,2em);padding-right:var(--coblocks-spacing--4,2em)}}@media(max-width:599px){.has-responsive-columns{flex-direction:column}.has-responsive-columns>*{max-width:100%!important;width:100%!important}.has-responsive-columns.has-no-gutter>[class*=wp-block]:not(:last-child),.has-responsive-columns>[class*=wp-block]:last-child{margin-bottom:0}.has-responsive-columns.has-small-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, .5em)*2.35)}.has-responsive-columns.has-medium-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em)*2.35)}.has-responsive-columns.has-large-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em)*2.35)}.has-responsive-columns.has-huge-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em)*2.35)}.has-responsive-columns.has-custom-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0)*2.35)}}.has-small-gutter.has-2-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--1, .5em))}.has-small-gutter.has-3-columns>:not(.block-editor-inner-blocks){max-width:calc(33.33333% - var(--coblocks-spacing--2, 1em))}.has-small-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--1, .5em))}@media(min-width:960px){.has-small-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(25% - var(--coblocks-spacing--2, 1em))}}@media(max-width:959px){.has-small-gutter.has-4-columns>:not(.block-editor-inner-blocks):first-of-type,.has-small-gutter.has-4-columns>:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(var(--coblocks-spacing--1, .5em)*2)}}.has-medium-gutter.has-2-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--2, 1em))}.has-medium-gutter.has-3-columns>:not(.block-editor-inner-blocks){max-width:calc(33.61345% - var(--coblocks-spacing--3, 1.5em))}.has-medium-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--2, 1em))}@media(min-width:960px){.has-medium-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(25% - var(--coblocks-spacing--3, 1.5em))}}@media(max-width:959px){.has-medium-gutter.has-4-columns>:not(.block-editor-inner-blocks):first-of-type,.has-medium-gutter.has-4-columns>:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(var(--coblocks-spacing--2, 1em)*2)}}.has-large-gutter.has-2-columns>:not(.block-editor-inner-blocks){max-width:calc(49.75124% - var(--coblocks-spacing--3, 1.5em))}.has-large-gutter.has-3-columns>:not(.block-editor-inner-blocks){max-width:calc(33.0033% - var(--coblocks-spacing--4, 2em))}.has-large-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--3, 1.5em))}@media(min-width:960px){.has-large-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(24.5098% - var(--coblocks-spacing--4, 2em))}}@media(max-width:959px){.has-large-gutter.has-4-columns>:not(.block-editor-inner-blocks):first-of-type,.has-large-gutter.has-4-columns>:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em)*2)}}.has-huge-gutter.has-2-columns>:not(.block-editor-inner-blocks){max-width:calc(49.50495% - var(--coblocks-spacing--4, 2em))}.has-huge-gutter.has-3-columns>:not(.block-editor-inner-blocks){max-width:calc(32.36246% - var(--coblocks-spacing--5, 2.5em))}.has-huge-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-spacing--4, 2em))}@media(min-width:960px){.has-huge-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(24.09639% - var(--coblocks-spacing--5, 2.5em))}}@media(max-width:959px){.has-huge-gutter.has-4-columns>:not(.block-editor-inner-blocks):first-of-type,.has-huge-gutter.has-4-columns>:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(var(--coblocks-spacing--4, 2em)*2)}}.has-custom-gutter.has-2-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-3-columns>:not(.block-editor-inner-blocks){max-width:calc(33.33333% - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(50% - var(--coblocks-custom-gutter, 0))}@media(min-width:960px){.has-custom-gutter.has-4-columns>:not(.block-editor-inner-blocks){max-width:calc(25% - var(--coblocks-custom-gutter, 0))}}@media(max-width:959px){.has-custom-gutter.has-4-columns>:not(.block-editor-inner-blocks):first-of-type,.has-custom-gutter.has-4-columns>:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(var(--coblocks-custom-gutter, 0)*2)}}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-top-left{background-position:0 0}.bg-top-center{background-position:top}.bg-top-right{background-position:100% 0}.bg-center-left{background-position:0}.bg-center-center{background-position:50%}.bg-center-right{background-position:100%}.bg-bottom-left{background-position:0 100%}.bg-bottom-center{background-position:bottom}.bg-bottom-right{background-position:100% 100%}.has-background-overlay{position:relative}.has-background-overlay:not(.has-background){background-color:#000}.has-background-overlay:before{background-color:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.has-background-overlay-10:before{opacity:.1}.has-background-overlay-20:before{opacity:.2}.has-background-overlay-30:before{opacity:.3}.has-background-overlay-40:before{opacity:.4}.has-background-overlay-50:before{opacity:.5}.has-background-overlay-60:before{opacity:.6}.has-background-overlay-70:before{opacity:.7}.has-background-overlay-80:before{opacity:.8}.has-background-overlay-90:before{opacity:.9}.has-background-overlay-100:before{opacity:1}.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.has-parallax{background-attachment:scroll}}.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background{padding-left:var(--coblocks-spacing--1,.5em)}.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2,1em)}.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3,1.5em)}.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4,2em)}.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--1,.5em)}.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2,1em)}.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3,1.5em)}.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4,2em)}.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.has-small-margin{margin-bottom:var(--coblocks-spacing--1,.5em);margin-top:var(--coblocks-spacing--1,.5em)}.has-medium-margin{margin-bottom:var(--coblocks-spacing--2,1em);margin-top:var(--coblocks-spacing--2,1em)}.has-large-margin{margin-bottom:var(--coblocks-spacing--3,1.5em);margin-top:var(--coblocks-spacing--3,1.5em)}.has-huge-margin{margin-bottom:var(--coblocks-spacing--4,2em);margin-top:var(--coblocks-spacing--4,2em)}.has-shadow{box-shadow:0 1.5vw 3vw -.7vw rgba(0,0,0,.125)}.has-shadow-sml,.shadow-sm{box-shadow:0 .5vw 2vw -.25vw rgba(0,0,0,.2)}.has-shadow-med,.shadow-md{box-shadow:0 1vw 3vw -.5vw rgba(0,0,0,.2)}.has-shadow-lrg,.shadow-lg{box-shadow:0 1.8vw 3vw -.7vw rgba(0,0,0,.2)}[class*=hint--]{display:inline-block;position:relative}[class*=hint--]:after,[class*=hint--]:before{opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);visibility:hidden;z-index:1000000}[class*=hint--]:before{background:transparent;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*=hint--]:after{background:#1e1e1e;border-radius:2px;box-shadow:2px 2px 4px rgba(0,0,0,.1);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:11px;padding:6px 8px 7px 9px;white-space:nowrap}[class*=hint--]:hover:after,[class*=hint--]:hover:before{opacity:1;visibility:visible}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.hint--top:before{border-top-color:#1e1e1e;left:calc(50% - 6px)!important;margin-bottom:-10px}.hint--top:after,.hint--top:before{bottom:103%;left:50%}.hint--top:after,.hint--top:hover:after{transform:translateX(-50%)}.hint--bottom:before{border-bottom-color:#1e1e1e;left:calc(50% - 10px);margin-top:-11px}.hint--bottom:after,.hint--bottom:before{left:50%;top:100%}.hint--bottom:after{transform:translateX(-50%)}.hint--bottom:hover:before{transform:translateY(8px)}.hint--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.ui-datepicker.coblocks{background-color:#fff;border:1px solid #dfdfdf;border-radius:0;border-top:none;box-shadow:0 3px 6px rgba(0,0,0,.075);margin:0;padding:0;width:auto}.ui-datepicker.coblocks *{border-radius:0;padding:0}.ui-datepicker.coblocks table{border:none;border-collapse:collapse;margin:0;width:auto}.ui-datepicker.coblocks .ui-datepicker-header,.ui-datepicker.coblocks .ui-widget-header{background-image:none;border:none;font-weight:400}.ui-datepicker.coblocks .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer}.ui-datepicker.coblocks .ui-datepicker-title{font-size:14px;line-height:14px;margin:0;padding:10px 0;text-align:center}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-prev{height:34px;position:relative;top:0;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-prev-hover{left:0}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-next-hover{right:0}.ui-datepicker.coblocks .ui-datepicker-next span,.ui-datepicker.coblocks .ui-datepicker-prev span{display:none}.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-next,.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-prev{border:none}.ui-datepicker.coblocks .ui-datepicker-prev{float:left}.ui-datepicker.coblocks .ui-datepicker-next{float:right}.ui-datepicker.coblocks .ui-datepicker-next:before,.ui-datepicker.coblocks .ui-datepicker-prev:before{speak:none;font:400 20px/34px dashicons;height:34px;padding-left:7px;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev:before{content:""}.ui-datepicker.coblocks .ui-datepicker-next:before{content:""}.ui-datepicker.coblocks .ui-datepicker-next-hover:before,.ui-datepicker.coblocks .ui-datepicker-prev-hover:before{opacity:.7}.ui-datepicker.coblocks select.ui-datepicker-month,.ui-datepicker.coblocks select.ui-datepicker-year{width:33%}.ui-datepicker.coblocks thead{font-weight:600}.ui-datepicker.coblocks th{border-width:1px;padding:10px}.ui-datepicker.coblocks td{border:1px solid #f4f4f4;padding:0}.ui-datepicker.coblocks td.ui-datepicker-other-month{border:transparent}.ui-datepicker.coblocks td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.ui-datepicker.coblocks td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker.coblocks td.ui-datepicker-current-day{background:#bd8}.ui-datepicker.coblocks td .ui-state-default{background:transparent;border:none;color:#444;display:block;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:auto}.ui-datepicker.coblocks td.ui-state-disabled .ui-state-default{opacity:.5}.has-background-video{position:relative}.has-background-video.has-background-overlay:before{z-index:1}.has-background-video.has-background-overlay>:not(.coblocks-video-bg){z-index:10}.has-background-video>:not(.coblocks-video-bg){position:relative}.coblocks-video-bg{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.coblocks-video-bg>video{background-position:50%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.coblocks-gallery{list-style:none!important;padding-left:0;padding-right:0}.coblocks-gallery--item{list-style:none!important;margin:0;padding:0!important}.coblocks-gallery--item figure{position:relative}.coblocks-gallery--item img{opacity:1;vertical-align:middle}.coblocks-gallery .coblocks-gallery--item figcaption{color:inherit;margin:0!important}.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img,.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img{width:100%}@supports((position:-webkit-sticky) or (position:sticky)){.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img,.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}}.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery{max-width:100%}.coblocks-gallery--item-thumbnail{list-style:none!important;margin:0;padding:0}.coblocks-gallery--item-thumbnail figure{margin:0;position:relative}.coblocks-gallery--item-thumbnail img{vertical-align:middle}figcaption.coblocks-gallery--primary-caption{font-size:13px;margin-bottom:1em;margin-top:1.2em;text-align:center}figcaption.coblocks-gallery--primary-caption:not(.has-caption-color){color:#1e1e1e}.wp-block-group div[class*=wp-block-coblocks-gallery]{margin-bottom:10px!important;margin-top:10px!important}@media(min-width:250px){.has-grid-sml .coblocks-gallery--item{width:50%}}@media(min-width:500px){.has-grid-sml .coblocks-gallery--item{width:33.3333333333%}}@media(min-width:800px){.has-grid-sml .coblocks-gallery--item{width:25%}}@media(min-width:1300px){.has-grid-sml .coblocks-gallery--item{width:20%}}@media(min-width:1700px){.has-grid-sml .coblocks-gallery--item{width:16.6666666667%}}@media(min-width:1900px){.has-grid-sml .coblocks-gallery--item{width:14.2857142857%}}@media(min-width:350px){.has-grid-med .coblocks-gallery--item{width:50%}}@media(min-width:650px){.has-grid-med .coblocks-gallery--item{width:33.3333333333%}}@media(min-width:1100px){.has-grid-med .coblocks-gallery--item{width:25%}}@media(min-width:1600px){.alignfull .has-grid-med .coblocks-gallery--item{width:20%}}@media(min-width:1900px){.alignfull .has-grid-med .coblocks-gallery--item{width:16.6666666667%}}@media(min-width:400px){.has-grid-lrg .coblocks-gallery--item{width:50%}}@media(min-width:800px){.has-grid-lrg .coblocks-gallery--item{width:33.3333333333%}}@media(min-width:1600px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:25%}}@media(min-width:1900px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:20%}}@media(min-width:400px){.has-grid-xlrg .coblocks-gallery--item{width:50%}}@media(min-width:1600px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:33.3333333333%}}@media(min-width:1900px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:25%}}@media(min-width:400px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:50%}}@media(min-width:900px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:33.3333333333%}}.coblocks-gallery.has-gutter{overflow:hidden}@media(min-width:600px){.has-gutter-5{margin:-3px!important;max-width:calc(100% + 5px)!important}.has-gutter-10{margin:-5px!important;max-width:calc(100% + 10px)!important}.has-gutter-15{margin:-8px!important;max-width:calc(100% + 15px)!important}.has-gutter-20{margin:-10px!important;max-width:calc(100% + 20px)!important}.has-gutter-25{margin:-13px!important;max-width:calc(100% + 25px)!important}.has-gutter-30{margin:-15px!important;max-width:calc(100% + 30px)!important}.has-gutter-35{margin:-18px!important;max-width:calc(100% + 35px)!important}.has-gutter-40{margin:-20px!important;max-width:calc(100% + 40px)!important}.has-gutter-45{margin:-23px!important;max-width:calc(100% + 45px)!important}.has-gutter-50{margin:-25px!important;max-width:calc(100% + 50px)!important}.has-gutter-5 .coblocks-gallery--figure{margin:3px}.has-gutter-10 .coblocks-gallery--figure{margin:5px}.has-gutter-15 .coblocks-gallery--figure{margin:8px}.has-gutter-20 .coblocks-gallery--figure{margin:10px}.has-gutter-25 .coblocks-gallery--figure{margin:13px}.has-gutter-30 .coblocks-gallery--figure{margin:15px}.has-gutter-35 .coblocks-gallery--figure{margin:18px}.has-gutter-40 .coblocks-gallery--figure{margin:20px}.has-gutter-45 .coblocks-gallery--figure{margin:23px}.has-gutter-50 .coblocks-gallery--figure{margin:25px}}@media(max-width:599px){.has-gutter-mobile-5{margin:-3px!important;max-width:calc(100% + 5px)!important}.has-gutter-mobile-5 .coblocks-gallery--figure{margin:3px}.has-gutter-mobile-10{margin:-5px!important;max-width:calc(100% + 10px)!important}.has-gutter-mobile-10 .coblocks-gallery--figure{margin:5px}.has-gutter-mobile-15{margin:-8px!important;max-width:calc(100% + 15px)!important}.has-gutter-mobile-15 .coblocks-gallery--figure{margin:8px}.has-gutter-mobile-20{margin:-10px!important;max-width:calc(100% + 20px)!important}.has-gutter-mobile-20 .coblocks-gallery--figure{margin:10px}.has-gutter-mobile-25{margin:-13px!important;max-width:calc(100% + 25px)!important}.has-gutter-mobile-25 .coblocks-gallery--figure{margin:13px}.has-gutter-mobile-30{margin:-15px!important;max-width:calc(100% + 30px)!important}.has-gutter-mobile-30 .coblocks-gallery--figure{margin:15px}.has-gutter-mobile-35{margin:-18px!important;max-width:calc(100% + 35px)!important}.has-gutter-mobile-35 .coblocks-gallery--figure{margin:18px}.has-gutter-mobile-40{margin:-20px!important;max-width:calc(100% + 40px)!important}.has-gutter-mobile-40 .coblocks-gallery--figure{margin:20px}.has-gutter-mobile-45{margin:-23px!important;max-width:calc(100% + 45px)!important}.has-gutter-mobile-45 .coblocks-gallery--figure{margin:23px}.has-gutter-mobile-50{margin:-25px!important;max-width:calc(100% + 50px)!important}.has-gutter-mobile-50 .coblocks-gallery--figure{margin:25px}}.has-horizontal-gutter{overflow-x:hidden}.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item{height:100%;margin:0!important}@media(min-width:1300px){.has-no-alignment .has-carousel-lrg .coblocks-gallery--item{width:70%}}.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item{width:100%}.has-carousel-sml .coblocks-gallery--item{width:65%}@media(min-width:700px){.has-carousel-sml .coblocks-gallery--item{width:33.333%}}@media(min-width:1100px){.has-carousel-sml .coblocks-gallery--item{width:25%}}@media(min-width:1600px){.has-carousel-sml .coblocks-gallery--item{width:20%}}.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:100%}@media(min-width:700px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media(min-width:1100px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:25%}}@media(min-width:1600px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:20%}}.has-carousel-med .coblocks-gallery--item{width:70%}@media(min-width:700px){.has-carousel-med .coblocks-gallery--item{width:33.333%}}@media(min-width:1800px){.has-carousel-med .coblocks-gallery--item{width:25%}}.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:100%}@media(min-width:600px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:50%}}@media(min-width:900px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media(min-width:1200px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:25%}}.has-carousel-lrg .coblocks-gallery--item{width:80%}@media(min-width:600px){.has-carousel-lrg .coblocks-gallery--item{width:70%}}@media(min-width:1300px){.has-carousel-lrg .coblocks-gallery--item{width:60%}}.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media(min-width:600px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:50%}}@media(min-width:1800px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:33.333%}}.has-carousel-xlrg .coblocks-gallery--item{width:100%}@media(min-width:1200px){.has-carousel-xlrg .coblocks-gallery--item{width:80%}}.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media(min-width:600px){.has-margin-bottom-5{margin-bottom:5px!important}.has-margin-bottom-10{margin-bottom:10px!important}.has-margin-bottom-15{margin-bottom:15px!important}.has-margin-bottom-20{margin-bottom:20px!important}.has-margin-bottom-25{margin-bottom:25px!important}.has-margin-bottom-30{margin-bottom:30px!important}.has-margin-bottom-35{margin-bottom:35px!important}.has-margin-bottom-40{margin-bottom:40px!important}.has-margin-bottom-45{margin-bottom:45px!important}.has-margin-bottom-50{margin-bottom:50px!important}}@media(max-width:599px){.has-margin-bottom-mobile-5{margin-bottom:5px!important}.has-margin-bottom-mobile-10{margin-bottom:10px!important}.has-margin-bottom-mobile-15{margin-bottom:15px!important}.has-margin-bottom-mobile-20{margin-bottom:20px!important}.has-margin-bottom-mobile-25{margin-bottom:25px!important}.has-margin-bottom-mobile-30{margin-bottom:30px!important}.has-margin-bottom-mobile-35{margin-bottom:35px!important}.has-margin-bottom-mobile-40{margin-bottom:40px!important}.has-margin-bottom-mobile-45{margin-bottom:45px!important}.has-margin-bottom-mobile-50{margin-bottom:50px!important}}@media(min-width:600px){.has-margin-top-5{margin-top:3px!important}.has-margin-top-10{margin-top:5px!important}.has-margin-top-15{margin-top:8px!important}.has-margin-top-20{margin-top:10px!important}.has-margin-top-25{margin-top:13px!important}.has-margin-top-30{margin-top:15px!important}.has-margin-top-35{margin-top:18px!important}.has-margin-top-40{margin-top:20px!important}.has-margin-top-45{margin-top:23px!important}.has-margin-top-50{margin-top:25px!important}}@media(max-width:599px){.has-margin-top-mobile-5{margin-top:3px!important}.has-margin-top-mobile-10{margin-top:5px!important}.has-margin-top-mobile-15{margin-top:8px!important}.has-margin-top-mobile-20{margin-top:10px!important}.has-margin-top-mobile-25{margin-top:13px!important}.has-margin-top-mobile-30{margin-top:15px!important}.has-margin-top-mobile-35{margin-top:18px!important}.has-margin-top-mobile-40{margin-top:20px!important}.has-margin-top-mobile-45{margin-top:23px!important}.has-margin-top-mobile-50{margin-top:25px!important}}@media(min-width:600px){.has-margin-right-5{margin-right:3px!important}.has-margin-right-10{margin-right:5px!important}.has-margin-right-15{margin-right:8px!important}.has-margin-right-20{margin-right:10px!important}.has-margin-right-25{margin-right:13px!important}.has-margin-right-30{margin-right:15px!important}.has-margin-right-35{margin-right:18px!important}.has-margin-right-40{margin-right:20px!important}.has-margin-right-45{margin-right:23px!important}.has-margin-right-50{margin-right:25px!important}}@media(max-width:599px){.has-margin-right-mobile-5{margin-right:3px!important}.has-margin-right-mobile-10{margin-right:5px!important}.has-margin-right-mobile-15{margin-right:8px!important}.has-margin-right-mobile-20{margin-right:10px!important}.has-margin-right-mobile-25{margin-right:13px!important}.has-margin-right-mobile-30{margin-right:15px!important}.has-margin-right-mobile-35{margin-right:18px!important}.has-margin-right-mobile-40{margin-right:20px!important}.has-margin-right-mobile-45{margin-right:23px!important}.has-margin-right-mobile-50{margin-right:25px!important}}@media(min-width:600px){.has-margin-left-5{margin-left:3px!important}.has-margin-left-10{margin-left:5px!important}.has-margin-left-15{margin-left:8px!important}.has-margin-left-20{margin-left:10px!important}.has-margin-left-25{margin-left:13px!important}.has-margin-left-30{margin-left:15px!important}.has-margin-left-35{margin-left:18px!important}.has-margin-left-40{margin-left:20px!important}.has-margin-left-45{margin-left:23px!important}.has-margin-left-50{margin-left:25px!important}}@media(max-width:599px){.has-margin-left-mobile-5{margin-left:3px!important}.has-margin-left-mobile-10{margin-left:5px!important}.has-margin-left-mobile-15{margin-left:8px!important}.has-margin-left-mobile-20{margin-left:10px!important}.has-margin-left-mobile-25{margin-left:13px!important}.has-margin-left-mobile-30{margin-left:15px!important}.has-margin-left-mobile-35{margin-left:18px!important}.has-margin-left-mobile-40{margin-left:20px!important}.has-margin-left-mobile-45{margin-left:23px!important}.has-margin-left-mobile-50{margin-left:25px!important}}@media(min-width:600px){.has-negative-margin-right-5{margin-right:-3px!important}.has-negative-margin-right-10{margin-right:-5px!important}.has-negative-margin-right-15{margin-right:-8px!important}.has-negative-margin-right-20{margin-right:-10px!important}.has-negative-margin-right-25{margin-right:-13px!important}.has-negative-margin-right-30{margin-right:-15px!important}.has-negative-margin-right-35{margin-right:-18px!important}.has-negative-margin-right-40{margin-right:-20px!important}.has-negative-margin-right-45{margin-right:-23px!important}.has-negative-margin-right-50{margin-right:-25px!important}}@media(max-width:599px){.has-negative-margin-right-mobile-5{margin-right:-3px!important}.has-negative-margin-right-mobile-10{margin-right:-5px!important}.has-negative-margin-right-mobile-15{margin-right:-8px!important}.has-negative-margin-right-mobile-20{margin-right:-10px!important}.has-negative-margin-right-mobile-25{margin-right:-13px!important}.has-negative-margin-right-mobile-30{margin-right:-15px!important}.has-negative-margin-right-mobile-35{margin-right:-18px!important}.has-negative-margin-right-mobile-40{margin-right:-20px!important}.has-negative-margin-right-mobile-45{margin-right:-23px!important}.has-negative-margin-right-mobile-50{margin-right:-25px!important}}@media(min-width:600px){.has-negative-margin-left-5{margin-left:-3px!important}.has-negative-margin-left-10{margin-left:-5px!important}.has-negative-margin-left-15{margin-left:-8px!important}.has-negative-margin-left-20{margin-left:-10px!important}.has-negative-margin-left-25{margin-left:-13px!important}.has-negative-margin-left-30{margin-left:-15px!important}.has-negative-margin-left-35{margin-left:-18px!important}.has-negative-margin-left-40{margin-left:-20px!important}.has-negative-margin-left-45{margin-left:-23px!important}.has-negative-margin-left-50{margin-left:-25px!important}}@media(max-width:599px){.has-negative-margin-left-mobile-5{margin-left:-3px!important}.has-negative-margin-left-mobile-10{margin-left:-5px!important}.has-negative-margin-left-mobile-15{margin-left:-8px!important}.has-negative-margin-left-mobile-20{margin-left:-10px!important}.has-negative-margin-left-mobile-25{margin-left:-13px!important}.has-negative-margin-left-mobile-30{margin-left:-15px!important}.has-negative-margin-left-mobile-35{margin-left:-18px!important}.has-negative-margin-left-mobile-40{margin-left:-20px!important}.has-negative-margin-left-mobile-45{margin-left:-23px!important}.has-negative-margin-left-mobile-50{margin-left:-25px!important}}@media(min-width:600px){.has-negative-margin-5{margin:-3px!important}.has-negative-margin-10{margin:-5px!important}.has-negative-margin-15{margin:-8px!important}.has-negative-margin-20{margin:-10px!important}.has-negative-margin-25{margin:-13px!important}.has-negative-margin-30{margin:-15px!important}.has-negative-margin-35{margin:-18px!important}.has-negative-margin-40{margin:-20px!important}.has-negative-margin-45{margin:-23px!important}.has-negative-margin-50{margin:-25px!important}}@media(max-width:599px){.has-negative-margin-mobile-5{margin:-3px!important}.has-negative-margin-mobile-10{margin:-5px!important}.has-negative-margin-mobile-15{margin:-8px!important}.has-negative-margin-mobile-20{margin:-10px!important}.has-negative-margin-mobile-25{margin:-13px!important}.has-negative-margin-mobile-30{margin:-15px!important}.has-negative-margin-mobile-35{margin:-18px!important}.has-negative-margin-mobile-40{margin:-20px!important}.has-negative-margin-mobile-45{margin:-23px!important}.has-negative-margin-mobile-50{margin:-25px!important}}@media(min-width:600px){.has-padding-5{padding:5px!important}.has-padding-10{padding:10px!important}.has-padding-15{padding:15px!important}.has-padding-20{padding:20px!important}.has-padding-25{padding:25px!important}.has-padding-30{padding:30px!important}.has-padding-35{padding:35px!important}.has-padding-40{padding:40px!important}.has-padding-45{padding:45px!important}.has-padding-50{padding:50px!important}.has-padding-55{padding:55px!important}.has-padding-60{padding:60px!important}.has-padding-65{padding:65px!important}.has-padding-70{padding:70px!important}.has-padding-75{padding:75px!important}.has-padding-80{padding:80px!important}.has-padding-85{padding:85px!important}.has-padding-90{padding:90px!important}.has-padding-95{padding:95px!important}.has-padding-100{padding:100px!important}}@media(max-width:599px){.has-padding-mobile-5{padding:5px!important}.has-padding-mobile-10{padding:10px!important}.has-padding-mobile-15{padding:15px!important}.has-padding-mobile-20{padding:20px!important}.has-padding-mobile-25{padding:25px!important}.has-padding-mobile-30{padding:30px!important}.has-padding-mobile-35{padding:35px!important}.has-padding-mobile-40{padding:40px!important}.has-padding-mobile-45{padding:45px!important}.has-padding-mobile-50{padding:50px!important}.has-padding-mobile-55{padding:55px!important}.has-padding-mobile-60{padding:60px!important}.has-padding-mobile-65{padding:65px!important}.has-padding-mobile-70{padding:70px!important}.has-padding-mobile-75{padding:75px!important}.has-padding-mobile-80{padding:80px!important}.has-padding-mobile-85{padding:85px!important}.has-padding-mobile-90{padding:90px!important}.has-padding-mobile-95{padding:95px!important}.has-padding-mobile-100{padding:100px!important}}.has-border-radius-2 .coblocks-gallery--item img{border-radius:2px}.has-border-radius-2 .coblocks-gallery--item figcaption{border-radius:0 0 2px 2px}.has-border-radius-3 .coblocks-gallery--item img{border-radius:3px}.has-border-radius-3 .coblocks-gallery--item figcaption{border-radius:0 0 3px 3px}.has-border-radius-4 .coblocks-gallery--item img{border-radius:4px}.has-border-radius-4 .coblocks-gallery--item figcaption{border-radius:0 0 4px 4px}.has-border-radius-5 .coblocks-gallery--item img{border-radius:5px}.has-border-radius-5 .coblocks-gallery--item figcaption{border-radius:0 0 5px 5px}.has-border-radius-6 .coblocks-gallery--item img{border-radius:6px}.has-border-radius-6 .coblocks-gallery--item figcaption{border-radius:0 0 6px 6px}.has-border-radius-7 .coblocks-gallery--item img{border-radius:7px}.has-border-radius-7 .coblocks-gallery--item figcaption{border-radius:0 0 7px 7px}.has-border-radius-8 .coblocks-gallery--item img{border-radius:8px}.has-border-radius-8 .coblocks-gallery--item figcaption{border-radius:0 0 8px 8px}.has-border-radius-9 .coblocks-gallery--item img{border-radius:9px}.has-border-radius-9 .coblocks-gallery--item figcaption{border-radius:0 0 9px 9px}.has-border-radius-10 .coblocks-gallery--item img{border-radius:10px}.has-border-radius-10 .coblocks-gallery--item figcaption{border-radius:0 0 10px 10px}.has-border-radius-11 .coblocks-gallery--item img{border-radius:11px}.has-border-radius-11 .coblocks-gallery--item figcaption{border-radius:0 0 11px 11px}.has-border-radius-12 .coblocks-gallery--item img{border-radius:12px}.has-border-radius-12 .coblocks-gallery--item figcaption{border-radius:0 0 12px 12px}.has-border-radius-13 .coblocks-gallery--item img{border-radius:13px}.has-border-radius-13 .coblocks-gallery--item figcaption{border-radius:0 0 13px 13px}.has-border-radius-14 .coblocks-gallery--item img{border-radius:14px}.has-border-radius-14 .coblocks-gallery--item figcaption{border-radius:0 0 14px 14px}.has-border-radius-15 .coblocks-gallery--item img{border-radius:15px}.has-border-radius-15 .coblocks-gallery--item figcaption{border-radius:0 0 15px 15px}.has-border-radius-16 .coblocks-gallery--item img{border-radius:16px}.has-border-radius-16 .coblocks-gallery--item figcaption{border-radius:0 0 16px 16px}.has-border-radius-17 .coblocks-gallery--item img{border-radius:17px}.has-border-radius-17 .coblocks-gallery--item figcaption{border-radius:0 0 17px 17px}.has-border-radius-18 .coblocks-gallery--item img{border-radius:18px}.has-border-radius-18 .coblocks-gallery--item figcaption{border-radius:0 0 18px 18px}.has-border-radius-19 .coblocks-gallery--item img{border-radius:19px}.has-border-radius-19 .coblocks-gallery--item figcaption{border-radius:0 0 19px 19px}.has-border-radius-20 .coblocks-gallery--item img{border-radius:20px}.has-border-radius-20 .coblocks-gallery--item figcaption{border-radius:0 0 20px 20px}.has-caption-style-light .coblocks-gallery--item figcaption{background:linear-gradient(0deg,hsla(0,0%,100%,.93) 6.3%,hsla(0,0%,100%,.5) 61%,hsla(0,0%,100%,0))!important;opacity:1!important}.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.has-caption-style-none .coblocks-gallery--item{background:none!important;opacity:1!important}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.is-cropped .flickity-viewport{height:100%!important}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:hsla(0,0%,100%,.75);border:none;color:#000;padding:0;position:absolute;transition:background .1s,opacity .1s}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{background:#fff;border:none;box-shadow:0 0 0 2px #000;outline:none}.flickity-button:active{border:none;opacity:.6}.flickity-button:disabled{cursor:auto;opacity:.25;pointer-events:none}.flickity-button-icon{fill:#000;transform:translateZ(0)}.flickity-prev-next-button{border-radius:9px;height:72px;top:50%;transform:translateY(-50%);width:57px}.has-top-left-carousel-arrows .flickity-prev-next-button{border-radius:4px;height:42px;top:20px;transform:none;width:42px}.has-top-left-carousel-arrows .flickity-prev-next-button.previous{left:20px}.has-top-left-carousel-arrows .flickity-prev-next-button.next{left:67px}.flickity-prev-next-button.previous{left:10px}@media(min-width:600px){.flickity-prev-next-button.previous{left:20px}}.flickity-prev-next-button.next{right:10px}@media(min-width:600px){.flickity-prev-next-button.next{right:20px}}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}@media(min-width:600px){.flickity-rtl .flickity-prev-next-button.previous{right:20px}}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}@media(min-width:600px){.flickity-rtl .flickity-prev-next-button.next{left:20px}}.flickity-prev-next-button .flickity-button-icon{height:50%;left:23%;position:absolute;top:25%;width:50%}.previous.flickity-prev-next-button .flickity-button-icon{left:26%}.flickity-page-dots{bottom:18px;line-height:1;list-style:none;margin:0!important;padding:0!important;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{background:rgba(0,0,0,.3);border-radius:50%;cursor:pointer;display:inline-block;height:9px;margin:0 6px;width:9px}.flickity-page-dots .dot.is-selected{background:hsla(0,0%,100%,.75)}.coblocks-lightbox{align-items:center;background:transparent;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.admin-bar .coblocks-lightbox{top:32px}@media(max-width:782px){.admin-bar .coblocks-lightbox{top:46px}}.coblocks-lightbox__background{background-repeat:no-repeat;background-size:cover;bottom:-10em;filter:blur(25px) saturate(175%) brightness(90%);left:-10em;position:absolute;right:-10em;top:-10em}.coblocks-lightbox__heading{align-items:center;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.5em;justify-content:space-between;left:3%;position:absolute;right:3%;top:1em}@media(min-width:600px){.coblocks-lightbox__heading{top:2em}}.coblocks-lightbox__image{z-index:2}.coblocks-lightbox__image img{display:flex;margin:auto;max-height:70vh;max-width:70vw}@media(min-width:960px){.coblocks-lightbox__image img{max-height:80vh;max-width:80vw}}.coblocks-lightbox__arrow{align-items:center;background-color:transparent;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:background-color .25s linear;z-index:3}.coblocks-lightbox__arrow:hover{background-color:hsla(0,0%,100%,.15)}.coblocks-lightbox__arrow:focus{background-color:hsla(0,0%,100%,.25);box-shadow:inset 0 0 0 3px hsla(0,0%,100%,.25);outline:none}@media(min-width:600px){.coblocks-lightbox__arrow{background-color:hsla(0,0%,100%,.15);margin:0 2%}.coblocks-lightbox__arrow:hover{background-color:hsla(0,0%,100%,.25)}}.coblocks-lightbox__arrow>div{background-color:#fff;height:28px;position:relative;width:28px}@media(min-width:960px){.coblocks-lightbox__arrow>div{height:32px;width:32px}}.coblocks-lightbox__arrow .arrow-left{left:-1px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+)}.coblocks-lightbox__arrow .arrow-right{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);right:-1px}.coblocks-lightbox__arrow--left{left:0;right:auto}.coblocks-lightbox__close{background-color:#fff;background-repeat:no-repeat;cursor:pointer;height:26px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im01LjM0Mzc1IDk5LjA5Mzc1LTQuNDM3NS00LjQzNzUgNDQuNjg3NS00NC42NTYyNS00NC42ODc1LTQ0LjY1NjI1IDQuNDM3NS00LjQzNzUgNDYuODc1IDQ2Ljg3NWMxLjIxMTYzNjIgMS4yMTg4NjcgMS4yMTE2MzYyIDMuMTg3MzgzIDAgNC40MDYyNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM3NSAxNSkiLz48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTguMzc1IDE1KSIvPjwvZz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im01LjM0Mzc1IDk5LjA5Mzc1LTQuNDM3NS00LjQzNzUgNDQuNjg3NS00NC42NTYyNS00NC42ODc1LTQ0LjY1NjI1IDQuNDM3NS00LjQzNzUgNDYuODc1IDQ2Ljg3NWMxLjIxMTYzNjIgMS4yMTg4NjcgMS4yMTE2MzYyIDMuMTg3MzgzIDAgNC40MDYyNXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM3NSAxNSkiLz48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTguMzc1IDE1KSIvPjwvZz48L3N2Zz4=);-webkit-mask-size:contain;mask-size:contain;padding:7px;transition:transform .15s linear;width:26px}@media(min-width:960px){.coblocks-lightbox__close{height:32px;width:32px}}.coblocks-lightbox__close:focus,.coblocks-lightbox__close:hover{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__caption{color:#fff;margin-top:10px;text-align:center}.has-lightbox>:not(.carousel-nav) figure:hover,.has-lightbox figure[class^=align]:hover,figure.has-lightbox:hover{cursor:zoom-in}.is-twentynineteen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:46px;margin-top:46px}.is-twentynineteen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--caption{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.71111em;line-height:1.6;margin:0 0 -20px;padding:.5rem;text-align:center}.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*=font-size]){font-size:.71111em}.is-twentyseventeen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:1.75em;margin-top:1.65em}.is-twentyseventeen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{font-style:italic;margin-bottom:-10px;margin-top:1em}.is-twentyseventeen .entry-content div[class*=wp-block-coblocks-gallery]:not([class*=masonry]) .coblocks-gallery:not(.has-caption-color) figcaption{color:#1e1e1e}.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentysixteen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:2.3em;margin-top:2.3em}.is-twentysixteen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-10px;margin-top:.6em}.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyfifteen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:2.2em;margin-top:2.2em}.is-twentyfifteen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-15px;margin-top:.5em;padding-bottom:0}.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px!important}.is-twentyfourteen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:30px;margin-top:30px}.is-twentyfourteen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-7px;text-align:left}.is-twentythirteen .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:30px;margin-top:34px}.is-twentythirteen .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px!important}.is-twentytwelve .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:32px;margin-top:32px}.is-twentytwelve .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery:not([class*=border-radius]) img{border-radius:inherit}.is-twentytwelve .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyeleven .entry-content div[class*=wp-block-coblocks-gallery]{margin-bottom:32px;margin-top:33px}.is-twentyeleven .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery img{border:0;max-width:100%;padding:0}.is-twentyeleven .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption{margin-bottom:-15px}.is-twentyeleven .entry-content div[class*=wp-block-coblocks-gallery] .coblocks-gallery--primary-caption:before{color:#666;content:"—";font-size:14px;font-style:normal;font-weight:600;left:10px;margin-right:5px;position:absolute;top:0}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption{padding-left:1em!important;padding-right:1em!important;text-align:center!important}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption:before{display:none;padding-left:0}.has-filter-grayscale img{filter:grayscale(1)}.has-filter-saturation img{filter:saturate(1.75)}.has-filter-sepia img{filter:sepia(.5)}.has-filter-dim img{filter:brightness(.5)}.has-filter-vintage img{filter:contrast(1.3) saturate(1.5) sepia(.6)}.coblocks-option-selector-control .components-button-group .components-button{justify-content:center;min-width:38px;padding-left:4px;padding-right:4px;vertical-align:middle}.coblocks-option-selector-control.is-custom{margin-bottom:14px}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}[class*=wp-block-].mt-0>.has-margin{margin-top:0!important}[class*=wp-block-].mb-0>.has-margin{margin-bottom:0!important}[class*=wp-block].mt-0{margin-top:0!important}[class*=wp-block].mb-0{margin-bottom:0!important}.mt-0{margin-top:0}.pt-0{padding-top:0}body:not(.amp) .coblocks-animate{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}body:not(.amp) .coblocks-animate.animate-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body:not(.amp) .coblocks-animate.fadeIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body:not(.amp) .coblocks-animate.zoomIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}body:not(.amp) .coblocks-animate.slideInLeft{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}to{opacity:1;transform:translateX(0)}}body:not(.amp) .coblocks-animate.slideInRight{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}to{opacity:1;transform:translateX(0)}}body:not(.amp) .coblocks-animate.slideInBottom{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInBottom;animation-name:slideInBottom}@-webkit-keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}to{opacity:1;transform:translateY(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}to{opacity:1;transform:translateY(0)}}body:not(.amp) .coblocks-animate.clipHorizontal{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipHorizontal;animation-name:clipHorizontal}@-webkit-keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0 50%,0 100%,0 100%,0 50%,100% 50%,100% 0,100% 0,100% 50%);clip-path:polygon(0 50%,0 100%,0 100%,0 50%,100% 50%,100% 0,100% 0,100% 50%);opacity:0}to{-webkit-clip-path:polygon(0 50%,0 100%,100% 100%,100% 50%,100% 50%,100% 0,0 0,0 50%);clip-path:polygon(0 50%,0 100%,100% 100%,100% 50%,100% 50%,100% 0,0 0,0 50%);opacity:1}}@keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0 50%,0 100%,0 100%,0 50%,100% 50%,100% 0,100% 0,100% 50%);clip-path:polygon(0 50%,0 100%,0 100%,0 50%,100% 50%,100% 0,100% 0,100% 50%);opacity:0}to{-webkit-clip-path:polygon(0 50%,0 100%,100% 100%,100% 50%,100% 50%,100% 0,0 0,0 50%);clip-path:polygon(0 50%,0 100%,100% 100%,100% 50%,100% 50%,100% 0,0 0,0 50%);opacity:1}}body:not(.amp) .coblocks-animate.clipVertical{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipVertical;animation-name:clipVertical}@-webkit-keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 0,50% 0,50% 100%,0 100%,0 100%,50% 100%);clip-path:polygon(50% 0,100% 0,100% 0,50% 0,50% 100%,0 100%,0 100%,50% 100%);opacity:0}to{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0);clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0);opacity:1}}@keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0,100% 0,100% 0,50% 0,50% 100%,0 100%,0 100%,50% 100%);clip-path:polygon(50% 0,100% 0,100% 0,50% 0,50% 100%,0 100%,0 100%,50% 100%);opacity:0}to{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0);clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0);opacity:1}}.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}.wp-block-button.w-100,.wp-block-button.w-100 .wp-block-button__link{width:100%}.is-style-circular .wp-block-button__link{border-radius:100px!important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.25)}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px rgba(0,0,0,.11),0 1px 3px rgba(0,0,0,.075)}.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-left:36px;padding-top:2px}@media(min-width:600px){.coblocks-settings-modal .components-base-control__help{padding-left:32px}}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");-webkit-mask-position:bottom;mask-position:bottom}.wp-block-image.is-style-bottom-wave img,.wp-block-image.is-style-top-wave img{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");-webkit-mask-position:top;mask-position:top}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100%!important;width:100%!important}.edit-post-sidebar .components-panel__body.is-opened~.coblocks-lightbox-controls{display:flex;margin-top:-8px;padding-left:16px;padding-right:16px}.edit-post-sidebar .components-panel__body.is-opened~.coblocks-lightbox-controls~.components-coblocks-replace-image{margin-top:0}.edit-post-sidebar .coblocks-lightbox-controls{display:none}.is-style-checkbox li{list-style-type:none!important;padding-left:10px;position:relative}@media(min-width:600px){.is-style-checkbox li{padding-left:12px}}.is-style-checkbox li:before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;left:-20px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==);position:absolute;top:6px;transform:scale(.9);width:20px}@media(min-width:600px){.is-style-checkbox li:before{top:8px;transform:0}}.is-style-checkbox li li:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTEuNzUxOTUzMSAwYzAtNC41NTUxNzEzNC0zLjY5Mjg3NTUtOC4yNDgwNDY4OC04LjI0ODA0NjktOC4yNDgwNDY4OC00LjU1NTE3MTM0IDAtOC4yNDgwNDY4OCAzLjY5Mjg3NTU0LTguMjQ4MDQ2ODggOC4yNDgwNDY4OCAwIDQuNTU1MTcxNCAzLjY5Mjg3NTU0IDguMjQ4MDQ2OSA4LjI0ODA0Njg4IDguMjQ4MDQ2OSA0LjU1NTE3MTQgMCA4LjI0ODA0NjktMy42OTI4NzU1IDguMjQ4MDQ2OS04LjI0ODA0Njl6bS00LjM1MjY2MTctMy4zMDQwODM4MWMuMjAxMDA5OC0uMjA4MzI3MzcuNDkzNjYzOS0uMzAwOTk3OTIuNzc3OTQ4OS0uMjQ2MzQxODRzLjUyMTcxMjMuMjQ5MjM5MDUuNjMxMTQyLjUxNzI1MDkzYy4xMzgxNTM0LjMyOTc1MDczLjA2MTQ0NzEuNzEwNDAxLS4xOTM2MzYzLjk2MDkwOTA5bC02LjA1NjI5NDM1IDYuMDIxMzU2NTNjLS4zMDUyMjM3My4zMDc2ODg0LS43OTI0NDk4My4zMzgxNjQ0LTEuMTMzNjM2MzYuMDcwOTA5MWwtMy4yNDExNDcwMS0yLjY0ODE4MThjLS4yNDI2ODIyNy0uMTkxMjExOC0uMzY2MTc5NzctLjQ5NjQ4NDYtLjMyNDcxMDIyLS44MDI2NDk1LjA0MTQ2OTU1LS4zMDYxNjQ4LjI0MTcyNDg1LS41Njc1ODU4LjUyNjUyODQtLjY4NzM1MDUyLjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMi42Mzg0MTk3NCAyLjE4MDkwOTF6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTEuNzUxOTUzMSAwYzAtNC41NTUxNzEzNC0zLjY5Mjg3NTUtOC4yNDgwNDY4OC04LjI0ODA0NjktOC4yNDgwNDY4OC00LjU1NTE3MTM0IDAtOC4yNDgwNDY4OCAzLjY5Mjg3NTU0LTguMjQ4MDQ2ODggOC4yNDgwNDY4OCAwIDQuNTU1MTcxNCAzLjY5Mjg3NTU0IDguMjQ4MDQ2OSA4LjI0ODA0Njg4IDguMjQ4MDQ2OSA0LjU1NTE3MTQgMCA4LjI0ODA0NjktMy42OTI4NzU1IDguMjQ4MDQ2OS04LjI0ODA0Njl6bS00LjM1MjY2MTctMy4zMDQwODM4MWMuMjAxMDA5OC0uMjA4MzI3MzcuNDkzNjYzOS0uMzAwOTk3OTIuNzc3OTQ4OS0uMjQ2MzQxODRzLjUyMTcxMjMuMjQ5MjM5MDUuNjMxMTQyLjUxNzI1MDkzYy4xMzgxNTM0LjMyOTc1MDczLjA2MTQ0NzEuNzEwNDAxLS4xOTM2MzYzLjk2MDkwOTA5bC02LjA1NjI5NDM1IDYuMDIxMzU2NTNjLS4zMDUyMjM3My4zMDc2ODg0LS43OTI0NDk4My4zMzgxNjQ0LTEuMTMzNjM2MzYuMDcwOTA5MWwtMy4yNDExNDcwMS0yLjY0ODE4MThjLS4yNDI2ODIyNy0uMTkxMjExOC0uMzY2MTc5NzctLjQ5NjQ4NDYtLjMyNDcxMDIyLS44MDI2NDk1LjA0MTQ2OTU1LS4zMDYxNjQ4LjI0MTcyNDg1LS41Njc1ODU4LjUyNjUyODQtLjY4NzM1MDUyLjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMi42Mzg0MTk3NCAyLjE4MDkwOTF6Ii8+PC9zdmc+)}.is-twentynineteen .is-style-checkbox li:before{top:10px}.is-style-none,.is-style-none li{list-style-type:none!important;padding-left:0!important}.is-style-none li:before{content:"​"}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background,#fff);margin-left:auto;margin-right:auto;margin-top:calc(var(--coblocks-spacing--8, 4em)*-1);padding:var(--coblocks-spacing--4,2em);width:95%}@media(min-width:600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-left:0;margin-right:0;margin-top:0;padding:calc(var(--coblocks-spacing--3, 1.5em)*2);right:1px;width:auto}}@media(min-width:960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(var(--coblocks-spacing--6, 3em)*2)}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(var(--coblocks-spacing--8, 4em)*-1);margin-top:0}@media(min-width:600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:auto;margin-right:auto;margin-top:calc(var(--coblocks-spacing--4, 2em)*-1);width:90%}@media(min-width:600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:0;margin-left:calc(var(--coblocks-spacing--8, 4em)*-1);margin-right:0;margin-top:0;width:auto}}@media(min-width:960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-2)}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:0;margin-top:0;width:auto}@media(min-width:600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(var(--coblocks-spacing--8, 4em)*-1);width:175%}}@media(min-width:960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:calc(var(--coblocks-spacing--10, 7em)*-2)}}@media(min-width:600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-1)}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(var(--coblocks-spacing--10, 7em)*-1)}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:auto;margin-right:auto;width:90%}@media(min-width:600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-1);margin-right:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background,#fff);box-shadow:.5rem 0 0 var(--wp--preset--color--background,#fff),-.5rem 0 0 var(--wp--preset--color--background,#fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5,2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media(min-width:600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content :first-child{margin-top:0}@media(min-width:600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{right:1px}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{left:1px;right:auto}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle:after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media:after{background:var(--wp-admin-theme-color,#007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;right:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media:after{left:-8px;right:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5,2.5em)!important}.edit-post-sidebar .components-coblocks-replace-image{display:none}.edit-post-sidebar .components-panel__body.is-opened~.components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 16px 16px}.edit-post-sidebar .edit-post-settings-sidebar__panel-block .is-opened~.components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 0 16px}ul.has-custom-font li{font-family:inherit}.has-custom-font.wp-block-button .wp-block-button__link,.has-custom-font.wp-block-cover p,blockquote.has-custom-font cite,blockquote.has-custom-font p{font-family:inherit!important}.has-custom-font.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__text,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__amount,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__title{font-family:inherit}.wp-block-button.has-custom-lineheight .wp-block-button__link{line-height:inherit}.wp-block-button.has-custom-size .wp-block-button__link{font-size:inherit}ul.has-custom-lineheight li{line-height:inherit}ul.has-custom-size li{font-size:inherit}.has-custom-transform.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__twitter-btn{text-transform:none}.editor-styles-wrapper .wp-block-quote[style*=color]>div>p,.editor-styles-wrapper .wp-block-quote[style*=color] cite,.editor-styles-wrapper .wp-block-quote[style*=color] p,.wp-block-quote[style*=color]>div>p,.wp-block-quote[style*=color] cite,.wp-block-quote[style*=color] p{color:inherit}.wp-block-coblocks-accordion-item{border-radius:4px;margin:0 0 1em}.wp-block-coblocks-accordion-item p:first-of-type{margin-top:0}.wp-block-coblocks-accordion-item p:last-of-type{margin-bottom:0}.wp-block-coblocks-accordion-item__title,.wp-block-coblocks-accordion-item__title.has-background{border-radius:4px;padding:10px 15px;position:relative}.wp-block-coblocks-accordion-item__title.has-background:after,.wp-block-coblocks-accordion-item__title:after{border-radius:4px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background .1s cubic-bezier(.694,0,.335,1)}.wp-block-coblocks-accordion-item__title.has-background:not(.has-background),.wp-block-coblocks-accordion-item__title:not(.has-background){background:hsla(240,5%,57%,.1)}.wp-block-coblocks-accordion-item__title.has-background:hover:after,.wp-block-coblocks-accordion-item__title:hover:after{background:rgba(0,0,0,.028)}.wp-block-coblocks-accordion-item__title.has-background:focus,.wp-block-coblocks-accordion-item__title:focus{outline:1px dotted #a2aab2;outline-offset:-4px}.wp-block-coblocks-accordion-item details[open] summary{border-radius:4px 4px 0 0}.wp-block-coblocks-accordion-item__content{border:1px solid hsla(240,5%,57%,.1);border-radius:0 0 4px 4px;border-top:0;padding:15px 20px}.wp-block-coblocks-accordion-item__content>div{max-width:100%}.wp-block-coblocks-accordion-item .alignfull img{max-width:100%!important}.wp-block-coblocks-accordion.alignfull{padding:0 12px}:root .wp-block-coblocks-accordion summary,_:-ms-fullscreen{display:block}.wp-block-coblocks-accordion summary,_:-ms-lang(x),_:-webkit-full-screen{display:block}.wp-block-coblocks-alert{background-color:var(--coblocks-alert-default--color--background,#d6efee);border-radius:4px;color:var(--coblocks-alert-default--color--text,#094264);padding:2em}.wp-block-coblocks-alert:not(.has-background).is-style-warning{background-color:var(--coblocks-alert-default--color--background,#fbe7dd)}.wp-block-coblocks-alert:not(.has-background).is-style-error{background-color:var(--coblocks-alert-default--color--background,#ffdede)}.wp-block-coblocks-alert:not(.has-background).is-style-success{background-color:var(--coblocks-alert-default--color--background,#d0eac4)}.wp-block-coblocks-alert:not(.has-text-color).is-style-warning{color:var(--coblocks-alert-warning--color--text,#8a4b30)}.wp-block-coblocks-alert:not(.has-text-color).is-style-error{color:var(--coblocks-alert-error--color--text,#8b343c)}.wp-block-coblocks-alert:not(.has-text-color).is-style-success{color:var(--coblocks-alert-error--color--text,#154a28)}.wp-block-coblocks-alert__title{display:block;margin-bottom:.5em;margin-top:0}.wp-block-coblocks-alert__title:empty{display:none}.wp-block-coblocks-alert__text{margin-bottom:0;margin-top:0}.wp-block-coblocks-author{align-items:flex-start;background:hsla(240,5%,57%,.1);display:flex;padding:30px 25px;position:relative}@media(min-width:600px){.wp-block-coblocks-author{padding:40px 35px}}.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{border-radius:100%;flex:0 0 auto;height:70px;margin:0 25px 0 0;position:relative;width:70px}@media(min-width:600px){.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{height:150px;margin-right:35px;width:150px}}.wp-block-coblocks-author__avatar-img{border-radius:100%;display:inline-block;height:100%!important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.wp-block-coblocks-author__content{flex:1 1 auto}.wp-block-coblocks-author__content>.wp-block-coblocks-author__name{display:block;font-size:1.5em;margin:0;padding:0}.wp-block-coblocks-author__content>.wp-block-coblocks-author__biography{font-size:inherit;margin:0 0 1em}.wp-block-coblocks-author__content>.wp-block-coblocks-author__biography:last-of-type{margin-bottom:0}.wp-block-coblocks-author .wp-block-button{margin:1em 0 0}.wp-block-coblocks-buttons__inner{align-items:center;display:flex;justify-content:center}.wp-block-coblocks-buttons .flex-align-left{align-items:flex-start;justify-content:flex-start}.wp-block-coblocks-buttons .flex-align-right{align-items:flex-end;justify-content:flex-end}.wp-block-coblocks-buttons .wp-block-button{margin-bottom:0}.wp-block-coblocks-buttons .wp-block-button+.wp-block-button{margin-left:1.35em}@media(max-width:600px){.wp-block-coblocks-buttons .is-stacked-on-mobile{display:block}.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button{margin-left:0;margin-top:1.35em}}.wp-block-coblocks-click-to-tweet{border:1px solid transparent;border-radius:4px;padding-bottom:var(--coblocks-spacing--4);padding-top:var(--coblocks-spacing--3);position:relative}.wp-block-coblocks-click-to-tweet:after,.wp-block-coblocks-click-to-tweet:before{content:none}.wp-block-coblocks-click-to-tweet__text{margin-bottom:0;padding-left:40px;padding-top:0;position:relative}.wp-block-coblocks-click-to-tweet__text:before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:24px;left:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);opacity:.3;position:absolute;top:5px;width:24px}.wp-block-coblocks-click-to-tweet__text:after{content:none}.wp-block-coblocks-click-to-tweet__text a,.wp-block-coblocks-click-to-tweet__twitter-btn{box-shadow:none!important;text-decoration:none!important}.wp-block-coblocks-click-to-tweet__twitter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;color:#fff!important;cursor:pointer;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:1.8;margin-left:40px;margin-top:10px;padding:.28em 1em;position:relative;white-space:normal;word-break:break-all}.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color){background:var(--coblocks--color--twitter,#1da1f2)}.wp-block-coblocks-click-to-tweet__twitter-btn:before{background-color:#fff;background-size:cover;content:"";display:inline-block;height:18px;margin-right:5px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);position:relative;top:4px;width:18px}.wp-block-coblocks-dynamic-separator{background:none;border:0;max-width:100%!important;opacity:1;padding:0;position:relative;width:100%}.wp-block-coblocks-dynamic-separator:before{content:"...";display:inline-block;font-size:22px;font-weight:400;left:0;letter-spacing:.95em;line-height:1;margin-left:21px;margin-right:auto;position:absolute;right:0;text-align:center;top:calc(50% - 18px)}.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before,.wp-block-coblocks-dynamic-separator.is-style-line:before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before{max-width:100%;width:100%}.wp-block-coblocks-dynamic-separator:not(.has-background):before{color:#292929}.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background):before,.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background):before{background:rgba(0,0,0,.15)}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator:before{background:none;content:"...";left:0;top:calc(50% - 18px);transform:none;width:auto}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator:after{display:none}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line:before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth:before{max-width:100%;width:100%}.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background):before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background):before{background:#6d6d6d}.wp-block-coblocks-event-item{flex:1 100%;justify-content:space-between;line-height:1;margin-bottom:var(--coblocks-spacing--5,2.5em);width:100%}@media(min-width:782px){.wp-block-coblocks-event-item{display:flex!important;margin-bottom:var(--coblocks-spacing--3,1.5em)}}.wp-block-coblocks-events__date{margin-bottom:var(--coblocks-spacing--3,1.5em)}@media(min-width:782px){.wp-block-coblocks-events__date{flex-basis:15%;margin-bottom:0}}.wp-block-coblocks-events__content{margin-bottom:var(--coblocks-spacing--3,1.5em)}@media(min-width:782px){.wp-block-coblocks-events__content{flex-basis:65%;margin-bottom:0;padding:0 1em}}.wp-block-coblocks-events__description,.wp-block-coblocks-events__time,.wp-block-coblocks-events__title{display:block}@media(min-width:782px){.wp-block-coblocks-events__details{flex-basis:20%;text-align:right}}.wp-block-coblocks-events__title{font-weight:700;margin-bottom:var(--coblocks-spacing--1,.5em)}.wp-block-coblocks-events__day{display:block;font-size:1.75em;font-weight:700;margin-bottom:5px}.wp-block-coblocks-events__month{margin-right:5px;margin-top:var(--coblocks-spacing--1,.5em)}@media(min-width:782px){.wp-block-coblocks-events__month{display:block;margin-bottom:5px;margin-right:0}}.wp-block-coblocks-events__time{font-weight:700;margin-bottom:var(--coblocks-spacing--1,.5em)}.wp-block-coblocks-events__description,.wp-block-coblocks-events__location,.wp-block-coblocks-events__month,.wp-block-coblocks-events__time,.wp-block-coblocks-events__year{font-size:.75em}.wp-block-coblocks-events__description{line-height:1.476}.wp-block-coblocks-events.slick-slider{box-sizing:border-box;display:block;padding-bottom:4em;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-events .slick-list{display:block;margin:0 -2em;overflow:hidden;padding:0;position:relative}.wp-block-coblocks-events .slick-list:focus{outline:none}.wp-block-coblocks-events .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-events.slick-slider .slick-list,.wp-block-coblocks-events.slick-slider .slick-track{transform:translateZ(0)}.wp-block-coblocks-events .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-events .slick-track:after,.wp-block-coblocks-events .slick-track:before{content:"";display:table}.wp-block-coblocks-events .slick-track:after{clear:both}.wp-block-coblocks-events .slick-loading .slick-track{visibility:hidden}.wp-block-coblocks-events .slick-slide{float:left;height:auto;margin:0 2em;min-height:1px;outline:none}.wp-block-coblocks-events [dir=rtl] .slick-slide{float:right}.wp-block-coblocks-events .slick-slide img{display:block}.wp-block-coblocks-events .slick-slide.slick-loading img{display:none}.wp-block-coblocks-events .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-events .slick-initialized .slick-slide{display:block}.wp-block-coblocks-events .slick-loading .slick-slide{visibility:hidden}.wp-block-coblocks-events .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.wp-block-coblocks-events .slick-arrow.slick-hidden{display:none}.wp-block-coblocks-events .arrows{text-align:center}.wp-block-coblocks-events .slick-next,.wp-block-coblocks-events .slick-prev{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:medium;height:4em;line-height:0;outline:none;padding:.5em;position:absolute;width:4em;z-index:1}.wp-block-coblocks-events .slick-next:focus,.wp-block-coblocks-events .slick-next:hover,.wp-block-coblocks-events .slick-prev:focus,.wp-block-coblocks-events .slick-prev:hover{cursor:pointer;opacity:.5;outline:none}.wp-block-coblocks-events .slick-next:focus:before,.wp-block-coblocks-events .slick-next:hover:before,.wp-block-coblocks-events .slick-prev:focus:before,.wp-block-coblocks-events .slick-prev:hover:before{opacity:1}.wp-block-coblocks-events .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-events .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-events .slick-next.slick-disabled:before,.wp-block-coblocks-events .slick-prev.slick-disabled:before{opacity:.25}.wp-block-coblocks-events .slick-next:before,.wp-block-coblocks-events .slick-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-events .slick-next:before,.wp-block-coblocks-events [dir=rtl] .slick-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=)}.wp-block-coblocks-events [dir=rtl] .slick-next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+)}.wp-block-coblocks-faq-item{border-bottom:1px solid hsla(240,5%,57%,.1);margin:0;padding:1rem 0}.wp-block-coblocks-faq-item__question{font-weight:600;list-style:none;position:relative}.wp-block-coblocks-faq-item__question:hover{cursor:pointer}.wp-block-coblocks-faq-item__question__content{padding-right:2em}.wp-block-coblocks-faq-item__question__icon{display:inline-block;position:absolute;right:0;top:3px;transform:scaleY(-1);transition:transform .2s}.wp-block-coblocks-faq-item__answer{margin-bottom:0;margin-left:0;padding-top:.25rem}.wp-block-coblocks-faq-item[open] .wp-block-coblocks-faq-item__question__icon{transform:scaleY(1)}.wp-block-coblocks-faq__title{margin-bottom:.5rem!important}.wp-block-coblocks-faq__heading{margin:1.25rem 0 0!important}.wp-block-coblocks-features{position:relative}.wp-block-coblocks-features .has-left-content{text-align:left}.wp-block-coblocks-features .has-left-content img{margin-left:0;margin-right:auto}.wp-block-coblocks-features .has-center-content{text-align:center}.wp-block-coblocks-features .has-center-content img{margin-left:auto;margin-right:auto}.wp-block-coblocks-features .has-right-content{text-align:right}.wp-block-coblocks-features .has-right-content img{margin-left:auto;margin-right:0}.wp-block-coblocks-features__inner{position:relative}.wp-block-coblocks-feature{display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;position:relative;width:100%;word-break:break-word}.wp-block-coblocks-feature .wp-block-coblocks-icon{margin-bottom:var(--coblocks-spacing--3,1.5em)}.wp-block-coblocks-feature h1,.wp-block-coblocks-feature h2,.wp-block-coblocks-feature h3,.wp-block-coblocks-feature h4,.wp-block-coblocks-feature h5,.wp-block-coblocks-feature h6{margin-top:0!important;padding:0!important}.wp-block-coblocks-feature p{margin-top:0}.wp-block-coblocks-feature p:not(.has-background){padding-top:0}.wp-block-coblocks-feature__inner>*{position:relative}.wp-block-coblocks-feature__inner>:last-child{margin-bottom:0!important}@media(min-width:600px){.wp-block-coblocks-features__inner:not(.has-responsive-columns){align-items:flex-start;display:flex}.wp-block-coblocks-features__inner[class*=gutter]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(odd){margin-right:var(--coblocks-spacing--3,1.5em)}.wp-block-coblocks-features__inner[class*=gutter]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:first-child),.wp-block-coblocks-features__inner[class*=gutter]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(2n){margin-left:var(--coblocks-spacing--3,1.5em)}.wp-block-coblocks-features__inner[class*=gutter]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:last-child){margin-right:var(--coblocks-spacing--3,1.5em)}}.wp-block-coblocks-features__inner[class*=gutter]:not(.has-responsive-columns).has-1-columns .wp-block-coblocks-feature{margin-left:0;margin-right:0}.wp-block-coblocks-food-item{margin-top:2.75em}.wp-block-coblocks-food-item__figure{display:flex;margin:.35em 0 1.25em;overflow:hidden;padding-top:100%;position:relative;width:100%}.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop=image]{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop=image]{height:auto;left:50%;min-width:100%;top:50%;transform:translate(-50%,-50%)}}.wp-block-coblocks-food-item__heading-wrapper{align-items:center;display:flex;flex:1 85%;margin:0 0 .25em;order:1}.wp-block-coblocks-food-item__heading,.wp-block-coblocks-food-item__heading[itemprop=name]{margin:0;padding:0}.wp-block-coblocks-food-item__content{align-content:flex-start;display:flex;flex:1 100%;flex-wrap:wrap}.wp-block-coblocks-food-item__attributes{display:flex;margin-left:.4em}.wp-block-coblocks-food-item__attributes svg{fill:currentColor;height:18px;width:18px}.wp-block-coblocks-food-item__attributes svg:last-of-type{margin-right:0}.wp-block-coblocks-food-item__attribute{background:none;border:none;display:flex;margin-right:.25em!important;padding:0}.wp-block-coblocks-food-item__attribute--spicier{margin-left:-.25em!important}.wp-block-coblocks-food-item__description{flex:1 100%;margin:0;order:3}.wp-block-coblocks-food-item__price{flex:1 15%;margin:.5em 0 0;opacity:.7;order:2}.wp-block-coblocks-food-item__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0ibTkgMTQuMTQzIDUuNTYyIDMuMzU3LTEuNDc2LTYuMzI3IDQuOTE0LTQuMjU3LTYuNDcxLS41NDktMi41MjktNS45NjctMi41MjkgNS45NjctNi40NzEuNTQ5IDQuOTE0IDQuMjU3LTEuNDc2IDYuMzI3eiIgZmlsbFJ1bGU9ImV2ZW5vZGQiIC8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0ibTkgMTQuMTQzIDUuNTYyIDMuMzU3LTEuNDc2LTYuMzI3IDQuOTE0LTQuMjU3LTYuNDcxLS41NDktMi41MjktNS45NjctMi41MjkgNS45NjctNi40NzEuNTQ5IDQuOTE0IDQuMjU3LTEuNDc2IDYuMzI3eiIgZmlsbFJ1bGU9ImV2ZW5vZGQiIC8+PC9zdmc+)}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0ibTkgMTQuMTQzIDUuNTYyIDMuMzU3LTEuNDc2LTYuMzI3IDQuOTE0LTQuMjU3LTYuNDcxLS41NDktMi41MjktNS45NjctMi41MjkgNS45NjctNi40NzEuNTQ5IDQuOTE0IDQuMjU3LTEuNDc2IDYuMzI3eiIgZmlsbFJ1bGU9ImV2ZW5vZGQiIC8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTI5IDExLjgxNUM3Ljc4IDEzLjA2MiA3LjEzMiAxNS4xMjQgNi45ODQgMTggNC4xODYgMTcuMjIzIDIuNSAxNC43OSAyLjUgMTEuOTYzIDIuNSA3LjIgNi4xMDkgNi4xNjYgNS42OSAwYy43ODguMDE0IDMuOTY5IDEuOTQgNC41NjIgNi41MTEuNjIyLS42NS45NC0yLjgwNC44Mi0zLjY4NSAyLjgyMiAyLjI2IDQuMjg1IDUuMTYgNC4yODUgOC4zOTUgMCAzLjIwMy0xLjY3MyA1LjkxOS00LjQ4NCA2Ljc2NS0uMTUtMi44NjktLjc5OC00LjkyNi0xLjk0NC02LjE3MXoiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTI5IDExLjgxNUM3Ljc4IDEzLjA2MiA3LjEzMiAxNS4xMjQgNi45ODQgMTggNC4xODYgMTcuMjIzIDIuNSAxNC43OSAyLjUgMTEuOTYzIDIuNSA3LjIgNi4xMDkgNi4xNjYgNS42OSAwYy43ODguMDE0IDMuOTY5IDEuOTQgNC41NjIgNi41MTEuNjIyLS42NS45NC0yLjgwNC44Mi0zLjY4NSAyLjgyMiAyLjI2IDQuMjg1IDUuMTYgNC4yODUgOC4zOTUgMCAzLjIwMy0xLjY3MyA1LjkxOS00LjQ4NCA2Ljc2NS0uMTUtMi44NjktLjc5OC00LjkyNi0xLjk0NC02LjE3MXoiLz48L3N2Zz4=)}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguOTI5IDExLjgxNUM3Ljc4IDEzLjA2MiA3LjEzMiAxNS4xMjQgNi45ODQgMTggNC4xODYgMTcuMjIzIDIuNSAxNC43OSAyLjUgMTEuOTYzIDIuNSA3LjIgNi4xMDkgNi4xNjYgNS42OSAwYy43ODguMDE0IDMuOTY5IDEuOTQgNC41NjIgNi41MTEuNjIyLS42NS45NC0yLjgwNC44Mi0zLjY4NSAyLjgyMiAyLjI2IDQuMjg1IDUuMTYgNC4yODUgOC4zOTUgMCAzLjIwMy0xLjY3MyA1LjkxOS00LjQ4NCA2Ljc2NS0uMTUtMi44NjktLjc5OC00LjkyNi0xLjk0NC02LjE3MXoiLz48L3N2Zz4=);color:transparent!important}}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1LjQzMWMtLjEzMS0uNDEyLS42OTQtLjQ2OC0uOTE5LS4wOTNDMTIuNzg3IDMuNTI0IDguOTgxIDQuNSA5LjQ3IDcuMmMuMTEyLjU4MS40NSAxLjA2OS45MzcgMS40NDRhMTEuMjcyIDExLjI3MiAwIDAxMi41MTMtMy4wMzhsLTQuNzQ0IDkuODA3TDMuMDM3IDQuODE5YS43NzYuNzc2IDAgMDAtMS4wMTItLjM1Ni43NzYuNzc2IDAgMDAtLjM1NiAxLjAxMmw1LjgxMiAxMmMuMTMxLjI2My4zOTQuNDMxLjY3NS40MzFzLjU2My0uMTY4LjY3NS0uNDMxbDMuODgxLTcuOTg3YzEuMTI1LjA5MyAyLjI3LS4yMDcgMi45NDQtLjk5NCAxLjM2OS0xLjYxMy41ODEtNS43MzgtLjIwNi04LjA2M3oiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1LjQzMWMtLjEzMS0uNDEyLS42OTQtLjQ2OC0uOTE5LS4wOTNDMTIuNzg3IDMuNTI0IDguOTgxIDQuNSA5LjQ3IDcuMmMuMTEyLjU4MS40NSAxLjA2OS45MzcgMS40NDRhMTEuMjcyIDExLjI3MiAwIDAxMi41MTMtMy4wMzhsLTQuNzQ0IDkuODA3TDMuMDM3IDQuODE5YS43NzYuNzc2IDAgMDAtMS4wMTItLjM1Ni43NzYuNzc2IDAgMDAtLjM1NiAxLjAxMmw1LjgxMiAxMmMuMTMxLjI2My4zOTQuNDMxLjY3NS40MzFzLjU2My0uMTY4LjY3NS0uNDMxbDMuODgxLTcuOTg3YzEuMTI1LjA5MyAyLjI3LS4yMDcgMi45NDQtLjk5NCAxLjM2OS0xLjYxMy41ODEtNS43MzgtLjIwNi04LjA2M3oiLz48L3N2Zz4=)}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1LjQzMWMtLjEzMS0uNDEyLS42OTQtLjQ2OC0uOTE5LS4wOTNDMTIuNzg3IDMuNTI0IDguOTgxIDQuNSA5LjQ3IDcuMmMuMTEyLjU4MS40NSAxLjA2OS45MzcgMS40NDRhMTEuMjcyIDExLjI3MiAwIDAxMi41MTMtMy4wMzhsLTQuNzQ0IDkuODA3TDMuMDM3IDQuODE5YS43NzYuNzc2IDAgMDAtMS4wMTItLjM1Ni43NzYuNzc2IDAgMDAtLjM1NiAxLjAxMmw1LjgxMiAxMmMuMTMxLjI2My4zOTQuNDMxLjY3NS40MzFzLjU2My0uMTY4LjY3NS0uNDMxbDMuODgxLTcuOTg3YzEuMTI1LjA5MyAyLjI3LS4yMDcgMi45NDQtLjk5NCAxLjM2OS0xLjYxMy41ODEtNS43MzgtLjIwNi04LjA2M3oiLz48L3N2Zz4=);color:transparent!important}}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4yOTUgMTcuODAyYzEuNTIgMS4zNjggMTEuNzEyLTQuNyAxMy4yMi03LjI1NS43MjUtMS4yMjctLjEzLTMuMDI4LTEuNTI4LTQuNDY3IDEuNTktMS4wNTcgMi45ODggMi4yMzMgNC4zMTYgMS41NC42MDQtLjMyMy45OTYtMS4zMTkuNzA0LTEuOTMzLS41MjMtMS4wODYtMi4yNjQtMS4wODYtMy40NC0xLjIxNy44MzQtLjIwMSAyLjgzNy0xLjA1NyAyLjg3Ny0yLjI2NC4wNC0uOTI2LTEuMTM3LTEuOTgyLTIuMDYzLTEuODcxLTEuMjE3LjE0LTEuNjYgMS44OTEtMi4wNzMgMy4wMTgtLjA1LS43MTQtLjItMi4yODQtLjk4Ni0yLjk2OC0xLjA0Ni0uOTE2LTIuMzA0LS4wNS0yLjMzNCAxLjA1Ni0uMDQgMS4zMzkgMi44MzggMi4wODMgMS45MzIgMy42OTMtMS41My0xLjE3Ny0zLjMzLTEuODIxLTQuNDg4LTEuMTQ3LS40OTMuMzEyLTEuMDU2LjkxNi0xLjY0IDEuNy44OTYuOTQ2IDIuMTM0IDIuMDgzIDMuMTEgMi43MzcuMi4xNDEuMjYxLjQyMy4xMS42MjRhLjQ0NC40NDQgMCAwMS0uNjI0LjEyYy0uOTk2LS42NzMtMi4yMTMtMS43OS0zLjExOS0yLjcyNmEyNi45ODUgMjYuOTg1IDAgMDAtMS4zNDggMi4yNDRjLjg1NS44NjUgMS45NDIgMS44NDEgMi44MDcgMi40MjVhLjQ1LjQ1IDAgMDEuMTEuNjIzLjQ1NC40NTQgMCAwMS0uNjMzLjEyMWMtLjg1NS0uNTgzLTEuODcxLTEuNDg5LTIuNzI3LTIuMzM0Qy42OTggMTMuMDMyLS42MSAxNi45OTcuMjk1IDE3Ljh6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4yOTUgMTcuODAyYzEuNTIgMS4zNjggMTEuNzEyLTQuNyAxMy4yMi03LjI1NS43MjUtMS4yMjctLjEzLTMuMDI4LTEuNTI4LTQuNDY3IDEuNTktMS4wNTcgMi45ODggMi4yMzMgNC4zMTYgMS41NC42MDQtLjMyMy45OTYtMS4zMTkuNzA0LTEuOTMzLS41MjMtMS4wODYtMi4yNjQtMS4wODYtMy40NC0xLjIxNy44MzQtLjIwMSAyLjgzNy0xLjA1NyAyLjg3Ny0yLjI2NC4wNC0uOTI2LTEuMTM3LTEuOTgyLTIuMDYzLTEuODcxLTEuMjE3LjE0LTEuNjYgMS44OTEtMi4wNzMgMy4wMTgtLjA1LS43MTQtLjItMi4yODQtLjk4Ni0yLjk2OC0xLjA0Ni0uOTE2LTIuMzA0LS4wNS0yLjMzNCAxLjA1Ni0uMDQgMS4zMzkgMi44MzggMi4wODMgMS45MzIgMy42OTMtMS41My0xLjE3Ny0zLjMzLTEuODIxLTQuNDg4LTEuMTQ3LS40OTMuMzEyLTEuMDU2LjkxNi0xLjY0IDEuNy44OTYuOTQ2IDIuMTM0IDIuMDgzIDMuMTEgMi43MzcuMi4xNDEuMjYxLjQyMy4xMS42MjRhLjQ0NC40NDQgMCAwMS0uNjI0LjEyYy0uOTk2LS42NzMtMi4yMTMtMS43OS0zLjExOS0yLjcyNmEyNi45ODUgMjYuOTg1IDAgMDAtMS4zNDggMi4yNDRjLjg1NS44NjUgMS45NDIgMS44NDEgMi44MDcgMi40MjVhLjQ1LjQ1IDAgMDEuMTEuNjIzLjQ1NC40NTQgMCAwMS0uNjMzLjEyMWMtLjg1NS0uNTgzLTEuODcxLTEuNDg5LTIuNzI3LTIuMzM0Qy42OTggMTMuMDMyLS42MSAxNi45OTcuMjk1IDE3Ljh6Ii8+PC9zdmc+)}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4yOTUgMTcuODAyYzEuNTIgMS4zNjggMTEuNzEyLTQuNyAxMy4yMi03LjI1NS43MjUtMS4yMjctLjEzLTMuMDI4LTEuNTI4LTQuNDY3IDEuNTktMS4wNTcgMi45ODggMi4yMzMgNC4zMTYgMS41NC42MDQtLjMyMy45OTYtMS4zMTkuNzA0LTEuOTMzLS41MjMtMS4wODYtMi4yNjQtMS4wODYtMy40NC0xLjIxNy44MzQtLjIwMSAyLjgzNy0xLjA1NyAyLjg3Ny0yLjI2NC4wNC0uOTI2LTEuMTM3LTEuOTgyLTIuMDYzLTEuODcxLTEuMjE3LjE0LTEuNjYgMS44OTEtMi4wNzMgMy4wMTgtLjA1LS43MTQtLjItMi4yODQtLjk4Ni0yLjk2OC0xLjA0Ni0uOTE2LTIuMzA0LS4wNS0yLjMzNCAxLjA1Ni0uMDQgMS4zMzkgMi44MzggMi4wODMgMS45MzIgMy42OTMtMS41My0xLjE3Ny0zLjMzLTEuODIxLTQuNDg4LTEuMTQ3LS40OTMuMzEyLTEuMDU2LjkxNi0xLjY0IDEuNy44OTYuOTQ2IDIuMTM0IDIuMDgzIDMuMTEgMi43MzcuMi4xNDEuMjYxLjQyMy4xMS42MjRhLjQ0NC40NDQgMCAwMS0uNjI0LjEyYy0uOTk2LS42NzMtMi4yMTMtMS43OS0zLjExOS0yLjcyNmEyNi45ODUgMjYuOTg1IDAgMDAtMS4zNDggMi4yNDRjLjg1NS44NjUgMS45NDIgMS44NDEgMi44MDcgMi40MjVhLjQ1LjQ1IDAgMDEuMTEuNjIzLjQ1NC40NTQgMCAwMS0uNjMzLjEyMWMtLjg1NS0uNTgzLTEuODcxLTEuNDg5LTIuNzI3LTIuMzM0Qy42OTggMTMuMDMyLS42MSAxNi45OTcuMjk1IDE3Ljh6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjgzMyA0LjkwMWMtLjEwNS4wNDktMi4zNDUuOTE3LTMuOTc3IDIuMTIyYTkuNTkyIDkuNTkyIDAgMDAtMi45My0yLjU1NmMtLjgxNy0xLjQ3LjMzNC0yLjc5Ny4zMzQtMi43OTctMi4zNDQtLjY5OS00LjEwMi44OTMtNS4wMjMgMi4wMDItMy40NTMuODY4LTYuMDkgNC44OTUtNi4wOSA1LjY5IDAgLjYyNyAzLjA3NiA1LjQ3NCA2Ljk3IDUuODExLjUyMy42NzUgMS41OSAxLjY0IDIuOTkyIDEuMjMgMCAwLS42Ny0uNzQ3LS4yMy0xLjU5MWE4LjU4IDguNTggMCAwMDQuMTAyLTMuMDM4YzEuNjEyIDEuMTU3IDMuNzQ3IDIgMy44NzIgMi4wNS0uMDQxLS4xNDYtLjk2Mi0zLjMyOC0uOTYyLTQuNDYyLS4wMjEtMS42NjMuOTItNC4zNjQuOTQyLTQuNDZ6TTMuOTk3IDkuMDQ4Yy0uNTQ2IDAtMS0uNDU0LTEtMSAwLS41NDUuNDU0LTEgMS0xczEgLjQ1NSAxIDFjMCAuNTY0LS40NTUgMS0xIDF6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjgzMyA0LjkwMWMtLjEwNS4wNDktMi4zNDUuOTE3LTMuOTc3IDIuMTIyYTkuNTkyIDkuNTkyIDAgMDAtMi45My0yLjU1NmMtLjgxNy0xLjQ3LjMzNC0yLjc5Ny4zMzQtMi43OTctMi4zNDQtLjY5OS00LjEwMi44OTMtNS4wMjMgMi4wMDItMy40NTMuODY4LTYuMDkgNC44OTUtNi4wOSA1LjY5IDAgLjYyNyAzLjA3NiA1LjQ3NCA2Ljk3IDUuODExLjUyMy42NzUgMS41OSAxLjY0IDIuOTkyIDEuMjMgMCAwLS42Ny0uNzQ3LS4yMy0xLjU5MWE4LjU4IDguNTggMCAwMDQuMTAyLTMuMDM4YzEuNjEyIDEuMTU3IDMuNzQ3IDIgMy44NzIgMi4wNS0uMDQxLS4xNDYtLjk2Mi0zLjMyOC0uOTYyLTQuNDYyLS4wMjEtMS42NjMuOTItNC4zNjQuOTQyLTQuNDZ6TTMuOTk3IDkuMDQ4Yy0uNTQ2IDAtMS0uNDU0LTEtMSAwLS41NDUuNDU0LTEgMS0xczEgLjQ1NSAxIDFjMCAuNTY0LS40NTUgMS0xIDF6Ii8+PC9zdmc+)}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjgzMyA0LjkwMWMtLjEwNS4wNDktMi4zNDUuOTE3LTMuOTc3IDIuMTIyYTkuNTkyIDkuNTkyIDAgMDAtMi45My0yLjU1NmMtLjgxNy0xLjQ3LjMzNC0yLjc5Ny4zMzQtMi43OTctMi4zNDQtLjY5OS00LjEwMi44OTMtNS4wMjMgMi4wMDItMy40NTMuODY4LTYuMDkgNC44OTUtNi4wOSA1LjY5IDAgLjYyNyAzLjA3NiA1LjQ3NCA2Ljk3IDUuODExLjUyMy42NzUgMS41OSAxLjY0IDIuOTkyIDEuMjMgMCAwLS42Ny0uNzQ3LS4yMy0xLjU5MWE4LjU4IDguNTggMCAwMDQuMTAyLTMuMDM4YzEuNjEyIDEuMTU3IDMuNzQ3IDIgMy44NzIgMi4wNS0uMDQxLS4xNDYtLjk2Mi0zLjMyOC0uOTYyLTQuNDYyLS4wMjEtMS42NjMuOTItNC4zNjQuOTQyLTQuNDZ6TTMuOTk3IDkuMDQ4Yy0uNTQ2IDAtMS0uNDU0LTEtMSAwLS41NDUuNDU0LTEgMS0xczEgLjQ1NSAxIDFjMCAuNTY0LS40NTUgMS0xIDF6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTk4IDBDMy4xMzkgMCAwIDMuMTQgMCA2Ljk5OHMzLjE0IDYuOTk3IDYuOTk4IDYuOTk3IDYuOTk3LTMuMTM5IDYuOTk3LTYuOTk3UzEwLjg1NiAwIDYuOTk4IDB6bS0uMTY2IDguNzIyYy0uMTc0LjE4Ny0uMzYuMzUzLS42NTguNDk5LS4zLjE0NS0uNjc2LjIxOC0xLjEzMy4yMTgtLjU4IDAtMS4wNjgtLjE4LTEuNDM1LS41NDEtLjM2OC0uMzYtLjU2Ni0uODI5LS41NjYtMS40MDV2LS45OWMwLS41NzQuMTkyLTEuMDQyLjU0NS0xLjQwNC4zNTMtLjM2Mi44MTUtLjU0MyAxLjM3MS0uNTQzLjU3OCAwIDEuMDI1LjE0MSAxLjMzMi40MjIuMzA4LjI4Mi40NjcuNjU4LjQ3MyAxLjExN2wtLjAwNS4wMjZINS44NmMtLjAxNy0uMjc0LS4wOTgtLjQ1OC0uMjQxLS42MDUtLjE0My0uMTQ3LS4zNTMtLjIyMy0uNjMtLjIyM2EuODM4LjgzOCAwIDAwLS42OTUuMzM1Yy0uMTc4LjIyNS0uMjYuNTEzLS4yNi44Njd2Ljk5NmMwIC4zNi4wODUuNjUzLjI3Ljg3OC4xODQuMjI0LjQzLjMzNy43NDIuMzM3LjIyMiAwIC40MDYtLjAyMy41NDEtLjA2OS4xMzUtLjA0NS4yMDEtLjEwMS4zMTMtLjE2OVY3LjZoLS44ODN2LS42NTloMS44MTV2MS43OHptNC4xMTYtMy4zNzJIOC41ODV2MS4zMThoMi4wMjd2LjcwOEg4LjU4NXYxLjk3N2gtLjkzMlY0LjY0MWgzLjI5NXoiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTk4IDBDMy4xMzkgMCAwIDMuMTQgMCA2Ljk5OHMzLjE0IDYuOTk3IDYuOTk4IDYuOTk3IDYuOTk3LTMuMTM5IDYuOTk3LTYuOTk3UzEwLjg1NiAwIDYuOTk4IDB6bS0uMTY2IDguNzIyYy0uMTc0LjE4Ny0uMzYuMzUzLS42NTguNDk5LS4zLjE0NS0uNjc2LjIxOC0xLjEzMy4yMTgtLjU4IDAtMS4wNjgtLjE4LTEuNDM1LS41NDEtLjM2OC0uMzYtLjU2Ni0uODI5LS41NjYtMS40MDV2LS45OWMwLS41NzQuMTkyLTEuMDQyLjU0NS0xLjQwNC4zNTMtLjM2Mi44MTUtLjU0MyAxLjM3MS0uNTQzLjU3OCAwIDEuMDI1LjE0MSAxLjMzMi40MjIuMzA4LjI4Mi40NjcuNjU4LjQ3MyAxLjExN2wtLjAwNS4wMjZINS44NmMtLjAxNy0uMjc0LS4wOTgtLjQ1OC0uMjQxLS42MDUtLjE0My0uMTQ3LS4zNTMtLjIyMy0uNjMtLjIyM2EuODM4LjgzOCAwIDAwLS42OTUuMzM1Yy0uMTc4LjIyNS0uMjYuNTEzLS4yNi44Njd2Ljk5NmMwIC4zNi4wODUuNjUzLjI3Ljg3OC4xODQuMjI0LjQzLjMzNy43NDIuMzM3LjIyMiAwIC40MDYtLjAyMy41NDEtLjA2OS4xMzUtLjA0NS4yMDEtLjEwMS4zMTMtLjE2OVY3LjZoLS44ODN2LS42NTloMS44MTV2MS43OHptNC4xMTYtMy4zNzJIOC41ODV2MS4zMThoMi4wMjd2LjcwOEg4LjU4NXYxLjk3N2gtLjkzMlY0LjY0MWgzLjI5NXoiLz48L3N2Zz4=)}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuOTk4IDBDMy4xMzkgMCAwIDMuMTQgMCA2Ljk5OHMzLjE0IDYuOTk3IDYuOTk4IDYuOTk3IDYuOTk3LTMuMTM5IDYuOTk3LTYuOTk3UzEwLjg1NiAwIDYuOTk4IDB6bS0uMTY2IDguNzIyYy0uMTc0LjE4Ny0uMzYuMzUzLS42NTguNDk5LS4zLjE0NS0uNjc2LjIxOC0xLjEzMy4yMTgtLjU4IDAtMS4wNjgtLjE4LTEuNDM1LS41NDEtLjM2OC0uMzYtLjU2Ni0uODI5LS41NjYtMS40MDV2LS45OWMwLS41NzQuMTkyLTEuMDQyLjU0NS0xLjQwNC4zNTMtLjM2Mi44MTUtLjU0MyAxLjM3MS0uNTQzLjU3OCAwIDEuMDI1LjE0MSAxLjMzMi40MjIuMzA4LjI4Mi40NjcuNjU4LjQ3MyAxLjExN2wtLjAwNS4wMjZINS44NmMtLjAxNy0uMjc0LS4wOTgtLjQ1OC0uMjQxLS42MDUtLjE0My0uMTQ3LS4zNTMtLjIyMy0uNjMtLjIyM2EuODM4LjgzOCAwIDAwLS42OTUuMzM1Yy0uMTc4LjIyNS0uMjYuNTEzLS4yNi44Njd2Ljk5NmMwIC4zNi4wODUuNjUzLjI3Ljg3OC4xODQuMjI0LjQzLjMzNy43NDIuMzM3LjIyMiAwIC40MDYtLjAyMy41NDEtLjA2OS4xMzUtLjA0NS4yMDEtLjEwMS4zMTMtLjE2OVY3LjZoLS44ODN2LS42NTloMS44MTV2MS43OHptNC4xMTYtMy4zNzJIOC41ODV2MS4zMThoMi4wMjd2LjcwOEg4LjU4NXYxLjk3N2gtLjkzMlY0LjY0MWgzLjI5NXoiLz48L3N2Zz4=);color:transparent!important}}.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h6{flex-basis:100%;max-width:100%}@media(min-width:600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__content{flex-flow:column;justify-content:center;text-align:center}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__heading-wrapper{justify-content:center}}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{margin-top:0;text-align:right}@media(min-width:600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{text-align:inherit}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item{display:flex;flex:1 100%!important;margin-top:1.5em;max-width:100%}@media(min-width:600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item{align-items:center}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure{flex:0 0 auto;margin:0 20px 0 0!important;max-height:75px;max-width:75px;padding-top:75px}@media(min-width:600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure{max-height:100px;max-width:100px;padding-top:100px}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__attributes{margin-left:.6em}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__description{max-width:calc(100% - 50px)}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__price{margin-top:0;text-align:right}.coblocks-form label{display:block;float:none;margin-bottom:3px}.coblocks-form .coblocks-form__submit+label{margin:1.25rem 0 3px}.coblocks-form .required-error.hidden{display:none}.coblocks-form .coblocks-field,.coblocks-form select{margin:0 0 1.25rem;width:100%}.coblocks-form .coblocks-field.verify,.coblocks-form select.verify{height:0;left:0;opacity:0;position:absolute;top:0;width:0;z-index:-1}.coblocks-form .coblocks-field input[type=radio]{display:inline-block;float:left;margin:5px 5px 0 0}.coblocks-form .coblocks-field .coblocks-checkbox-label{display:inline-flex;width:95%}.coblocks-form textarea{float:none;height:200px;margin:0 0 1.15rem;resize:vertical;width:100%}.coblocks-form .required{color:#cc1818;margin-left:5px}.coblocks-form .coblocks-radio-label+.coblocks-field.verify+.coblocks-form__submit{margin-top:1.25rem}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-outline{background-color:transparent;border:2px solid!important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-circular{border-radius:100px!important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-3d{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.25)}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-shadow{box-shadow:0 4px 6px rgba(0,0,0,.11),0 1px 3px rgba(0,0,0,.075)}.coblocks-form .coblocks-form__inline-fields{align-items:center;display:flex;flex-flow:row wrap;margin-bottom:1.15rem}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{margin-bottom:.15rem;width:50%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field input[type=text]{margin-bottom:3px;width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child{padding-right:10px}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{padding-left:10px}@media only screen and (max-width:535px){.coblocks-form .coblocks-form__inline-fields{display:block}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child,.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{margin:0 0 1.15rem;padding:0}}.coblocks-form__subtext{display:block;line-height:1;margin-bottom:-.3rem;margin-top:.3rem;opacity:.66}.coblocks-form .coblocks-form-submission{margin-bottom:4em;padding:1.5em 1em}.coblocks-form .coblocks-form-submission p{word-wrap:break-word;margin:0 auto}.coblocks-form .form-errors .form-error-message{color:#cc1818}.coblocks-form .coblocks--inline{display:flex;flex-flow:row wrap;margin-bottom:1.25rem}.coblocks-form .coblocks--inline label{margin-right:10px}.coblocks-form .coblocks--inline input[type=radio]{margin-top:5px}.coblocks-form .coblocks--inline .coblocks-checkbox-label{width:auto}.coblocks-form .coblocks--inline input[type=checkbox]{margin-top:2px}.is-twentynineteen .coblocks-form__submit,.is-twentysixteen .coblocks-form__submit{margin-top:1.5em}.is-twentyseventeen .coblocks-field{margin-bottom:1.75rem}.is-twentyseventeen .coblocks-label{font-weight:800}.is-twentyseventeen .coblocks-form__submit{margin-top:-.75em}.is-twentyseventeen .coblocks-form__submit .wp-block-button__link{margin-top:.1em}.is-twentynineteen .coblocks-form .components-text-control__input,.is-twentynineteen .coblocks-form .components-textarea-control__input{border-color:#ccc;border-radius:0;padding:1.2rem 0}.is-twentynineteen .coblocks-form__submit.wp-block-button{margin-top:0}.is-twentysixteen .coblocks-form .components-text-control__input,.is-twentysixteen .coblocks-form .components-textarea-control__input{background-color:#f7f7f7;border-color:#d1d1d1;border-radius:2px;padding:.75rem 0}.is-twentysixteen .coblocks-form .components-base-control,.is-twentysixteen .coblocks-form .components-base-control .components-base-control__field{margin-bottom:0}.is-twentysixteen .coblocks-form__submit.wp-block-button{margin-top:0}.wp-block-coblocks-gallery-carousel,.wp-block-coblocks-gallery-carousel .coblocks-gallery{overflow:hidden;position:relative}.wp-block-coblocks-gallery-carousel .coblocks-gallery--figure{height:100%}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-2 img{border-radius:2px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-3 img{border-radius:3px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-4 img{border-radius:4px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-5 img{border-radius:5px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-6 img{border-radius:6px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-7 img{border-radius:7px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-8 img{border-radius:8px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-9 img{border-radius:9px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-10 img{border-radius:10px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-11 img{border-radius:11px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-12 img{border-radius:12px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-13 img{border-radius:13px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-14 img{border-radius:14px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-15 img{border-radius:15px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-16 img{border-radius:16px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-17 img{border-radius:17px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-18 img{border-radius:18px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-19 img{border-radius:19px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-20 img{border-radius:20px}.wp-block-coblocks-gallery-carousel .flickity-button{align-items:center;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:background-color .25s linear;width:auto;z-index:3}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:hsla(0,0%,100%,.15)}.wp-block-coblocks-gallery-carousel .flickity-button:focus{background-color:hsla(0,0%,100%,.25);box-shadow:inset 0 0 0 3px hsla(0,0%,100%,.25);outline:none}@media(min-width:600px){.wp-block-coblocks-gallery-carousel .flickity-button{margin:0 2%}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:hsla(0,0%,100%,.25)}}.wp-block-coblocks-gallery-carousel .flickity-button-icon{display:none}.wp-block-coblocks-gallery-carousel .flickity-button:after{background-color:#fff;content:"";display:block;height:28px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:28px}@media(min-width:960px){.wp-block-coblocks-gallery-carousel .flickity-button:after{height:32px;width:32px}}.wp-block-coblocks-gallery-carousel .flickity-button.previous{height:62px;left:0;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.previous:after{height:32px;left:-1px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);width:32px}.wp-block-coblocks-gallery-carousel .flickity-button.next{height:62px;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.next:after{height:32px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);right:-1px;width:32px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-gallery-carousel .flickity-button.previous:after{background-color:transparent!important;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);color:transparent!important}.wp-block-coblocks-gallery-carousel .flickity-button.next:after{background-color:transparent!important;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);color:transparent!important}}.wp-block-coblocks-gallery-carousel .carousel-nav{height:auto}.wp-block-coblocks-gallery-carousel .carousel-nav .flickity-viewport{height:80px!important;margin-left:0;margin-right:0}.wp-block-coblocks-gallery-carousel .carousel-nav figure{margin:0}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--figure{height:100%;position:relative}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail{height:80px;opacity:.4;overflow:hidden;transition:opacity .25s ease;width:100px}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail:hover{opacity:.66}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail.is-selected{opacity:1}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.has-responsive-height .has-carousel{height:auto!important;padding-bottom:56.25%;position:relative}.has-responsive-height .has-carousel .flickity-viewport{left:0;position:absolute;top:0;width:100%}body.rtl .flickity-viewport{position:relative}body.rtl .flickity-prev-next-button.next{left:0}body.rtl .flickity-prev-next-button.previous{left:unset}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul{padding-left:1em;padding-right:1em}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li{margin:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0!important;padding:0!important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li{list-style:none}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item{padding:0!important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure{padding:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage__item:first-child{align-self:flex-end;width:75%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child figure,.wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:first-child figure{padding-top:66.6666666667%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2){align-self:flex-end;margin-right:auto!important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3){align-self:flex-start;margin-left:auto!important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure{padding-top:150%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:first-child,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:0!important}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:first-child,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){width:66.66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:first-child figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure{padding-top:66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){width:33.33%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure{padding-top:100%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-left:0!important}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item{align-self:flex-start}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child,.is-style-layered .wp-block-coblocks-gallery-collage__item:first-child{margin-left:16.8539325843%!important;width:40.2247191011%;z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:first-child figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:first-child .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:first-child figure{padding-top:137.4301675978%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2){margin-left:20.5882352941%!important;margin-top:11.8181818182%!important;width:22.2471910112%;z-index:2}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure{padding-top:100%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3){margin-left:36.8539325843%!important;margin-top:-27.9775280899%!important;width:55.2808988764%;z-index:3}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure{padding-top:69.1056910569%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4){margin-top:-21.2359550562%!important;width:55.2808988764%;z-index:1}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure{padding-top:76.8292682927%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure{display:flex;margin:0;position:relative;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption{bottom:0;font-size:13px;margin:0;opacity:.9;padding:30px 10px 10px;position:absolute;text-align:center;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption{background:linear-gradient(0deg,hsla(0,0%,100%,.93) 6.3%,hsla(0,0%,100%,.5) 61%,hsla(0,0%,100%,0))}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:first-child,.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--1, .5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>:not(:first-child),.wp-block-coblocks-gallery-collage ul>:not(:first-child){padding-left:calc(var(--coblocks-spacing--1, .5em)*2)}@media(min-width:600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:first-child,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--2, 1em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>:not(:first-child){padding-left:calc(var(--coblocks-spacing--2, 1em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:first-child,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--3, 1.5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>:not(:first-child){padding-left:calc(var(--coblocks-spacing--3, 1.5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:first-child,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--4, 2em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>:not(:first-child){padding-left:calc(var(--coblocks-spacing--4, 2em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:first-child,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:first-child,.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:var(--coblocks-custom-gutter,0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>:not(:first-child){padding-left:var(--coblocks-custom-gutter,0)}}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--1, .5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--1, .5em)*2);padding-top:calc(var(--coblocks-spacing--1, .5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--1, .5em)*2)}@media(min-width:600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--2, 1em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--2, 1em)*2);padding-top:calc(var(--coblocks-spacing--2, 1em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--2, 1em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--3, 1.5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--3, 1.5em)*2);padding-top:calc(var(--coblocks-spacing--3, 1.5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--3, 1.5em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--4, 2em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--4, 2em)*2);padding-top:calc(var(--coblocks-spacing--4, 2em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--4, 2em)*2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:var(--coblocks-custom-gutter,0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:var(--coblocks-custom-gutter,0);padding-top:var(--coblocks-custom-gutter,0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:var(--coblocks-custom-gutter,0)}}.wp-block-coblocks-gallery-collage .pb-0{padding-bottom:0!important}.wp-block-coblocks-gallery-collage .pl-0{padding-left:0!important}.wp-block-coblocks-gallery-masonry{position:relative}.wp-block-coblocks-gallery-masonry ul{list-style:none!important;padding:0!important}.wp-block-coblocks-gallery-masonry ul:not([class*=gutter]){margin-left:0!important}.wp-block-coblocks-gallery-masonry li{margin:0!important}.wp-block-coblocks-gallery-masonry figure{margin:0;overflow:hidden}.wp-block-coblocks-gallery-masonry img{height:auto;vertical-align:bottom;width:100%}.wp-block-coblocks-gallery-masonry figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent);bottom:0;font-size:13px;max-height:100%!important;opacity:.9;overflow:auto;padding:30px 10px 10px!important;position:absolute!important;text-align:center;width:100%}.wp-block-coblocks-gallery-masonry figcaption img{display:inline}.wp-block-coblocks-gallery-offset .coblocks-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-coblocks-gallery-offset img{max-height:22vw;width:auto}.wp-block-coblocks-gallery-offset figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent);bottom:0;font-size:13px;max-height:100%!important;opacity:1;overflow:hidden;padding:30px 10px 10px!important;position:absolute!important;text-align:center;width:100%}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:22vw}}@media(min-width:960px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:11vw}}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:28vw}}@media(min-width:960px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:12vw}}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:40vw}}@media(min-width:960px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:20vw}}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:40vw}}@media(min-width:960px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:30vw}}.wp-block-coblocks-gallery-offset .has-huge-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-small-gutter{margin-bottom:calc(var(--coblocks-spacing--1, .5em)*-1*2);margin-left:calc(var(--coblocks-spacing--1, .5em)*-.5*2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-small-gutter figure{margin-bottom:calc(var(--coblocks-spacing--1, .5em)*2);margin-left:calc(var(--coblocks-spacing--1, .5em)*2)}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-medium-gutter{margin-bottom:calc(var(--coblocks-spacing--2, 1em)*-1*2);margin-left:calc(var(--coblocks-spacing--2, 1em)*-.5*2)}.wp-block-coblocks-gallery-offset .has-medium-gutter figure{margin-bottom:calc(var(--coblocks-spacing--2, 1em)*2);margin-left:calc(var(--coblocks-spacing--2, 1em)*2)}.wp-block-coblocks-gallery-offset .has-large-gutter{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em)*-1*2);margin-left:calc(var(--coblocks-spacing--3, 1.5em)*-.5*2)}.wp-block-coblocks-gallery-offset .has-large-gutter figure{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em)*2);margin-left:calc(var(--coblocks-spacing--3, 1.5em)*2)}.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--4, 2em)*-1*2);margin-left:calc(var(--coblocks-spacing--4, 2em)*-.5*2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--4, 2em)*2);margin-left:calc(var(--coblocks-spacing--4, 2em)*2)}}.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0)*-1*2);margin-left:calc(var(--coblocks-custom-gutter, 0)*-.5*2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0)*2);margin-left:calc(var(--coblocks-custom-gutter, 0)*2)}@media(min-width:600px){.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0)*-1*2);margin-left:calc(var(--coblocks-custom-gutter, 0)*-.5*2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0)*2);margin-left:calc(var(--coblocks-custom-gutter, 0)*2)}}.wp-block-coblocks-gallery-stacked{position:relative;text-align:center}.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright{max-width:305px}.wp-block-coblocks-gallery-stacked:not(.has-caption-color){color:#1e1e1e!important}.wp-block-coblocks-gallery-stacked .coblocks-gallery{margin-left:0;padding-left:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item{margin-left:auto;margin-right:auto}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child{margin-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure{margin-bottom:0!important}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption{padding-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-bottom:1em;padding-top:1em;text-align:center}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*=font-size]){font-size:13px}.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-left:1em;padding-right:1em}.wp-block-coblocks-gallery-stacked .has-fullwidth-images img{width:100%}.wp-block-coblocks-gallery-stacked .coblocks-video-bg{z-index:1}.wp-block-coblocks-gif.alignfull,.wp-block-coblocks-gif.alignwide{width:inherit}.wp-block-coblocks-gif.alignfull img,.wp-block-coblocks-gif.alignwide img{width:100%}.wp-block-coblocks-hero{position:relative}.wp-block-coblocks-hero .has-left-content{text-align:left}.wp-block-coblocks-hero .has-center-content{text-align:center}.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner{justify-content:center}.wp-block-coblocks-hero .has-center-content h1:before,.wp-block-coblocks-hero .has-center-content h2:before{margin-left:auto;margin-right:auto}.wp-block-coblocks-hero .has-right-content{text-align:right}.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner{justify-content:flex-end}.wp-block-coblocks-hero .has-right-content h1:before,.wp-block-coblocks-hero .has-right-content h2:before{margin-left:auto}.wp-block-coblocks-hero__inner{display:flex;position:relative}.wp-block-coblocks-hero__inner.is-fullscreen{height:100vh}.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content{position:relative}.wp-block-coblocks-hero__inner[class*=hero-top]{align-items:flex-start}.wp-block-coblocks-hero__inner[class*=hero-center]{align-items:center}.wp-block-coblocks-hero__inner[class*=hero-bottom]{align-items:flex-end}.wp-block-coblocks-hero__inner[class*=left-align]{justify-content:flex-start}.wp-block-coblocks-hero__inner[class*=center-align]{justify-content:center}.wp-block-coblocks-hero__inner[class*=right-align]{justify-content:flex-end}.wp-block-coblocks-hero .wp-block-button{margin-bottom:0}.wp-block-coblocks-highlight{background:transparent!important}.wp-block-coblocks-highlight:empty{display:none}.wp-block-coblocks-highlight+.wp-block-coblocks-highlight{padding-top:7px}.wp-block-coblocks-highlight__content{padding:2px 5px 2px 3px;position:relative}.wp-block-coblocks-highlight__content:not(.has-background){background-color:#fff8e5}.wp-block-coblocks-icon{position:relative}.wp-block-coblocks-icon__inner{display:inline-block;position:relative;vertical-align:middle}.wp-block-coblocks-icon__inner a{border:0!important;box-shadow:none!important;height:100%;outline:none;text-shadow:none;width:100%}.wp-block-coblocks-icon__inner svg{fill:currentColor;height:100%;vertical-align:middle;width:100%}.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-logos.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-logos__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media(max-width:600px){.wp-block-coblocks-logos__row{flex-wrap:wrap}}.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row{margin-top:2em}.wp-block-coblocks-logos__row>div{padding:0 1.5vw}.wp-block-coblocks-logos__row img{vertical-align:middle;width:100%}.wp-block-coblocks-media-card__wrapper{-ms-grid-columns:55% auto;-ms-grid-rows:auto;align-items:center;display:-ms-grid;display:grid;grid-template-areas:"media-text-media media-text-content";grid-template-columns:55% auto;grid-template-rows:auto;margin-left:auto;margin-right:auto;padding:0!important;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper{-ms-grid-columns:auto 55%;grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 55%}.wp-block-coblocks-media-card__inner{color:inherit!important}.wp-block-coblocks-media-card__media{grid-area:media-text-media;-ms-grid-column:1;-ms-grid-row:1;margin:0;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__media,body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__media{-ms-grid-column:2;-ms-grid-row:1}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__media{-ms-grid-column:1;-ms-grid-row:1}.has-no-media .wp-block-coblocks-media-card__media{align-items:center;background:hsla(240,5%,57%,.1);display:flex;height:70vw;justify-content:center;margin-bottom:0;margin-top:0;max-height:600px}@media(min-width:600px){.has-no-media .wp-block-coblocks-media-card__media{width:100%}}.has-no-media.alignfull .wp-block-coblocks-media-card__media,.has-no-media.alignwide .wp-block-coblocks-media-card__media{max-height:700px}.wp-block-coblocks-media-card__media svg{height:30px;opacity:.15;position:relative;top:-30px;width:30px}@media(min-width:600px){.wp-block-coblocks-media-card__media svg{height:50px;width:50px}}.wp-block-coblocks-media-card__content{grid-area:media-text-content;-ms-grid-column:2;-ms-grid-row:1;margin-left:-50%;position:relative;word-break:break-word;z-index:1}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content,body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content{-ms-grid-column:1;-ms-grid-row:1}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content{-ms-grid-column:2;-ms-grid-row:1}@media(min-width:600px){.wp-block-coblocks-media-card__content{margin-left:-100px}}.wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}.wp-block-coblocks-media-card__content h1,.wp-block-coblocks-media-card__content h2,.wp-block-coblocks-media-card__content h3,.wp-block-coblocks-media-card__content h4,.wp-block-coblocks-media-card__content h5,.wp-block-coblocks-media-card__content h6{margin-top:0!important}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-50%}@media(min-width:600px){.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}}.wp-block-coblocks-media-card__wrapper>figure>img,.wp-block-coblocks-media-card__wrapper>figure>video{max-width:unset;vertical-align:middle;width:100%}@media(max-width:599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{-ms-grid-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100%!important}.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__media{-ms-grid-column:1;-ms-grid-row:1}.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content{-ms-grid-column:1;-ms-grid-row:2}}@media(max-width:599px)and (min-width:600px){.wp-block-coblocks-media-card.is-stacked-on-mobile.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media(max-width:599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}}@media(max-width:599px)and (min-width:600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;-ms-grid-column:2;-ms-grid-row:1;margin-left:-100px}@media (max-width:599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content{-ms-grid-column:1;-ms-grid-row:2}}}@media(max-width:599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper{display:flex}.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper .wp-block-coblocks-row__inner{flex-grow:1}.wp-block-coblocks-media-card.is-style-right figure{order:2}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-row__inner{order:1}}body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper{-ms-grid-columns:auto 55%!important;grid-template-areas:"media-text-content media-text-media" "resizer resizer"!important;grid-template-columns:auto 55%!important}body.rtl .is-style-left .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-100px}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper{-ms-grid-columns:55% auto!important;grid-template-areas:"media-text-media media-text-content" "resizer resizer"!important;grid-template-columns:55% auto!important}body.rtl .is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px;margin-right:0}@media(min-width:768px)and (max-width:1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile{flex-direction:column}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{-ms-grid-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100%!important}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__media{-ms-grid-column:1;-ms-grid-row:1}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper>.wp-block-coblocks-media-card__content{-ms-grid-column:1;-ms-grid-row:2}}@media(min-width:768px)and (max-width:1024px)and (max-width:599px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media(min-width:768px)and (max-width:1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}.wp-block-coblocks-opentable.has-filter-grayscale img,.wp-block-coblocks-opentable.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-opentable.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-opentable__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media(max-width:600px){.wp-block-coblocks-opentable__row{flex-wrap:wrap}}.wp-block-coblocks-opentable__row+.wp-block-coblocks-opentable__row{margin-top:2em}.wp-block-coblocks-opentable__row>div{padding:0 1.5vw}.wp-block-coblocks-opentable__row img{vertical-align:middle;width:100%}.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--2,1em);padding-right:var(--coblocks-spacing--2,1em)}@media(min-width:600px){.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--4,2em);padding-right:var(--coblocks-spacing--4,2em)}}@media(min-width:782px){.wp-block-coblocks-post-carousel:not(.alignwide) .coblocks-slick{padding-bottom:0}}.wp-block-coblocks-post-carousel .slick-slider{box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-post-carousel .slick-slider .slick-list,.wp-block-coblocks-post-carousel .slick-slider .slick-track{transform:translateZ(0)}.wp-block-coblocks-post-carousel .slick-list{display:block;margin:0;margin-bottom:calc(var(--coblocks-spacing--2, 1em)*-1);overflow:hidden;padding:0;position:relative}.wp-block-coblocks-post-carousel .slick-list:focus{outline:none}.wp-block-coblocks-post-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-post-carousel .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-post-carousel .slick-track:after,.wp-block-coblocks-post-carousel .slick-track:before{content:"";display:table}.wp-block-coblocks-post-carousel .slick-track:after{clear:both}.slick-loading .wp-block-coblocks-post-carousel .slick-track{visibility:hidden}.wp-block-coblocks-post-carousel .slick-slide{display:none;float:left;height:auto;margin:0 var(--coblocks-spacing--2,1em);min-height:1px;outline:none}[dir=rtl] .wp-block-coblocks-post-carousel .slick-slide{float:right}.wp-block-coblocks-post-carousel .slick-slide img{display:block}.wp-block-coblocks-post-carousel .slick-slide.slick-loading img{display:none}.wp-block-coblocks-post-carousel .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-post-carousel .slick-initialized .slick-slide{display:block}.wp-block-coblocks-post-carousel .slick-next,.wp-block-coblocks-post-carousel .slick-prev{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:medium;height:var(--coblocks-spacing--8,4em);line-height:0;outline:none;padding:.5em;position:absolute;width:var(--coblocks-spacing--8,4em)}.wp-block-coblocks-post-carousel .slick-next:focus,.wp-block-coblocks-post-carousel .slick-next:hover,.wp-block-coblocks-post-carousel .slick-prev:focus,.wp-block-coblocks-post-carousel .slick-prev:hover{cursor:pointer;opacity:.5;outline:none}.wp-block-coblocks-post-carousel .slick-next:focus:before,.wp-block-coblocks-post-carousel .slick-next:hover:before,.wp-block-coblocks-post-carousel .slick-prev:focus:before,.wp-block-coblocks-post-carousel .slick-prev:hover:before{opacity:1}.wp-block-coblocks-post-carousel .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-post-carousel .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-post-carousel .slick-next.slick-disabled:before,.wp-block-coblocks-post-carousel .slick-prev.slick-disabled:before{opacity:.25}.wp-block-coblocks-post-carousel .slick-next:before,.wp-block-coblocks-post-carousel .slick-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-post-carousel .slick-next:before,.wp-block-coblocks-post-carousel [dir=rtl] .slick-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=)}.wp-block-coblocks-post-carousel [dir=rtl] .slick-next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+)}.wp-block-coblocks-post-carousel__image{display:table;margin-bottom:var(--coblocks-spacing--2,1em);position:relative;width:100%}.wp-block-coblocks-post-carousel__image a{display:block;outline:none;padding-top:100%;width:100%}.wp-block-coblocks-post-carousel__content{display:flex;flex-direction:column;width:100%}.wp-block-coblocks-post-carousel__date{color:#6c7781;display:block;font-size:16px;margin-bottom:var(--coblocks-spacing--1,.5em)}.wp-block-coblocks-post-carousel__more-link{-ms-grid-row-align:self-start;align-self:self-start;margin-top:var(--coblocks-spacing--2,1em)}.wp-block-coblocks-post-carousel__excerpt{margin-top:var(--coblocks-spacing--1,.5em)}@media(min-width:782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next,.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{bottom:50%;transform:translateY(-50%)}.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{left:-5em}.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next{right:-5em}}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=)}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNTAuOTA2MjUgOTkuMDkzNzUtNDYuODc1LTQ2Ljg3NWMtMS4yMTE2MzYyMy0xLjIxODg2Ny0xLjIxMTYzNjIzLTMuMTg3MzgzIDAtNC40MDYyNWw0Ni44NzUtNDYuODc1IDQuNDA2MjUgNC40MDYyNS00NC42NTYyNSA0NC42NTYyNSA0NC42ODc1IDQ0LjY1NjI1eiIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi44NzUgMTUpIi8+PC9zdmc+)}.is-twentynineteen .wp-block-coblocks-post-carousel{line-height:1.6}.is-twentynineteen .wp-block-coblocks-post-carousel__content a{font-size:24.75px;line-height:1.2;margin-bottom:.5rem;margin-top:.5rem;text-decoration:none!important}.is-twentynineteen .wp-block-coblocks-post-carousel__content a,.is-twentynineteen .wp-block-coblocks-post-carousel__date{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-post-carousel{color:#6d6d6d}.is-twentytwenty .wp-block-coblocks-post-carousel .columns{margin-bottom:.5em}.is-twentytwenty .wp-block-coblocks-post-carousel a{font-family:Inter var,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;font-weight:700;letter-spacing:-.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-post-carousel a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-post-carousel__date{color:#6d6d6d;font-family:Inter var,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;font-size:.7em;font-weight:600;letter-spacing:normal;margin-bottom:.2em}.wp-block-coblocks-posts+.wp-block-coblocks-posts{margin-top:var(--coblocks-spacing--2,1em)}.wp-block-coblocks-posts.has-1-columns>div:first-child{margin-top:0}.wp-block-coblocks-posts.has-1-columns>div:last-child{margin-bottom:0}.wp-block-coblocks-posts__inner{margin-left:0;padding-left:0}.wp-block-coblocks-posts__item{align-items:stretch;flex:1 1 auto;margin-bottom:var(--coblocks-spacing--3,1.5em);margin-left:0;margin-top:0;padding-left:0;width:100%}.is-style-stacked .wp-block-coblocks-posts__item{flex-direction:column}.is-style-horizontal .has-image-right .wp-block-coblocks-posts__item{flex-direction:row-reverse}.wp-block-coblocks-posts.is-style-horizontal .wp-block-coblocks-posts__item{display:flex}.wp-block-coblocks-posts__image{display:table;flex:0 0 auto;height:14.285%;margin-right:var(--coblocks-spacing--2,1em);position:relative;width:14.285%}@media(min-width:600px){.wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--3,1.5em)}}.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--2,1em);margin-right:0}@media(min-width:600px){.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--3,1.5em)}}.wp-block-coblocks-posts__image>*{display:block;padding-top:100%;width:100%}.is-style-stacked .wp-block-coblocks-posts__image{margin-bottom:var(--coblocks-spacing--2,1em);width:100%}@media(min-width:600px){.has-medium-image .wp-block-coblocks-posts__image{height:20%;width:20%}.has-huge-image .wp-block-coblocks-posts__image,.has-large-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media(min-width:782px){.has-huge-image .wp-block-coblocks-posts__image{height:50%;width:50%}}.has-four-to-three-image .wp-block-coblocks-posts__image>*{padding-top:75%}.has-sixteen-to-nine-image .wp-block-coblocks-posts__image>*{padding-top:56.25%}.has-circle-image .wp-block-coblocks-posts__image>*{border-radius:100%}.wp-block-coblocks-posts__content{display:flex;flex-direction:column;margin-top:auto;width:100%}.wp-block-coblocks-posts__content.self-center{-ms-grid-row-align:center;align-self:center}.wp-block-coblocks-posts__date{color:#6c7781;display:block;font-size:16px}.wp-block-coblocks-posts__date,.wp-block-coblocks-posts__excerpt{margin-top:var(--coblocks-spacing--1,.5em)}.wp-block-coblocks-posts__more-link{-ms-grid-row-align:self-start;align-self:self-start;display:block}.is-twentynineteen .wp-block-coblocks-posts{line-height:1.6}.is-twentynineteen .wp-block-coblocks-posts__content a{font-size:24.75px;line-height:1.2;margin-bottom:.5rem;margin-top:.5rem;text-decoration:none!important}.is-twentynineteen .wp-block-coblocks-posts__content a,.is-twentynineteen .wp-block-coblocks-posts__date{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-posts .has-columns{margin-bottom:.5em}.is-twentytwenty .wp-block-coblocks-posts a{font-family:Inter var,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;font-weight:700;letter-spacing:-.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-posts a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-posts__date{color:#6d6d6d;font-family:Inter var,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;font-size:.7em;font-weight:600;letter-spacing:normal;margin-bottom:.2em}.wp-block-coblocks-pricing-table-item{padding:4em 1.5em;position:relative;width:100%}@media(min-width:600px){.wp-block-coblocks-pricing-table-item{margin-bottom:0}}.wp-block-coblocks-pricing-table-item:not(.has-background){background:hsla(240,5%,57%,.1)}.wp-block-coblocks-pricing-table-item__title{margin-top:0;padding:0}.wp-block-coblocks-pricing-table-item__price-wrapper{display:flex;line-height:1;position:relative}.wp-block-coblocks-pricing-table-item__currency{font-size:1em}.wp-block-coblocks-pricing-table-item__amount{font-size:5em;letter-spacing:normal;line-height:1!important;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features{margin:0 0 30px;max-width:none;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul{list-style:none;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li:after{content:" "}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title{display:block;margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper{margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-button{margin-bottom:0}.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:center}.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:flex-end}@media(max-width:959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>:not(.block-editor-inner-blocks):first-of-type,.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(50% - var(--coblocks-spacing--1, .5em))}.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(var(--coblocks-spacing--1, .5em)*2);max-width:100%}}@media(max-width:599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media(max-width:959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>:not(.block-editor-inner-blocks):first-of-type,.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(50% - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(var(--coblocks-spacing--2, 1em)*2);max-width:100%}}@media(max-width:599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media(max-width:959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>:not(.block-editor-inner-blocks):first-of-type,.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(49.75124% - var(--coblocks-spacing--3, 1.5em))}.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(var(--coblocks-spacing--3, 1.5em)*2);max-width:100%}}@media(max-width:599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media(max-width:959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>:not(.block-editor-inner-blocks):first-of-type,.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(49.50495% - var(--coblocks-spacing--4, 2em))}.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(var(--coblocks-spacing--4, 2em)*2);max-width:100%}}@media(max-width:599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media(min-width:600px){.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns){display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{margin-bottom:1.5em}@media(min-width:600px){.wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(50% - .75em)}.wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:33.333%;max-width:calc(33.33333% - .75em)}.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:25%;max-width:calc(25% - .75em)}}@media(min-width:600px)and (max-width:1200px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(50% - .75em)}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row:not([data-columns="1"]){display:flex}.wp-block-coblocks-row:not([data-columns="1"]) .wp-block-coblocks-row__inner{display:flex;flex:1}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*=wp-block-]{margin-left:auto;margin-right:auto;max-width:48vw}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*=wp-block-].alignwide{max-width:70.5882352941vw}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*=wp-block-].alignfull,.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*=wp-block-][data-columns="1"] .wp-block-coblocks-column__inner>:not([class*=wp-block-]){max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*=wp-block-]){margin-left:auto;margin-right:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media(min-width:600px){.wp-block-coblocks-column{margin-bottom:0}}.wp-block-coblocks-column p{margin-top:0}.wp-block-coblocks-column p:last-of-type{margin-bottom:0}.wp-block-coblocks-column__inner.has-background-overlay *{position:relative}.has-small-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-spacing--1,.5em)}.has-small-gutter>[class*=wp-block-coblocks-column]:not(:first-child),.has-small-gutter>[class*=wp-block-coblocks-column]:nth-child(2n){margin-left:var(--coblocks-spacing--1,.5em)}.has-small-gutter>[class*=wp-block-coblocks-column]:not(:last-child){margin-right:var(--coblocks-spacing--1,.5em)}.has-medium-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-spacing--2,1em)}.has-medium-gutter>[class*=wp-block-coblocks-column]:not(:first-child),.has-medium-gutter>[class*=wp-block-coblocks-column]:nth-child(2n){margin-left:var(--coblocks-spacing--2,1em)}.has-medium-gutter>[class*=wp-block-coblocks-column]:not(:last-child){margin-right:var(--coblocks-spacing--2,1em)}.has-large-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-spacing--3,1.5em)}.has-large-gutter>[class*=wp-block-coblocks-column]:not(:first-child),.has-large-gutter>[class*=wp-block-coblocks-column]:nth-child(2n){margin-left:var(--coblocks-spacing--3,1.5em)}.has-large-gutter>[class*=wp-block-coblocks-column]:not(:last-child){margin-right:var(--coblocks-spacing--3,1.5em)}.has-huge-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-spacing--4,2em)}.has-huge-gutter>[class*=wp-block-coblocks-column]:not(:first-child),.has-huge-gutter>[class*=wp-block-coblocks-column]:nth-child(2n){margin-left:var(--coblocks-spacing--4,2em)}.has-huge-gutter>[class*=wp-block-coblocks-column]:not(:last-child){margin-right:var(--coblocks-spacing--4,2em)}.has-custom-gutter>[class*=wp-block-coblocks-column]:nth-child(odd){margin-right:var(--coblocks-custom-gutter,0)}.has-custom-gutter>[class*=wp-block-coblocks-column]:not(:first-child),.has-custom-gutter>[class*=wp-block-coblocks-column]:nth-child(2n){margin-left:var(--coblocks-custom-gutter,0)}.has-custom-gutter>[class*=wp-block-coblocks-column]:not(:last-child){margin-right:var(--coblocks-custom-gutter,0)}@media(max-width:599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-no-gutter>[class*=wp-block]:not(:last-child),.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-small-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, .5em)*2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em)*2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-large-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em)*2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-huge-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em)*2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-custom-gutter>[class*=wp-block]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0)*2)}}.wp-block-coblocks-row__inner [data-type="coblocks/column"]{display:flex;margin-bottom:0;margin-top:0}.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column,.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner.are-vertically-aligned-top{align-items:flex-start}.wp-block-coblocks-row__inner.are-vertically-aligned-center{align-items:center}.wp-block-coblocks-row__inner.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top .wp-block-coblocks-column__inner{align-self:flex-start}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center .wp-block-coblocks-column__inner{-ms-grid-row-align:center;align-self:center}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom .wp-block-coblocks-column__inner{align-self:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{width:100%}.wp-block-coblocks-service{margin:0 0 var(--coblocks-spacing--3,1.5em);max-width:100%}@media(min-width:600px){.wp-block-coblocks-service{margin:0}}.wp-block-coblocks-service:last-child{margin-bottom:0}.wp-block-coblocks-service h2,.wp-block-coblocks-service h3,.wp-block-coblocks-service h4,.wp-block-coblocks-service h5,.wp-block-coblocks-service h6{margin-bottom:.5em;margin-top:0}.wp-block-coblocks-service p:first-of-type{margin-top:0}.wp-block-coblocks-service p:last-of-type{margin-bottom:0}.wp-block-coblocks-service .wp-block-buttons{margin:0 0 1.5em}.wp-block-coblocks-service .wp-block-buttons .wp-block-button{margin-bottom:0;margin-top:1.5em}.wp-block-coblocks-service__figure{display:flex;margin:0 0 1.5em;padding:75% 0 0;position:relative;width:100%}.is-style-sixbynine .wp-block-coblocks-service__figure{padding-top:56.25%}.is-style-circle .wp-block-coblocks-service__figure{border-radius:100%;padding-top:100%}.is-style-circle .wp-block-coblocks-service__figure img{border-radius:100%}.is-style-square .wp-block-coblocks-service__figure{padding-top:100%}.wp-block-coblocks-service__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media(min-width:600px){.wp-block-coblocks-services[data-columns]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.wp-block-coblocks-services[data-columns][data-columns="2"]>.wp-block-coblocks-service{flex-basis:50%;max-width:calc(50% - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="3"]>.wp-block-coblocks-service{flex-basis:33.333%;max-width:calc(33.33333% - var(--coblocks-spacing--2, 1em))}}@media(min-width:600px)and (max-width:1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:50%;margin-bottom:3em;max-width:calc(50% - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:first-child,.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3){margin-left:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(2),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-right:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-bottom:0}}@media(min-width:1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:25%;max-width:calc(25% - var(--coblocks-spacing--2, 1em))}}.wp-block-coblocks-services .has-1-columns{justify-content:center}.is-twentytwenty .wp-block-coblocks-services .has-1-columns .wp-block-coblocks-service-column{max-width:58rem}.wp-block-coblocks-shape-divider{display:flex;flex-direction:column;position:relative}.wp-block-coblocks-shape-divider svg{fill:currentColor;bottom:-1px;height:100%;left:0;position:absolute;width:100%}.wp-block-coblocks-shape-divider__svg-wrapper{position:relative}.wp-block-coblocks-shape-divider__alt-wrapper{background-color:currentColor}.wp-block-coblocks-shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped{flex-direction:column-reverse}.wp-block-coblocks-shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}.wp-block-coblocks-shape-divider .divider--waves path:first-child{opacity:.15}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(2){opacity:.3}.wp-block-coblocks-social.has-background{padding:20px 30px}.wp-block-coblocks-social .wp-block-button__link:not(.has-background){background-color:#31373c}.wp-block-coblocks-social .wp-block-button__link:not(.has-text-color){color:#fff}.wp-block-coblocks-social li,.wp-block-coblocks-social ul{list-style:none;margin:0!important;padding:0!important}.wp-block-coblocks-social li{display:inline-block;margin:3px 6px 3px 0!important;vertical-align:middle}.wp-block-coblocks-social li:after,.wp-block-coblocks-social li:before{display:none!important}.wp-block-coblocks-social__button{align-items:center;border:none;border-radius:0;box-shadow:none!important;cursor:pointer;display:inline-flex!important;font-size:15px;justify-content:center;line-height:1;padding:10px 14px;text-align:center;text-decoration:none!important;white-space:normal;word-break:break-all}.wp-block-coblocks-social__button:first-of-type{margin-left:0!important}.wp-block-coblocks-social__button:last-of-type{margin-right:0!important}.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon:hover,.wp-block-coblocks-social__text,.wp-block-coblocks-social__text:hover{color:inherit}.wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:8px}.wp-block-coblocks-social__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text,.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:9px}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:4px}.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjk1NCA0LjU2OWMtLjg4NS4zODktMS44My42NTQtMi44MjUuNzc1IDEuMDE0LS42MTEgMS43OTQtMS41NzQgMi4xNjMtMi43MjMtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0LS44OTYtLjk1OS0yLjE3My0xLjU1OS0zLjU5MS0xLjU1OS0yLjcxNyAwLTQuOTIgMi4yMDMtNC45MiA0LjkxNyAwIC4zOS4wNDUuNzY1LjEyNyAxLjEyNC00LjA5LS4xOTMtNy43MTUtMi4xNTctMTAuMTQxLTUuMTI2LS40MjcuNzIyLS42NjYgMS41NjEtLjY2NiAyLjQ3NSAwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTYtLjgwNy0uMDI2LTEuNTY2LS4yNDgtMi4yMjgtLjYxNnYuMDYxYzAgMi4zODUgMS42OTMgNC4zNzQgMy45NDYgNC44MjctLjQxMy4xMTEtLjg0OS4xNzEtMS4yOTYuMTcxLS4zMTQgMC0uNjE1LS4wMy0uOTE2LS4wODYuNjMxIDEuOTUzIDIuNDQ1IDMuMzc3IDQuNjA0IDMuNDE3LTEuNjggMS4zMTktMy44MDkgMi4xMDUtNi4xMDIgMi4xMDUtLjM5IDAtLjc3OS0uMDIzLTEuMTctLjA2NyAyLjE4OSAxLjM5NCA0Ljc2OCAyLjIwOSA3LjU1NyAyLjIwOSA5LjA1NCAwIDEzLjk5OS03LjQ5NiAxMy45OTktMTMuOTg2IDAtLjIwOSAwLS40Mi0uMDE1LS42My45NjEtLjY4OSAxLjgtMS41NiAyLjQ2LTIuNTQ4eiIvPjwvc3ZnPg==);color:transparent!important}}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLDBhMTIuMDgsMTIuMDgsMCwwLDAtMS44OCwyNFYxNS41N2gtM1YxMi4wOGgzVjkuMzhjMC0zLDEuOC00LjcsNC41NC00LjdhMTguNTIsMTguNTIsMCwwLDEsMi42OC4yM1Y4SDE1LjgzYTEuNzMsMS43MywwLDAsMC0xLjk0LDEuNDloMGExLjIxLDEuMjEsMCwwLDAsMCwuMzh2Mi4yM0gxNy4ybC0uNTMsMy40OUgxMy44OFYyNEExMi4wOCwxMi4wOCwwLDAsMCwxMiwwWiIvPjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLDBhMTIuMDgsMTIuMDgsMCwwLDAtMS44OCwyNFYxNS41N2gtM1YxMi4wOGgzVjkuMzhjMC0zLDEuOC00LjcsNC41NC00LjdhMTguNTIsMTguNTIsMCwwLDEsMi42OC4yM1Y4SDE1LjgzYTEuNzMsMS43MywwLDAsMC0xLjk0LDEuNDloMGExLjIxLDEuMjEsMCwwLDAsMCwuMzh2Mi4yM0gxNy4ybC0uNTMsMy40OUgxMy44OFYyNEExMi4wOCwxMi4wOCwwLDAsMCwxMiwwWiIvPjwvc3ZnPgo=)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLDBhMTIuMDgsMTIuMDgsMCwwLDAtMS44OCwyNFYxNS41N2gtM1YxMi4wOGgzVjkuMzhjMC0zLDEuOC00LjcsNC41NC00LjdhMTguNTIsMTguNTIsMCwwLDEsMi42OC4yM1Y4SDE1LjgzYTEuNzMsMS43MywwLDAsMC0xLjk0LDEuNDloMGExLjIxLDEuMjEsMCwwLDAsMCwuMzh2Mi4yM0gxNy4ybC0uNTMsMy40OUgxMy44OFYyNEExMi4wOCwxMi4wOCwwLDAsMCwxMiwwWiIvPjwvc3ZnPgo=);color:transparent!important}}.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjAxNyAwYy02LjYyMSAwLTExLjk4OCA1LjM2Ny0xMS45ODggMTEuOTg3IDAgNS4wNzkgMy4xNTggOS40MTcgNy42MTggMTEuMTYyLS4xMDUtLjk0OS0uMTk5LTIuNDAzLjA0MS0zLjQzOS4yMTktLjkzNyAxLjQwNi01Ljk1NyAxLjQwNi01Ljk1N3MtLjM1OS0uNzItLjM1OS0xLjc4MWMwLTEuNjYzLjk2Ny0yLjkxMSAyLjE2OC0yLjkxMSAxLjAyNCAwIDEuNTE4Ljc2OSAxLjUxOCAxLjY4OCAwIDEuMDI5LS42NTMgMi41NjctLjk5MiAzLjk5Mi0uMjg1IDEuMTkzLjYgMi4xNjUgMS43NzUgMi4xNjUgMi4xMjggMCAzLjc2OC0yLjI0NSAzLjc2OC01LjQ4NyAwLTIuODYxLTIuMDYzLTQuODY5LTUuMDA4LTQuODY5LTMuNDEgMC01LjQwOSAyLjU2Mi01LjQwOSA1LjE5OSAwIDEuMDMzLjM5NCAyLjE0My44ODkgMi43NDEuMDk5LjEyLjExMi4yMjUuMDg1LjM0NS0uMDkuMzc1LS4yOTMgMS4xOTktLjMzNCAxLjM2My0uMDUzLjIyNS0uMTcyLjI3MS0uNDAxLjE2NS0xLjQ5NS0uNjktMi40MzMtMi44NzgtMi40MzMtNC42NDYgMC0zLjc3NiAyLjc0OC03LjI1MiA3LjkyLTcuMjUyIDQuMTU4IDAgNy4zOTIgMi45NjcgNy4zOTIgNi45MjMgMCA0LjEzNS0yLjYwNyA3LjQ2Mi02LjIzMyA3LjQ2Mi0xLjIxNCAwLTIuMzU0LS42MjktMi43NTgtMS4zNzlsLS43NDkgMi44NDhjLS4yNjkgMS4wNDUtMS4wMDQgMi4zNTItMS40OTggMy4xNDYgMS4xMjMuMzQ1IDIuMzA2LjUzNSAzLjU1LjUzNSA2LjYwNyAwIDExLjk4NS01LjM2NSAxMS45ODUtMTEuOTg3IDAtNi42MjMtNS4zNzgtMTEuOTg3LTExLjk4NS0xMS45ODd6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjAxNyAwYy02LjYyMSAwLTExLjk4OCA1LjM2Ny0xMS45ODggMTEuOTg3IDAgNS4wNzkgMy4xNTggOS40MTcgNy42MTggMTEuMTYyLS4xMDUtLjk0OS0uMTk5LTIuNDAzLjA0MS0zLjQzOS4yMTktLjkzNyAxLjQwNi01Ljk1NyAxLjQwNi01Ljk1N3MtLjM1OS0uNzItLjM1OS0xLjc4MWMwLTEuNjYzLjk2Ny0yLjkxMSAyLjE2OC0yLjkxMSAxLjAyNCAwIDEuNTE4Ljc2OSAxLjUxOCAxLjY4OCAwIDEuMDI5LS42NTMgMi41NjctLjk5MiAzLjk5Mi0uMjg1IDEuMTkzLjYgMi4xNjUgMS43NzUgMi4xNjUgMi4xMjggMCAzLjc2OC0yLjI0NSAzLjc2OC01LjQ4NyAwLTIuODYxLTIuMDYzLTQuODY5LTUuMDA4LTQuODY5LTMuNDEgMC01LjQwOSAyLjU2Mi01LjQwOSA1LjE5OSAwIDEuMDMzLjM5NCAyLjE0My44ODkgMi43NDEuMDk5LjEyLjExMi4yMjUuMDg1LjM0NS0uMDkuMzc1LS4yOTMgMS4xOTktLjMzNCAxLjM2My0uMDUzLjIyNS0uMTcyLjI3MS0uNDAxLjE2NS0xLjQ5NS0uNjktMi40MzMtMi44NzgtMi40MzMtNC42NDYgMC0zLjc3NiAyLjc0OC03LjI1MiA3LjkyLTcuMjUyIDQuMTU4IDAgNy4zOTIgMi45NjcgNy4zOTIgNi45MjMgMCA0LjEzNS0yLjYwNyA3LjQ2Mi02LjIzMyA3LjQ2Mi0xLjIxNCAwLTIuMzU0LS42MjktMi43NTgtMS4zNzlsLS43NDkgMi44NDhjLS4yNjkgMS4wNDUtMS4wMDQgMi4zNTItMS40OTggMy4xNDYgMS4xMjMuMzQ1IDIuMzA2LjUzNSAzLjU1LjUzNSA2LjYwNyAwIDExLjk4NS01LjM2NSAxMS45ODUtMTEuOTg3IDAtNi42MjMtNS4zNzgtMTEuOTg3LTExLjk4NS0xMS45ODd6Ii8+PC9zdmc+)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjAxNyAwYy02LjYyMSAwLTExLjk4OCA1LjM2Ny0xMS45ODggMTEuOTg3IDAgNS4wNzkgMy4xNTggOS40MTcgNy42MTggMTEuMTYyLS4xMDUtLjk0OS0uMTk5LTIuNDAzLjA0MS0zLjQzOS4yMTktLjkzNyAxLjQwNi01Ljk1NyAxLjQwNi01Ljk1N3MtLjM1OS0uNzItLjM1OS0xLjc4MWMwLTEuNjYzLjk2Ny0yLjkxMSAyLjE2OC0yLjkxMSAxLjAyNCAwIDEuNTE4Ljc2OSAxLjUxOCAxLjY4OCAwIDEuMDI5LS42NTMgMi41NjctLjk5MiAzLjk5Mi0uMjg1IDEuMTkzLjYgMi4xNjUgMS43NzUgMi4xNjUgMi4xMjggMCAzLjc2OC0yLjI0NSAzLjc2OC01LjQ4NyAwLTIuODYxLTIuMDYzLTQuODY5LTUuMDA4LTQuODY5LTMuNDEgMC01LjQwOSAyLjU2Mi01LjQwOSA1LjE5OSAwIDEuMDMzLjM5NCAyLjE0My44ODkgMi43NDEuMDk5LjEyLjExMi4yMjUuMDg1LjM0NS0uMDkuMzc1LS4yOTMgMS4xOTktLjMzNCAxLjM2My0uMDUzLjIyNS0uMTcyLjI3MS0uNDAxLjE2NS0xLjQ5NS0uNjktMi40MzMtMi44NzgtMi40MzMtNC42NDYgMC0zLjc3NiAyLjc0OC03LjI1MiA3LjkyLTcuMjUyIDQuMTU4IDAgNy4zOTIgMi45NjcgNy4zOTIgNi45MjMgMCA0LjEzNS0yLjYwNyA3LjQ2Mi02LjIzMyA3LjQ2Mi0xLjIxNCAwLTIuMzU0LS42MjktMi43NTgtMS4zNzlsLS43NDkgMi44NDhjLS4yNjkgMS4wNDUtMS4wMDQgMi4zNTItMS40OTggMy4xNDYgMS4xMjMuMzQ1IDIuMzA2LjUzNSAzLjU1LjUzNSA2LjYwNyAwIDExLjk4NS01LjM2NSAxMS45ODUtMTEuOTg3IDAtNi42MjMtNS4zNzgtMTEuOTg3LTExLjk4NS0xMS45ODd6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjQ0NyAyMC40NTJoLTMuNTU0di01LjU2OWMwLTEuMzI4LS4wMjctMy4wMzctMS44NTItMy4wMzctMS44NTMgMC0yLjEzNiAxLjQ0NS0yLjEzNiAyLjkzOXY1LjY2N2gtMy41NTR2LTExLjQ1MmgzLjQxNHYxLjU2MWguMDQ2Yy40NzctLjkgMS42MzctMS44NSAzLjM3LTEuODUgMy42MDEgMCA0LjI2NyAyLjM3IDQuMjY3IDUuNDU1djYuMjg2em0tMTUuMTEtMTMuMDE5Yy0xLjE0NCAwLTIuMDYzLS45MjYtMi4wNjMtMi4wNjUgMC0xLjEzOC45Mi0yLjA2MyAyLjA2My0yLjA2MyAxLjE0IDAgMi4wNjQuOTI1IDIuMDY0IDIuMDYzIDAgMS4xMzktLjkyNSAyLjA2NS0yLjA2NCAyLjA2NXptMS43ODIgMTMuMDE5aC0zLjU2NHYtMTEuNDUyaDMuNTY0em0xNS4xMDYtMjAuNDUyaC0yMC40NTRjLS45NzkgMC0xLjc3MS43NzQtMS43NzEgMS43Mjl2MjAuNTQyYzAgLjk1Ni43OTIgMS43MjkgMS43NzEgMS43MjloMjAuNDUxYy45NzggMCAxLjc3OC0uNzczIDEuNzc4LTEuNzI5di0yMC41NDJjMC0uOTU1LS44LTEuNzI5LTEuNzc4LTEuNzI5eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjQ0NyAyMC40NTJoLTMuNTU0di01LjU2OWMwLTEuMzI4LS4wMjctMy4wMzctMS44NTItMy4wMzctMS44NTMgMC0yLjEzNiAxLjQ0NS0yLjEzNiAyLjkzOXY1LjY2N2gtMy41NTR2LTExLjQ1MmgzLjQxNHYxLjU2MWguMDQ2Yy40NzctLjkgMS42MzctMS44NSAzLjM3LTEuODUgMy42MDEgMCA0LjI2NyAyLjM3IDQuMjY3IDUuNDU1djYuMjg2em0tMTUuMTEtMTMuMDE5Yy0xLjE0NCAwLTIuMDYzLS45MjYtMi4wNjMtMi4wNjUgMC0xLjEzOC45Mi0yLjA2MyAyLjA2My0yLjA2MyAxLjE0IDAgMi4wNjQuOTI1IDIuMDY0IDIuMDYzIDAgMS4xMzktLjkyNSAyLjA2NS0yLjA2NCAyLjA2NXptMS43ODIgMTMuMDE5aC0zLjU2NHYtMTEuNDUyaDMuNTY0em0xNS4xMDYtMjAuNDUyaC0yMC40NTRjLS45NzkgMC0xLjc3MS43NzQtMS43NzEgMS43Mjl2MjAuNTQyYzAgLjk1Ni43OTIgMS43MjkgMS43NzEgMS43MjloMjAuNDUxYy45NzggMCAxLjc3OC0uNzczIDEuNzc4LTEuNzI5di0yMC41NDJjMC0uOTU1LS44LTEuNzI5LTEuNzc4LTEuNzI5eiIvPjwvc3ZnPg==)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjQ0NyAyMC40NTJoLTMuNTU0di01LjU2OWMwLTEuMzI4LS4wMjctMy4wMzctMS44NTItMy4wMzctMS44NTMgMC0yLjEzNiAxLjQ0NS0yLjEzNiAyLjkzOXY1LjY2N2gtMy41NTR2LTExLjQ1MmgzLjQxNHYxLjU2MWguMDQ2Yy40NzctLjkgMS42MzctMS44NSAzLjM3LTEuODUgMy42MDEgMCA0LjI2NyAyLjM3IDQuMjY3IDUuNDU1djYuMjg2em0tMTUuMTEtMTMuMDE5Yy0xLjE0NCAwLTIuMDYzLS45MjYtMi4wNjMtMi4wNjUgMC0xLjEzOC45Mi0yLjA2MyAyLjA2My0yLjA2MyAxLjE0IDAgMi4wNjQuOTI1IDIuMDY0IDIuMDYzIDAgMS4xMzktLjkyNSAyLjA2NS0yLjA2NCAyLjA2NXptMS43ODIgMTMuMDE5aC0zLjU2NHYtMTEuNDUyaDMuNTY0em0xNS4xMDYtMjAuNDUyaC0yMC40NTRjLS45NzkgMC0xLjc3MS43NzQtMS43NzEgMS43Mjl2MjAuNTQyYzAgLjk1Ni43OTIgMS43MjkgMS43NzEgMS43MjloMjAuNDUxYy45NzggMCAxLjc3OC0uNzczIDEuNzc4LTEuNzI5di0yMC41NDJjMC0uOTU1LS44LTEuNzI5LTEuNzc4LTEuNzI5eiIvPjwvc3ZnPg==);color:transparent!important}}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTE0LjU2MyAyNGMtNS4wOTMgMC03LjAzMS0zLjc1Ni03LjAzMS02LjQxMXYtNy44NDJoLTIuNDE2di0zLjA5OWMzLjYzLTEuMzEzIDQuNTEyLTQuNTk2IDQuNzEtNi40NjkuMDE0LS4xMjguMTE1LS4xNzkuMTczLS4xNzloMy41MTd2Ni4xMTRoNC44MDF2My42MzNoLTQuODJ2Ny40N2MuMDE2IDEuMDAxLjM3NSAyLjM3MSAyLjIwNyAyLjM3MWguMDljLjYzMS0uMDIgMS40ODYtLjIwNSAxLjkzNi0uNDE5bDEuMTU2IDMuNDI1Yy0uNDM2LjYzNi0yLjQgMS4zNzQtNC4xNTYgMS40MDRoLS4xNzh6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTE0LjU2MyAyNGMtNS4wOTMgMC03LjAzMS0zLjc1Ni03LjAzMS02LjQxMXYtNy44NDJoLTIuNDE2di0zLjA5OWMzLjYzLTEuMzEzIDQuNTEyLTQuNTk2IDQuNzEtNi40NjkuMDE0LS4xMjguMTE1LS4xNzkuMTczLS4xNzloMy41MTd2Ni4xMTRoNC44MDF2My42MzNoLTQuODJ2Ny40N2MuMDE2IDEuMDAxLjM3NSAyLjM3MSAyLjIwNyAyLjM3MWguMDljLjYzMS0uMDIgMS40ODYtLjIwNSAxLjkzNi0uNDE5bDEuMTU2IDMuNDI1Yy0uNDM2LjYzNi0yLjQgMS4zNzQtNC4xNTYgMS40MDRoLS4xNzh6Ii8+PC9zdmc+)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTE0LjU2MyAyNGMtNS4wOTMgMC03LjAzMS0zLjc1Ni03LjAzMS02LjQxMXYtNy44NDJoLTIuNDE2di0zLjA5OWMzLjYzLTEuMzEzIDQuNTEyLTQuNTk2IDQuNzEtNi40NjkuMDE0LS4xMjguMTE1LS4xNzkuMTczLS4xNzloMy41MTd2Ni4xMTRoNC44MDF2My42MzNoLTQuODJ2Ny40N2MuMDE2IDEuMDAxLjM3NSAyLjM3MSAyLjIwNyAyLjM3MWguMDljLjYzMS0uMDIgMS40ODYtLjIwNSAxLjkzNi0uNDE5bDEuMTU2IDMuNDI1Yy0uNDM2LjYzNi0yLjQgMS4zNzQtNC4xNTYgMS40MDRoLS4xNzh6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTI0IDExLjc3OWMwLTEuNDU5LTEuMTkyLTIuNjQ1LTIuNjU3LTIuNjQ1LS43MTUgMC0xLjM2My4yODYtMS44NC43NDYtMS44MS0xLjE5MS00LjI1OS0xLjk0OS02Ljk3MS0yLjA0NmwxLjQ4My00LjY2OSA0LjAxNi45NDEtLjAwNi4wNThjMCAxLjE5My45NzUgMi4xNjMgMi4xNzQgMi4xNjMgMS4xOTggMCAyLjE3Mi0uOTcgMi4xNzItMi4xNjNzLS45NzUtMi4xNjQtMi4xNzItMi4xNjRjLS45MiAwLTEuNzA0LjU3NC0yLjAyMSAxLjM3OWwtNC4zMjktMS4wMTVjLS4xODktLjA0Ni0uMzgxLjA2My0uNDQuMjQ5bC0xLjY1NCA1LjIwN2MtMi44MzguMDM0LTUuNDA5Ljc5OC03LjMgMi4wMjUtLjQ3NC0uNDM4LTEuMTAzLS43MTItMS43OTktLjcxMi0xLjQ2NSAwLTIuNjU2IDEuMTg3LTIuNjU2IDIuNjQ2IDAgLjk3LjUzMyAxLjgxMSAxLjMxNyAyLjI3MS0uMDUyLjI4Mi0uMDg2LjU2Ny0uMDg2Ljg1NyAwIDMuOTExIDQuODA4IDcuMDkzIDEwLjcxOSA3LjA5M3MxMC43Mi0zLjE4MiAxMC43Mi03LjA5M2MwLS4yNzQtLjAyOS0uNTQ0LS4wNzUtLjgxLjgzMi0uNDQ3IDEuNDA1LTEuMzEyIDEuNDA1LTIuMzE4em0tMTcuMjI0IDEuODE2YzAtLjg2OC43MS0xLjU3NSAxLjU4Mi0xLjU3NXMxLjU4MS43MDcgMS41ODEgMS41NzUtLjcwOSAxLjU3NC0xLjU4MSAxLjU3NC0xLjU4Mi0uNzA2LTEuNTgyLTEuNTc0em05LjA2MSA0LjY2OWMtLjc5Ny43OTMtMi4wNDggMS4xNzktMy44MjQgMS4xNzlsLS4wMTMtLjAwMy0uMDEzLjAwM2MtMS43NzcgMC0zLjAyOC0uMzg2LTMuODI0LTEuMTc5LS4xNDUtLjE0NC0uMTQ1LS4zNzkgMC0uNTIzLjE0NS0uMTQ1LjM4MS0uMTQ1LjUyNiAwIC42NS42NDcgMS43MjkuOTYxIDMuMjk4Ljk2MWwuMDEzLjAwMy4wMTMtLjAwM2MxLjU2OSAwIDIuNjQ4LS4zMTUgMy4yOTgtLjk2Mi4xNDUtLjE0NS4zODEtLjE0NC41MjYgMCAuMTQ1LjE0NS4xNDUuMzc5IDAgLjUyNHptLS4xODktMy4wOTVjLS44NzIgMC0xLjU4MS0uNzA2LTEuNTgxLTEuNTc0cy43MDktMS41NzUgMS41ODEtMS41NzUgMS41ODEuNzA3IDEuNTgxIDEuNTc1LS43MDkgMS41NzQtMS41ODEgMS41NzR6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTI0IDExLjc3OWMwLTEuNDU5LTEuMTkyLTIuNjQ1LTIuNjU3LTIuNjQ1LS43MTUgMC0xLjM2My4yODYtMS44NC43NDYtMS44MS0xLjE5MS00LjI1OS0xLjk0OS02Ljk3MS0yLjA0NmwxLjQ4My00LjY2OSA0LjAxNi45NDEtLjAwNi4wNThjMCAxLjE5My45NzUgMi4xNjMgMi4xNzQgMi4xNjMgMS4xOTggMCAyLjE3Mi0uOTcgMi4xNzItMi4xNjNzLS45NzUtMi4xNjQtMi4xNzItMi4xNjRjLS45MiAwLTEuNzA0LjU3NC0yLjAyMSAxLjM3OWwtNC4zMjktMS4wMTVjLS4xODktLjA0Ni0uMzgxLjA2My0uNDQuMjQ5bC0xLjY1NCA1LjIwN2MtMi44MzguMDM0LTUuNDA5Ljc5OC03LjMgMi4wMjUtLjQ3NC0uNDM4LTEuMTAzLS43MTItMS43OTktLjcxMi0xLjQ2NSAwLTIuNjU2IDEuMTg3LTIuNjU2IDIuNjQ2IDAgLjk3LjUzMyAxLjgxMSAxLjMxNyAyLjI3MS0uMDUyLjI4Mi0uMDg2LjU2Ny0uMDg2Ljg1NyAwIDMuOTExIDQuODA4IDcuMDkzIDEwLjcxOSA3LjA5M3MxMC43Mi0zLjE4MiAxMC43Mi03LjA5M2MwLS4yNzQtLjAyOS0uNTQ0LS4wNzUtLjgxLjgzMi0uNDQ3IDEuNDA1LTEuMzEyIDEuNDA1LTIuMzE4em0tMTcuMjI0IDEuODE2YzAtLjg2OC43MS0xLjU3NSAxLjU4Mi0xLjU3NXMxLjU4MS43MDcgMS41ODEgMS41NzUtLjcwOSAxLjU3NC0xLjU4MSAxLjU3NC0xLjU4Mi0uNzA2LTEuNTgyLTEuNTc0em05LjA2MSA0LjY2OWMtLjc5Ny43OTMtMi4wNDggMS4xNzktMy44MjQgMS4xNzlsLS4wMTMtLjAwMy0uMDEzLjAwM2MtMS43NzcgMC0zLjAyOC0uMzg2LTMuODI0LTEuMTc5LS4xNDUtLjE0NC0uMTQ1LS4zNzkgMC0uNTIzLjE0NS0uMTQ1LjM4MS0uMTQ1LjUyNiAwIC42NS42NDcgMS43MjkuOTYxIDMuMjk4Ljk2MWwuMDEzLjAwMy4wMTMtLjAwM2MxLjU2OSAwIDIuNjQ4LS4zMTUgMy4yOTgtLjk2Mi4xNDUtLjE0NS4zODEtLjE0NC41MjYgMCAuMTQ1LjE0NS4xNDUuMzc5IDAgLjUyNHptLS4xODktMy4wOTVjLS44NzIgMC0xLjU4MS0uNzA2LTEuNTgxLTEuNTc0cy43MDktMS41NzUgMS41ODEtMS41NzUgMS41ODEuNzA3IDEuNTgxIDEuNTc1LS43MDkgMS41NzQtMS41ODEgMS41NzR6Ii8+PC9zdmc+)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTI0IDExLjc3OWMwLTEuNDU5LTEuMTkyLTIuNjQ1LTIuNjU3LTIuNjQ1LS43MTUgMC0xLjM2My4yODYtMS44NC43NDYtMS44MS0xLjE5MS00LjI1OS0xLjk0OS02Ljk3MS0yLjA0NmwxLjQ4My00LjY2OSA0LjAxNi45NDEtLjAwNi4wNThjMCAxLjE5My45NzUgMi4xNjMgMi4xNzQgMi4xNjMgMS4xOTggMCAyLjE3Mi0uOTcgMi4xNzItMi4xNjNzLS45NzUtMi4xNjQtMi4xNzItMi4xNjRjLS45MiAwLTEuNzA0LjU3NC0yLjAyMSAxLjM3OWwtNC4zMjktMS4wMTVjLS4xODktLjA0Ni0uMzgxLjA2My0uNDQuMjQ5bC0xLjY1NCA1LjIwN2MtMi44MzguMDM0LTUuNDA5Ljc5OC03LjMgMi4wMjUtLjQ3NC0uNDM4LTEuMTAzLS43MTItMS43OTktLjcxMi0xLjQ2NSAwLTIuNjU2IDEuMTg3LTIuNjU2IDIuNjQ2IDAgLjk3LjUzMyAxLjgxMSAxLjMxNyAyLjI3MS0uMDUyLjI4Mi0uMDg2LjU2Ny0uMDg2Ljg1NyAwIDMuOTExIDQuODA4IDcuMDkzIDEwLjcxOSA3LjA5M3MxMC43Mi0zLjE4MiAxMC43Mi03LjA5M2MwLS4yNzQtLjAyOS0uNTQ0LS4wNzUtLjgxLjgzMi0uNDQ3IDEuNDA1LTEuMzEyIDEuNDA1LTIuMzE4em0tMTcuMjI0IDEuODE2YzAtLjg2OC43MS0xLjU3NSAxLjU4Mi0xLjU3NXMxLjU4MS43MDcgMS41ODEgMS41NzUtLjcwOSAxLjU3NC0xLjU4MSAxLjU3NC0xLjU4Mi0uNzA2LTEuNTgyLTEuNTc0em05LjA2MSA0LjY2OWMtLjc5Ny43OTMtMi4wNDggMS4xNzktMy44MjQgMS4xNzlsLS4wMTMtLjAwMy0uMDEzLjAwM2MtMS43NzcgMC0zLjAyOC0uMzg2LTMuODI0LTEuMTc5LS4xNDUtLjE0NC0uMTQ1LS4zNzkgMC0uNTIzLjE0NS0uMTQ1LjM4MS0uMTQ1LjUyNiAwIC42NS42NDcgMS43MjkuOTYxIDMuMjk4Ljk2MWwuMDEzLjAwMy4wMTMtLjAwM2MxLjU2OSAwIDIuNjQ4LS4zMTUgMy4yOTgtLjk2Mi4xNDUtLjE0NS4zODEtLjE0NC41MjYgMCAuMTQ1LjE0NS4xNDUuMzc5IDAgLjUyNHptLS4xODktMy4wOTVjLS44NzIgMC0xLjU4MS0uNzA2LTEuNTgxLTEuNTc0cy43MDktMS41NzUgMS41ODEtMS41NzUgMS41ODEuNzA3IDEuNTgxIDEuNTc1LS43MDkgMS41NzQtMS41ODEgMS41NzR6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjU1NjU2ODcgMTcuOTYzNjAzM2MtMy4xODY3MjM4NCAwLTUuNzc4Mjg0MzYtMi42ODU1NTg3LTUuNzc4Mjg0MzYtNS45ODc4Njc4IDAtMy4zMDIzMDkwMyAyLjU5MTU2MDUyLTUuOTg3ODY3NzMgNS43NzgyODQzNi01Ljk4Nzg2NzczIDMuMTg2NzIzOCAwIDUuNzc4Mjg0MyAyLjY4NTU1ODcgNS43NzgyODQzIDUuOTg3ODY3NzMgMCAzLjMwMjMwOTEtMi41OTE1NjA1IDUuOTg3ODY3OC01Ljc3ODI4NDMgNS45ODc4Njc4em0wLTguOTgxODAxNjRjLTEuNTkzMzYxOTMgMC0yLjg4OTE0MjIgMS4zNDI3NzkzNC0yLjg4OTE0MjIgMi45OTM5MzM4NCAwIDEuNjUxMTU0NiAxLjI5NTc4MDI3IDIuOTkzOTMzOSAyLjg4OTE0MjIgMi45OTM5MzM5IDEuNTkzMzYxOSAwIDIuODg5MTQyMS0xLjM0Mjc3OTMgMi44ODkxNDIxLTIuOTkzOTMzOSAwLTEuNjUxMTU0NS0xLjI5NTc4MDItMi45OTM5MzM4NC0yLjg4OTE0MjEtMi45OTM5MzM4NHptMCAxNC45Njk2Njk0NGMtNi4zNzIwMDMwOCAwLTExLjU1NjU2ODctNS4zNzI2MTQ0LTExLjU1NjU2ODctMTEuOTc1NzM1NiAwLTYuNjAzMTIxMTQgNS4xODQ1NjU2Mi0xMS45NzU3MzU1IDExLjU1NjU2ODctMTEuOTc1NzM1NSA2LjM3MjAwMyAwIDExLjU1NjU2ODYgNS4zNzI2MTQzNiAxMS41NTY1Njg2IDExLjk3NTczNTUgMCAuODEyODUzMS0uMDc5NDUxNCAxLjYyNTcwNjEtLjIzNTQ2NSAyLjQxMzExMDgtLjQ5NjkzMjUgMi40NTUwMjU3LTIuODAxMDIzNCA0LjAxOTM1NjItNS4xMzU0NTAyIDMuNTEwMzg3NC0xLjEzMjU0MzgtLjI0NDAwNTYtMi4xMDYxODQ3LS45MzExMTM0LTIuNzQwMzUxNC0xLjkzNTU3ODItLjYzNDE2NjctMS4wMDI5Njc5LS44NTM3NDE1LTIuMjAzNTM1NC0uNjE2ODMxOC0zLjM3NzE1NzQuMTYwMzQ3My0uODA5ODU5Mi45Mjc0MTQ2LTEuMzI5MzA2NyAxLjcwODkyNzUtMS4xNjAxNDk0Ljc4MTUxMy4xNjkxNTcyIDEuMjgyNzc5Mi45NjI1NDk3IDEuMTE4MDk4MSAxLjc3MDkxMTktLjA3ODAwNjkuMzkyMjA1My0uMDA1Nzc4My43OTAzOTg1LjIwNjU3MzYgMS4xMjU3MTkxLjIxMjM1Mi4zMzUzMjA2LjUzNTkzNTkuNTY0MzU2Ni45MTI5NjkuNjQ2Njg5Ny43NzcxNzkyLjE1ODY3ODUgMS41NDU2OTEtLjM1MTc4NzIgMS43MTAzNzIxLTEuMTYwMTQ5My4xMjI3ODg2LS42MTM3NTY1LjE4MjAxNi0xLjIyMTUyNTEuMTgyMDE2LTEuODMzNzg0NiAwLTQuOTUzNDYzNTctMy44ODczNDA4LTguOTgxODAxNjEtOC42Njc0MjY1LTguOTgxODAxNjEtNC43ODAwODU3NSAwLTguNjY3NDI2NTMgNC4wMjgzMzgwNC04LjY2NzQyNjUzIDguOTgxODAxNjEgMCA0Ljk1MzQ2MzcgMy44ODczNDA3OCA4Ljk4MTgwMTcgOC42Njc0MjY1MyA4Ljk4MTgwMTcgMS4wMjI3NTYzIDAgMi4wMjY3MzMyLS4xODI2MyAyLjk4MTU5NDctLjU0NDg5Ni43NDk3MzI0LS4yODE0Mjk3IDEuNTc3NDcxNi4xMTM3Njk1IDEuODUxOTQwMS44OTM2ODkzLjI3MzAyNC43NzY5MjU4LS4xMTEyMzIgMS42MzYxODQ5LS44NjI0MDg5IDEuOTE5MTExNi0xLjI3MTIyMjYuNDgyMDIzNC0yLjYwODg5NTQuNzI2MDI5LTMuOTcxMTI1OS43MjYwMjl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMzY4ODk2KSIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjU1NjU2ODcgMTcuOTYzNjAzM2MtMy4xODY3MjM4NCAwLTUuNzc4Mjg0MzYtMi42ODU1NTg3LTUuNzc4Mjg0MzYtNS45ODc4Njc4IDAtMy4zMDIzMDkwMyAyLjU5MTU2MDUyLTUuOTg3ODY3NzMgNS43NzgyODQzNi01Ljk4Nzg2NzczIDMuMTg2NzIzOCAwIDUuNzc4Mjg0MyAyLjY4NTU1ODcgNS43NzgyODQzIDUuOTg3ODY3NzMgMCAzLjMwMjMwOTEtMi41OTE1NjA1IDUuOTg3ODY3OC01Ljc3ODI4NDMgNS45ODc4Njc4em0wLTguOTgxODAxNjRjLTEuNTkzMzYxOTMgMC0yLjg4OTE0MjIgMS4zNDI3NzkzNC0yLjg4OTE0MjIgMi45OTM5MzM4NCAwIDEuNjUxMTU0NiAxLjI5NTc4MDI3IDIuOTkzOTMzOSAyLjg4OTE0MjIgMi45OTM5MzM5IDEuNTkzMzYxOSAwIDIuODg5MTQyMS0xLjM0Mjc3OTMgMi44ODkxNDIxLTIuOTkzOTMzOSAwLTEuNjUxMTU0NS0xLjI5NTc4MDItMi45OTM5MzM4NC0yLjg4OTE0MjEtMi45OTM5MzM4NHptMCAxNC45Njk2Njk0NGMtNi4zNzIwMDMwOCAwLTExLjU1NjU2ODctNS4zNzI2MTQ0LTExLjU1NjU2ODctMTEuOTc1NzM1NiAwLTYuNjAzMTIxMTQgNS4xODQ1NjU2Mi0xMS45NzU3MzU1IDExLjU1NjU2ODctMTEuOTc1NzM1NSA2LjM3MjAwMyAwIDExLjU1NjU2ODYgNS4zNzI2MTQzNiAxMS41NTY1Njg2IDExLjk3NTczNTUgMCAuODEyODUzMS0uMDc5NDUxNCAxLjYyNTcwNjEtLjIzNTQ2NSAyLjQxMzExMDgtLjQ5NjkzMjUgMi40NTUwMjU3LTIuODAxMDIzNCA0LjAxOTM1NjItNS4xMzU0NTAyIDMuNTEwMzg3NC0xLjEzMjU0MzgtLjI0NDAwNTYtMi4xMDYxODQ3LS45MzExMTM0LTIuNzQwMzUxNC0xLjkzNTU3ODItLjYzNDE2NjctMS4wMDI5Njc5LS44NTM3NDE1LTIuMjAzNTM1NC0uNjE2ODMxOC0zLjM3NzE1NzQuMTYwMzQ3My0uODA5ODU5Mi45Mjc0MTQ2LTEuMzI5MzA2NyAxLjcwODkyNzUtMS4xNjAxNDk0Ljc4MTUxMy4xNjkxNTcyIDEuMjgyNzc5Mi45NjI1NDk3IDEuMTE4MDk4MSAxLjc3MDkxMTktLjA3ODAwNjkuMzkyMjA1My0uMDA1Nzc4My43OTAzOTg1LjIwNjU3MzYgMS4xMjU3MTkxLjIxMjM1Mi4zMzUzMjA2LjUzNTkzNTkuNTY0MzU2Ni45MTI5NjkuNjQ2Njg5Ny43NzcxNzkyLjE1ODY3ODUgMS41NDU2OTEtLjM1MTc4NzIgMS43MTAzNzIxLTEuMTYwMTQ5My4xMjI3ODg2LS42MTM3NTY1LjE4MjAxNi0xLjIyMTUyNTEuMTgyMDE2LTEuODMzNzg0NiAwLTQuOTUzNDYzNTctMy44ODczNDA4LTguOTgxODAxNjEtOC42Njc0MjY1LTguOTgxODAxNjEtNC43ODAwODU3NSAwLTguNjY3NDI2NTMgNC4wMjgzMzgwNC04LjY2NzQyNjUzIDguOTgxODAxNjEgMCA0Ljk1MzQ2MzcgMy44ODczNDA3OCA4Ljk4MTgwMTcgOC42Njc0MjY1MyA4Ljk4MTgwMTcgMS4wMjI3NTYzIDAgMi4wMjY3MzMyLS4xODI2MyAyLjk4MTU5NDctLjU0NDg5Ni43NDk3MzI0LS4yODE0Mjk3IDEuNTc3NDcxNi4xMTM3Njk1IDEuODUxOTQwMS44OTM2ODkzLjI3MzAyNC43NzY5MjU4LS4xMTEyMzIgMS42MzYxODQ5LS44NjI0MDg5IDEuOTE5MTExNi0xLjI3MTIyMjYuNDgyMDIzNC0yLjYwODg5NTQuNzI2MDI5LTMuOTcxMTI1OS43MjYwMjl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMzY4ODk2KSIvPjwvc3ZnPg==)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjU1NjU2ODcgMTcuOTYzNjAzM2MtMy4xODY3MjM4NCAwLTUuNzc4Mjg0MzYtMi42ODU1NTg3LTUuNzc4Mjg0MzYtNS45ODc4Njc4IDAtMy4zMDIzMDkwMyAyLjU5MTU2MDUyLTUuOTg3ODY3NzMgNS43NzgyODQzNi01Ljk4Nzg2NzczIDMuMTg2NzIzOCAwIDUuNzc4Mjg0MyAyLjY4NTU1ODcgNS43NzgyODQzIDUuOTg3ODY3NzMgMCAzLjMwMjMwOTEtMi41OTE1NjA1IDUuOTg3ODY3OC01Ljc3ODI4NDMgNS45ODc4Njc4em0wLTguOTgxODAxNjRjLTEuNTkzMzYxOTMgMC0yLjg4OTE0MjIgMS4zNDI3NzkzNC0yLjg4OTE0MjIgMi45OTM5MzM4NCAwIDEuNjUxMTU0NiAxLjI5NTc4MDI3IDIuOTkzOTMzOSAyLjg4OTE0MjIgMi45OTM5MzM5IDEuNTkzMzYxOSAwIDIuODg5MTQyMS0xLjM0Mjc3OTMgMi44ODkxNDIxLTIuOTkzOTMzOSAwLTEuNjUxMTU0NS0xLjI5NTc4MDItMi45OTM5MzM4NC0yLjg4OTE0MjEtMi45OTM5MzM4NHptMCAxNC45Njk2Njk0NGMtNi4zNzIwMDMwOCAwLTExLjU1NjU2ODctNS4zNzI2MTQ0LTExLjU1NjU2ODctMTEuOTc1NzM1NiAwLTYuNjAzMTIxMTQgNS4xODQ1NjU2Mi0xMS45NzU3MzU1IDExLjU1NjU2ODctMTEuOTc1NzM1NSA2LjM3MjAwMyAwIDExLjU1NjU2ODYgNS4zNzI2MTQzNiAxMS41NTY1Njg2IDExLjk3NTczNTUgMCAuODEyODUzMS0uMDc5NDUxNCAxLjYyNTcwNjEtLjIzNTQ2NSAyLjQxMzExMDgtLjQ5NjkzMjUgMi40NTUwMjU3LTIuODAxMDIzNCA0LjAxOTM1NjItNS4xMzU0NTAyIDMuNTEwMzg3NC0xLjEzMjU0MzgtLjI0NDAwNTYtMi4xMDYxODQ3LS45MzExMTM0LTIuNzQwMzUxNC0xLjkzNTU3ODItLjYzNDE2NjctMS4wMDI5Njc5LS44NTM3NDE1LTIuMjAzNTM1NC0uNjE2ODMxOC0zLjM3NzE1NzQuMTYwMzQ3My0uODA5ODU5Mi45Mjc0MTQ2LTEuMzI5MzA2NyAxLjcwODkyNzUtMS4xNjAxNDk0Ljc4MTUxMy4xNjkxNTcyIDEuMjgyNzc5Mi45NjI1NDk3IDEuMTE4MDk4MSAxLjc3MDkxMTktLjA3ODAwNjkuMzkyMjA1My0uMDA1Nzc4My43OTAzOTg1LjIwNjU3MzYgMS4xMjU3MTkxLjIxMjM1Mi4zMzUzMjA2LjUzNTkzNTkuNTY0MzU2Ni45MTI5NjkuNjQ2Njg5Ny43NzcxNzkyLjE1ODY3ODUgMS41NDU2OTEtLjM1MTc4NzIgMS43MTAzNzIxLTEuMTYwMTQ5My4xMjI3ODg2LS42MTM3NTY1LjE4MjAxNi0xLjIyMTUyNTEuMTgyMDE2LTEuODMzNzg0NiAwLTQuOTUzNDYzNTctMy44ODczNDA4LTguOTgxODAxNjEtOC42Njc0MjY1LTguOTgxODAxNjEtNC43ODAwODU3NSAwLTguNjY3NDI2NTMgNC4wMjgzMzgwNC04LjY2NzQyNjUzIDguOTgxODAxNjEgMCA0Ljk1MzQ2MzcgMy44ODczNDA3OCA4Ljk4MTgwMTcgOC42Njc0MjY1MyA4Ljk4MTgwMTcgMS4wMjI3NTYzIDAgMi4wMjY3MzMyLS4xODI2MyAyLjk4MTU5NDctLjU0NDg5Ni43NDk3MzI0LS4yODE0Mjk3IDEuNTc3NDcxNi4xMTM3Njk1IDEuODUxOTQwMS44OTM2ODkzLjI3MzAyNC43NzY5MjU4LS4xMTEyMzIgMS42MzYxODQ5LS44NjI0MDg5IDEuOTE5MTExNi0xLjI3MTIyMjYuNDgyMDIzNC0yLjYwODg5NTQuNzI2MDI5LTMuOTcxMTI1OS43MjYwMjl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMzY4ODk2KSIvPjwvc3ZnPg==);color:transparent!important}}.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjI0IDEwLjI4NXY0LjExNWg2LjgwNmMtLjI3NSAxLjc2NS0yLjA1NiA1LjE3NC02LjgwNiA1LjE3NC00LjA5NSAwLTcuNDM5LTMuMzg5LTcuNDM5LTcuNTc0czMuMzQ1LTcuNTc0IDcuNDM5LTcuNTc0YzIuMzMgMCAzLjg5MS45ODkgNC43ODUgMS44NDlsMy4yNTQtMy4xMzhjLTIuMDktMS45NTEtNC44LTMuMTM3LTguMDM5LTMuMTM3LTYuNjM1IDAtMTIgNS4zNjUtMTIgMTJzNS4zNjUgMTIgMTIgMTJjNi45MjYgMCAxMS41Mi00Ljg2OSAxMS41Mi0xMS43MjYgMC0uNzg4LS4wODUtMS4zOS0uMTg5LTEuOTg5eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjI0IDEwLjI4NXY0LjExNWg2LjgwNmMtLjI3NSAxLjc2NS0yLjA1NiA1LjE3NC02LjgwNiA1LjE3NC00LjA5NSAwLTcuNDM5LTMuMzg5LTcuNDM5LTcuNTc0czMuMzQ1LTcuNTc0IDcuNDM5LTcuNTc0YzIuMzMgMCAzLjg5MS45ODkgNC43ODUgMS44NDlsMy4yNTQtMy4xMzhjLTIuMDktMS45NTEtNC44LTMuMTM3LTguMDM5LTMuMTM3LTYuNjM1IDAtMTIgNS4zNjUtMTIgMTJzNS4zNjUgMTIgMTIgMTJjNi45MjYgMCAxMS41Mi00Ljg2OSAxMS41Mi0xMS43MjYgMC0uNzg4LS4wODUtMS4zOS0uMTg5LTEuOTg5eiIvPjwvc3ZnPg==)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjI0IDEwLjI4NXY0LjExNWg2LjgwNmMtLjI3NSAxLjc2NS0yLjA1NiA1LjE3NC02LjgwNiA1LjE3NC00LjA5NSAwLTcuNDM5LTMuMzg5LTcuNDM5LTcuNTc0czMuMzQ1LTcuNTc0IDcuNDM5LTcuNTc0YzIuMzMgMCAzLjg5MS45ODkgNC43ODUgMS44NDlsMy4yNTQtMy4xMzhjLTIuMDktMS45NTEtNC44LTMuMTM3LTguMDM5LTMuMTM3LTYuNjM1IDAtMTIgNS4zNjUtMTIgMTJzNS4zNjUgMTIgMTIgMTJjNi45MjYgMCAxMS41Mi00Ljg2OSAxMS41Mi0xMS43MjYgMC0uNzg4LS4wODUtMS4zOS0uMTg5LTEuOTg5eiIvPjwvc3ZnPg==);color:transparent!important}}.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjY1Mzc4NjEgMTcuMzExODMxMmMtLjEzMzkyMTMuOTIwMzUyOC0yLjAxMjYxODggMy4zMDgxNDEyLTIuODc2OTMzNiAzLjY1Mzg2NzEtLjI5NTM4NjcuMTE3Nzc0OC0uNTgwMzI1Ny4wODkyODA5LS44MDczMjctLjA4NTQ4MTctLjE0NjI2ODctLjExMzk3NTUtLjI5ODIzNjEtLjM0NjY3NTctMi4zMjQxNTIxLTMuNjM0ODcxMmwtLjYwMTIyMTItLjk4MDE5Yy0uMjMxNzUwMy0uMzUxNDI0Ny0uMTg5MDA5NS0uODEzOTc1Ni4wOTg3Nzg5LTEuMTY3Mjk5OS4yODIwODk1LS4zNDA5NzY5LjY5NTI1MS0uNDY5MTk5NCAxLjA1NTIyMzktLjMzMjQyODcuMDE4OTk1OS4wMTEzOTc1IDEuNTE1ODc1Mi41MDQzNDE5IDEuNTE1ODc1Mi41MDQzNDE5IDMuNDA3ODY5OSAxLjExOTgxMDEgMy41MTg5OTYgMS4xNjI1NTA5IDMuNjYzMzY1MSAxLjI3MDgyNzcuMjE1NjAzOC4xNzY2NjIyLjMxNTMzMjUuNDUxMTUzNC4yNzA2OTIuNzcyMTg0NmguMDA1Njk4OHptLTYuODI5OTg2Ni01LjAwMjU3ODJjLS4yNDEyNDg0LS4zNjY2MjE0LS4yMzc0NDkyLS43OTg3Nzg4LjAxMTM5NzUtMS4wOTcwMTQ5bC45NDc4OTY5LTEuMjkwNzczNDhjMi4wNzkxMDQ2LTIuODM0MTkyNzYgMi4xOTQ5Nzk3LTIuOTgzMzEwODEgMi4zMzU1NDk2LTMuMDgyMDg5NjUuMjQzMTQ3OS0uMTYyNDE1Mi41NDEzODQtLjE3MDAxMzU3LjgyNzI3MjgtLjAzMDM5MzQ4LjgyNTM3MzEuNDAwODE0MTIgMi40OTEzMTYyIDIuODc2OTMzNiAyLjU5MTk5NDYgMy44MjY3MzAxMXYuMDMyMjkzMWMuMDI3NTQ0MS4zMjM4ODA2LS4wOTk3Mjg2LjU4Njk3NDItLjMyODYyOTYuNzQ0NjQwNC0uMTU1NzY2Ni4wOTk3Mjg3LS4yOTgyMzYxLjE1NzY2NjItNC4xNzI0NTYgMS4wOTc5NjQ4LS42MTI2MTg3LjE1NTc2NjYtLjk1MzU5NTcuMjQxMjQ4My0xLjE1NDAwMjcuMzEyNDgzbC4wMjc1NDQxLS4wMjg0OTM5Yy0uMzgzNzE3OC4xMTM5NzU2LS44MTExMjYzLS4wNzAyODQ5LTEuMDUzMzI0NC0uNDU0OTUyNXptLTIuMzc4MjkwNS0xLjQ2ODM4NTRjLS4xODUyMTAzLjA1NzkzNzYtLjc0OTM4OTQuMjMyNzAwMi0xLjQ0Mjc0MDktLjg5MDkwOTA5IDAgMC00LjY4MzQ0NjUtNy4zNjk0NzEwNC00Ljc5MzYyMjktNy41OTY0NzI0MS0uMDY2NDg1NzUtLjI1NjQ0NTA1LjAxNDI0Njk1LS41NDUxODMxOS4yNDIxOTgxMS0uNzc4ODMzMTMuNjk3MTUwNjMtLjcyMjc5NTEzIDQuNDgwMTkwMDktMS43ODA4Njg0NCA1LjQ3MDgyNzg5LTEuNTM5NjIwMTIuMzIyOTMwOC4wODM1ODIwOS41NDUxODMxLjI4NTg4ODc0LjYyMzA2NjUuNTczNjc3MDguMDU2OTg3Ny4zMTgxODE4My41MTc2MzkgNy4xNTc2NjY0My41ODQxMjQ4IDguNjg5Njg4MTguMDYyNjg2NiAxLjMxMDcxOTE5LS40OTg2NDMyIDEuNDg2NDMxNDktLjY4Mzg1MzUgMS41NDI0Njk0OXptLjYxODMxNzUgNy40OTY3NDM4Yy0uMDEwNDQ3NyAzLjU4NDUzMi0uMDE4MDQ2MSAzLjcwNDIwNjQtLjA3NjkzMzUgMy44NzQyMTk5LS4wOTk3Mjg2LjI2Njg5MjgtLjMyODYyOTYuNDQ1NDU0Ni0uNjQ2ODExNC41MDMzOTIyLS45MTE4MDQ2LjE1NTc2NjYtMy43Njc4NDI3LS44OTg1MDc1LTQuMzYzMzY1MTEtMS42MDUxNTYxLS4xMTM5NzU1OC0uMTU1NzY2Ni0uMTg1MjEwMzItLjMxMTUzMzMtLjE5OTQ1NzI3LS40NjgyNDk3LS4wMTUxOTY3NC0uMTEzOTc1NiAwLS4yMjc5NTExLjA0Mjc0MDg1LS4zMjg2Mjk2LjA3MTIzNDczLS4xODUyMTAzLjE3MDk2MzM3LS4zMjc2Nzk4IDIuNzM1NDEzOTItMy4zMzM3ODU3bC43NTQxMzg0MS0uODk2NjA3OWMuMjU3Mzk0OS0uMzI3Njc5OC43MTIzNDc0LS40Mjc0MDg0IDEuMTM4ODA2LS4yNTczOTQ4LjQxNDExMTMuMTU2NzE2NC42NzA1NTYzLjUxMjg5MDEuNjQyMDYyNC44OTc1NTc3djEuNTk1NjU4MXptLTcuNzcyMTg0NzItMi4yOTI4MDg3Yy0uMjgwMTg5OTYtLjAwOTQ5OC0uNTMxODg2MDQtLjE3NzYxMi0uNjc5MTA0NDktLjQ1NTkwMjQtLjEwNTQyNzQyLS4yMDQyMDYyLS4xNzk1MTE1NC0uNTQxMzg0LS4yMjYwNTE1Ny0uOTUxNjk2MS0uMTMwMTIyMTItMS4yMzU2ODUyLjAyNzU0NDEtMy4xMDAxMzU3LjM5Nzk2NDczLTMuNjkxODU5LjE3MzgxMjc2LS4yNzA2OTIuNDI3NDA4NDMtLjQxNDExMTIuNzA3NTk4MzktLjQwNDYxMzMuMTg1MjEwMzIgMCAuMzUwNDc0OTEuMDU3OTM3NiA0LjAxNjY4OTQgMS41NjcxNjQzbDEuMDczMjcwMDUuNDI2NDU4NmMuMzgzNzE3NzkuMTQyNDY5NS42MjExNjY5MS41NDEzODQuNTk4MzcxODEuOTk4MjM2MS0uMDI4NDkzOS40NDE2NTU0LS4yODMwMzkzNy43ODI2MzIzLS42NTkxNTg3OS44ODMzMTA4bC0xLjUyNDQyMzM4LjQ4NDM5NjJjLTMuNDA5NzY5NDQgMS4wOTcwMTQ5LTMuNTIyNzk1MjIgMS4xMjU1MDg4LTMuNzAyMzA2NzYgMS4xMTEyNjE5eiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjY1Mzc4NjEgMTcuMzExODMxMmMtLjEzMzkyMTMuOTIwMzUyOC0yLjAxMjYxODggMy4zMDgxNDEyLTIuODc2OTMzNiAzLjY1Mzg2NzEtLjI5NTM4NjcuMTE3Nzc0OC0uNTgwMzI1Ny4wODkyODA5LS44MDczMjctLjA4NTQ4MTctLjE0NjI2ODctLjExMzk3NTUtLjI5ODIzNjEtLjM0NjY3NTctMi4zMjQxNTIxLTMuNjM0ODcxMmwtLjYwMTIyMTItLjk4MDE5Yy0uMjMxNzUwMy0uMzUxNDI0Ny0uMTg5MDA5NS0uODEzOTc1Ni4wOTg3Nzg5LTEuMTY3Mjk5OS4yODIwODk1LS4zNDA5NzY5LjY5NTI1MS0uNDY5MTk5NCAxLjA1NTIyMzktLjMzMjQyODcuMDE4OTk1OS4wMTEzOTc1IDEuNTE1ODc1Mi41MDQzNDE5IDEuNTE1ODc1Mi41MDQzNDE5IDMuNDA3ODY5OSAxLjExOTgxMDEgMy41MTg5OTYgMS4xNjI1NTA5IDMuNjYzMzY1MSAxLjI3MDgyNzcuMjE1NjAzOC4xNzY2NjIyLjMxNTMzMjUuNDUxMTUzNC4yNzA2OTIuNzcyMTg0NmguMDA1Njk4OHptLTYuODI5OTg2Ni01LjAwMjU3ODJjLS4yNDEyNDg0LS4zNjY2MjE0LS4yMzc0NDkyLS43OTg3Nzg4LjAxMTM5NzUtMS4wOTcwMTQ5bC45NDc4OTY5LTEuMjkwNzczNDhjMi4wNzkxMDQ2LTIuODM0MTkyNzYgMi4xOTQ5Nzk3LTIuOTgzMzEwODEgMi4zMzU1NDk2LTMuMDgyMDg5NjUuMjQzMTQ3OS0uMTYyNDE1Mi41NDEzODQtLjE3MDAxMzU3LjgyNzI3MjgtLjAzMDM5MzQ4LjgyNTM3MzEuNDAwODE0MTIgMi40OTEzMTYyIDIuODc2OTMzNiAyLjU5MTk5NDYgMy44MjY3MzAxMXYuMDMyMjkzMWMuMDI3NTQ0MS4zMjM4ODA2LS4wOTk3Mjg2LjU4Njk3NDItLjMyODYyOTYuNzQ0NjQwNC0uMTU1NzY2Ni4wOTk3Mjg3LS4yOTgyMzYxLjE1NzY2NjItNC4xNzI0NTYgMS4wOTc5NjQ4LS42MTI2MTg3LjE1NTc2NjYtLjk1MzU5NTcuMjQxMjQ4My0xLjE1NDAwMjcuMzEyNDgzbC4wMjc1NDQxLS4wMjg0OTM5Yy0uMzgzNzE3OC4xMTM5NzU2LS44MTExMjYzLS4wNzAyODQ5LTEuMDUzMzI0NC0uNDU0OTUyNXptLTIuMzc4MjkwNS0xLjQ2ODM4NTRjLS4xODUyMTAzLjA1NzkzNzYtLjc0OTM4OTQuMjMyNzAwMi0xLjQ0Mjc0MDktLjg5MDkwOTA5IDAgMC00LjY4MzQ0NjUtNy4zNjk0NzEwNC00Ljc5MzYyMjktNy41OTY0NzI0MS0uMDY2NDg1NzUtLjI1NjQ0NTA1LjAxNDI0Njk1LS41NDUxODMxOS4yNDIxOTgxMS0uNzc4ODMzMTMuNjk3MTUwNjMtLjcyMjc5NTEzIDQuNDgwMTkwMDktMS43ODA4Njg0NCA1LjQ3MDgyNzg5LTEuNTM5NjIwMTIuMzIyOTMwOC4wODM1ODIwOS41NDUxODMxLjI4NTg4ODc0LjYyMzA2NjUuNTczNjc3MDguMDU2OTg3Ny4zMTgxODE4My41MTc2MzkgNy4xNTc2NjY0My41ODQxMjQ4IDguNjg5Njg4MTguMDYyNjg2NiAxLjMxMDcxOTE5LS40OTg2NDMyIDEuNDg2NDMxNDktLjY4Mzg1MzUgMS41NDI0Njk0OXptLjYxODMxNzUgNy40OTY3NDM4Yy0uMDEwNDQ3NyAzLjU4NDUzMi0uMDE4MDQ2MSAzLjcwNDIwNjQtLjA3NjkzMzUgMy44NzQyMTk5LS4wOTk3Mjg2LjI2Njg5MjgtLjMyODYyOTYuNDQ1NDU0Ni0uNjQ2ODExNC41MDMzOTIyLS45MTE4MDQ2LjE1NTc2NjYtMy43Njc4NDI3LS44OTg1MDc1LTQuMzYzMzY1MTEtMS42MDUxNTYxLS4xMTM5NzU1OC0uMTU1NzY2Ni0uMTg1MjEwMzItLjMxMTUzMzMtLjE5OTQ1NzI3LS40NjgyNDk3LS4wMTUxOTY3NC0uMTEzOTc1NiAwLS4yMjc5NTExLjA0Mjc0MDg1LS4zMjg2Mjk2LjA3MTIzNDczLS4xODUyMTAzLjE3MDk2MzM3LS4zMjc2Nzk4IDIuNzM1NDEzOTItMy4zMzM3ODU3bC43NTQxMzg0MS0uODk2NjA3OWMuMjU3Mzk0OS0uMzI3Njc5OC43MTIzNDc0LS40Mjc0MDg0IDEuMTM4ODA2LS4yNTczOTQ4LjQxNDExMTMuMTU2NzE2NC42NzA1NTYzLjUxMjg5MDEuNjQyMDYyNC44OTc1NTc3djEuNTk1NjU4MXptLTcuNzcyMTg0NzItMi4yOTI4MDg3Yy0uMjgwMTg5OTYtLjAwOTQ5OC0uNTMxODg2MDQtLjE3NzYxMi0uNjc5MTA0NDktLjQ1NTkwMjQtLjEwNTQyNzQyLS4yMDQyMDYyLS4xNzk1MTE1NC0uNTQxMzg0LS4yMjYwNTE1Ny0uOTUxNjk2MS0uMTMwMTIyMTItMS4yMzU2ODUyLjAyNzU0NDEtMy4xMDAxMzU3LjM5Nzk2NDczLTMuNjkxODU5LjE3MzgxMjc2LS4yNzA2OTIuNDI3NDA4NDMtLjQxNDExMTIuNzA3NTk4MzktLjQwNDYxMzMuMTg1MjEwMzIgMCAuMzUwNDc0OTEuMDU3OTM3NiA0LjAxNjY4OTQgMS41NjcxNjQzbDEuMDczMjcwMDUuNDI2NDU4NmMuMzgzNzE3NzkuMTQyNDY5NS42MjExNjY5MS41NDEzODQuNTk4MzcxODEuOTk4MjM2MS0uMDI4NDkzOS40NDE2NTU0LS4yODMwMzkzNy43ODI2MzIzLS42NTkxNTg3OS44ODMzMTA4bC0xLjUyNDQyMzM4LjQ4NDM5NjJjLTMuNDA5NzY5NDQgMS4wOTcwMTQ5LTMuNTIyNzk1MjIgMS4xMjU1MDg4LTMuNzAyMzA2NzYgMS4xMTEyNjE5eiIvPjwvc3ZnPg==)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIwLjY1Mzc4NjEgMTcuMzExODMxMmMtLjEzMzkyMTMuOTIwMzUyOC0yLjAxMjYxODggMy4zMDgxNDEyLTIuODc2OTMzNiAzLjY1Mzg2NzEtLjI5NTM4NjcuMTE3Nzc0OC0uNTgwMzI1Ny4wODkyODA5LS44MDczMjctLjA4NTQ4MTctLjE0NjI2ODctLjExMzk3NTUtLjI5ODIzNjEtLjM0NjY3NTctMi4zMjQxNTIxLTMuNjM0ODcxMmwtLjYwMTIyMTItLjk4MDE5Yy0uMjMxNzUwMy0uMzUxNDI0Ny0uMTg5MDA5NS0uODEzOTc1Ni4wOTg3Nzg5LTEuMTY3Mjk5OS4yODIwODk1LS4zNDA5NzY5LjY5NTI1MS0uNDY5MTk5NCAxLjA1NTIyMzktLjMzMjQyODcuMDE4OTk1OS4wMTEzOTc1IDEuNTE1ODc1Mi41MDQzNDE5IDEuNTE1ODc1Mi41MDQzNDE5IDMuNDA3ODY5OSAxLjExOTgxMDEgMy41MTg5OTYgMS4xNjI1NTA5IDMuNjYzMzY1MSAxLjI3MDgyNzcuMjE1NjAzOC4xNzY2NjIyLjMxNTMzMjUuNDUxMTUzNC4yNzA2OTIuNzcyMTg0NmguMDA1Njk4OHptLTYuODI5OTg2Ni01LjAwMjU3ODJjLS4yNDEyNDg0LS4zNjY2MjE0LS4yMzc0NDkyLS43OTg3Nzg4LjAxMTM5NzUtMS4wOTcwMTQ5bC45NDc4OTY5LTEuMjkwNzczNDhjMi4wNzkxMDQ2LTIuODM0MTkyNzYgMi4xOTQ5Nzk3LTIuOTgzMzEwODEgMi4zMzU1NDk2LTMuMDgyMDg5NjUuMjQzMTQ3OS0uMTYyNDE1Mi41NDEzODQtLjE3MDAxMzU3LjgyNzI3MjgtLjAzMDM5MzQ4LjgyNTM3MzEuNDAwODE0MTIgMi40OTEzMTYyIDIuODc2OTMzNiAyLjU5MTk5NDYgMy44MjY3MzAxMXYuMDMyMjkzMWMuMDI3NTQ0MS4zMjM4ODA2LS4wOTk3Mjg2LjU4Njk3NDItLjMyODYyOTYuNzQ0NjQwNC0uMTU1NzY2Ni4wOTk3Mjg3LS4yOTgyMzYxLjE1NzY2NjItNC4xNzI0NTYgMS4wOTc5NjQ4LS42MTI2MTg3LjE1NTc2NjYtLjk1MzU5NTcuMjQxMjQ4My0xLjE1NDAwMjcuMzEyNDgzbC4wMjc1NDQxLS4wMjg0OTM5Yy0uMzgzNzE3OC4xMTM5NzU2LS44MTExMjYzLS4wNzAyODQ5LTEuMDUzMzI0NC0uNDU0OTUyNXptLTIuMzc4MjkwNS0xLjQ2ODM4NTRjLS4xODUyMTAzLjA1NzkzNzYtLjc0OTM4OTQuMjMyNzAwMi0xLjQ0Mjc0MDktLjg5MDkwOTA5IDAgMC00LjY4MzQ0NjUtNy4zNjk0NzEwNC00Ljc5MzYyMjktNy41OTY0NzI0MS0uMDY2NDg1NzUtLjI1NjQ0NTA1LjAxNDI0Njk1LS41NDUxODMxOS4yNDIxOTgxMS0uNzc4ODMzMTMuNjk3MTUwNjMtLjcyMjc5NTEzIDQuNDgwMTkwMDktMS43ODA4Njg0NCA1LjQ3MDgyNzg5LTEuNTM5NjIwMTIuMzIyOTMwOC4wODM1ODIwOS41NDUxODMxLjI4NTg4ODc0LjYyMzA2NjUuNTczNjc3MDguMDU2OTg3Ny4zMTgxODE4My41MTc2MzkgNy4xNTc2NjY0My41ODQxMjQ4IDguNjg5Njg4MTguMDYyNjg2NiAxLjMxMDcxOTE5LS40OTg2NDMyIDEuNDg2NDMxNDktLjY4Mzg1MzUgMS41NDI0Njk0OXptLjYxODMxNzUgNy40OTY3NDM4Yy0uMDEwNDQ3NyAzLjU4NDUzMi0uMDE4MDQ2MSAzLjcwNDIwNjQtLjA3NjkzMzUgMy44NzQyMTk5LS4wOTk3Mjg2LjI2Njg5MjgtLjMyODYyOTYuNDQ1NDU0Ni0uNjQ2ODExNC41MDMzOTIyLS45MTE4MDQ2LjE1NTc2NjYtMy43Njc4NDI3LS44OTg1MDc1LTQuMzYzMzY1MTEtMS42MDUxNTYxLS4xMTM5NzU1OC0uMTU1NzY2Ni0uMTg1MjEwMzItLjMxMTUzMzMtLjE5OTQ1NzI3LS40NjgyNDk3LS4wMTUxOTY3NC0uMTEzOTc1NiAwLS4yMjc5NTExLjA0Mjc0MDg1LS4zMjg2Mjk2LjA3MTIzNDczLS4xODUyMTAzLjE3MDk2MzM3LS4zMjc2Nzk4IDIuNzM1NDEzOTItMy4zMzM3ODU3bC43NTQxMzg0MS0uODk2NjA3OWMuMjU3Mzk0OS0uMzI3Njc5OC43MTIzNDc0LS40Mjc0MDg0IDEuMTM4ODA2LS4yNTczOTQ4LjQxNDExMTMuMTU2NzE2NC42NzA1NTYzLjUxMjg5MDEuNjQyMDYyNC44OTc1NTc3djEuNTk1NjU4MXptLTcuNzcyMTg0NzItMi4yOTI4MDg3Yy0uMjgwMTg5OTYtLjAwOTQ5OC0uNTMxODg2MDQtLjE3NzYxMi0uNjc5MTA0NDktLjQ1NTkwMjQtLjEwNTQyNzQyLS4yMDQyMDYyLS4xNzk1MTE1NC0uNTQxMzg0LS4yMjYwNTE1Ny0uOTUxNjk2MS0uMTMwMTIyMTItMS4yMzU2ODUyLjAyNzU0NDEtMy4xMDAxMzU3LjM5Nzk2NDczLTMuNjkxODU5LjE3MzgxMjc2LS4yNzA2OTIuNDI3NDA4NDMtLjQxNDExMTIuNzA3NTk4MzktLjQwNDYxMzMuMTg1MjEwMzIgMCAuMzUwNDc0OTEuMDU3OTM3NiA0LjAxNjY4OTQgMS41NjcxNjQzbDEuMDczMjcwMDUuNDI2NDU4NmMuMzgzNzE3NzkuMTQyNDY5NS42MjExNjY5MS41NDEzODQuNTk4MzcxODEuOTk4MjM2MS0uMDI4NDkzOS40NDE2NTU0LS4yODMwMzkzNy43ODI2MzIzLS42NTkxNTg3OS44ODMzMTA4bC0xLjUyNDQyMzM4LjQ4NDM5NjJjLTMuNDA5NzY5NDQgMS4wOTcwMTQ5LTMuNTIyNzk1MjIgMS4xMjU1MDg4LTMuNzAyMzA2NzYgMS4xMTEyNjE5eiIvPjwvc3ZnPg==);color:transparent!important}}.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjQ5ODk0NzIgNi40MTgwNDM5M2MtLjI4MjkxNDItLjk3NjE3NDcxLTEuMDc1MDU2Mi0xLjczODk3ODE4LTIuMDg4Nzc2MS0yLjAxMTQxNDAyLTEuODcwNjk1MS0uNDgyNjIzNzctOS4zOTk0OTI1LS40ODI2MjM3Ny05LjM5OTQ5MjUtLjQ4MjYyMzc3cy03LjUwOTc5MDI3LS4wMDk2MzMyMS05LjM5OTQ5MjQuNDgyNjIzNzdjLTEuMDEzNzE5ODkuMjcyNDM1ODQtMS44MDU4NjE5NiAxLjAzNTIzOTMxLTIuMDg4Nzc2MSAyLjAxMTQxNDAyLS4zNTQ2MTExNyAxLjg0NDI4ODAxLS41Mjk0MzYxNyAzLjcxNjQ1NjE3LS41MjIxOTQwMyA1LjU5MjA3Nzc3LS4wMDU4NzMwNSAxLjg2ODU0NDEuMTY4OTQ2MjIgMy43MzM1NTU5LjUyMjE5NDAzIDUuNTcwODg0Ny4yODI5MTQxNC45NzYxNzQ3IDEuMDc1MDU2MjEgMS43Mzg5NzgyIDIuMDg4Nzc2MSAyLjAxMTQxNCAxLjg2ODY5NDMyLjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzFzNy41MDg3OSAwIDkuMzk5NDkyNS0uNDgzNTg3MWMxLjAxMzcxOTktLjI3MjQzNTggMS44MDU4NjE5LTEuMDM1MjM5MyAyLjA4ODc3NjEtMi4wMTE0MTQuMzQ1ODY3Ny0xLjgzNzk5NDMuNTEzMzE4Ny0zLjcwMzAwMDcuNTAwMTg1OC01LjU3MDg4NDcuMDE0NTAxOC0xLjg3NDk1OTEtLjE1Mjk1NDYtMy43NDcxMjE3Ny0uNTAwMTg1OC01LjU5MjA3Nzc3em0tMTMuODkxMTYxMzcgOS4wNTEzNjMwN3YtNi45MjkxNjcxNWw2LjI2NjMyODI3IDMuNDY5ODgxODV6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjQ5ODk0NzIgNi40MTgwNDM5M2MtLjI4MjkxNDItLjk3NjE3NDcxLTEuMDc1MDU2Mi0xLjczODk3ODE4LTIuMDg4Nzc2MS0yLjAxMTQxNDAyLTEuODcwNjk1MS0uNDgyNjIzNzctOS4zOTk0OTI1LS40ODI2MjM3Ny05LjM5OTQ5MjUtLjQ4MjYyMzc3cy03LjUwOTc5MDI3LS4wMDk2MzMyMS05LjM5OTQ5MjQuNDgyNjIzNzdjLTEuMDEzNzE5ODkuMjcyNDM1ODQtMS44MDU4NjE5NiAxLjAzNTIzOTMxLTIuMDg4Nzc2MSAyLjAxMTQxNDAyLS4zNTQ2MTExNyAxLjg0NDI4ODAxLS41Mjk0MzYxNyAzLjcxNjQ1NjE3LS41MjIxOTQwMyA1LjU5MjA3Nzc3LS4wMDU4NzMwNSAxLjg2ODU0NDEuMTY4OTQ2MjIgMy43MzM1NTU5LjUyMjE5NDAzIDUuNTcwODg0Ny4yODI5MTQxNC45NzYxNzQ3IDEuMDc1MDU2MjEgMS43Mzg5NzgyIDIuMDg4Nzc2MSAyLjAxMTQxNCAxLjg2ODY5NDMyLjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzFzNy41MDg3OSAwIDkuMzk5NDkyNS0uNDgzNTg3MWMxLjAxMzcxOTktLjI3MjQzNTggMS44MDU4NjE5LTEuMDM1MjM5MyAyLjA4ODc3NjEtMi4wMTE0MTQuMzQ1ODY3Ny0xLjgzNzk5NDMuNTEzMzE4Ny0zLjcwMzAwMDcuNTAwMTg1OC01LjU3MDg4NDcuMDE0NTAxOC0xLjg3NDk1OTEtLjE1Mjk1NDYtMy43NDcxMjE3Ny0uNTAwMTg1OC01LjU5MjA3Nzc3em0tMTMuODkxMTYxMzcgOS4wNTEzNjMwN3YtNi45MjkxNjcxNWw2LjI2NjMyODI3IDMuNDY5ODgxODV6Ii8+PC9zdmc+)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIzLjQ5ODk0NzIgNi40MTgwNDM5M2MtLjI4MjkxNDItLjk3NjE3NDcxLTEuMDc1MDU2Mi0xLjczODk3ODE4LTIuMDg4Nzc2MS0yLjAxMTQxNDAyLTEuODcwNjk1MS0uNDgyNjIzNzctOS4zOTk0OTI1LS40ODI2MjM3Ny05LjM5OTQ5MjUtLjQ4MjYyMzc3cy03LjUwOTc5MDI3LS4wMDk2MzMyMS05LjM5OTQ5MjQuNDgyNjIzNzdjLTEuMDEzNzE5ODkuMjcyNDM1ODQtMS44MDU4NjE5NiAxLjAzNTIzOTMxLTIuMDg4Nzc2MSAyLjAxMTQxNDAyLS4zNTQ2MTExNyAxLjg0NDI4ODAxLS41Mjk0MzYxNyAzLjcxNjQ1NjE3LS41MjIxOTQwMyA1LjU5MjA3Nzc3LS4wMDU4NzMwNSAxLjg2ODU0NDEuMTY4OTQ2MjIgMy43MzM1NTU5LjUyMjE5NDAzIDUuNTcwODg0Ny4yODI5MTQxNC45NzYxNzQ3IDEuMDc1MDU2MjEgMS43Mzg5NzgyIDIuMDg4Nzc2MSAyLjAxMTQxNCAxLjg2ODY5NDMyLjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzEgOS4zOTk0OTI0LjQ4MzU4NzFzNy41MDg3OSAwIDkuMzk5NDkyNS0uNDgzNTg3MWMxLjAxMzcxOTktLjI3MjQzNTggMS44MDU4NjE5LTEuMDM1MjM5MyAyLjA4ODc3NjEtMi4wMTE0MTQuMzQ1ODY3Ny0xLjgzNzk5NDMuNTEzMzE4Ny0zLjcwMzAwMDcuNTAwMTg1OC01LjU3MDg4NDcuMDE0NTAxOC0xLjg3NDk1OTEtLjE1Mjk1NDYtMy43NDcxMjE3Ny0uNTAwMTg1OC01LjU5MjA3Nzc3em0tMTMuODkxMTYxMzcgOS4wNTEzNjMwN3YtNi45MjkxNjcxNWw2LjI2NjMyODI3IDMuNDY5ODgxODV6Ii8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xMiAwYy0zLjI2IDAtMy42NjcuMDE1LTQuOTQ3LjA3Mi0xLjI3OC4wNi0yLjE0OC4yNjEtMi45MTMuNTU4LS43ODkuMzA2LTEuNDU5LjcxNy0yLjEyNiAxLjM4NHMtMS4wNzkgMS4zMzYtMS4zODQgMi4xMjZjLS4yOTcuNzY1LS40OTkgMS42MzUtLjU1OCAyLjkxMy0uMDYgMS4yOC0uMDcyIDEuNjg3LS4wNzIgNC45NDdzLjAxNSAzLjY2Ny4wNzIgNC45NDdjLjA2IDEuMjc3LjI2MSAyLjE0OC41NTggMi45MTMuMzA2Ljc4OC43MTcgMS40NTkgMS4zODQgMi4xMjYuNjY3LjY2NiAxLjMzNiAxLjA3OSAyLjEyNiAxLjM4NC43NjYuMjk2IDEuNjM2LjQ5OSAyLjkxMy41NTggMS4yOC4wNiAxLjY4Ny4wNzIgNC45NDcuMDcyczMuNjY3LS4wMTUgNC45NDctLjA3MmMxLjI3Ny0uMDYgMi4xNDgtLjI2MiAyLjkxMy0uNTU4Ljc4OC0uMzA2IDEuNDU5LS43MTggMi4xMjYtMS4zODQuNjY2LS42NjcgMS4wNzktMS4zMzUgMS4zODQtMi4xMjYuMjk2LS43NjUuNDk5LTEuNjM2LjU1OC0yLjkxMy4wNi0xLjI4LjA3Mi0xLjY4Ny4wNzItNC45NDdzLS4wMTUtMy42NjctLjA3Mi00Ljk0N2MtLjA2LTEuMjc3LS4yNjItMi4xNDktLjU1OC0yLjkxMy0uMzA2LS43ODktLjcxOC0xLjQ1OS0xLjM4NC0yLjEyNi0uNjY3LS42NjctMS4zMzUtMS4wNzktMi4xMjYtMS4zODQtLjc2NS0uMjk3LTEuNjM2LS40OTktMi45MTMtLjU1OC0xLjI4LS4wNi0xLjY4Ny0uMDcyLTQuOTQ3LS4wNzJ6bTAgMi4xNmMzLjIwMyAwIDMuNTg1LjAxNiA0Ljg1LjA3MSAxLjE3LjA1NSAxLjgwNS4yNDkgMi4yMjcuNDE1LjU2Mi4yMTcuOTYuNDc3IDEuMzgyLjg5Ni40MTkuNDIuNjc5LjgxOS44OTYgMS4zODEuMTY0LjQyMi4zNiAxLjA1Ny40MTMgMi4yMjcuMDU3IDEuMjY2LjA3IDEuNjQ2LjA3IDQuODVzLS4wMTUgMy41ODUtLjA3NCA0Ljg1Yy0uMDYxIDEuMTctLjI1NiAxLjgwNS0uNDIxIDIuMjI3LS4yMjQuNTYyLS40NzkuOTYtLjg5OSAxLjM4Mi0uNDE5LjQxOS0uODI0LjY3OS0xLjM4Ljg5Ni0uNDIuMTY0LTEuMDY1LjM2LTIuMjM1LjQxMy0xLjI3NC4wNTctMS42NDkuMDctNC44NTkuMDctMy4yMTEgMC0zLjU4Ni0uMDE1LTQuODU5LS4wNzQtMS4xNzEtLjA2MS0xLjgxNi0uMjU2LTIuMjM2LS40MjEtLjU2OS0uMjI0LS45Ni0uNDc5LTEuMzc5LS44OTktLjQyMS0uNDE5LS42OS0uODI0LS45LTEuMzgtLjE2NS0uNDItLjM1OS0xLjA2NS0uNDItMi4yMzUtLjA0NS0xLjI2LS4wNjEtMS42NDktLjA2MS00Ljg0NCAwLTMuMTk2LjAxNi0zLjU4Ni4wNjEtNC44NjEuMDYxLTEuMTcuMjU1LTEuODE0LjQyLTIuMjM0LjIxLS41Ny40NzktLjk2LjktMS4zODEuNDE5LS40MTkuODEtLjY4OSAxLjM3OS0uODk4LjQyLS4xNjYgMS4wNTEtLjM2MSAyLjIyMS0uNDIxIDEuMjc1LS4wNDUgMS42NS0uMDYgNC44NTktLjA2em0wIDMuNjc4Yy0zLjQwNSAwLTYuMTYyIDIuNzYtNi4xNjIgNi4xNjIgMCAzLjQwNSAyLjc2IDYuMTYyIDYuMTYyIDYuMTYyIDMuNDA1IDAgNi4xNjItMi43NiA2LjE2Mi02LjE2MiAwLTMuNDA1LTIuNzYtNi4xNjItNi4xNjItNi4xNjJ6bTAgMTAuMTYyYy0yLjIxIDAtNC0xLjc5LTQtNHMxLjc5LTQgNC00IDQgMS43OSA0IDQtMS43OSA0LTQgNHptNy44NDYtMTAuNDA1YzAgLjc5NS0uNjQ2IDEuNDQtMS40NCAxLjQ0LS43OTUgMC0xLjQ0LS42NDYtMS40NC0xLjQ0cy42NDYtMS40MzkgMS40NC0xLjQzOWMuNzkzLS4wMDEgMS40NC42NDUgMS40NCAxLjQzOXoiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xMiAwYy0zLjI2IDAtMy42NjcuMDE1LTQuOTQ3LjA3Mi0xLjI3OC4wNi0yLjE0OC4yNjEtMi45MTMuNTU4LS43ODkuMzA2LTEuNDU5LjcxNy0yLjEyNiAxLjM4NHMtMS4wNzkgMS4zMzYtMS4zODQgMi4xMjZjLS4yOTcuNzY1LS40OTkgMS42MzUtLjU1OCAyLjkxMy0uMDYgMS4yOC0uMDcyIDEuNjg3LS4wNzIgNC45NDdzLjAxNSAzLjY2Ny4wNzIgNC45NDdjLjA2IDEuMjc3LjI2MSAyLjE0OC41NTggMi45MTMuMzA2Ljc4OC43MTcgMS40NTkgMS4zODQgMi4xMjYuNjY3LjY2NiAxLjMzNiAxLjA3OSAyLjEyNiAxLjM4NC43NjYuMjk2IDEuNjM2LjQ5OSAyLjkxMy41NTggMS4yOC4wNiAxLjY4Ny4wNzIgNC45NDcuMDcyczMuNjY3LS4wMTUgNC45NDctLjA3MmMxLjI3Ny0uMDYgMi4xNDgtLjI2MiAyLjkxMy0uNTU4Ljc4OC0uMzA2IDEuNDU5LS43MTggMi4xMjYtMS4zODQuNjY2LS42NjcgMS4wNzktMS4zMzUgMS4zODQtMi4xMjYuMjk2LS43NjUuNDk5LTEuNjM2LjU1OC0yLjkxMy4wNi0xLjI4LjA3Mi0xLjY4Ny4wNzItNC45NDdzLS4wMTUtMy42NjctLjA3Mi00Ljk0N2MtLjA2LTEuMjc3LS4yNjItMi4xNDktLjU1OC0yLjkxMy0uMzA2LS43ODktLjcxOC0xLjQ1OS0xLjM4NC0yLjEyNi0uNjY3LS42NjctMS4zMzUtMS4wNzktMi4xMjYtMS4zODQtLjc2NS0uMjk3LTEuNjM2LS40OTktMi45MTMtLjU1OC0xLjI4LS4wNi0xLjY4Ny0uMDcyLTQuOTQ3LS4wNzJ6bTAgMi4xNmMzLjIwMyAwIDMuNTg1LjAxNiA0Ljg1LjA3MSAxLjE3LjA1NSAxLjgwNS4yNDkgMi4yMjcuNDE1LjU2Mi4yMTcuOTYuNDc3IDEuMzgyLjg5Ni40MTkuNDIuNjc5LjgxOS44OTYgMS4zODEuMTY0LjQyMi4zNiAxLjA1Ny40MTMgMi4yMjcuMDU3IDEuMjY2LjA3IDEuNjQ2LjA3IDQuODVzLS4wMTUgMy41ODUtLjA3NCA0Ljg1Yy0uMDYxIDEuMTctLjI1NiAxLjgwNS0uNDIxIDIuMjI3LS4yMjQuNTYyLS40NzkuOTYtLjg5OSAxLjM4Mi0uNDE5LjQxOS0uODI0LjY3OS0xLjM4Ljg5Ni0uNDIuMTY0LTEuMDY1LjM2LTIuMjM1LjQxMy0xLjI3NC4wNTctMS42NDkuMDctNC44NTkuMDctMy4yMTEgMC0zLjU4Ni0uMDE1LTQuODU5LS4wNzQtMS4xNzEtLjA2MS0xLjgxNi0uMjU2LTIuMjM2LS40MjEtLjU2OS0uMjI0LS45Ni0uNDc5LTEuMzc5LS44OTktLjQyMS0uNDE5LS42OS0uODI0LS45LTEuMzgtLjE2NS0uNDItLjM1OS0xLjA2NS0uNDItMi4yMzUtLjA0NS0xLjI2LS4wNjEtMS42NDktLjA2MS00Ljg0NCAwLTMuMTk2LjAxNi0zLjU4Ni4wNjEtNC44NjEuMDYxLTEuMTcuMjU1LTEuODE0LjQyLTIuMjM0LjIxLS41Ny40NzktLjk2LjktMS4zODEuNDE5LS40MTkuODEtLjY4OSAxLjM3OS0uODk4LjQyLS4xNjYgMS4wNTEtLjM2MSAyLjIyMS0uNDIxIDEuMjc1LS4wNDUgMS42NS0uMDYgNC44NTktLjA2em0wIDMuNjc4Yy0zLjQwNSAwLTYuMTYyIDIuNzYtNi4xNjIgNi4xNjIgMCAzLjQwNSAyLjc2IDYuMTYyIDYuMTYyIDYuMTYyIDMuNDA1IDAgNi4xNjItMi43NiA2LjE2Mi02LjE2MiAwLTMuNDA1LTIuNzYtNi4xNjItNi4xNjItNi4xNjJ6bTAgMTAuMTYyYy0yLjIxIDAtNC0xLjc5LTQtNHMxLjc5LTQgNC00IDQgMS43OSA0IDQtMS43OSA0LTQgNHptNy44NDYtMTAuNDA1YzAgLjc5NS0uNjQ2IDEuNDQtMS40NCAxLjQ0LS43OTUgMC0xLjQ0LS42NDYtMS40NC0xLjQ0cy42NDYtMS40MzkgMS40NC0xLjQzOWMuNzkzLS4wMDEgMS40NC42NDUgMS40NCAxLjQzOXoiLz48L3N2Zz4=)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xMiAwYy0zLjI2IDAtMy42NjcuMDE1LTQuOTQ3LjA3Mi0xLjI3OC4wNi0yLjE0OC4yNjEtMi45MTMuNTU4LS43ODkuMzA2LTEuNDU5LjcxNy0yLjEyNiAxLjM4NHMtMS4wNzkgMS4zMzYtMS4zODQgMi4xMjZjLS4yOTcuNzY1LS40OTkgMS42MzUtLjU1OCAyLjkxMy0uMDYgMS4yOC0uMDcyIDEuNjg3LS4wNzIgNC45NDdzLjAxNSAzLjY2Ny4wNzIgNC45NDdjLjA2IDEuMjc3LjI2MSAyLjE0OC41NTggMi45MTMuMzA2Ljc4OC43MTcgMS40NTkgMS4zODQgMi4xMjYuNjY3LjY2NiAxLjMzNiAxLjA3OSAyLjEyNiAxLjM4NC43NjYuMjk2IDEuNjM2LjQ5OSAyLjkxMy41NTggMS4yOC4wNiAxLjY4Ny4wNzIgNC45NDcuMDcyczMuNjY3LS4wMTUgNC45NDctLjA3MmMxLjI3Ny0uMDYgMi4xNDgtLjI2MiAyLjkxMy0uNTU4Ljc4OC0uMzA2IDEuNDU5LS43MTggMi4xMjYtMS4zODQuNjY2LS42NjcgMS4wNzktMS4zMzUgMS4zODQtMi4xMjYuMjk2LS43NjUuNDk5LTEuNjM2LjU1OC0yLjkxMy4wNi0xLjI4LjA3Mi0xLjY4Ny4wNzItNC45NDdzLS4wMTUtMy42NjctLjA3Mi00Ljk0N2MtLjA2LTEuMjc3LS4yNjItMi4xNDktLjU1OC0yLjkxMy0uMzA2LS43ODktLjcxOC0xLjQ1OS0xLjM4NC0yLjEyNi0uNjY3LS42NjctMS4zMzUtMS4wNzktMi4xMjYtMS4zODQtLjc2NS0uMjk3LTEuNjM2LS40OTktMi45MTMtLjU1OC0xLjI4LS4wNi0xLjY4Ny0uMDcyLTQuOTQ3LS4wNzJ6bTAgMi4xNmMzLjIwMyAwIDMuNTg1LjAxNiA0Ljg1LjA3MSAxLjE3LjA1NSAxLjgwNS4yNDkgMi4yMjcuNDE1LjU2Mi4yMTcuOTYuNDc3IDEuMzgyLjg5Ni40MTkuNDIuNjc5LjgxOS44OTYgMS4zODEuMTY0LjQyMi4zNiAxLjA1Ny40MTMgMi4yMjcuMDU3IDEuMjY2LjA3IDEuNjQ2LjA3IDQuODVzLS4wMTUgMy41ODUtLjA3NCA0Ljg1Yy0uMDYxIDEuMTctLjI1NiAxLjgwNS0uNDIxIDIuMjI3LS4yMjQuNTYyLS40NzkuOTYtLjg5OSAxLjM4Mi0uNDE5LjQxOS0uODI0LjY3OS0xLjM4Ljg5Ni0uNDIuMTY0LTEuMDY1LjM2LTIuMjM1LjQxMy0xLjI3NC4wNTctMS42NDkuMDctNC44NTkuMDctMy4yMTEgMC0zLjU4Ni0uMDE1LTQuODU5LS4wNzQtMS4xNzEtLjA2MS0xLjgxNi0uMjU2LTIuMjM2LS40MjEtLjU2OS0uMjI0LS45Ni0uNDc5LTEuMzc5LS44OTktLjQyMS0uNDE5LS42OS0uODI0LS45LTEuMzgtLjE2NS0uNDItLjM1OS0xLjA2NS0uNDItMi4yMzUtLjA0NS0xLjI2LS4wNjEtMS42NDktLjA2MS00Ljg0NCAwLTMuMTk2LjAxNi0zLjU4Ni4wNjEtNC44NjEuMDYxLTEuMTcuMjU1LTEuODE0LjQyLTIuMjM0LjIxLS41Ny40NzktLjk2LjktMS4zODEuNDE5LS40MTkuODEtLjY4OSAxLjM3OS0uODk4LjQyLS4xNjYgMS4wNTEtLjM2MSAyLjIyMS0uNDIxIDEuMjc1LS4wNDUgMS42NS0uMDYgNC44NTktLjA2em0wIDMuNjc4Yy0zLjQwNSAwLTYuMTYyIDIuNzYtNi4xNjIgNi4xNjIgMCAzLjQwNSAyLjc2IDYuMTYyIDYuMTYyIDYuMTYyIDMuNDA1IDAgNi4xNjItMi43NiA2LjE2Mi02LjE2MiAwLTMuNDA1LTIuNzYtNi4xNjItNi4xNjItNi4xNjJ6bTAgMTAuMTYyYy0yLjIxIDAtNC0xLjc5LTQtNHMxLjc5LTQgNC00IDQgMS43OSA0IDQtMS43OSA0LTQgNHptNy44NDYtMTAuNDA1YzAgLjc5NS0uNjQ2IDEuNDQtMS40NCAxLjQ0LS43OTUgMC0xLjQ0LS42NDYtMS40NC0xLjQ0cy42NDYtMS40MzkgMS40NC0xLjQzOWMuNzkzLS4wMDEgMS40NC42NDUgMS40NCAxLjQzOXoiLz48L3N2Zz4=);color:transparent!important}}.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIxLjc3NTI4MjcgMTAuNDU3NzU5OHYxMi40OTk1NDE4aC03LjIyMzYwMTF2LTcuNDI3NjgwOGgtNS4yMjgwMDI1M3Y3LjQyNzY4MDhoLTcuMDk4OTYxOHYtMjEuOTE0NjAzMjRoNS4wNjM2NDMwMnY1LjI4Mjc4OTA1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIxLjc3NTI4MjcgMTAuNDU3NzU5OHYxMi40OTk1NDE4aC03LjIyMzYwMTF2LTcuNDI3NjgwOGgtNS4yMjgwMDI1M3Y3LjQyNzY4MDhoLTcuMDk4OTYxOHYtMjEuOTE0NjAzMjRoNS4wNjM2NDMwMnY1LjI4Mjc4OTA1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTIxLjc3NTI4MjcgMTAuNDU3NzU5OHYxMi40OTk1NDE4aC03LjIyMzYwMTF2LTcuNDI3NjgwOGgtNS4yMjgwMDI1M3Y3LjQyNzY4MDhoLTcuMDk4OTYxOHYtMjEuOTE0NjAzMjRoNS4wNjM2NDMwMnY1LjI4Mjc4OTA1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);color:transparent!important}}.wp-block-coblocks-social__button--tiktok .wp-block-coblocks-social__icon{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyLjA4OCA5LjkyMmE5LjQzNyA5LjQzNyAwIDAgMS01LjUxNS0xLjc2M0wxNi41NzMgMTYuMTg4QTcuMzAyIDcuMzAyIDAgMSAxIDEwLjI3NCA4Ljk1MUwxMC4yNzQgMTIuOTlhMy4zNTMgMy4zNTMgMCAxIDAgMi4zNDYgMy4xOTdMMTIuNjIuNDkybDMuOTUzIDBhNS40NDQgNS40NDQgMCAwIDAgLjA4NC45OTZsMCAwQTUuNDg5IDUuNDg5IDAgMCAwIDE5LjA3NyA1LjA5MmE1LjQ1NSA1LjQ1NSAwIDAgMCAzLjAxLjkwNVoiLz48L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyLjA4OCA5LjkyMmE5LjQzNyA5LjQzNyAwIDAgMS01LjUxNS0xLjc2M0wxNi41NzMgMTYuMTg4QTcuMzAyIDcuMzAyIDAgMSAxIDEwLjI3NCA4Ljk1MUwxMC4yNzQgMTIuOTlhMy4zNTMgMy4zNTMgMCAxIDAgMi4zNDYgMy4xOTdMMTIuNjIuNDkybDMuOTUzIDBhNS40NDQgNS40NDQgMCAwIDAgLjA4NC45OTZsMCAwQTUuNDg5IDUuNDg5IDAgMCAwIDE5LjA3NyA1LjA5MmE1LjQ1NSA1LjQ1NSAwIDAgMCAzLjAxLjkwNVoiLz48L3N2Zz4K)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wp-block-coblocks-social__button--tiktok .wp-block-coblocks-social__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyLjA4OCA5LjkyMmE5LjQzNyA5LjQzNyAwIDAgMS01LjUxNS0xLjc2M0wxNi41NzMgMTYuMTg4QTcuMzAyIDcuMzAyIDAgMSAxIDEwLjI3NCA4Ljk1MUwxMC4yNzQgMTIuOTlhMy4zNTMgMy4zNTMgMCAxIDAgMi4zNDYgMy4xOTdMMTIuNjIuNDkybDMuOTUzIDBhNS40NDQgNS40NDQgMCAwIDAgLjA4NC45OTZsMCAwQTUuNDg5IDUuNDg5IDAgMCAwIDE5LjA3NyA1LjA5MmE1LjQ1NSA1LjQ1NSAwIDAgMCAzLjAxLjkwNVoiLz48L3N2Zz4K);color:transparent!important}}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__text,.wp-block-coblocks-social.has-colors:not(.is-style-mask) .wp-block-coblocks-social__icon{color:#fff}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--twitter{background-color:#55acee!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--facebook{background-color:#3b5999!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--pinterest{background-color:#e60023!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--linkedin{background-color:#0077b5!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tumblr{background-color:#34465d!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--reddit{background-color:#ff5700!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--email{background-color:#2880e5!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--google{background-color:#dd4b39!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--yelp{background-color:#d32323!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--youtube{background-color:red!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--instagram{background-color:#ef0175!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--houzz{background-color:#4ebc16!important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tiktok{background-color:#000!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--twitter{color:#55acee!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--facebook{color:#3b5999!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--pinterest{color:#e60023!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--linkedin{color:#0077b5!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tumblr{color:#34465d!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--reddit{color:#ff5700!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--email{color:#2880e5!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--google{color:#dd4b39!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--yelp{color:#d32323!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--youtube{color:red!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--instagram{color:#ef0175!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--houzz{color:#4ebc16!important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tiktok{color:#000!important}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button{padding:11px 24px}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:active{-webkit-animation:pulse .2s;animation:pulse .2s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__text{clip:rect(1px,1px,1px,1px);word-wrap:normal;height:1px;overflow:hidden;position:absolute;width:1px}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__icon{display:none}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask.has-button-size-sml li,.wp-block-coblocks-social.is-style-mask li{margin:0 7px!important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__button{background:transparent!important;display:block;padding:0!important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color){color:#31373c}.wp-block-coblocks-social.has-button-size-sml li{margin:2px 4px 2px 0!important}.wp-block-coblocks-social.has-button-size-sml:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:8px 16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__icon{height:16px;width:16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__button{font-size:13px;padding:10px 12px}.wp-block-coblocks-social.has-button-size-med:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:12px 20px}.wp-block-coblocks-social.has-button-size-med .wp-block-coblocks-social__icon{height:18px;width:18px}.wp-block-coblocks-social.has-button-size-med .wp-block-coblocks-social__button{font-size:15px;padding:12px 14px}.wp-block-coblocks-social.has-button-size-lrg:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:14px 32px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__icon{height:20px;width:20px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__button{font-size:17px;padding:14px 18px}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button{border-radius:100%}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button:not(.has-padding){padding:14px!important}@-webkit-keyframes pulse{0%{transform:scale(1)}15%{transform:scale(.95)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}15%{transform:scale(.95)}to{transform:scale(1)}}.uppercase{text-transform:uppercase}.m-1{margin:.5em}.m-2{margin:1em}.m-3{margin:1.5em}.m-4{margin:2em}.m-5{margin:2.5em}.m-6{margin:3em}.m-7{margin:3.5em}.m-8{margin:4em}.m-9{margin:4.5em}.m-10{margin:7em}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mt-5{margin-top:2.5em}.mt-6{margin-top:3em}.mt-7{margin-top:3.5em}.mt-8{margin-top:4em}.mt-9{margin-top:4.5em}.mt-10{margin-top:7em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}.mb-5{margin-bottom:2.5em}.mb-6{margin-bottom:3em}.mb-7{margin-bottom:3.5em}.mb-8{margin-bottom:4em}.mb-9{margin-bottom:4.5em}.mb-10{margin-bottom:7em}.mr-1{margin-right:.5em}.mr-2{margin-right:1em}.mr-3{margin-right:1.5em}.mr-4{margin-right:2em}.mr-5{margin-right:2.5em}.mr-6{margin-right:3em}.mr-7{margin-right:3.5em}.mr-8{margin-right:4em}.mr-9{margin-right:4.5em}.mr-10{margin-right:7em}.ml-1{margin-left:.5em}.ml-2{margin-left:1em}.ml-3{margin-left:1.5em}.ml-4{margin-left:2em}.ml-5{margin-left:2.5em}.ml-6{margin-left:3em}.ml-7{margin-left:3.5em}.ml-8{margin-left:4em}.ml-9{margin-left:4.5em}.ml-10{margin-left:7em}@media(min-width:600px){.sm\:mt-1{margin-top:.5em}.sm\:mt-2{margin-top:1em}.sm\:mt-3{margin-top:1.5em}.sm\:mt-4{margin-top:2em}.sm\:mt-5{margin-top:2.5em}.sm\:mt-6{margin-top:3em}.sm\:mt-7{margin-top:3.5em}.sm\:mt-8{margin-top:4em}.sm\:mt-9{margin-top:4.5em}.sm\:mt-10{margin-top:7em}.sm\:mb-1{margin-bottom:.5em}.sm\:mb-2{margin-bottom:1em}.sm\:mb-3{margin-bottom:1.5em}.sm\:mb-4{margin-bottom:2em}.sm\:mb-5{margin-bottom:2.5em}.sm\:mb-6{margin-bottom:3em}.sm\:mb-7{margin-bottom:3.5em}.sm\:mb-8{margin-bottom:4em}.sm\:mb-9{margin-bottom:4.5em}.sm\:mb-10{margin-bottom:7em}.sm\:mr-1{margin-right:.5em}.sm\:mr-2{margin-right:1em}.sm\:mr-3{margin-right:1.5em}.sm\:mr-4{margin-right:2em}.sm\:mr-5{margin-right:2.5em}.sm\:mr-6{margin-right:3em}.sm\:mr-7{margin-right:3.5em}.sm\:mr-8{margin-right:4em}.sm\:mr-9{margin-right:4.5em}.sm\:mr-10{margin-right:7em}.sm\:ml-1{margin-left:.5em}.sm\:ml-2{margin-left:1em}.sm\:ml-3{margin-left:1.5em}.sm\:ml-4{margin-left:2em}.sm\:ml-5{margin-left:2.5em}.sm\:ml-6{margin-left:3em}.sm\:ml-7{margin-left:3.5em}.sm\:ml-8{margin-left:4em}.sm\:ml-9{margin-left:4.5em}.sm\:ml-10{margin-left:7em}}@media(min-width:782px){.md\:mt-1{margin-top:.5em}.md\:mt-2{margin-top:1em}.md\:mt-3{margin-top:1.5em}.md\:mt-4{margin-top:2em}.md\:mt-5{margin-top:2.5em}.md\:mt-6{margin-top:3em}.md\:mt-7{margin-top:3.5em}.md\:mt-8{margin-top:4em}.md\:mt-9{margin-top:4.5em}.md\:mt-10{margin-top:7em}.md\:mb-1{margin-bottom:.5em}.md\:mb-2{margin-bottom:1em}.md\:mb-3{margin-bottom:1.5em}.md\:mb-4{margin-bottom:2em}.md\:mb-5{margin-bottom:2.5em}.md\:mb-6{margin-bottom:3em}.md\:mb-7{margin-bottom:3.5em}.md\:mb-8{margin-bottom:4em}.md\:mb-9{margin-bottom:4.5em}.md\:mb-10{margin-bottom:7em}.md\:mr-1{margin-right:.5em}.md\:mr-2{margin-right:1em}.md\:mr-3{margin-right:1.5em}.md\:mr-4{margin-right:2em}.md\:mr-5{margin-right:2.5em}.md\:mr-6{margin-right:3em}.md\:mr-7{margin-right:3.5em}.md\:mr-8{margin-right:4em}.md\:mr-9{margin-right:4.5em}.md\:mr-10{margin-right:7em}.md\:ml-1{margin-left:.5em}.md\:ml-2{margin-left:1em}.md\:ml-3{margin-left:1.5em}.md\:ml-4{margin-left:2em}.md\:ml-5{margin-left:2.5em}.md\:ml-6{margin-left:3em}.md\:ml-7{margin-left:3.5em}.md\:ml-8{margin-left:4em}.md\:ml-9{margin-left:4.5em}.md\:ml-10{margin-left:7em}}@media(min-width:1280px){.lg\:mt-1{margin-top:.5em}.lg\:mt-2{margin-top:1em}.lg\:mt-3{margin-top:1.5em}.lg\:mt-4{margin-top:2em}.lg\:mt-5{margin-top:2.5em}.lg\:mt-6{margin-top:3em}.lg\:mt-7{margin-top:3.5em}.lg\:mt-8{margin-top:4em}.lg\:mt-9{margin-top:4.5em}.lg\:mt-10{margin-top:7em}.lg\:mb-1{margin-bottom:.5em}.lg\:mb-2{margin-bottom:1em}.lg\:mb-3{margin-bottom:1.5em}.lg\:mb-4{margin-bottom:2em}.lg\:mb-5{margin-bottom:2.5em}.lg\:mb-6{margin-bottom:3em}.lg\:mb-7{margin-bottom:3.5em}.lg\:mb-8{margin-bottom:4em}.lg\:mb-9{margin-bottom:4.5em}.lg\:mb-10{margin-bottom:7em}.lg\:mr-1{margin-right:.5em}.lg\:mr-2{margin-right:1em}.lg\:mr-3{margin-right:1.5em}.lg\:mr-4{margin-right:2em}.lg\:mr-5{margin-right:2.5em}.lg\:mr-6{margin-right:3em}.lg\:mr-7{margin-right:3.5em}.lg\:mr-8{margin-right:4em}.lg\:mr-9{margin-right:4.5em}.lg\:mr-10{margin-right:7em}.lg\:ml-1{margin-left:.5em}.lg\:ml-2{margin-left:1em}.lg\:ml-3{margin-left:1.5em}.lg\:ml-4{margin-left:2em}.lg\:ml-5{margin-left:2.5em}.lg\:ml-6{margin-left:3em}.lg\:ml-7{margin-left:3.5em}.lg\:ml-8{margin-left:4em}.lg\:ml-9{margin-left:4.5em}.lg\:ml-10{margin-left:7em}}.p-1{padding:.5em}.p-2{padding:1em}.p-3{padding:1.5em}.p-4{padding:2em}.p-5{padding:2.5em}.p-6{padding:3em}.p-7{padding:3.5em}.p-8{padding:4em}.p-9{padding:4.5em}.p-10{padding:7em}.pt-1{padding-top:.5em}.pt-2{padding-top:1em}.pt-3{padding-top:1.5em}.pt-4{padding-top:2em}.pt-5{padding-top:2.5em}.pt-6{padding-top:3em}.pt-7{padding-top:3.5em}.pt-8{padding-top:4em}.pt-9{padding-top:4.5em}.pt-10{padding-top:7em}.pr-1{padding-right:.5em}.pr-2{padding-right:1em}.pr-3{padding-right:1.5em}.pr-4{padding-right:2em}.pr-5{padding-right:2.5em}.pr-6{padding-right:3em}.pr-7{padding-right:3.5em}.pr-8{padding-right:4em}.pr-9{padding-right:4.5em}.pr-10{padding-right:7em}.pb-1{padding-bottom:.5em}.pb-2{padding-bottom:1em}.pb-3{padding-bottom:1.5em}.pb-4{padding-bottom:2em}.pb-5{padding-bottom:2.5em}.pb-6{padding-bottom:3em}.pb-7{padding-bottom:3.5em}.pb-8{padding-bottom:4em}.pb-9{padding-bottom:4.5em}.pb-10{padding-bottom:7em}.pl-1{padding-left:.5em}.pl-2{padding-left:1em}.pl-3{padding-left:1.5em}.pl-4{padding-left:2em}.pl-5{padding-left:2.5em}.pl-6{padding-left:3em}.pl-7{padding-left:3.5em}.pl-8{padding-left:4em}.pl-9{padding-left:4.5em}.pl-10{padding-left:7em}.pt-full{padding-top:100%}@media(min-width:600px){.sm\:pt-1{padding-top:.5em}.sm\:pt-2{padding-top:1em}.sm\:pt-3{padding-top:1.5em}.sm\:pt-4{padding-top:2em}.sm\:pt-5{padding-top:2.5em}.sm\:pt-6{padding-top:3em}.sm\:pt-7{padding-top:3.5em}.sm\:pt-8{padding-top:4em}.sm\:pt-9{padding-top:4.5em}.sm\:pt-10{padding-top:7em}.sm\:pr-1{padding-right:.5em}.sm\:pr-2{padding-right:1em}.sm\:pr-3{padding-right:1.5em}.sm\:pr-4{padding-right:2em}.sm\:pr-5{padding-right:2.5em}.sm\:pr-6{padding-right:3em}.sm\:pr-7{padding-right:3.5em}.sm\:pr-8{padding-right:4em}.sm\:pr-9{padding-right:4.5em}.sm\:pr-10{padding-right:7em}.sm\:pb-1{padding-bottom:.5em}.sm\:pb-2{padding-bottom:1em}.sm\:pb-3{padding-bottom:1.5em}.sm\:pb-4{padding-bottom:2em}.sm\:pb-5{padding-bottom:2.5em}.sm\:pb-6{padding-bottom:3em}.sm\:pb-7{padding-bottom:3.5em}.sm\:pb-8{padding-bottom:4em}.sm\:pb-9{padding-bottom:4.5em}.sm\:pb-10{padding-bottom:7em}.sm\:pl-1{padding-left:.5em}.sm\:pl-2{padding-left:1em}.sm\:pl-3{padding-left:1.5em}.sm\:pl-4{padding-left:2em}.sm\:pl-5{padding-left:2.5em}.sm\:pl-6{padding-left:3em}.sm\:pl-7{padding-left:3.5em}.sm\:pl-8{padding-left:4em}.sm\:pl-9{padding-left:4.5em}.sm\:pl-10{padding-left:7em}}@media(min-width:1280px){.lg\:pt-1{padding-top:.5em}.lg\:pt-2{padding-top:1em}.lg\:pt-3{padding-top:1.5em}.lg\:pt-4{padding-top:2em}.lg\:pt-5{padding-top:2.5em}.lg\:pt-6{padding-top:3em}.lg\:pt-7{padding-top:3.5em}.lg\:pt-8{padding-top:4em}.lg\:pt-9{padding-top:4.5em}.lg\:pt-10{padding-top:7em}.lg\:pr-1{padding-right:.5em}.lg\:pr-2{padding-right:1em}.lg\:pr-3{padding-right:1.5em}.lg\:pr-4{padding-right:2em}.lg\:pr-5{padding-right:2.5em}.lg\:pr-6{padding-right:3em}.lg\:pr-7{padding-right:3.5em}.lg\:pr-8{padding-right:4em}.lg\:pr-9{padding-right:4.5em}.lg\:pr-10{padding-right:7em}.lg\:pb-1{padding-bottom:.5em}.lg\:pb-2{padding-bottom:1em}.lg\:pb-3{padding-bottom:1.5em}.lg\:pb-4{padding-bottom:2em}.lg\:pb-5{padding-bottom:2.5em}.lg\:pb-6{padding-bottom:3em}.lg\:pb-7{padding-bottom:3.5em}.lg\:pb-8{padding-bottom:4em}.lg\:pb-9{padding-bottom:4.5em}.lg\:pb-10{padding-bottom:7em}.lg\:pl-1{padding-left:.5em}.lg\:pl-2{padding-left:1em}.lg\:pl-3{padding-left:1.5em}.lg\:pl-4{padding-left:2em}.lg\:pl-5{padding-left:2.5em}.lg\:pl-6{padding-left:3em}.lg\:pl-7{padding-left:3.5em}.lg\:pl-8{padding-left:4em}.lg\:pl-9{padding-left:4.5em}.lg\:pl-10{padding-left:7em}}
.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-left:36px;padding-top:2px}@media(min-width:600px){.coblocks-settings-modal .components-base-control__help{padding-left:32px}}
.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}
.uppercase{text-transform:uppercase}
/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/*==========================================================================*/
/* Featured Video
/*==========================================================================*/
.post.single .featured-video {
  margin-bottom: 12px;
}
.post.single .featured-video video {
  width: 100%;
}
@media (min-width: 600px) {
  .post.single .featured-video {
    margin-bottom: 18px;
  }
}

/* Special layout
/*--------------------------------------------------------------------------*/
.single-layout .post .featured-video {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .single-layout .post .featured-video {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .single-layout .post .featured-video {
    width: 100%;
    float: right;
    margin-top: 5px;
    margin-left: 50px;
    margin-bottom: 30px;
    margin-right: -50%;
    margin-right: calc(-50% - 40px);
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .single-layout .post .featured-video {
    width: 780px;
    margin-right: -450px;
  }
}

/* Post excerpt video styling
/*--------------------------------------------------------------------------*/
.post.expt .thumbnail video {
  width: 100%;
}

/*# sourceMappingURL=cbnrdo-public-styles.css.map */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;color:inherit;text-decoration:none;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::-moz-selection{background:rgba(0,0,0,.67);color:#fff}::selection{background:rgba(0,0,0,.67);color:#fff}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;line-height:24px;color:#555;-webkit-font-kerning:normal;font-kerning:normal;min-height:100%;-webkit-text-size-adjust:100%}html.js-opacity body:before{content:"";display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.985);z-index:100000;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}html.js-opacity body.loaded:before{opacity:0;pointer-events:none}html.js-opacity body.zero:before{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}html.mobile.ios *{-webkit-hyphenate-character:"\002D"}body{background:#fff;min-height:100%;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga";font-feature-settings:"liga"}body.no-scroll{overflow:hidden}body.slidin{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.social-media-list li.fa-envelope:not(:first-child){display:none!important}ul.social-media-list li.fa-envelope:first-child{display:list-item}hr{border:0;height:1px;width:100%;margin:0;padding:0;background:0 0;color:transparent}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:"PT Serif";font-weight:700}select{display:block;max-width:100%;border:2px solid #f0f0f0;border-radius:3px;background:#fff;color:#555;font:400 15px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;letter-spacing:-.3px;height:36px;padding:0 15px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.clear:after,.clear:before{content:"";clear:both;display:table}.d4{height:4px;border-top:2px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:18px}.td4{position:relative}.td4:before{content:"";position:absolute;top:0;left:0;right:0;bottom:auto;display:block;height:4px;width:100%;border-top:2px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.bd2{position:relative}.bd2:after{content:"";position:absolute;top:auto;left:0;right:0;bottom:0;display:block;height:2px;width:100%;border-bottom:2px solid #f0f0f0}.svg-inject{visibility:hidden;display:inline!important}.svg-inject.replaced-svg{visibility:visible}.row{width:100%;margin-left:auto;margin-right:auto;display:block}.row *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row:after,.row:before{content:'';display:table;clear:both}.row>.col:last-child{float:right}.col{width:100%;float:left;padding-left:10px;padding-right:10px}.col>.col{padding-left:0;padding-right:0}:not(#content)+.col.dp3:nth-child(2){display:none}@media (min-width:1200px){:not(#content)+.col.dp3:nth-child(2){display:block}}.col.center{float:none!important;margin-left:auto;margin-right:auto}.col:after,.col:before{content:'';display:table;clear:both}.rp{padding-left:0;padding-right:0}.p1{padding-left:10px;padding-right:10px}.m2{width:13.333333%}.m3{width:20%}.m4{width:26.666667%}.m5{width:33.333333%}.m6{width:40%}.m7{width:46.666667%}.m8{width:53.333333%}.m9{width:60%}.m10{width:66.666667%}.m11{width:73.333333%}.m12{width:80%}.m13{width:86.666667%}.m14{width:93.333333%}@media (min-width:360px){.row{width:360px}.lm2{width:13.333333%}.lm3{width:20%}.lm4{width:26.666667%}.lm5{width:33.333333%}.lm6{width:40%}.lm7{width:46.666667%}.lm8{width:53.333333%}.lm9{width:60%}.lm10{width:66.666667%}.lm11{width:73.333333%}.lm12{width:80%}.lm13{width:86.666667%}.lm14{width:93.333333%}}@media (min-width:600px){.row{width:600px}.st2{width:13.333333%}.st3{width:20%}.st4{width:26.666667%}.st5{width:33.333333%}.st6{width:40%}.st7{width:46.666667%}.st75{width:50%}.st8{width:53.333333%}.st9{width:60%}.st10{width:66.666667%}.st11{width:73.333333%}.st12{width:80%}.st13{width:86.666667%}.st14{width:93.333333%}}@media (min-width:720px){.row{width:720px}.t2{width:13.333333%}.t3{width:20%}.t4{width:26.666667%}.t5{width:33.333333%}.t6{width:40%}.t7{width:46.666667%}.t8{width:53.333333%}.t9{width:60%}.t10{width:66.666667%}.t11{width:73.333333%}.t12{width:80%}.t13{width:86.666667%}.t14{width:93.333333%}}@media (min-width:960px){.row{width:960px}.lt2{width:13.333333%}.lt25{width:16.666667%}.lt3{width:20%}.lt4{width:26.666667%}.lt5{width:33.333333%}.lt6{width:40%}.lt7{width:46.666667%}.lt8{width:53.333333%}.lt9{width:60%}.lt10{width:66.666667%}.lt11{width:73.333333%}.lt12{width:80%}.lt13{width:86.666667%}.lt14{width:93.333333%}.lt-1o4{width:25%}}@media (min-width:1200px){.row{width:1200px}.dp2{width:13.333333%}.dp3{width:20%}.dp4{width:26.666667%}.dp5{width:33.333333%}.dp6{width:40%}.dp7{width:46.666667%}.dp8{width:53.333333%}.dp9{width:60%}.dp10{width:66.666667%}.dp11{width:73.333333%}.dp12{width:80%}.dp13{width:86.666667%}.dp14{width:93.333333%}}#mobile-nav{background:#fff;color:#434343;font:600 14px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;position:relative;overflow-x:hidden;max-width:100vw}#mobile-nav .menu-container{pointer-events:none;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);opacity:0;height:0;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;width:100%;padding:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;overflow:auto;margin-left:auto;margin-right:auto}#mobile-nav .menu-container li,#mobile-nav .menu-container ul.menu{margin:0;padding:0;list-style:none;list-style-type:none}#mobile-nav .menu-container ul.menu>li{line-height:42px;font-size:17px;margin-bottom:6px;background:#f0f0f0;border-radius:3px}#mobile-nav .menu-container ul.menu>li>a{display:block;line-height:24px;padding:9px 0 9px 20px;margin-right:52px}#mobile-nav .menu-container ul.menu>li.menu-item-has-children:before{content:"";display:block;width:11px;height:5px;background:url(/wp-content/themes/times/img/dropdown.svg) no-repeat;float:right;margin-right:20px;margin-top:19px;-webkit-transform:rotate(0) translateY(1px);-ms-transform:rotate(0) translateY(1px);transform:rotate(0) translateY(1px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#mobile-nav .menu-container ul.menu>li.active:before{-webkit-transform:rotate(180deg) translateY(0);-ms-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}#mobile-nav .menu-container ul.menu>li>ul{height:0!important;background:#fff;-webkit-transition:height .3s ease;-o-transition:height .3s ease;transition:height .3s ease;overflow:hidden}#mobile-nav .menu-container ul.menu>li>ul>li{font-size:15px;line-height:24px}#mobile-nav .menu-container ul.menu>li>ul>li a{display:block;padding:9px 20px}#mobile-nav .menu-container ul.menu>li>ul>li>ul{padding-left:18px}#mobile-nav .menu-container ul.menu>li>ul>li>ul>li{border-left:2px solid #f0f0f0}#mobile-nav .menu-container .wrap{padding:24px 20px 60px 20px;max-width:480px;margin-left:auto;margin-right:auto}#mobile-nav .menu-container li.menu-item.home{margin-bottom:24px;background:0 0;color:#bbb}#mobile-nav .menu-container li.menu-item.home a{text-transform:uppercase;font-weight:600;font-size:14px;text-align:center;margin-right:24px}#mobile-nav .menu-container li.menu-item.home a:before{content:'\f104';font:normal 14px/42px FontAwesome;margin-right:10px}#mobile-nav h3{color:#bbb;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;line-height:12px;font-size:12px;font-weight:700;text-transform:uppercase;margin:14px 0 10px 20px}#mobile-nav ul.social-media-list li{border-radius:3px;margin-bottom:6px;padding:0 14px}#mobile-nav ul.social-media-list li a{line-height:42px;font-size:17px;color:#fff}#mobile-nav ul.social-media-list li:before{font:normal 14px/14px FontAwesome;margin-right:13px;color:#fff}#mobile-nav ul.social-media-list li.fa-envelope{background:#6299a9}#mobile-nav.menu-open .menu-container{pointer-events:all;opacity:1;height:auto;height:100vh;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}#mobile-nav.fixed.menu-open{height:100%;height:calc(100% + 69px);overflow-y:hidden}#mobile-nav.fixed.menu-open .menu-container{height:100%;height:calc(100% - 111px);overflow-y:auto}#mobile-nav.basic-layout .buttons-container{width:200%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout .menu-button{width:25%;float:left;line-height:42px;text-transform:uppercase;background:#f0f0f0;padding-right:12px;cursor:pointer}#mobile-nav.basic-layout .menu-button .icon{float:left;display:block;width:18px;height:2px;background:#434343;margin:20px 12px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:background .3s ease,-webkit-transform .3s ease;transition:background .3s ease,-webkit-transform .3s ease;-o-transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout .menu-button .icon:after,#mobile-nav.basic-layout .menu-button .icon:before{content:"";display:block;height:2px;width:18px;background:#434343;position:relative;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout .menu-button .icon:before{top:-5px}#mobile-nav.basic-layout .menu-button .icon:after{top:3px}#mobile-nav.basic-layout .menu-button .close-text,#mobile-nav.basic-layout .menu-button .menu-text{width:0;display:block;float:left;line-height:42px;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout .menu-button .menu-text{opacity:1;-webkit-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}#mobile-nav.basic-layout .menu-button .close-text{opacity:0;-webkit-transform:translateX(-2px) scale(.8);-ms-transform:translateX(-2px) scale(.8);transform:translateX(-2px) scale(.8)}#mobile-nav.basic-layout .search-container{background:#f0f0f0;line-height:42px;height:42px;width:75%;white-space:nowrap;text-transform:uppercase;float:left}#mobile-nav.basic-layout .search-container .search-button{cursor:pointer;text-align:right;float:left;padding-right:42px;width:33.333333%;width:calc(100%/3)}#mobile-nav.basic-layout .search-container .custom-search-form{width:66.666667%;width:calc(200%/3);height:42px;float:left;position:relative}#mobile-nav.basic-layout .search-container .custom-search-form input{float:left}#mobile-nav.basic-layout .search-container .custom-search-form .search-submit{height:100%;width:42px;padding-left:13px;padding-right:14px;background:0 0;text-indent:45px;color:transparent;margin-left:-42px;float:left;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;pointer-events:none}#mobile-nav.basic-layout .search-container .custom-search-form .search-field{height:36px;width:90%;width:calc(100% - 42px);font:400 15px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;border-radius:3px;-webkit-box-shadow:inset 0 0 0 #000;box-shadow:inset 0 0 0 #000;margin-top:3px;float:right;padding:0 12px;-webkit-appearance:none}#mobile-nav.basic-layout .search-container .custom-search-form .close-icon{background:#f0f0f0;width:42px;height:100%;min-height:42px;position:absolute;top:0;right:0}#mobile-nav.basic-layout .search-container .custom-search-form .close-icon svg{position:absolute;top:16px;left:-26px;pointer-events:none}#mobile-nav.basic-layout .search-container .custom-search-form .close-icon svg polygon{fill:#333}#mobile-nav.basic-layout .search-container .custom-search-form .search-icon{position:absolute;top:14px;left:-28px;pointer-events:none}#mobile-nav.basic-layout .search-container .custom-search-form .search-icon path{fill:#434343}#mobile-nav.basic-layout.search-open .buttons-container{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout.search-open .search-submit,#mobile-nav.basic-layout.search-open svg{pointer-events:all!important;-webkit-transform:translateX(42px);-ms-transform:translateX(42px);transform:translateX(42px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout.menu-open .menu-button .icon{background:0 0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:background .3s ease,-webkit-transform .3s ease;transition:background .3s ease,-webkit-transform .3s ease;-o-transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout.menu-open .menu-button .icon:before{-webkit-transform:rotate(45deg) scale(.775,1) translate(5px,3px);-ms-transform:rotate(45deg) scale(.775,1) translate(5px,3px);transform:rotate(45deg) scale(.775,1) translate(5px,3px)}#mobile-nav.basic-layout.menu-open .menu-button .icon:after{-webkit-transform:rotate(-45deg) scale(.775,1) translate(5px,-3px);-ms-transform:rotate(-45deg) scale(.775,1) translate(5px,-3px);transform:rotate(-45deg) scale(.775,1) translate(5px,-3px)}#mobile-nav.basic-layout.menu-open .menu-button .close-text,#mobile-nav.basic-layout.menu-open .menu-button .menu-text{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}#mobile-nav.basic-layout.menu-open .menu-button .menu-text{opacity:0;-webkit-transform:translateX(2px) scale(.8);-ms-transform:translateX(2px) scale(.8);transform:translateX(2px) scale(.8)}#mobile-nav.basic-layout.menu-open .menu-button .close-text{opacity:1;-webkit-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}#mobile-nav.basic-layout.fixed{top:0;left:0;right:0;position:fixed;z-index:20;opacity:.9;-webkit-transition:opacity .3s ease,top .3s ease,-webkit-transform .18s ease;transition:opacity .3s ease,top .3s ease,-webkit-transform .18s ease;-o-transition:transform .18s ease,opacity .3s ease,top .3s ease;transition:transform .18s ease,opacity .3s ease,top .3s ease;transition:transform .18s ease,opacity .3s ease,top .3s ease,-webkit-transform .18s ease;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}#mobile-nav.basic-layout.fixed.menu-open,#mobile-nav.basic-layout.fixed.search-open{opacity:1}#mobile-nav.basic-layout.fixed.search-open{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.25);box-shadow:0 1px 10px rgba(0,0,0,.25)}@media (max-width:599px){#mobile-nav.basic-layout.fixed{top:0!important}}#mobile-nav.basic-layout.fixed.show{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#mobile-nav.basic-layout.fixed.hide{top:0!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}#mobile-nav.basic-layout.fixed.menu-open .buttons-container{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);position:relative;z-index:2;max-height:41px}#mobile-nav.compact-layout{width:100%;height:48px;-webkit-box-shadow:0 0 0 rgba(0,0,0,.06);box-shadow:0 0 0 rgba(0,0,0,.06);z-index:999;top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media (max-width:599px){#mobile-nav.compact-layout{top:0!important}}#mobile-nav.compact-layout .search-results{display:none}#mobile-nav.compact-layout .site-id-bar{width:100%;overflow:hidden}#mobile-nav.compact-layout .menu-btn{position:absolute;top:0;left:0;width:48px;height:48px;z-index:2;overflow:hidden}#mobile-nav.compact-layout .menu-btn .menu-icon{display:block;width:18px;height:2px;position:absolute;background:#434343;top:23px;left:15px;font-size:0;color:transparent;text-indent:100%}#mobile-nav.compact-layout .menu-btn .menu-icon:after,#mobile-nav.compact-layout .menu-btn .menu-icon:before{content:'';display:block;position:absolute;width:18px;height:2px;background:#434343}#mobile-nav.compact-layout .menu-btn .menu-icon:before{top:-5px}#mobile-nav.compact-layout .menu-btn .menu-icon:after{top:5px}#mobile-nav.compact-layout .site-id{max-width:100%;height:48px;margin-left:48px;margin-right:48px;padding-left:12px;padding-right:12px;overflow:hidden}#mobile-nav.compact-layout .site-id a{display:block;line-height:48px;vertical-align:middle;text-align:center}#mobile-nav.compact-layout .site-id img{display:inline-block;line-height:48px;vertical-align:middle;overflow:hidden}#mobile-nav.compact-layout .site-name{font:800 22px/24px "PT Serif",sans-serif;color:#333;padding:12px 0;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-align:center;overflow:hidden}#mobile-nav.compact-layout .custom-search-form{position:absolute;top:0;left:100%;width:100%;height:48px;background:#fff;z-index:2;padding-left:48px}#mobile-nav.compact-layout .custom-search-form .search-btn{position:absolute;width:48px;height:48px;top:0;left:-48px;overflow:hidden;cursor:pointer}#mobile-nav.compact-layout .custom-search-form .search-btn input{display:block;width:100%;pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;text-indent:100%;background:0 0}#mobile-nav.compact-layout .custom-search-form .search-btn svg{position:absolute;top:17px;right:17px;pointer-events:none}#mobile-nav.compact-layout .custom-search-form .search-btn svg path{fill:#434343}#mobile-nav.compact-layout .custom-search-form .search-field-area{position:absolute;top:0;left:48px;right:0;bottom:0}#mobile-nav.compact-layout .custom-search-form .search-field{display:block;height:48px;width:100%;font:400 16px/18px "Work Sans",sans-serif;background:#fff}#mobile-nav.compact-layout .custom-search-form .search-field::-webkit-input-placeholder{color:#bbb}#mobile-nav.compact-layout .custom-search-form .search-field::-moz-placeholder{color:#bbb}#mobile-nav.compact-layout .custom-search-form .search-field:-ms-input-placeholder{color:#bbb}#mobile-nav.compact-layout .custom-search-form .search-field:-moz-placeholder{color:#bbb}#mobile-nav.compact-layout .custom-search-form .search-field:focus{outline:0;-webkit-box-shadow:0 2px 0 #6299a9;box-shadow:0 2px 0 #6299a9}#mobile-nav.compact-layout .custom-search-form .close-search{width:48px;height:48px;background:#fff;position:absolute;top:0;right:0}#mobile-nav.compact-layout .custom-search-form .close-search svg{position:absolute;top:19px;right:18px;pointer-events:none}#mobile-nav.compact-layout .custom-search-form .close-search svg polygon{fill:#333}#mobile-nav.compact-layout .menu-section{position:relative;z-index:1000;top:-48px;height:0;opacity:0;pointer-events:none}#mobile-nav.compact-layout .menu-section .close-menu-btn{padding:15px 0;font:600 15px/18px "Work Sans",sans-serif;background:#f0f0f0;text-transform:uppercase;text-align:center;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:-webkit-transform .2s ease .05s;transition:-webkit-transform .2s ease .05s;-o-transition:transform .2s ease .05s;transition:transform .2s ease .05s;transition:transform .2s ease .05s,-webkit-transform .2s ease .05s;pointer-events:none}#mobile-nav.compact-layout .menu-section .close-menu-btn .close{display:inline-block;position:relative;left:7px}#mobile-nav.compact-layout .menu-section .close-menu-btn .close:after,#mobile-nav.compact-layout .menu-section .close-menu-btn .close:before{content:'';position:absolute;display:block;width:16px;height:2px;background:#434343;top:8px;left:-27px}#mobile-nav.compact-layout .menu-section .close-menu-btn .close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#mobile-nav.compact-layout .menu-section .close-menu-btn .close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#mobile-nav.compact-layout .menu-section .menu-container{z-index:2;background:#fff}#mobile-nav.compact-layout.fixed{position:fixed}#mobile-nav.compact-layout.menu-open .menu-section{height:100%;opacity:1;pointer-events:all}#mobile-nav.compact-layout.menu-open .menu-section .close-menu-btn{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);pointer-events:all}#mobile-nav.compact-layout.search-open .custom-search-form{left:0}#mobile-nav.compact-layout.search-open .custom-search-form .search-btn{left:0;pointer-events:none}#mobile-nav.compact-layout.search-open .custom-search-form .search-btn input{pointer-events:all}#mobile-nav.compact-layout.show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 0 rgba(0,0,0,.06);box-shadow:0 2px 0 rgba(0,0,0,.06)}#sec-navigation{display:none}@media (min-width:600px){#sec-navigation{display:block;position:relative;z-index:1}#sec-navigation:hover{z-index:20}#sec-navigation .search-icon{height:42px;width:42px;cursor:pointer;float:left;padding:14px 0 0 14px;margin-right:5px}#sec-navigation .search-icon svg path{fill:#333}#sec-navigation .date{display:none;margin-right:15px}#sec-navigation .menu{float:left;max-width:60%;height:42px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}#sec-navigation .menu li{display:block;float:left;font:500 12px/42px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#707070;text-transform:uppercase;position:relative;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}#sec-navigation .menu li:hover{font-weight:600;color:#6299a9;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}#sec-navigation .menu li a{display:block;padding:0 10px}#sec-navigation .menu li a:hover+ul{opacity:1;pointer-events:all}#sec-navigation .menu li.menu-item-has-children>a:after,#sec-navigation .menu li.page_item_has_children>a:after{content:'\f0da';font:400 14px/10px FontAwesome;margin-left:9px}#sec-navigation .menu li ul{opacity:0;pointer-events:none;-webkit-transition:opacity .225s ease;-o-transition:opacity .225s ease;transition:opacity .225s ease}#sec-navigation .menu li ul:hover{opacity:1;pointer-events:all}#sec-navigation .menu>li>a{height:42px}#sec-navigation .menu>li.menu-item-has-children:hover,#sec-navigation .menu>li.page_item_has_children:hover{color:#6299a9;background:#fff}#sec-navigation .menu>li.menu-item-has-children>a:after,#sec-navigation .menu>li.page_item_has_children>a:after{content:'\f0d7';margin-left:5px}#sec-navigation .menu>li>ul{position:absolute;width:144px;top:42px;left:-1px;background:#fff;border-radius:6px;border-top-left-radius:0;border-top-right-radius:0;border:1px solid #f0f0f0;border-top:0;padding:0 8px}#sec-navigation .menu>li>ul.right{left:auto;right:-1px}#sec-navigation .menu>li>ul li{height:auto;width:100%;border-bottom:1px solid #f0f0f0;line-height:12px;display:inline-block;clear:left;white-space:normal}#sec-navigation .menu>li>ul li:hover{color:#6299a9}#sec-navigation .menu>li>ul li:last-of-type{border-bottom:0}#sec-navigation .menu>li>ul li a{width:100%;padding:9px 0}#sec-navigation .menu>li>ul ul{width:144px;background:#fff;position:absolute;top:-1px;left:126px;padding:0 8px;border-radius:6px;border-top-left-radius:0;border:1px solid #f0f0f0}#sec-navigation .menu>li>ul ul.right{left:-144px;border-top-left-radius:6px;border-top-right-radius:0}#sec-navigation .social-media-icons{float:right;height:42px;padding-top:9px;margin-left:10px;position:relative}#sec-navigation .social-media-icons a{float:left;border-radius:3px;padding:3px 6px;font:normal 14px/18px FontAwesome;color:#434343;margin-right:4px;-webkit-transition:color .4s ease,background-color .4s ease;-o-transition:color .4s ease,background-color .4s ease;transition:color .4s ease,background-color .4s ease}#sec-navigation .social-media-icons a:hover{color:#fff;-webkit-transition:color .4s ease,background-color .4s ease;-o-transition:color .4s ease,background-color .4s ease;transition:color .4s ease,background-color .4s ease}#sec-navigation .social-media-icons a:not(:hover){background:#f0f0f0}#sec-navigation .social-media-icons a:last-of-type{margin-right:0}#sec-navigation.layout-boxed.background-light{background:#f0f0f0}#sec-navigation.layout-boxed.background-light .menu>li.menu-item-has-children:hover,#sec-navigation.layout-boxed.background-light .menu>li.page_item_has_children:hover{background:#fff}#sec-navigation.layout-boxed.background-light .social-media-icons a:not(:hover){background:#fff}#sec-navigation.layout-boxed.background-dark{background:#333}#sec-navigation.layout-boxed.background-dark .search-icon svg path{fill:#f0f0f0}#sec-navigation.layout-boxed.background-dark .date{color:#f0f0f0}#sec-navigation.layout-boxed.background-dark .menu li{color:#bbb}#sec-navigation.layout-boxed.background-dark .menu li:hover{color:#6299a9}#sec-navigation.layout-boxed.background-dark .menu>li.menu-item-has-children:hover,#sec-navigation.layout-boxed.background-dark .menu>li.page_item_has_children:hover{background:#434343}#sec-navigation.layout-boxed.background-dark .menu>li>ul{background:#434343;border-color:#333}#sec-navigation.layout-boxed.background-dark .menu>li>ul li{border-bottom-color:#333}#sec-navigation.layout-boxed.background-dark .menu>li>ul ul{background:#434343;border-color:#333}#sec-navigation.layout-boxed.background-dark .social-media-icons a{color:#f0f0f0}#sec-navigation.layout-boxed.background-dark .social-media-icons a:hover{color:#fff}#sec-navigation.layout-boxed.background-dark .social-media-icons a:not(:hover){background:#434343}#sec-navigation.layout-boxed.background-color-light .search-icon svg{opacity:.98}#sec-navigation.layout-boxed.background-color-light .search-icon svg path{fill:#fff}#sec-navigation.layout-boxed.background-color-light .date{color:#fff;opacity:.98}#sec-navigation.layout-boxed.background-color-light .menu>li:not(:hover){color:rgba(255,255,255,.8)}#sec-navigation.layout-boxed.background-color-light .menu>li:not(.page_item_has_children):not(.menu-item-has-children):hover{color:rgba(255,255,255,.98)}#sec-navigation.layout-boxed.background-color-light .social-media-icons a{color:rgba(255,255,255,.9)}#sec-navigation.layout-boxed.background-color-light .social-media-icons a:hover{color:#fff}#sec-navigation.layout-boxed.background-color-light .social-media-icons a:not(:hover){background:rgba(255,255,255,.08)}#sec-navigation.layout-boxed.background-color-dark .search-icon svg{opacity:.66}#sec-navigation.layout-boxed.background-color-dark .search-icon svg path{fill:#000}#sec-navigation.layout-boxed.background-color-dark .date{color:#000;opacity:.66}#sec-navigation.layout-boxed.background-color-dark .menu>li:not(:hover){color:rgba(0,0,0,.5)}#sec-navigation.layout-boxed.background-color-dark .menu>li:not(.page_item_has_children):not(.menu-item-has-children):hover{color:rgba(0,0,0,.66)}#sec-navigation.layout-boxed.background-color-dark .social-media-icons a{color:rgba(0,0,0,.52)}#sec-navigation.layout-boxed.background-color-dark .social-media-icons a:hover{color:#fff}#sec-navigation.layout-boxed.background-color-dark .social-media-icons a:not(:hover){background:rgba(0,0,0,.08)}#sec-navigation.layout-divider>.row{position:relative}#sec-navigation.layout-divider>.row:before{content:"";display:block;position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#f0f0f0}#sec-navigation.layout-shadow{background:#fff;-webkit-box-shadow:0 2px 40px rgba(0,0,0,.09);box-shadow:0 2px 40px rgba(0,0,0,.09)}#sec-navigation.padding-medium .search-icon{height:36px;width:36px;padding:11px 0 0 11px;margin-right:8px}#sec-navigation.padding-medium .date{line-height:36px}#sec-navigation.padding-medium .menu{height:36px}#sec-navigation.padding-medium .menu>li{line-height:36px}#sec-navigation.padding-medium .menu>li>a{height:36px}#sec-navigation.padding-medium .menu>li>ul{top:36px}#sec-navigation.padding-medium .social-media-icons{height:36px;padding-top:6px}#sec-navigation.padding-small .search-icon{height:30px;width:30px;padding:8px 0 0 8px;margin-right:10px}#sec-navigation.padding-small .date{line-height:30px}#sec-navigation.padding-small .menu{height:30px}#sec-navigation.padding-small .menu>li{line-height:30px}#sec-navigation.padding-small .menu>li>a{height:30px}#sec-navigation.padding-small .menu>li>ul{top:30px}#sec-navigation.padding-small .social-media-icons{height:30px;padding-top:3px}#sec-navigation.padding-small .social-media-icons a{margin-right:3px}#sec-navigation.padding-small .social-media-icons a:last-of-type{margin-right:0}}@media (min-width:720px){#sec-navigation .date{display:block;font:600 14px/42px "Work Sans","Helvetica Neue",Helvetica,sans-serif;float:left}}.search-cover{display:none}@media (min-width:600px){.search-cover{display:block;position:absolute;top:42px;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.2)),to(#fff));background:-webkit-linear-gradient(bottom,rgba(255,255,255,.2) 0,#fff 100%);background:-o-linear-gradient(bottom,rgba(255,255,255,.2) 0,#fff 100%);background:linear-gradient(0deg,rgba(255,255,255,.2) 0,#fff 100%);z-index:20;padding-top:100px;height:100%;width:100%;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.search-cover .custom-search-form{position:relative;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transition:-webkit-transform .3s ease .02s;transition:-webkit-transform .3s ease .02s;-o-transition:transform .3s ease .02s;transition:transform .3s ease .02s;transition:transform .3s ease .02s,-webkit-transform .3s ease .02s}.search-cover .custom-search-form .search-field{width:100%;background:#fff;color:#555;font-size:42px;line-height:48px;font-weight:300;text-align:center;letter-spacing:-1px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0);padding:24px 30px;border:2px solid #fff;border-radius:6px;-webkit-appearance:none;-webkit-transition:border .6s ease,-webkit-box-shadow .3s ease;transition:border .6s ease,-webkit-box-shadow .3s ease;-o-transition:border .6s ease,box-shadow .3s ease;transition:border .6s ease,box-shadow .3s ease;transition:border .6s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.search-cover .custom-search-form .search-field:focus{outline:0;border-color:#f0f0f0;-webkit-box-shadow:0 0 0 rgba(0,0,0,0)!important;box-shadow:0 0 0 rgba(0,0,0,0)!important;-webkit-transition:border .6s ease,-webkit-box-shadow .3s ease;transition:border .6s ease,-webkit-box-shadow .3s ease;-o-transition:border .6s ease,box-shadow .3s ease;transition:border .6s ease,box-shadow .3s ease;transition:border .6s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.search-cover .custom-search-form .search-field::-webkit-input-placeholder{color:#bbb}.search-cover .custom-search-form .search-field::-moz-placeholder{color:#bbb}.search-cover .custom-search-form .search-field:-ms-input-placeholder{color:#bbb}.search-cover .custom-search-form .search-field:-moz-placeholder{color:#bbb}.search-cover .custom-search-form .search-submit{position:absolute;width:96px;height:96px;top:2px;right:2px;bottom:2px;background:0 0;border-top-right-radius:6px;border-bottom-right-radius:6px;text-indent:110px;overflow:hidden;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.search-cover .custom-search-form .search-submit:focus{outline:0}.search-cover .custom-search-form .search-icon{width:25px;height:25px;position:absolute;top:38px;right:37px;pointer-events:none}.search-cover .custom-search-form .search-icon path{fill:#bbb}.search-cover.active{opacity:1;pointer-events:all;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.search-cover.active .custom-search-form{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.search-cover.active .custom-search-form .search-field{-webkit-box-shadow:0 4px 40px -2px rgba(0,0,0,.07);box-shadow:0 4px 40px -2px rgba(0,0,0,.07);-webkit-transition:border .6s ease,-webkit-box-shadow .4s ease .15s;transition:border .6s ease,-webkit-box-shadow .4s ease .15s;-o-transition:border .6s ease,box-shadow .4s ease .15s;transition:border .6s ease,box-shadow .4s ease .15s;transition:border .6s ease,box-shadow .4s ease .15s,-webkit-box-shadow .4s ease .15s}}#site-navigation{display:none}@media (min-width:600px){#site-navigation{display:block;position:relative;z-index:19;background:#fff;height:42px;border-bottom:2px solid #f0f0f0;-webkit-transition:top .3s ease,left .3s ease,right .3s ease,-webkit-transform .3s ease;transition:top .3s ease,left .3s ease,right .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,left .3s ease,right .3s ease,transform .3s ease;transition:top .3s ease,left .3s ease,right .3s ease,transform .3s ease;transition:top .3s ease,left .3s ease,right .3s ease,transform .3s ease,-webkit-transform .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems){border-top:2px solid #f0f0f0;max-height:46px;text-align:center;vertical-align:top;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li{font:600 14px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;display:inline-block;position:relative;padding:0 17px;vertical-align:top}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li:before{content:"";display:block;height:6px;width:3px;border-left:1px solid #bbb;border-right:1px solid #bbb;position:absolute;top:16px;left:-1px}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li:first-child:before{content:none}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li .rich-dropdown:hover,#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li.active>a+.rich-dropdown{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);pointer-events:all;opacity:1;-webkit-box-shadow:-12px 12px 0 rgba(240,240,240,.3),1px 1px 0 rgba(240,240,240,.15);box-shadow:-12px 12px 0 rgba(240,240,240,.3),1px 1px 0 rgba(240,240,240,.15);-webkit-transition:opacity .15s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:opacity .15s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease,opacity .15s ease;transition:transform .3s ease,box-shadow .3s ease,opacity .15s ease;transition:transform .3s ease,box-shadow .3s ease,opacity .15s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a{display:block;padding:0 3px;white-space:nowrap;position:relative;z-index:1;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a[style]:hover{color:rgba(0,0,0,.68);-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a[style]:before{content:"";display:block;background:inherit;position:absolute;top:7px;bottom:6px;left:-19px;right:-19px;z-index:-1;border-radius:3px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0;-webkit-transform:scale(.5,.9);-ms-transform:scale(.5,.9);transform:scale(.5,.9);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-o-transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;pointer-events:none}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a[style]:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s ease,-webkit-transform .4s ease;transition:opacity .3s ease,-webkit-transform .4s ease;-o-transition:transform .4s ease,opacity .3s ease;transition:transform .4s ease,opacity .3s ease;transition:transform .4s ease,opacity .3s ease,-webkit-transform .4s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a[style]:after{content:"";display:block;background:#fff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-2;pointer-events:none}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li.active>a[style]{color:rgba(0,0,0,.68);-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems)>li.active>a[style]:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s ease,-webkit-transform .4s ease;transition:opacity .3s ease,-webkit-transform .4s ease;-o-transition:transform .4s ease,opacity .3s ease;transition:transform .4s ease,opacity .3s ease;transition:transform .4s ease,opacity .3s ease,-webkit-transform .4s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more{padding:17px 24px;cursor:pointer;line-height:42px}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more:hover .more-icon:before{-webkit-transform:translateX(-1px);-ms-transform:translateX(-1px);transform:translateX(-1px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more:hover .more-icon:after{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more .more-icon{display:block;width:4px;height:4px;border-radius:2px;color:transparent;font-size:0;background:#434343;position:relative}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more .more-icon:after,#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more .more-icon:before{content:"";display:block;width:4px;height:4px;border-radius:2px;background:#434343;position:absolute;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more .more-icon:before{left:-6px}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more .more-icon:after{left:6px}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more-list{display:block;position:absolute;top:38px;left:auto;z-index:2;background:#fff;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .2s ease;transition:transform .3s ease,opacity .2s ease;transition:transform .3s ease,opacity .2s ease,-webkit-transform .3s ease;opacity:0;pointer-events:none;max-height:none;text-align:center;border-bottom:2px solid #f0f0f0}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more-list>li{display:inline-block;float:none}#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more-list.active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);pointer-events:all;opacity:1;-webkit-transition:opacity .3s ease .1s,-webkit-transform .3s ease;transition:opacity .3s ease .1s,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease .1s;transition:transform .3s ease,opacity .3s ease .1s;transition:transform .3s ease,opacity .3s ease .1s,-webkit-transform .3s ease}#site-navigation .rich-dropdown{position:absolute;top:40px;left:-50px;width:570px;z-index:2;max-height:60vh;background:#fff;-webkit-transform:translate(-6px,6px);-ms-transform:translate(-6px,6px);transform:translate(-6px,6px);overflow:hidden;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;padding:49px 60px 48px 60px;-webkit-box-shadow:0 0 0 rgba(240,240,240,0),0 0 0 rgba(240,240,240,0);box-shadow:0 0 0 rgba(240,240,240,0),0 0 0 rgba(240,240,240,0);pointer-events:none;opacity:0;-webkit-transition:opacity .25s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:opacity .25s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease,opacity .25s ease;transition:transform .3s ease,box-shadow .3s ease,opacity .25s ease;transition:transform .3s ease,box-shadow .3s ease,opacity .25s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}#site-navigation .rich-dropdown:empty{display:none}#site-navigation .rich-dropdown .child-cats{padding:0 14px;color:#707070;font:500 17px/30px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-align:left;float:left}#site-navigation .rich-dropdown .child-cats li{margin-bottom:6px}#site-navigation .rich-dropdown .child-cats li a{display:block;padding:6px 32px 6px 13px;margin-left:-14px;border-radius:3px;position:relative;width:155px;line-height:18px}#site-navigation .rich-dropdown .child-cats li a>svg{position:absolute;top:10px;right:13px;pointer-events:none}#site-navigation .rich-dropdown .child-cats li a>svg path{fill:#fff}#site-navigation .rich-dropdown .child-cats li:not(.active) a[style]{background:#fff!important}#site-navigation .rich-dropdown .child-cats li.active a{color:#fff;background:#707070}#site-navigation .rich-dropdown .child-cats li.active a[style]:hover{color:#fff;background:inherit}#site-navigation .rich-dropdown .child-cats-elems{float:right;width:260px}#site-navigation .rich-dropdown .child-cats-elems .post .meta .bookmarks{display:none}#site-navigation .rich-dropdown .child-cats-elems .holder,#site-navigation .rich-dropdown .child-cats-elems .more{display:none}#site-navigation .rich-dropdown .child-cats-elems.empty{height:278px}#site-navigation .rich-dropdown .child-cats-elems.empty .holder,#site-navigation .rich-dropdown .child-cats-elems.empty .more{opacity:.8;display:block;height:67px;background:#f0f0f0;border-radius:3px;margin:0 0 18px 0}#site-navigation .rich-dropdown .child-cats-elems.empty .more{height:36px}#site-navigation .rich-dropdown .child-cat{display:none}#site-navigation .rich-dropdown .child-cat .post{padding:0}#site-navigation .rich-dropdown .child-cat .post h1{max-height:54px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis}#site-navigation .rich-dropdown .child-cat .post:last-of-type{margin-bottom:0}#site-navigation .rich-dropdown .child-cat .post:last-of-type .caption .meta{margin-bottom:0}#site-navigation .rich-dropdown .child-cat.active{display:block}#site-navigation .rich-dropdown .more-in-cat{display:block;text-align:center;background:#f0f0f0;font:500 12px/12px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#bbb;text-transform:uppercase;padding:12px 0;border-radius:3px}@-webkit-keyframes childCatElem{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:.6}40%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(.95);transform:scale(.95);opacity:.6}}@keyframes childCatElem{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:.6}40%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(.95);transform:scale(.95);opacity:.6}}#site-navigation li.loading .child-cats-elems .holder{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}#site-navigation li.loading .child-cats-elems .holder:nth-child(1){-webkit-animation:childCatElem 1s ease 0s infinite;animation:childCatElem 1s ease 0s infinite}#site-navigation li.loading .child-cats-elems .holder:nth-child(2){-webkit-animation:childCatElem 1s ease .1s infinite;animation:childCatElem 1s ease .1s infinite}#site-navigation li.loading .child-cats-elems .holder:nth-child(3){-webkit-animation:childCatElem 1s ease .2s infinite;animation:childCatElem 1s ease .2s infinite}#site-navigation li.loading .child-cats-elems .more:nth-child(4){-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-animation:childCatElem 1s ease .3s infinite;animation:childCatElem 1s ease .3s infinite}#site-navigation .compact-menu{height:42px;position:absolute;top:0;left:0;right:0;text-align:center;overflow:hidden;pointer-events:none}#site-navigation .compact-menu .wrap{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}#site-navigation .compact-menu span{display:inline-block;color:#333}#site-navigation .compact-menu .compact-menu-btn{position:absolute;top:0;left:0;font:600 14px/42px 'Work Sans';text-transform:uppercase;margin-left:10px;cursor:pointer}#site-navigation .compact-menu .compact-menu-btn svg{position:relative;top:1px;margin-right:12px}#site-navigation .compact-menu .compact-menu-btn svg rect{fill:#434343}#site-navigation .compact-menu .title{min-height:42px}#site-navigation .compact-menu .title a{display:inline-block;font:700 20px/42px 'PT Serif';padding:0 20px}#site-navigation .compact-menu .title a img{width:auto;max-width:334px;max-height:36px;margin-top:3px}#site-navigation .compact-menu .compact-search-btn{display:block;width:42px;height:42px;position:absolute;top:0;right:0;cursor:pointer;padding-top:14px;text-align:center}#site-navigation .compact-menu .compact-search-btn svg{pointer-events:none}#site-navigation .compact-menu .compact-search-btn svg path{fill:#434343}#site-navigation.fixed{position:fixed;top:0;left:0!important;right:0!important;overflow:hidden;border-bottom-color:#fff;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.06);box-shadow:0 2px 0 rgba(0,0,0,.06);z-index:25}#site-navigation.fixed>ul{margin-left:auto;margin-right:auto;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}#site-navigation.fixed>ul .more-list{top:40px!important;left:0}#site-navigation.fixed .compact-menu{pointer-events:all}#site-navigation.fixed .compact-menu .wrap{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}#site-navigation.fixed.menu-open{overflow:visible}#site-navigation.fixed.menu-open>ul{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#site-navigation.fixed.menu-open .compact-menu{pointer-events:none}#site-navigation.fixed.menu-open .compact-menu .wrap{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}#site-navigation.hide{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);top:0!important}#site-navigation+.search-cover{position:fixed}#site-navigation.custom-menu .std-dropdown{opacity:0;pointer-events:none;top:38px;position:absolute;background:#fff;min-width:220px;max-width:541px;z-index:10;border-radius:0 0 6px 6px;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);-webkit-box-shadow:2px 3px 5px rgba(0,0,0,.12);box-shadow:2px 3px 5px rgba(0,0,0,.12);white-space:nowrap}#site-navigation.custom-menu .std-dropdown ul{padding:30px 40px;text-align:left}#site-navigation.custom-menu .std-dropdown ul li{width:160px;font:500 17px/24px "Work Sans";letter-spacing:-.4px;padding:0;padding-bottom:6px;display:block;position:relative;white-space:normal}#site-navigation.custom-menu .std-dropdown ul li:last-of-type{margin-bottom:0}#site-navigation.custom-menu .std-dropdown ul li:before{content:none}#site-navigation.custom-menu .std-dropdown ul li>a{display:block;padding:3px 32px 3px 13px;border-radius:4px}#site-navigation.custom-menu .std-dropdown ul li>a:after,#site-navigation.custom-menu .std-dropdown ul li>a:before{content:none}#site-navigation.custom-menu .std-dropdown ul li>a:hover+.std-dropdown{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;pointer-events:all;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}#site-navigation.custom-menu .std-dropdown ul li>svg{display:block;height:30px;width:33px;padding:9.793px 0;position:absolute;top:0;left:auto;right:0;bottom:0;pointer-events:none;position:absolute}#site-navigation.custom-menu .std-dropdown ul li>svg path{fill:#bbb}#site-navigation.custom-menu .std-dropdown>ul>li{color:#707070}#site-navigation.custom-menu .std-dropdown>ul>li:not(.active)>a{background:#fff!important}#site-navigation.custom-menu .std-dropdown>ul>li.active>svg>path{fill:#fff}#site-navigation.custom-menu .std-dropdown>ul>li.active>a{color:#fff;background:#555}#site-navigation.custom-menu .std-dropdown .std-dropdown{left:160px;top:-30px}#site-navigation.custom-menu .std-dropdown .std-dropdown.right{left:auto;right:160px;-webkit-transform-origin:180px 30px;-ms-transform-origin:180px 30px;transform-origin:180px 30px;-webkit-box-shadow:none;box-shadow:none}#site-navigation.custom-menu .std-dropdown.depth-1{left:-40px;-webkit-transform-origin:40px top;-ms-transform-origin:40px top;transform-origin:40px top;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-o-transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease}#site-navigation.custom-menu .std-dropdown.depth-1.right{left:auto;right:-40px;-webkit-box-shadow:none;box-shadow:none}#site-navigation.custom-menu .std-dropdown.depth-1.right .std-dropdown{-webkit-box-shadow:none;box-shadow:none}#site-navigation.custom-menu .std-dropdown:not(.depth-1){-webkit-transform-origin:40px 30px;-ms-transform-origin:40px 30px;transform-origin:40px 30px;border-radius:6px;-webkit-transition:opacity .15s ease .1s,-webkit-transform .15s ease .1s;transition:opacity .15s ease .1s,-webkit-transform .15s ease .1s;-o-transition:transform .15s ease .1s,opacity .15s ease .1s;transition:transform .15s ease .1s,opacity .15s ease .1s;transition:transform .15s ease .1s,opacity .15s ease .1s,-webkit-transform .15s ease .1s}#site-navigation.custom-menu .std-dropdown:not(.depth-1):hover{pointer-events:all;-webkit-transform:none;-ms-transform:none;transform:none}#site-navigation.custom-menu .std-dropdown:hover{opacity:1;pointer-events:all}#site-navigation.custom-menu ul>li.active>.std-dropdown{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;pointer-events:all}#site-navigation.custom-menu li.more>ul.more-list{border-radius:0 0 3px 3px}#site-navigation.custom-menu .top-level-post-area{padding:30px 50px}#site-navigation.custom-menu .top-level-post-area.std-dropdown{width:540px;max-width:1000px;left:-52px;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.12);box-shadow:0 5px 10px rgba(0,0,0,.12);border-radius:0 0 6px 6px}#site-navigation.custom-menu .top-level-post-area .top-section-info{margin-bottom:21px}#site-navigation.custom-menu .top-level-post-area .top-section-info h1{font:700 24px/30px "Work Sans",sans-serif;color:#434343;float:left;vertical-align:middle;margin-right:30px}#site-navigation.custom-menu .top-level-post-area .top-section-info .cat-description,#site-navigation.custom-menu .top-level-post-area .top-section-info .cat-post-count{font:400 14px/30px "Work Sans",sans-serif;color:#bbb;float:left;vertical-align:middle}#site-navigation.custom-menu .top-level-post-area .top-section-info .cat-description{display:none}#site-navigation.custom-menu .top-level-post-area .top-section-info .cat-post-count{float:right;margin-right:20px}#site-navigation.custom-menu .top-level-post-area .top-section-info .more-btn{display:block;font:600 12px/26px "Work Sans",sans-serif;color:#bbb;border:2px solid #e3e3e3;border-radius:3px;text-transform:uppercase;letter-spacing:.2px;text-align:center;padding:0 11px;float:right;vertical-align:middle}#site-navigation.custom-menu .top-level-post-area .cat-posts{white-space:normal;display:block;overflow:hidden;position:relative}#site-navigation.custom-menu .top-level-post-area .cat-posts .post{display:none;width:210px;float:left;margin-right:20px;white-space:normal}#site-navigation.custom-menu .top-level-post-area .cat-posts .post .label{display:none}#site-navigation.custom-menu .top-level-post-area .cat-posts .post .caption .meta{margin-bottom:10px}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(1),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(2){display:block}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(2){margin-right:0}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:after{content:none}#site-navigation.custom-menu .top-level-post-area .posts-wrap{white-space:nowrap;-webkit-transition:height .2s ease,-webkit-transform .6s ease;transition:height .2s ease,-webkit-transform .6s ease;-o-transition:height .2s ease,transform .6s ease;transition:height .2s ease,transform .6s ease;transition:height .2s ease,transform .6s ease,-webkit-transform .6s ease;height:288px}#site-navigation.custom-menu .top-level-post-area .posts-wrap .posts-page{display:inline-block;vertical-align:top}#site-navigation.custom-menu .top-level-post-area .controls div{width:50px;height:60%;background-repeat:no-repeat;background-position:center 35%;position:absolute;top:20%;opacity:.2;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;cursor:auto;z-index:2;pointer-events:none}#site-navigation.custom-menu .top-level-post-area .controls div.active{opacity:1;cursor:pointer;pointer-events:inherit}#site-navigation.custom-menu .top-level-post-area .controls div svg{width:9px;height:16px;display:block;position:absolute;top:35%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}#site-navigation.custom-menu .top-level-post-area .controls div svg path{stroke:#bbb}#site-navigation.custom-menu .top-level-post-area .controls .left{left:0}#site-navigation.custom-menu .top-level-post-area .controls .right{right:0}#site-navigation.custom-menu .top-level-post-area .placeholder{opacity:0;pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#fff;-webkit-transition:opacity 0s ease .6s;-o-transition:opacity 0s ease .6s;transition:opacity 0s ease .6s}#site-navigation.custom-menu .top-level-post-area .placeholder.active{opacity:1;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}#site-navigation.custom-menu .top-level-post-area .placeholder .holder{display:none;float:left;width:210px;height:100%;min-height:288px;background:#f0f0f0;border-radius:3px;margin-right:20px;-webkit-animation:customMenuHolderSecond .8s ease;animation:customMenuHolderSecond .8s ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(1){display:block}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(2){-webkit-animation-delay:.1s;animation-delay:.1s;display:block;margin-right:0}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(3){-webkit-animation-delay:.2s;animation-delay:.2s}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(4){-webkit-animation-delay:.3s;animation-delay:.3s}#site-navigation.custom-menu .sub-menu-items{display:inline-block;vertical-align:top}#site-navigation.custom-menu .post-cat-area{display:inline-block;vertical-align:top;white-space:normal}#site-navigation.custom-menu .post-cat-area .post-cat-wrap{display:none;width:300px;padding:30px 40px 30px 0}#site-navigation.custom-menu .post-cat-area .post-cat-wrap.active{display:block}#site-navigation.custom-menu .post-cat-area .holder{display:block;height:67px;background:#f0f0f0;border-radius:3px;margin-bottom:18px;pointer-events:none;-webkit-animation:customMenuHolderSecond .8s ease;animation:customMenuHolderSecond .8s ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes customMenuHolderSecond{0%{opacity:1}10%{opacity:1}50%{opacity:.33}90%{opacity:1}100%{opacity:1}}@keyframes customMenuHolderSecond{0%{opacity:1}10%{opacity:1}50%{opacity:.33}90%{opacity:1}100%{opacity:1}}#site-navigation.custom-menu .post-cat-area .holder:nth-of-type(2){-webkit-animation-delay:.1s;animation-delay:.1s}#site-navigation.custom-menu .post-cat-area .holder:nth-of-type(3){-webkit-animation-delay:.2s;animation-delay:.2s}#site-navigation.custom-menu .post-cat-area .holder:nth-of-type(4){-webkit-animation-delay:.3s;animation-delay:.3s}#site-navigation.custom-menu .post-cat-area .holder:last-of-type{height:36px;margin-bottom:0}#site-navigation.custom-menu .post-cat-area .horiz-mini{padding-left:0;padding-right:0}#site-navigation.custom-menu .post-cat-area .horiz-mini:last-of-type{margin-bottom:0}#site-navigation.custom-menu .post-cat-area .horiz-mini:last-of-type:after{margin-bottom:6px}#site-navigation.custom-menu .post-cat-area .horiz-mini .meta .bookmarks{display:none}#site-navigation.custom-menu .post-cat-area .more-in-cat{display:block;background:#f0f0f0;border-radius:3px;font:500 12px/36px 'Work Sans',sans-serif;text-transform:uppercase;vertical-align:middle;color:#bbb;letter-spacing:.2px;text-align:center}#site-navigation.custom-menu .top-level-cat:not(.loaded) .top-level-post-area .placeholder{opacity:1;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}}@media (min-width:960px){#site-navigation.custom-menu .top-level-post-area.std-dropdown{width:770px}#site-navigation.custom-menu .top-level-post-area .top-section-info .cat-description{display:block}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(1),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(2),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(3){display:block;margin-right:20px}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(3){margin-right:0}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(2){margin-right:20px}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(3){display:block;margin-right:0}}@media (min-width:1200px){#site-navigation.custom-menu .top-level-post-area.std-dropdown{width:1000px}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(1),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(2),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(3),#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(4){display:block;margin-right:20px}#site-navigation.custom-menu .top-level-post-area .cat-posts .post:nth-of-type(4){margin-right:0}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(3){margin-right:20px}#site-navigation.custom-menu .top-level-post-area .placeholder .holder:nth-of-type(4){display:block;margin-right:0}}.admin-bar #site-navigation.fixed{top:32px}.whole-nav-shadow{position:absolute;top:336px;left:0;right:0;height:1200px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(204,204,204,0)),to(rgba(204,204,204,.3)));background:-webkit-linear-gradient(bottom,rgba(204,204,204,0) 0,rgba(204,204,204,.3) 100%);background:-o-linear-gradient(bottom,rgba(204,204,204,0) 0,rgba(204,204,204,.3) 100%);background:linear-gradient(0deg,rgba(204,204,204,0) 0,rgba(204,204,204,.3) 100%);pointer-events:none;opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;z-index:10}.whole-nav-shadow.fixed{position:fixed;top:42px!important}.whole-nav-shadow.active{opacity:1;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.admin-bar .whole-nav-shadow.fixed{top:74px!important}#navshad{position:fixed;background:-webkit-gradient(linear,left bottom,left top,from(rgba(187,187,187,0)),to(rgba(187,187,187,.22)));background:-webkit-linear-gradient(bottom,rgba(187,187,187,0) 0,rgba(187,187,187,.22) 100%);background:-o-linear-gradient(bottom,rgba(187,187,187,0) 0,rgba(187,187,187,.22) 100%);background:linear-gradient(0deg,rgba(187,187,187,0) 0,rgba(187,187,187,.22) 100%);top:0;left:0;right:0;height:60vh;opacity:0;-webkit-transition:opacity .15s ease .5s;-o-transition:opacity .15s ease .5s;transition:opacity .15s ease .5s;pointer-events:none;z-index:10}#navshad.active{opacity:1;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}#navshad.static{position:absolute}.site-header{padding:54px 0 54px}.site-header .site-branding{width:100%;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:10px}.site-header .site-branding h1{font-size:50px;line-height:60px;color:#333;word-spacing:-2px;letter-spacing:-.6px;margin-bottom:8px;word-break:break-all;word-break:break-word}.site-header .site-branding p{display:block;width:100%;color:#6299a9;font-size:14px;font-weight:600;line-height:18px;text-transform:uppercase;margin:0 auto;position:relative;max-width:380px;padding:0 30px;word-break:break-all;word-break:break-word}.site-header .site-branding p span{display:inline-block;background:#fff;padding:0 12px}.site-header .site-branding p:after{content:"";display:block;width:100%;height:6px;border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0;position:absolute;z-index:-2;top:50%;top:calc(50% + 1px);left:0;right:0;bottom:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.site-header .site-branding img{margin-left:auto;margin-right:auto}.site-header .narrow-controls,.site-header .times-instant-search{display:none}.site-header.hide-tagline{padding-top:63px}.site-header.hide-tagline .site-branding{margin-bottom:68px}.site-header.hide-tagline .site-description{display:none}.site-header.hero{padding:0 0 18px}@media (min-width:600px){.site-header.hero{padding:0 0 24px}}@media (min-width:1200px){.site-header.hero{padding:0 0 54px}}.site-header.mobile-header .site-branding.times-logo{margin-bottom:18px}@media (min-width:600px){.site-header{padding:50px 0 54px}.site-header .site-branding{margin-bottom:54px}.site-header .site-branding h1{font-size:60px;margin-bottom:9px}.site-header.basic #site-navigation.fixed>ul{width:600px}}@media (min-width:600px) and (min-width:720px){.site-header.basic #site-navigation.fixed>ul{width:720px}}@media (min-width:600px) and (min-width:960px){.site-header.basic #site-navigation.fixed>ul{width:960px}}@media (min-width:600px) and (min-width:1200px){.site-header.basic #site-navigation.fixed>ul{width:1200px}}@media (min-width:600px){.site-header.basic.has-adele-below{padding-bottom:30px}.site-header.mini{height:118px;padding:0;margin:0;margin-bottom:54px}.site-header.mini .sticky-wrap{position:fixed;top:0;left:0;right:0;z-index:20;padding:38px 0 36px 0;background:#fff;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.06);box-shadow:0 2px 0 rgba(0,0,0,.06);overflow:hidden}.site-header.mini .row{position:relative}.site-header.mini .site-branding{margin-bottom:0;max-width:334px;overflow:hidden;margin:0;margin-left:auto;margin-right:auto;position:absolute;top:-9px;left:0;right:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.site-header.mini .site-branding h1{font-size:36px!important;line-height:36px!important;margin-bottom:5px;display:inline-block}.site-header.mini .site-branding h1 a{display:block;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.site-header.mini .site-branding p{margin:0;padding:0;max-width:none!important;display:inline-block;height:18px;overflow:hidden}.site-header.mini .site-branding p span{padding:0}.site-header.mini .site-branding p:after{content:none}.site-header.mini #site-navigation{border-bottom:0;position:absolute;height:42px;left:0;right:0;top:124px}.site-header.mini #site-navigation>ul{border-top:0}.site-header.mini #site-navigation>ul>li:not(.more){font-size:15px}.site-header.mini #site-navigation>ul>li:not(.more)>a[style]:before{top:5px;bottom:5px}.site-header.mini #site-navigation ul:not(.child-cats):not(.child-cats-elems)>li>a[style]:after{top:-1px;bottom:-1px}.site-header.mini .narrow-controls{display:block}.site-header.mini .narrow-controls .menu-btn{display:inline-block;font:600 14px/42px 'Work Sans';color:#333;text-transform:uppercase;margin-left:10px;padding-left:30px;padding-right:5px;cursor:pointer;position:relative}.site-header.mini .narrow-controls .menu-btn svg{position:absolute;top:15px;left:0;pointer-events:none}.site-header.mini .narrow-controls .menu-btn svg rect{fill:#333}.site-header.mini .narrow-controls .search-btn{width:42px;height:42px;cursor:pointer;float:right;position:relative}.site-header.mini .narrow-controls .search-btn svg{position:absolute;top:14px;right:14px;pointer-events:none}.site-header.mini .narrow-controls .search-btn svg path,.site-header.mini .narrow-controls .search-btn svg polygon{fill:#333}.site-header.mini .times-instant-search{display:none}.site-header.mini.narrow-menu-open .row{-webkit-transform:translateY(-120px)!important;-ms-transform:translateY(-120px)!important;transform:translateY(-120px)!important;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.site-header.mini.narrow-menu-show .sticky-wrap{overflow:visible}.site-header.mini.compact.narrow-menu-open .row{-webkit-transform:translateY(-85px)!important;-ms-transform:translateY(-85px)!important;transform:translateY(-85px)!important}.site-header.mini.compact.narrow-menu-open .row #site-navigation{height:39px}.site-header.mini.compact .sticky-wrap{-webkit-transition:-webkit-transform .18s ease;transition:-webkit-transform .18s ease;-o-transition:transform .18s ease;transition:transform .18s ease;transition:transform .18s ease,-webkit-transform .18s ease}.site-header.mini.compact .search-cover{padding-top:100px}.site-header.mini.force-full .sticky-wrap{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.site-header.mini.force-full .site-branding{-webkit-transform:scale(1) translateY(0)!important;-ms-transform:scale(1) translateY(0)!important;transform:scale(1) translateY(0)!important}.site-header.mini.force-full .site-branding .site-description{opacity:1!important}.site-header.mini.force-full:not(.narrow-menu-open) .row{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.site-header.mini.hide .sticky-wrap{-webkit-transform:translateY(-150px)!important;-ms-transform:translateY(-150px)!important;transform:translateY(-150px)!important;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s}.site-header.mini.hide-tagline .site-branding{top:2px}.site-header.mini.is-logo .site-branding{margin-left:auto;margin-right:auto;top:0;max-height:80px}.site-header.mini.is-logo .site-branding img{width:auto;max-height:80px}.site-header.mini .search-cover{position:fixed;z-index:18;padding-top:154px}}@media (min-width:600px) and (min-width:1200px){.site-header.mini .sticky-wrap{overflow:visible}.site-header.mini .search-cover{display:none}.site-header.mini .narrow-controls{visibility:hidden}.site-header.mini .narrow-controls svg{visibility:hidden}.site-header.mini .site-branding{margin-left:20px;text-align:left;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.site-header.mini #site-navigation{min-width:492px;height:40px;top:2px;margin-left:auto;margin-right:auto}.site-header.mini .times-instant-search{display:block;width:220px;height:42px;position:absolute;top:0;right:0;left:auto;border:2px solid rgba(255,255,255,0);border-radius:3px;-webkit-transition:border .3s ease;-o-transition:border .3s ease;transition:border .3s ease;overflow:hidden;cursor:pointer}.site-header.mini .times-instant-search .custom-search-form{display:block;pointer-events:none;position:relative}.site-header.mini .times-instant-search .search-field{width:calc(100% - 60px);font-family:"Work Sans",Helvetica,sans-serif;font-weight:600;font-size:14px;line-height:38px;text-transform:uppercase;display:inline-block;padding-left:12px;padding-right:20px;text-align:right;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateX(34px);-ms-transform:translateX(34px);transform:translateX(34px);background:rgba(255,255,255,0)}.site-header.mini .times-instant-search .search-field::-webkit-input-placeholder{color:#bbb}.site-header.mini .times-instant-search .search-field::-moz-placeholder{color:#bbb}.site-header.mini .times-instant-search .search-field:-ms-input-placeholder{color:#bbb}.site-header.mini .times-instant-search .search-field:-moz-placeholder{color:#bbb}.site-header.mini .times-instant-search .search-field:focus{outline:0}.site-header.mini .times-instant-search .search-field[type=text]::-ms-clear{display:none;width:0;height:0}.site-header.mini .times-instant-search .search-field[type=text]::-ms-reveal{display:none;width:0;height:0}.site-header.mini .times-instant-search .search-field[type=search]::-webkit-search-cancel-button,.site-header.mini .times-instant-search .search-field[type=search]::-webkit-search-decoration,.site-header.mini .times-instant-search .search-field[type=search]::-webkit-search-results-button,.site-header.mini .times-instant-search .search-field[type=search]::-webkit-search-results-decoration{display:none}.site-header.mini .times-instant-search .search-submit{width:60px;line-height:38px;background:rgba(255,255,255,0);overflow:hidden;text-indent:62px;color:transparent;-webkit-transition:background .3s ease,-webkit-transform .3s ease;transition:background .3s ease,-webkit-transform .3s ease;-o-transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);cursor:pointer;-webkit-appearance:none;border-radius:0}.site-header.mini .times-instant-search .search-icon{position:absolute;top:12px;right:13px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.site-header.mini .times-instant-search .search-icon path{fill:#434343}.site-header.mini .times-instant-search.active{border-color:#f0f0f0}.site-header.mini .times-instant-search.active .custom-search-form{pointer-events:all}.site-header.mini .times-instant-search.active .custom-search-form .search-field{-webkit-transform:none;-ms-transform:none;transform:none}.site-header.mini .times-instant-search.active .custom-search-form .search-submit{-webkit-transform:none;-ms-transform:none;transform:none;background:#f0f0f0}.site-header.mini .times-instant-search.active .custom-search-form .search-icon{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.site-header.mini.compact .times-instant-search .search-submit{border-radius:3px}.site-header.mini.compact .times-instant-search.active{border-color:rgba(255,255,255,0)}.site-header.mini.is-logo .site-branding{margin-left:10px;top:0;max-height:80px}.site-header.mini.is-logo .site-branding img{margin:0;width:auto;max-height:80px}}@media (max-width:599px){.site-header{height:auto!important}.site-header.mini .row,.site-header.mini .site-branding,.site-header.mini .sticky-wrap{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.site-header.mini .site-description{opacity:1!important}}.admin-bar .site-header.mini .sticky-wrap{top:46px}@media (min-width:783px){.admin-bar .site-header.mini .sticky-wrap{top:32px}}@media (max-width:1199px){#times-basic-header-adele,#times-basic-header-adele-below{display:none}}@media (min-width:1200px){.site-header.basic.has-adele .adele-wrap:after,.site-header.basic.has-adele .adele-wrap:before{content:'';display:table;clear:both}.site-header.basic.has-adele .site-branding{width:auto;max-width:30%;margin-left:0;margin-right:0;float:left}.site-header.basic.has-adele #times-basic-header-adele{float:right;max-width:70%}html.flexbox .site-header.basic.has-adele{padding-top:0}html.flexbox .site-header.basic.has-adele .adele-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:54px;margin-top:54px}html.flexbox .site-header.basic.has-adele .adele-wrap:after,html.flexbox .site-header.basic.has-adele .adele-wrap:before{content:none}html.flexbox .site-header.basic.has-adele .site-branding{margin-bottom:0;float:none;max-width:none}html.flexbox .site-header.basic.has-adele #times-basic-header-adele{float:none;max-width:none}html.flexbox #times-basic-header-adele-below{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}#times-basic-header-adele-below{margin-bottom:30px}}figure.hero{width:100%;max-height:90vh;background:#fff;position:relative;z-index:-1;-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.hero.hide{opacity:0;visibility:hidden;overflow:hidden}figure.hero.hide img:nth-child(1){height:0}figure.hero:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:50%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 100%)}figure.hero:before{content:'';display:block;position:absolute;width:100%;height:100%;height:100vh;background:inherit;z-index:10;top:100%;left:0;right:0}figure.hero img{min-width:100%}figure.hero img:nth-child(1){position:absolute;z-index:0;left:0;right:0}figure.hero img:nth-child(1)[style]{position:fixed}figure.hero img:nth-child(2){visibility:hidden}.slider{margin-left:-10px;margin-right:-10px;overflow:hidden;position:relative;margin-bottom:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider .slides-wrap{width:1000%;position:relative;z-index:1}.slider .slides-wrap.animating{-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;-o-transition:transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.slider .slides-wrap.animating .thumbnail{-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;-o-transition:transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.slider .post.slide{width:10%;height:auto;float:left;position:relative;padding:0;overflow:hidden}.slider .post.slide:nth-of-type(n+11){display:none}.slider .post.slide .category-labels{position:absolute;top:11px;left:20px;max-width:280px;max-height:170px;overflow:hidden;opacity:0;-webkit-transition:opacity .6s ease;-o-transition:opacity .6s ease;transition:opacity .6s ease}.slider .post.slide .sticky{background:#fff}.slider .post.slide .content{position:absolute;bottom:16px;left:20px;right:20px;opacity:0;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.slider .post.slide .content .category-labels{display:none}.slider .post.slide .content h1{font-size:24px;line-height:30px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.15);margin-bottom:7px}.slider .post.slide .content p{font-size:13px;line-height:24px;color:rgba(255,255,255,.6)}.slider .post.slide .content p span.published{display:none}.slider .post.slide .content p span.comments-count svg{opacity:.8;margin-right:7px}.slider .post.slide .content p span.comments-count svg path{fill:#fff}.slider .post.slide .thumbnail{padding-bottom:100%;position:relative;z-index:-1;background:#555}.slider .post.slide .thumbnail img{position:absolute;top:0;left:50%;right:0;bottom:0;height:100%;width:auto;max-width:inherit;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.slider .post.slide.active .content{opacity:1}.slider .post.slide.active .category-labels{opacity:1}.slider .indicator-wrap{position:absolute;top:21px;right:16px;z-index:4}.slider .indicator-wrap .indicator{width:8px;height:8px;background:rgba(255,255,255,.6);float:left;overflow:hidden;text-indent:10px;border-radius:2px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.35);box-shadow:0 0 2px rgba(0,0,0,.35);margin-right:4px;-webkit-transition:background .4s ease,-webkit-transform .3s ease;transition:background .4s ease,-webkit-transform .3s ease;-o-transition:background .4s ease,transform .3s ease;transition:background .4s ease,transform .3s ease;transition:background .4s ease,transform .3s ease,-webkit-transform .3s ease}.slider .indicator-wrap .indicator.active{-webkit-transform:scale(.75,1.5);-ms-transform:scale(.75,1.5);transform:scale(.75,1.5);background:rgba(255,255,255,.9);-webkit-transition:background .4s ease,-webkit-transform .3s ease;transition:background .4s ease,-webkit-transform .3s ease;-o-transition:background .4s ease,transform .3s ease;transition:background .4s ease,transform .3s ease;transition:background .4s ease,transform .3s ease,-webkit-transform .3s ease}.slider .controls{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;pointer-events:none}.slider .controls .left,.slider .controls .right{display:block;position:absolute;width:40px;height:100%;top:0;bottom:0;left:auto;right:auto;pointer-events:all;opacity:0;cursor:pointer;-webkit-transition:opacity 1s ease .3s;-o-transition:opacity 1s ease .3s;transition:opacity 1s ease .3s}.slider .controls .left:hover,.slider .controls .right:hover{opacity:1}.slider .controls .left{left:0;background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(left,rgba(0,0,0,.2),rgba(0,0,0,0));background:-o-linear-gradient(left,rgba(0,0,0,.2),rgba(0,0,0,0));background:linear-gradient(left,rgba(0,0,0,.2),rgba(0,0,0,0))}.slider .controls .right{right:0;background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,0));background:-o-linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,0));background:linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,0))}.slider .smart-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.8)),color-stop(65%,rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 65%);background:-o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 65%);background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 65%);z-index:-1;-webkit-transition:opacity .6s ease;-o-transition:opacity .6s ease;transition:opacity .6s ease}@media (min-width:600px){.slider{margin-left:0;margin-right:0}}@media (min-width:720px){.slider .post.slide .thumbnail{padding-bottom:65.142857%}.slider .post.slide .thumbnail img{height:100%;width:auto}.slider .post.slide>.category-labels{display:none}.slider .post.slide .content{left:35px;bottom:23px}.slider .post.slide .content .category-labels{display:block;position:relative;left:0;top:-13px;max-width:440px}.slider .post.slide .content p span.published{display:inline}.slider .post.slide p.meta span.comments-count{display:inline;margin-left:12px}}@media (min-width:960px){.slider .indicator-wrap{opacity:.6;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.slider .indicator-wrap .indicator{cursor:pointer}.slider:hover .indicator-wrap{opacity:1}.slider .post.slide .content{left:40px;bottom:23px}.slider .post.slide .content h1{font-size:30px;line-height:36px;width:370px;margin-bottom:12px}.slider .post.slide p.meta{font-size:14px}}.section-full-width{-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.section-full-width.loading{opacity:.5}.section-full-width .post{opacity:0;-webkit-animation:recentPostEnt .3s ease forwards;animation:recentPostEnt .3s ease forwards}@-webkit-keyframes recentPostEnt{0%{-webkit-transform:translate(0,-20px);transform:translate(0,-20px);opacity:0}100%{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}}@keyframes recentPostEnt{0%{-webkit-transform:translate(0,-20px);transform:translate(0,-20px);opacity:0}100%{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}}.section-full-width .post:nth-of-type(6n){-webkit-animation-delay:.5s;animation-delay:.5s}.section-full-width .post:nth-of-type(6n-1){-webkit-animation-delay:.4s;animation-delay:.4s}.section-full-width .post:nth-of-type(6n-2){-webkit-animation-delay:.3s;animation-delay:.3s}.section-full-width .post:nth-of-type(6n-3){-webkit-animation-delay:.2s;animation-delay:.2s}.section-full-width .post:nth-of-type(6n-4){-webkit-animation-delay:.1s;animation-delay:.1s}.section-full-width .post:nth-of-type(6n-5){-webkit-animation-delay:0s;animation-delay:0s}.slider+.section-full-width:before{display:block;content:'';width:100%;height:4px;border-color:#f0f0f0;border-width:0;border-top-width:2px;border-bottom-width:1px;border-style:solid;margin-bottom:18px}.load-more{height:109px;position:relative;text-align:center;cursor:pointer;margin-bottom:18px;overflow:hidden}.load-more:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,.85)));background:-webkit-linear-gradient(bottom,#fff 0,rgba(255,255,255,.85) 100%);background:-o-linear-gradient(bottom,#fff 0,rgba(255,255,255,.85) 100%);background:linear-gradient(0deg,#fff 0,rgba(255,255,255,.85) 100%);z-index:-1}.load-more:before{content:none}.load-more svg{position:absolute;top:14px;left:0;z-index:-1;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;-o-transition:transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.load-more svg path{fill:#bbb}.load-more .normal-bg{display:none!important}.load-more span{display:inline-block;height:18px;background:#707070;top:30px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;line-height:18px;padding:0 10px;border-radius:3px;position:relative;top:32px}.load-more span.end,.load-more span.loading{display:none}.load-more.loading span{display:none}.load-more.loading span.loading{display:inline-block}.load-more.end{opacity:0;height:0;pointer-events:none;-webkit-transition:opacity 1s ease 2.5s,height .5s ease 3.5s;-o-transition:opacity 1s ease 2.5s,height .5s ease 3.5s;transition:opacity 1s ease 2.5s,height .5s ease 3.5s}.load-more.end span{display:none}.load-more.end span.end{display:inline-block}.load-more.end svg{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}@media (min-width:720px){.load-more svg{width:100%;height:auto}.load-more .normal-bg{display:inline!important}.load-more .mobile-bg{display:none!important}}@media (min-width:960px){.load-more svg{width:684px;top:0}}.post.expt{display:block;padding-left:10px;padding-right:10px}.post.expt .thumbnail{position:relative}.post.expt .caption{text-align:left}.post.expt img{display:block;max-width:100%;height:auto}.post.expt h1{color:#434343;word-wrap:break-word}.post.expt .meta{display:block;color:#bbb;font-weight:400;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif}.post.expt .meta .comments-count{margin-left:12px}.post.expt .meta .comments-count svg{margin-right:4px}.post.expt .meta .comments-count svg path{fill:#bbb}.post.expt .meta .author{color:inherit;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;-o-transition:box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease}.post.expt .meta .author:hover{-webkit-box-shadow:0 1px 0 #f0f0f0;box-shadow:0 1px 0 #f0f0f0}.post.expt .meta .spsd{display:inline-block;font:600 12px/12px "Work Sans",sans-serif;white-space:nowrap;border-radius:3px;margin-left:1px;padding:3px 5px 3px 3px;width:18px;position:relative;color:transparent;letter-spacing:-6.5px;cursor:help;pointer-events:none;z-index:1}.post.expt .meta .spsd:before{pointer-events:all;text-transform:none;content:'s';display:inline-block;width:14px;height:12px;letter-spacing:0;color:#bbb;background:rgba(187,187,187,.25);text-align:center;border-radius:3px;margin-right:6px;line-height:10px;vertical-align:1px;-webkit-transition:color .3s ease,background .3s ease;-o-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.post.expt .meta .spsd:after{text-transform:uppercase;display:inline-block;content:attr(data-text);white-space:nowrap;border-radius:3px;color:#6299a9;line-height:18px;background:#fff;letter-spacing:0;font-size:0;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.14);box-shadow:0 1px 5px rgba(0,0,0,.14);padding:0 5px 0 23px;position:absolute;top:0;left:0;z-index:-1;pointer-events:none;opacity:0;-webkit-transition:opacity 0s ease;-o-transition:opacity 0s ease;transition:opacity 0s ease}.post.expt .meta .spsd:hover{pointer-events:all}.post.expt .meta .spsd:hover:before{pointer-events:all;color:#6299a9;background:rgba(98,153,169,.25)}.post.expt .meta .spsd:hover:after{font-size:12px;pointer-events:all;opacity:1;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}.post.expt .sticky{display:inline-block;vertical-align:2px;width:5px;height:5px;border-radius:50%;background:#b95b51;line-height:inherit;margin-right:13px;text-indent:6px;overflow:hidden;color:transparent}.post.expt .excerpt{font-size:14px;line-height:24px;font-family:Domine,Georgia,serif;font-weight:400;color:#707070}.post.expt .excerpt b{font:500 15px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;letter-spacing:-.6px}.post.expt .more-link{font-size:12px;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;color:#6299a9;white-space:nowrap;font-weight:500}.post.expt:not(.slide) h1 a:visited{color:#555}.label{text-transform:uppercase}.label.line{border:1px solid #bbb;border-radius:3px}.label:empty{display:none!important}.category-labels{font:700 12px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif}.category-labels .label{display:inline-block;position:relative;border-radius:3px;padding:0 10px;margin-top:6px;margin-right:8px;color:#555;background:#fff}.category-labels .label.color-label{color:#fff}.category-labels .label.color-label .label-category-name{text-shadow:0 0 4px rgba(0,0,0,.1)}.category-labels .label:not(.color-label){-webkit-box-shadow:0 0 2px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.15)}.category-labels .label-category-link{position:absolute;top:0;left:0;right:0;bottom:0}.category-labels .label-category-name.transparent-init{-webkit-background-clip:text;-webkit-text-fill-color:transparent}.post.empty *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post.empty .thumbnail{background:#f0f0f0}.post.empty .caption span{color:transparent;background:#f0f0f0;-webkit-box-shadow:inset 0 -4px 0 #fff;box-shadow:inset 0 -4px 0 #fff}.post.empty.vert .thumbnail{padding-bottom:68%}.post.empty.horiz .thumbnail{padding-top:79.286%}.post.empty.horiz h1 span{-webkit-box-shadow:inset 0 -8px 0 #fff;box-shadow:inset 0 -8px 0 #fff}@media (min-width:720px){.post.empty.horiz .thumbnail{padding-top:31.516%}}.post.empty.vert-med h1 span{-webkit-box-shadow:inset 0 -8px 0 #fff;box-shadow:inset 0 -8px 0 #fff}.post.empty.vert-med .thumbnail{background:#f0f0f0;padding-top:29%}.post.empty.vert-mini .thumbnail{padding-top:84%}.post.empty.vert-mini .thumbnail .label{min-width:65px;max-width:120px;height:18px;background:#fff;color:transparent;border-radius:3px;-webkit-box-shadow:none;box-shadow:none}.post.empty.vert-mini h1 span{-webkit-box-shadow:inset 0 -8px 0 #fff;box-shadow:inset 0 -8px 0 #fff}.tvote-wrap{display:none}@media (min-width:960px){.tvote-wrap{display:block}}.hoverable .tvote-wrap{display:block}.tvote-wrap.standard{position:absolute;top:0;left:11px;-webkit-transform:translateY(-100%) scale(1,.8);-ms-transform:translateY(-100%) scale(1,.8);transform:translateY(-100%) scale(1,.8);pointer-events:none;-webkit-transition:-webkit-transform .2s ease .3s;transition:-webkit-transform .2s ease .3s;-o-transition:transform .2s ease .3s;transition:transform .2s ease .3s;transition:transform .2s ease .3s,-webkit-transform .2s ease .3s}.tvote-wrap.standard a{position:absolute;top:0;left:0;right:0;bottom:0}.tvote-wrap.standard .button{display:block;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;position:relative}.tvote-wrap.standard .button:hover{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.tvote-wrap.standard .button i:first-of-type{display:block;width:20px;height:30px;background:url(/wp-content/themes/times/img/bookmark-standard.svg) no-repeat center bottom}.tvote-wrap.standard .button i:last-of-type{display:block;width:8px;height:8px;position:absolute;top:11px;left:6px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.tvote-wrap.standard .button i:last-of-type:after,.tvote-wrap.standard .button i:last-of-type:before{content:"";display:block;background:#6299a9;position:absolute;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.tvote-wrap.standard .button i:last-of-type:before{width:8px;height:2px;top:3px}.tvote-wrap.standard .button i:last-of-type:after{width:2px;height:8px;left:3px}.tvote-wrap.standard .context{display:block;position:absolute;color:#fff;font:600 12px/16px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;white-space:nowrap;background:#333;opacity:0;border-radius:3px;padding:0 5px;top:6px;left:30px;-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);pointer-events:none}.tvote-wrap.standard .context:before{content:"";display:block;width:6px;height:6px;background:inherit;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:5px;left:-3px}.tvote-wrap.standard .button:hover+.context{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .2s ease .8s,-webkit-transform .2s ease .8s;transition:opacity .2s ease .8s,-webkit-transform .2s ease .8s;-o-transition:opacity .2s ease .8s,transform .2s ease .8s;transition:opacity .2s ease .8s,transform .2s ease .8s;transition:opacity .2s ease .8s,transform .2s ease .8s,-webkit-transform .2s ease .8s;pointer-events:all}.tvote-wrap.standard .remove{display:none}.tvote-wrap.standard.loading{pointer-events:none!important}.tvote-wrap.standard.loading i:last-of-type:after,.tvote-wrap.standard.loading i:last-of-type:before{background:#bbb!important}.tvote-wrap.standard.liked .add{display:none}.tvote-wrap.standard.liked .remove{display:inline}.tvote-wrap.standard.liked i:last-of-type{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.tvote-wrap.standard.liked i:last-of-type:after,.tvote-wrap.standard.liked i:last-of-type:before{background:#b95b51}.post .thumbnail:hover .tvote-wrap.standard{-webkit-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);transform:translateY(0) scale(1);pointer-events:all}.tvote-wrap.small{position:absolute;left:4px;bottom:4px;opacity:0;z-index:2;pointer-events:none;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.tvote-wrap.small .button{display:block;width:18px;height:18px;border-radius:3px;background:#fff;-webkit-box-shadow:0 2px 1px rgba(0,0,0,.25);box-shadow:0 2px 1px rgba(0,0,0,.25);cursor:pointer}.tvote-wrap.small .button a{position:absolute;top:0;left:0;right:0;bottom:0}.tvote-wrap.small .button svg{pointer-events:none;position:absolute;top:4px;left:5px}.tvote-wrap.small .button svg .in,.tvote-wrap.small .button svg .out{fill:#bbb;-webkit-transition:fill .3s ease,opacity .3s ease;-o-transition:fill .3s ease,opacity .3s ease;transition:fill .3s ease,opacity .3s ease}.tvote-wrap.small .button svg .in{opacity:0}.tvote-wrap.small .context{display:block;position:absolute;color:#fff;font:600 12px/16px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;white-space:nowrap;background:#333;opacity:0;border-radius:3px;padding:0 5px;top:28px;left:50%;-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transform:translate(-50%,0) scale(.8);-ms-transform:translate(-50%,0) scale(.8);transform:translate(-50%,0) scale(.8);pointer-events:none;z-index:1}.tvote-wrap.small .context:before{content:"";display:block;width:6px;height:6px;background:inherit;-webkit-transform:rotate(45deg) translate(-50%,0);-ms-transform:rotate(45deg) translate(-50%,0);transform:rotate(45deg) translate(-50%,0);position:absolute;top:-1px;left:50%;z-index:-1;-webkit-filter:blur(0)}.tvote-wrap.small .context .remove{display:none}.tvote-wrap.small .button:hover+.context{opacity:.8;-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1);pointer-events:all;-webkit-transition:opacity .2s ease .8s,-webkit-transform .3s ease .8s;transition:opacity .2s ease .8s,-webkit-transform .3s ease .8s;-o-transition:opacity .2s ease .8s,transform .3s ease .8s;transition:opacity .2s ease .8s,transform .3s ease .8s;transition:opacity .2s ease .8s,transform .3s ease .8s,-webkit-transform .3s ease .8s}.tvote-wrap.small.loading{pointer-events:none;opacity:.6}.tvote-wrap.small.loading .context{display:none}.tvote-wrap.small.liked .add{display:none}.tvote-wrap.small.liked .remove{display:inline}.tvote-wrap.small.liked .button svg .in,.tvote-wrap.small.liked .button svg .out{opacity:1;fill:#bbb}.tvote-wrap.small.liked:hover .button svg .in,.tvote-wrap.small.liked:hover .button svg .out{fill:#6299a9}.post .thumbnail:hover .tvote-wrap.small{opacity:1;pointer-events:all;-webkit-transition:opacity .2s ease .05s;-o-transition:opacity .2s ease .05s;transition:opacity .2s ease .05s}.post.horiz,.post.vert{margin-bottom:11px}.post.horiz .thumbnail,.post.vert .thumbnail{margin-left:-20px;margin-right:-20px;margin-bottom:13px;overflow:hidden}@media (min-width:600px){.post.horiz .thumbnail,.post.vert .thumbnail{margin-left:-10px;margin-right:-10px}}.post.horiz h1,.post.vert h1{font-size:24px;line-height:30px;letter-spacing:-.6px;margin-bottom:10px}.post.horiz .meta,.post.vert .meta{margin-bottom:8px;font-size:13px;line-height:18px;letter-spacing:-.1px}.post.horiz{margin-bottom:19px}.post.horiz:after{content:"";display:block;width:100%;height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.post.horiz .caption{margin-bottom:12px}.post.horiz:last-child:after{content:none}@media (min-width:720px){.post.horiz{min-height:144px;margin-bottom:12px}.post.horiz .thumbnail{width:208px;margin-left:-10px;margin-right:20px;margin-bottom:6px;float:left}.post.horiz h1{margin-top:1px}.post.horiz .caption{min-height:139px}}@media (min-width:960px){.post.horiz .thumbnail{width:300px;margin-right:0}.post.horiz .caption{float:right;padding-left:10px;width:100%;min-height:212px}.post.horiz .caption h1{font-size:30px;line-height:36px;margin-top:7px}.post.horiz .excerpt{margin-bottom:24px}.post.horiz.cover .caption{width:55.88235%;width:calc(100% - 300px)}.post.horiz.cover .excerpt{margin-bottom:12px}}.post.horiz-med:after{content:"";display:block;clear:both;margin-bottom:17px}.post.horiz-med .thumbnail{width:24%;max-width:72px;float:left}.post.horiz-med .caption{min-height:73px;padding-left:18px;width:100%;float:right;position:relative}.post.horiz-med .caption:after{content:"";display:block;width:100%;height:1px;background:#f0f0f0;position:absolute;bottom:0}.post.horiz-med h1{font-size:22px;line-height:24px;margin-top:-2px;margin-bottom:7px}.post.horiz-med .meta{font-size:13px;line-height:18px;margin-bottom:14px}.post.horiz-med:last-of-type{margin-bottom:12px}.post.horiz-med:last-of-type .caption:after{content:none}.post.horiz-med.cover .caption{width:76%;width:calc(100% - 72px)}.post.horiz-mini:after{content:"";display:block;clear:both;margin-bottom:18px}.post.horiz-mini .thumbnail{width:30%;max-width:54px;float:left}.post.horiz-mini .thumbnail img{border-radius:3px}.post.horiz-mini .caption{min-height:53px;padding-left:11px;width:100%;float:right;position:relative}@media (min-width:600px){.post.horiz-mini .caption:after{content:"";display:block;width:100%;height:1px;background:#f0f0f0;position:absolute;bottom:0}}.post.horiz-mini h1{font-size:15px;line-height:18px;margin-bottom:1px;margin-top:-2px}.post.horiz-mini .meta{font-size:12px;line-height:18px;margin-bottom:0}.post.horiz-mini .meta .bookmarks{display:none}.post.horiz-mini .meta .author{display:none}@media (min-width:600px){.post.horiz-mini .meta{margin-bottom:14px}}.post.horiz-mini .sticky{margin-right:6px}.post.horiz-mini:last-of-type{margin-bottom:12px}.post.horiz-mini:last-of-type .caption:after{content:none}.post.horiz-mini.cover .caption{width:70%;width:calc(100% - 54px)}@media (min-width:960px){.post.horiz-mini .meta .bookmarks{display:inline}}.post.horiz-xmini{padding:0}.post.horiz-xmini h1{color:#555;font:400 16px/20px "PT Serif";letter-spacing:-.2px;margin-bottom:8px}.post.horiz-xmini h1 a{-webkit-box-shadow:inset 0 0 0 #f0f0f0;box-shadow:inset 0 0 0 #f0f0f0;-webkit-transition:-webkit-box-shadow .1s ease;transition:-webkit-box-shadow .1s ease;-o-transition:box-shadow .1s ease;transition:box-shadow .1s ease;transition:box-shadow .1s ease,-webkit-box-shadow .1s ease}.post.horiz-xmini h1 a:hover{-webkit-box-shadow:inset 0 -10px 0 #f0f0f0;box-shadow:inset 0 -10px 0 #f0f0f0}.post.horiz-xmini .meta{font-size:12px;line-height:12px;margin-bottom:15px}.post.horiz-xmini .meta .author{text-transform:uppercase}.post.horiz-xmini:after{content:"";display:block;width:100%;height:1px;background:#f0f0f0;margin-bottom:12px}.post.horiz-xmini:last-of-type:after{content:none}.post.vert{margin-bottom:18px}.post.vert:after{content:'';display:block;width:100%;height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.post.vert .excerpt{margin-bottom:15px}@media (min-width:720px){.post.vert .thumbnail{margin-left:-10px;margin-right:-10px}}.post.vert-med{padding:0;margin-bottom:36px;max-width:300px;margin-left:auto;margin-right:auto}.post.vert-med:after{content:"";display:block;height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;position:relative;top:19px}.post.vert-med:last-of-type:after{content:none}.post.vert-med h1{font-size:21px;line-height:24px;margin-bottom:2px}.post.vert-med .meta{font:400 13px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;position:relative;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.post.vert-med .meta:empty{height:6px}.post.vert-med .thumbnail{display:none}.post.vert-med.cover .thumbnail{display:block;width:58px;float:left;margin-top:7px;margin-left:-10px;margin-right:13px}.post.vert-med.sticky h1{position:relative}.post.vert-med.sticky h1:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background-color:#b95b51;position:absolute;top:11px;left:-12px}.post.vert-med.cover .excerpt{min-height:65px}.post.vert-mini{padding:0}.post.vert-mini:after{content:"";display:block;height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:23px}.post.vert-mini:last-child:after{content:none}.post.vert-mini .thumbnail{margin-bottom:11px;overflow:hidden}.post.vert-mini .category-labels{position:absolute;bottom:10px;left:12px;max-height:96px;overflow:hidden}.post.vert-mini h1{font-size:21px;line-height:24px;margin-bottom:9px}.post.vert-mini p.meta{font:400 12px/12px "Work Sans","Helvetica Neue",Helvetica,sans-serif;margin-bottom:25px}.post.vert-mini p.meta .author{text-transform:uppercase}.post.vert-mini p.meta:empty{margin-bottom:17px}.post.vert-mini.cover p.meta{margin-bottom:19px}.post.vert-mini.cover p.meta:empty{margin-bottom:17px}.category-section .section-header{padding:18px 20px;margin-bottom:13px;overflow:hidden}.category-section .section-header h2{color:rgba(0,0,0,.74);font:700 20px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;display:inline-block;position:relative;z-index:1;margin-right:10px;white-space:nowrap;max-width:99%}.category-section .section-header h2:before{content:"";background-color:inherit;display:block;height:10px;width:100%;position:absolute;top:11px;left:3px;z-index:-1;opacity:.5}.category-section .section-header h2:after{content:'';background:#fff;display:block;width:100%;height:100%;width:calc(100% + 4px);height:calc(100% + 4px);position:absolute;top:-2px;left:-2px;z-index:-2}.category-section .section-header .info{display:none;color:#bbb;font-size:14px;line-height:24px}.category-section .section-header .label{color:#bbb;height:24px;font-size:12px;font-weight:500;line-height:12px;padding:5px 10px;position:absolute;top:19px;right:10px;z-index:1;background:#fff}.category-section .section-header .label:before{content:'';display:block;position:absolute;width:40px;height:30px;top:-4px;left:-41px;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(85%,#fff));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 85%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 85%);background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 85%);pointer-events:none}.category-section .section-header .label:after{content:'';display:block;position:absolute;width:50px;height:30px;top:-4px;right:-51px;background-color:inherit}.category-section .section-header .label span:first-child{display:none}@media (min-width:720px){.category-section .section-header{overflow:hidden;padding-left:10px;padding-right:10px}.category-section .section-header .label{padding-left:8px;padding-right:8px}}@media (min-width:960px){.category-section .section-header{margin-bottom:25px}.category-section .section-header h2{margin-right:18px}.category-section .section-header .info{display:inline-block;vertical-align:2px}}@media (min-width:720px){.category-section .post.vert h1{max-height:90px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis}.category-section .post.horiz-mini h1{max-height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis}}@media (min-width:960px){.category-section:nth-of-type(n+3){display:block}}@media (max-width:959px){.category-section.category-large .post-list .post:after{margin-bottom:18px}.category-section.category-large .post-list .post .thumbnail{width:30%;max-width:54px;border-radius:3px;overflow:hidden}.category-section.category-large .post-list .post.cover .caption{width:70%;width:calc(100% - 54px)}.category-section.category-large .post-list .post .caption{width:100%;padding-left:11px;min-height:0}.category-section.category-large .post-list .post .caption:after{content:none}.category-section.category-large .post-list .post h1{font-size:15px;line-height:18px;margin-bottom:1px;margin-top:-2px}.category-section.category-large .post-list .post .meta{font-size:12px;line-height:18px;margin-bottom:0}}@media (max-width:719px){.category-section.category-large .post-list{height:auto!important;margin-bottom:12px}.category-section.category-large .post-list .post:nth-of-type(n+4){display:none}}@media (min-width:720px){.category-section.category-large{width:100%;padding-bottom:4px}.category-section.category-large .post-list,.category-section.category-large .post.vert{width:50%;float:left}.category-section.category-large .post.vert:after{content:none}.category-section.category-large .post-list{position:relative}.category-section.category-large .post-list .post{padding-right:0}.category-section.category-large .post-list .wrap{overflow-y:auto;overflow-x:hidden;height:100%}.category-section.category-large .post-list .fade{width:100%;height:35%;position:absolute;top:auto;left:0;right:0;bottom:-4px;pointer-events:none;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(80%,rgba(255,255,255,.95)),to(#fff));background:-webkit-linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.95) 80%,#fff 100%);background:-o-linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.95) 80%,#fff 100%);background:linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,.95) 80%,#fff 100%);z-index:20;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.category-section.category-large .post-list .tvote-wrap .context{left:-2px;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.category-section.category-large .post-list .tvote-wrap .context:before{left:10px}.category-section.category-large .post-list .tvote-wrap .button:hover+.context{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.category-section.category-large .post-list .spsd:after{padding:0 23px 0 5px;left:auto;right:-2px}}@media (min-width:720px) and (max-width:959px){.category-section.category-large .post-list .post h1{max-height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-section.category-large .post-list .post .meta{margin-bottom:9px}.category-section.category-large .post-list .post .meta>.author{display:none}.category-section.category-large .post-list .post .caption:after{content:''}.category-section.category-large .post-list .post:after{margin-bottom:11px}.category-section.category-large .post-list .post:last-of-type .caption:after{content:none}}@media (min-width:960px){.category-section.category-large{width:100%;float:none;margin-bottom:36px}.category-section.category-large .section-header{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.category-section.category-large .section-header span:first-child{display:inline}.category-section.category-large .section-header span:last-child{display:none}.category-section.category-large .post.vert{width:300px}.category-section.category-large .post-list{width:57.142857%;width:calc(100% - 300px);float:right;height:472px;padding-left:10px;padding-right:0}.category-section.category-large .post-list .post{display:block!important}.category-section.category-large .post-list .post .caption{overflow-x:hidden}}@media (min-width:1200px){.category-section.category-large .post-list .post{padding-right:10px}}@media (min-width:720px) and (max-width:959px){.category-section.category-twin .post.horiz-mini .caption:after{content:none}.category-section.category-twin .post.horiz-mini .meta{margin-bottom:0}}@media (min-width:720px){.category-section.category-twin{width:50%;float:left}}@media (min-width:960px){.category-section.category-twin{width:50%;display:block}.category-section.category-twin .post.vert{padding-left:10px;padding-right:10px;margin-bottom:24px}.category-section.category-twin .post.vert:after{height:0;border-top-width:0}.category-section.category-twin .post.vert .meta{margin-bottom:18px}.category-section.category-twin .post.vert .thumbnail{margin-left:0;margin-right:0}.category-section.category-twin .post.vert .excerpt{display:none}.category-section.category-twin .post.horiz-mini{padding-left:20px;padding-right:20px}.category-section.category-twin .post.horiz-mini .caption{padding-right:20px}}@media (min-width:720px){.section-twin-wrap .category-section.twin-left{padding-right:5px}.section-twin-wrap .category-section.twin-right{padding-left:5px}}@media (min-width:960px){.section-twin-wrap .category-section.twin-left{padding-right:0}.section-twin-wrap .category-section.twin-right{padding-left:0}.section-twin-wrap .category-section.twin-left,.section-twin-wrap .category-section.twin-right{padding-left:5px;padding-right:5px}}.section-twin-wrap:after,.section-twin-wrap:before{content:'';display:table;clear:both}.section-grid-wrap{display:none}@media (min-width:720px){.section-grid-wrap{display:block;opacity:.2;clear:both}.section-grid-wrap.done{opacity:1;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}}@media (min-width:720px){.section-grid-wrap .category-section{width:50%;padding-left:10px;padding-right:10px;margin-bottom:33px;float:none}.section-grid-wrap .category-section .section-header{padding:13px 10px 10px 10px;margin-bottom:18px;position:relative}.section-grid-wrap .category-section .section-header h2{font-size:15px;font-weight:800;-o-text-overflow:ellipsis;text-overflow:ellipsis}.section-grid-wrap .category-section .section-header .label{position:absolute;right:10px;top:15px;padding-left:2px;padding-right:1px}.section-grid-wrap .category-section .section-header .label:before{width:25px;left:-24px}.section-grid-wrap .category-section .section-header .label:after{right:-50px}.section-grid-wrap .category-section .post.vert-mini .category-labels{display:none}.section-grid-wrap .category-section .post.vert-mini .meta{margin-bottom:15px}.section-grid-wrap .category-section .post.vert-mini:after{height:1px;border:0;background:#f0f0f0;margin-bottom:12px}}@media (min-width:960px){.section-grid-wrap .category-section{width:33.333333%;width:calc(100% / 3);padding-left:9px;padding-right:9px}}@media (min-width:960px){.post.horiz-mini .meta .bookmarks{display:inline}}.bass{font-family:Domine,Georgia,serif;font-size:14px;line-height:24px}.bass h1,.bass h2,.bass h3,.bass h4,.bass h5,.bass h6{color:#434343}.bass h1 a,.bass h2 a,.bass h3 a,.bass h4 a,.bass h5 a,.bass h6 a{color:inherit}.bass ol,.bass p,.bass ul{color:#707070}.bass a{color:#6299a9}.bass em,.bass i{font-style:italic}.bass b,.bass strong{font-weight:700;font-weight:bolder}.bass s{text-decoration:line-through}.bass img{display:block;max-width:100%;height:auto!important;margin-bottom:6px}.bass a img,.bass b img,.bass em img,.bass i img,.bass p img,.bass strong img{display:inline;margin:0}.bass ol,.bass ul{display:block;padding:0 6px 0 16px;list-style-type:disc}.bass ol ol,.bass ol ul,.bass ul ol,.bass ul ul{padding-left:8px}.bass ol li,.bass ul li{display:list-item;padding-left:0}.bass hr{display:block;width:60%;margin:6px auto 8px auto;height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.bass ol{list-style-type:decimal}.bass sup{font-size:11px;position:relative;top:-5px}.bass sub{font-size:13px;position:relative;top:2px}.bass code,.bass kbd{font-family:Monaco,Monaco,"Courier New",monospace;font-size:12px;line-height:12px}.bass input[type=button],.bass input[type=date],.bass input[type=datetime-local],.bass input[type=email],.bass input[type=file],.bass input[type=month],.bass input[type=number],.bass input[type=password],.bass input[type=reset],.bass input[type=search],.bass input[type=submit],.bass input[type=tel],.bass input[type=text],.bass input[type=time],.bass input[type=url],.bass input[type=week]{border-radius:6px;border:1px solid #bbb;padding:2px 10px;max-width:100%}.bass input[type=button]:focus,.bass input[type=date]:focus,.bass input[type=datetime-local]:focus,.bass input[type=email]:focus,.bass input[type=file]:focus,.bass input[type=month]:focus,.bass input[type=number]:focus,.bass input[type=password]:focus,.bass input[type=reset]:focus,.bass input[type=search]:focus,.bass input[type=submit]:focus,.bass input[type=tel]:focus,.bass input[type=text]:focus,.bass input[type=time]:focus,.bass input[type=url]:focus,.bass input[type=week]:focus{outline:0;border-color:#6299a9}.bass input[type=email],.bass input[type=number],.bass input[type=search],.bass input[type=tel],.bass input[type=text],.bass input[type=url]{-webkit-appearance:none}.bass input[type=submit]{-webkit-appearance:none}.bass textarea{border-radius:6px;border:1px solid #bbb;padding:6px 10px;max-width:100%;background:inherit;font:inherit;color:inherit;-webkit-appearance:none}.bass textarea:focus{outline:0;border-color:#6299a9}.bass iframe{max-width:100%;display:block}.bass.content table{border:2px solid #e3e3e3;margin-bottom:24px;width:100%}.bass.content table *{margin:0;padding:0}.bass.content table thead td,.bass.content table thead th{background:#e3e3e3;border-color:#e3e3e3;color:#555}.bass.content table td,.bass.content table th,.bass.content table tr{border:1px solid #f0f0f0;border-collapse:collapse;padding:6px 10px}.post.mass{padding-top:3px}.post.mass .introduction .meta{overflow:hidden}.post.mass .introduction .meta .sticky{display:inline-block;width:6px;height:6px;background:#e3e3e3;overflow:hidden;border-radius:50%;margin-right:6px}.post.mass .introduction .meta .published-ago{display:none}.post.mass .introduction .meta .hyphen-single:after{content:' - '}.post.mass .introduction .meta .short-ago .hyphen{display:none}.post.mass .introduction .meta .author+.short-ago .hyphen{display:inline}.post.mass .introduction .meta .bookmarks-count,.post.mass .introduction .meta .comments-count,.post.mass .introduction .meta .views-count{margin-left:10px}.post.mass .introduction .meta .bookmarks-count svg,.post.mass .introduction .meta .comments-count svg,.post.mass .introduction .meta .views-count svg{margin-right:6px;position:relative;top:2px}.post.mass .introduction .meta .bookmarks-count svg.meta-normal,.post.mass .introduction .meta .comments-count svg.meta-normal,.post.mass .introduction .meta .views-count svg.meta-normal{display:none!important}.post.mass .introduction .meta .bookmarks-count svg path,.post.mass .introduction .meta .comments-count svg path,.post.mass .introduction .meta .views-count svg path{fill:#bbb}.post.mass .introduction .meta .spsd{display:inline-block;font:600 14px/14px "Work Sans",sans-serif;white-space:nowrap;border-radius:3px;margin-left:1px;padding:3px 4px 3px 3px;width:24px;position:relative;color:transparent;cursor:help;pointer-events:none;z-index:10;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:-6.5px}.post.mass .introduction .meta .spsd:before{pointer-events:all;text-transform:none;content:'s';font-weight:500;display:inline-block;width:15px;height:13px;color:#bbb;background:rgba(187,187,187,.25);text-align:center;border-radius:3px;margin-right:6px;line-height:10px;vertical-align:1px;padding-right:.55px;-webkit-transition:color .3s ease,background .3s ease;-o-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;letter-spacing:0}.post.mass .introduction .meta .spsd:after{width:0;text-transform:uppercase;display:inline-block;content:attr(data-text);white-space:nowrap;border-radius:3px;color:#6299a9;line-height:19px;font-size:13px;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.14);box-shadow:0 1px 5px rgba(0,0,0,.14);padding:0 4px 0 21px;position:absolute;top:1px;left:0;z-index:-1;pointer-events:none;opacity:0;-webkit-transition:opacity 0s ease;-o-transition:opacity 0s ease;transition:opacity 0s ease;letter-spacing:0}.post.mass .introduction .meta .spsd:hover{pointer-events:all}.post.mass .introduction .meta .spsd:hover:before{pointer-events:all;color:#6299a9;background:rgba(98,153,169,.25)}.post.mass .introduction .meta .spsd:hover:after{width:auto;pointer-events:all;opacity:1;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.post.mass .introduction .meta .spsd+.bookmarks-count,.post.mass .introduction .meta .spsd+.comments-count,.post.mass .introduction .meta .spsd+.views-count{margin-left:6px}@media (min-width:600px){.post.mass .introduction{padding:0}}.post.mass .featured-image{margin-left:-10px;margin-right:-10px;margin-bottom:20px}.post.mass .featured-image figcaption{font:400 14px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;letter-spacing:-.4px}.post.mass .content{padding-left:10px;padding-right:10px;font-size:16px;line-height:24px;color:#707070}.post.mass .content:after{content:"";display:block;clear:both;height:2px;background:#f0f0f0;margin:17px -20px}@media (min-width:360px){.post.mass .content:after{margin:17px 0 17px}}.post.mass .content img{float:none}.post.mass .content>p>a>img{display:block}.post.mass .content>p>a>img.alignright{margin-left:auto;margin-right:0}.post.mass .content>p>a>img.aligncenter{margin-left:auto;margin-right:auto}.post.mass .content p{margin-bottom:12px;line-height:24px;overflow-wrap:break-word}.post.mass .content p.has-drop-cap:not(.long)::first-letter{font-size:3.125em;line-height:.75em;font-weight:700;display:block;float:left;margin:.125em .12em 0 0;color:#555}.post.mass .content p.long.has-drop-cap::first-letter{font-size:inherit;line-height:inherit;margin:0;text-transform:none;float:none}.post.mass .content p.has-small-font-size{font-size:12px;line-height:18px}.post.mass .content p.has-medium-font-size{font-size:20px;line-height:30px}.post.mass .content p.has-large-font-size{font-size:24px;line-height:36px}.post.mass .content p.has-huge-font-size{font-size:30px;line-height:42px}.post.mass .content>p{line-height:1.5em}.post.mass .content>p:not(.button-paragraph)>a{-webkit-box-shadow:inset 0 -1px 0 #fff,inset 0 -2px 0 #6299a9;box-shadow:inset 0 -1px 0 #fff,inset 0 -2px 0 #6299a9;text-shadow:-1px 0 0 #fff,-2px 0 0 #fff,-3px 0 0 #fff,-4px 0 0 #fff,1px 0 0 #fff,2px 0 0 #fff,3px 0 0 #fff,4px 0 0 #fff}.post.mass .content>p:not(.button-paragraph)>a::-moz-selection{text-shadow:none;box-shadow:none}.post.mass .content>p:not(.button-paragraph)>a::selection{text-shadow:none;-webkit-box-shadow:none;box-shadow:none}.post.mass .content>p.long:first-child{font-size:22px;line-height:30px;color:#434343;margin-bottom:17px}.post.mass .content>p.long:nth-of-type(2){font-size:16px;line-height:24px}.post.mass .content>p.long:nth-of-type(2)>span.times-dropcap:first-child{font-size:50px;line-height:46px;font-weight:700;display:block;float:left;margin-right:6px;color:#555;margin-top:2px}.post.mass .content>p.long:nth-of-type(2):after{content:none}.post.mass .content p.attachment a{-webkit-box-shadow:none;box-shadow:none;border:0;text-shadow:none}.post.mass .content h1,.post.mass .content h2,.post.mass .content h3,.post.mass .content h4{font-family:"PT Serif",Georgia,serif;letter-spacing:-.015em}.post.mass .content h1 a,.post.mass .content h2 a,.post.mass .content h3 a,.post.mass .content h4 a{-webkit-box-shadow:inset 0 -3px 0 #fff,inset 0 -4px 0 rgba(98,153,169,.3);box-shadow:inset 0 -3px 0 #fff,inset 0 -4px 0 rgba(98,153,169,.3)}.post.mass .content h5,.post.mass .content h6{font-family:Domine,Georgia,serif;font-weight:700}.post.mass .content h5 a,.post.mass .content h6 a{-webkit-box-shadow:inset 0 -1px 0 #fff,inset 0 -2px 0 rgba(98,153,169,.3);box-shadow:inset 0 -1px 0 #fff,inset 0 -2px 0 rgba(98,153,169,.3)}.post.mass .content h1 a,.post.mass .content h2 a,.post.mass .content h3 a,.post.mass .content h4 a,.post.mass .content h5 a,.post.mass .content h6 a{color:#6299a9;text-shadow:-1px 0 0 #fff,-2px 0 0 #fff,-3px 0 0 #fff,1px 0 0 #fff,2px 0 0 #fff,3px 0 0 #fff}.post.mass .content h1 a::-moz-selection,.post.mass .content h2 a::-moz-selection,.post.mass .content h3 a::-moz-selection,.post.mass .content h4 a::-moz-selection,.post.mass .content h5 a::-moz-selection,.post.mass .content h6 a::-moz-selection{box-shadow:none;text-shadow:none}.post.mass .content h1 a::selection,.post.mass .content h2 a::selection,.post.mass .content h3 a::selection,.post.mass .content h4 a::selection,.post.mass .content h5 a::selection,.post.mass .content h6 a::selection{-webkit-box-shadow:none;box-shadow:none;text-shadow:none}.post.mass .content h1,.post.mass .content h2{font-size:28px;line-height:30px;margin-top:30px;margin-bottom:12px;position:relative;top:-2px}.post.mass .content h3{font-size:24px;line-height:30px;margin-top:24px;margin-bottom:12px}.post.mass .content h4{font-size:20px;line-height:24px;margin-top:24px;margin-bottom:12px;position:relative;top:-2px}.post.mass .content h5{font-size:18px;line-height:24px;margin-top:24px;margin-bottom:12px;position:relative;top:-1px}.post.mass .content h6{font-size:16px;line-height:24px;margin-top:24px;margin-bottom:12px}.post.mass .content blockquote{padding-top:12px;padding-left:20px;margin-bottom:24px;font-size:18px}.post.mass .content blockquote p{color:#555}.post.mass .content blockquote p:last-child{margin-bottom:0}.post.mass .content blockquote.times-quote{border-top:3px double #f0f0f0;border-bottom:3px double #f0f0f0;padding:21px 18px}.post.mass .content blockquote.times-quote.pull-center{text-align:center}.post.mass .content blockquote.times-quote.pull-center .author:before{margin-left:-16px}.post.mass .content blockquote.times-quote.pull-right{text-align:right;float:none}.post.mass .content blockquote.times-quote p:first-child{margin-bottom:12px}.post.mass .content blockquote.times-quote p:only-child{margin-bottom:0}.post.mass .content blockquote.times-quote .author{display:block;font:600 14px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;margin:0}.post.mass .content blockquote.times-quote .author a{color:#555;padding-bottom:2px;border-bottom:1px dotted #e3e3e3}.post.mass .content blockquote.times-quote .author:before{content:"\007E";margin-right:8px;color:#bbb}.post.mass .content .wp-block-pullquote{padding:23px 18px 19px;margin:24px 0;position:relative;max-width:none;text-align:center}.post.mass .content .wp-block-pullquote:after,.post.mass .content .wp-block-pullquote:before{content:'';display:block;position:absolute;left:0;right:0;width:100%;border-color:#f0f0f0;border-style:solid;border-left-width:0;border-right-width:0;border-bottom-width:1px}.post.mass .content .wp-block-pullquote:before{top:-1px;height:4px;border-top-width:2px}.post.mass .content .wp-block-pullquote:after{bottom:-2px;height:3px;border-top-width:1px}.post.mass .content .wp-block-pullquote blockquote{margin:0;padding:0;max-width:100%}.post.mass .content .wp-block-pullquote p{font-size:18px;line-height:24px;margin-bottom:12px}.post.mass .content .wp-block-pullquote cite{display:block;font:600 12px/12px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;margin-bottom:0;text-indent:-6px;color:#707070}.post.mass .content .wp-block-pullquote cite strong{font-weight:700}.post.mass .content .wp-block-pullquote cite a{color:inherit;padding-bottom:1px;border-bottom:1px dotted #e3e3e3}.post.mass .content .wp-block-pullquote cite:before{content:"\007E";margin-right:6px;color:#bbb}.post.mass .content .wp-block-pullquote.alignleft{text-align:left}.post.mass .content .wp-block-pullquote.alignright{text-align:right}.post.mass .content .wp-block-pullquote.alignleft cite,.post.mass .content .wp-block-pullquote.alignright cite{text-indent:0}.post.mass .content .wp-block-pullquote.alignleft cite:before,.post.mass .content .wp-block-pullquote.alignright cite:before{margin-right:5px}.post.mass .content .wp-block-pullquote.is-style-solid-color{padding:12px 16px;margin:17px 0 19px}.post.mass .content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color){color:#555}.post.mass .content .wp-block-pullquote.is-style-solid-color p{color:inherit}.post.mass .content .wp-block-pullquote.is-style-solid-color:after,.post.mass .content .wp-block-pullquote.is-style-solid-color:before{content:none}.post.mass .content .wp-block-pullquote.is-style-solid-color cite{color:inherit;opacity:.8}.post.mass .content .wp-block-pullquote.is-style-solid-color cite:before{color:inherit}.post.mass .content .wp-block-quote{font-size:16px;line-height:24px;padding:0 10px 0 20px;margin-bottom:12px;position:relative}.post.mass .content .wp-block-quote:before{content:'';display:block;position:absolute;width:4px;border-radius:1px;background:#434343;top:-1px;left:0;bottom:1px}.post.mass .content .wp-block-quote p{margin-bottom:6px}.post.mass .content .wp-block-quote p:last-of-type{margin-bottom:0}.post.mass .content .wp-block-quote cite{display:block;font:600 12px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#707070;text-transform:uppercase}.post.mass .content .wp-block-quote cite br{display:none}.post.mass .content .wp-block-quote cite a{color:inherit;padding-bottom:1px;border-bottom:1px dotted #e3e3e3}.post.mass .content .wp-block-quote cite:before{content:"\007E";margin-right:6px;color:#bbb}.post.mass .content .wp-block-quote.is-style-large{margin:18px 0}.post.mass .content .wp-block-quote.is-style-large:before{top:-5px;bottom:-5px}.post.mass .content .wp-block-quote.is-style-large p{font-size:20px;line-height:30px;font-style:normal;position:relative;top:2px;margin-bottom:6px}.post.mass .content .wp-block-quote.is-style-large p:last-of-type{margin-bottom:6px}.post.mass .content .wp-block-quote.is-style-large cite{text-align:left}.post.mass .content .wp-block-table.aligncenter td{text-align:center}.post.mass .content .wp-block-table.alignright td{text-align:right}.post.mass .content pre{font-family:Consolas,monospace;font-size:16px;line-height:24px;word-wrap:break-word;white-space:pre-wrap;margin-bottom:12px;padding:6px 12px;background:#f0f0f0;border-radius:3px}.post.mass .content>ol,.post.mass .content>ul{margin-bottom:12px;padding:0 0 0 20px}.post.mass .content>ol ol,.post.mass .content>ol ul,.post.mass .content>ul ol,.post.mass .content>ul ul{margin-top:0;padding:0 0 0 12px;margin-bottom:6px}.post.mass .content>ol li,.post.mass .content>ul li{padding:0}.post.mass .content del,.post.mass .content strike{text-decoration:line-through}.post.mass .content hr{width:100%;margin:23px auto 22px}.post.mass .content hr.wp-block-separator{width:50%}.post.mass .content hr.wp-block-separator.is-style-wide{width:100%}.post.mass .content hr.wp-block-separator.is-style-dots:before{color:#bbb;letter-spacing:1em;padding-left:1em}.post.mass .content .lbco,.post.mass .content .wp-block-image{display:block;margin-left:-10px;margin-right:-10px;margin-bottom:12px;text-align:center}.post.mass .content .lbco img,.post.mass .content .wp-block-image img{display:block;max-width:100%;margin:0 auto;float:none}.post.mass .content .lbco a img,.post.mass .content .wp-block-image a img{cursor:pointer}.post.mass .content .lbco.active,.post.mass .content .wp-block-image.active{-webkit-animation:lazyLoadingLightbox 1.5s ease;animation:lazyLoadingLightbox 1.5s ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes lazyLoadingLightbox{0%{opacity:1}50%{opacity:.8}100%{opacity:1}}@keyframes lazyLoadingLightbox{0%{opacity:1}50%{opacity:.8}100%{opacity:1}}.post.mass .content .lbco .caption-text,.post.mass .content .wp-block-image .caption-text{pointer-events:all;cursor:auto}.post.mass .content .lbco .caption-text *,.post.mass .content .wp-block-image .caption-text *{pointer-events:all;cursor:auto}.post.mass .content .lbco .caption-text a,.post.mass .content .wp-block-image .caption-text a{cursor:pointer}.post.mass .content figure.wp-caption.lbco{width:100%!important;width:calc(100% + 20px)!important;overflow:hidden}.post.mass .content figure.wp-caption.lbco .wp-caption-text{position:absolute;top:auto;left:0;right:0;bottom:0;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.25);padding:74px 18px 12px 20px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:none;margin-left:auto;margin-right:auto}.post.mass .content figure.wp-caption.lbco.active .wp-caption-text{opacity:0}.post.mass .content p img.aligncenter,.post.mass .content p img.alignleft,.post.mass .content p img.alignnone,.post.mass .content p img.alignright{display:block;margin-left:auto;margin-right:auto;margin-bottom:12px}.post.mass .content p img.alignleft{float:left;margin-right:20px}.post.mass .content p img.alignright{float:right;margin-left:20px}.post.mass .content .wp-block-image{display:block;max-width:none;margin:0 -10px 12px;position:relative;overflow:hidden;text-align:center}.post.mass .content .wp-block-image figure{display:inline-block;float:none;margin:0 auto;position:relative;vertical-align:top}.post.mass .content .wp-block-image img{display:block;margin:0 auto}.post.mass .content .wp-block-image figcaption{display:block;position:absolute;margin:0;font-size:inherit;line-height:inherit;top:auto;left:0;right:0;bottom:0;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.25);padding:74px 18px 12px;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.8)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,transparent 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.8) 0,transparent 100%);background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 100%);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:none;margin-left:auto;margin-right:auto}.post.mass .content .wp-block-image figcaption .caption-text{pointer-events:all;cursor:auto}.post.mass .content .wp-block-gallery{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:-4px}.post.mass .content .wp-block-gallery img{margin:0}.post.mass .content .wp-block-gallery figcaption{font-size:14px;line-height:21px;padding-bottom:12px}.post.mass .content .wp-block-gallery li{padding:0}.post.mass .content .wp-block-gallery.is-cropped img{height:100%!important}.post.mass .content p>span.alert{display:block;padding:6px 8px 6px 42px;border-radius:3px;min-width:248px}.post.mass .content p>span.alert.banana{background:#fff3cd url(/wp-content/themes/times/img/arrow-right-banana.svg) no-repeat 19px 12px;background-blend-mode:color-burn;color:#977b49}.post.mass .content p>span.alert.red{background:#ef7163 url(/wp-content/themes/times/img/arrow-right.svg) no-repeat 19px 12px;background-blend-mode:color-burn;color:#fff}.post.mass .content p>a.button{display:inline-block;border-radius:3px;padding:11px 22px 11px 17px;font:600 14px/16px "Work Sans","Helvetica Neue",Helvetica,sans-serif;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-o-transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease}.post.mass .content p>a.button>span.fa:first-child{line-height:16px;margin-right:6px}.post.mass .content p>a.button:hover{opacity:.8}.post.mass .content p>a.button:focus{-webkit-animation:pulseY .5s ease;animation:pulseY .5s ease}@-webkit-keyframes pulseY{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}40%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulseY{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}40%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.post.mass .content p>a.button.gray{color:#434343;border:2px solid #f0f0f0}.post.mass .content p>a.button.gray span.fa:first-child{color:#bbb}.post.mass .content p>a.button.blue{color:#fff;background:#6299a9}.post.mass .content p>a.button.blue span.fa:first-child{color:rgba(255,255,255,.7)}.post.mass .content p>a.button.banana{color:#a57822;background:#ffcc32}.post.mass .content p>a.button.banana span.fa{color:#fff}.post.mass .content p>a.button.big{line-height:18px;font-size:16px;padding:18px 30px 18px 25px}.post.mass .content p>a.button.big span.fa:first-child{font-size:14px}.post.mass .content p.button-paragraph{text-align:center}.post.mass .content p>iframe{max-width:100%!important;display:block}.post.mass .content iframe.instagram-media-rendered,.post.mass .content iframe.twitter-tweet-rendered{margin-left:auto!important;margin-right:auto!important}.post.mass .content iframe.imgur-embed-iframe-pub{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.post.mass .content iframe[src*='vine.co']{height:100%!important}.post.mass .content iframe[src*='embed.spotify.com']{margin-left:auto;margin-right:auto}.post.mass .content iframe[src*='streamable.com']{position:relative;top:-8px}.post.mass .content iframe[src*='imgur.com']{max-width:100%!important;margin:0!important}.post.mass .content .wp-block-audio,.post.mass .content .wp-block-embed,.post.mass .content .wp-block-video{margin-bottom:12px}.post.mass .content .wp-block-audio figcaption,.post.mass .content .wp-block-embed figcaption,.post.mass .content .wp-block-video figcaption{color:inherit;font-size:12px;line-height:18px;margin:0;padding:12px 10px;position:relative;top:-1px}.post.mass .content .wp-block-audio figcaption:before,.post.mass .content .wp-block-embed figcaption:before,.post.mass .content .wp-block-video figcaption:before{content:'';display:block;height:3px;border:1px solid #e3e3e3;border-left-width:0;border-right-width:0;position:absolute;bottom:-1px;left:0;right:0}.post.mass .content .wp-video{margin-bottom:12px;margin-left:auto;margin-right:auto}.post.mass .content .wp-block-video video{display:block;margin:0;width:100%}.post.mass .content .wp-block-audio audio{display:block;margin:0;min-width:280px}.post.mass .content .wp-block-file{padding:9px 14px 9px 40px;background:#f0f0f0;border-radius:6px;margin-bottom:12px}.post.mass .content .wp-block-file a:not([download]):first-of-type{text-decoration:underline}.post.mass .content .wp-block-file a:not([download]):first-of-type:before{content:"\f15b";margin-right:11px;font:400 14px/14px FontAwesome;margin-left:-23px;color:#707070;pointer-events:none}.post.mass .content .wp-block-file .wp-block-file__button{margin-left:8px;white-space:nowrap;padding:2px 5px 2px 6px;font-size:12px;line-height:12px;border-radius:6px;background:#555;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;font-weight:600;vertical-align:1px;color:#fff;-webkit-transition:background .2s ease;-o-transition:background .2s ease;transition:background .2s ease}.post.mass .content .wp-block-file .wp-block-file__button:hover{background:#6299a9;opacity:1}.post.mass .content .wp-block-file .wp-block-file__button:after{content:"\f063";margin-left:2px;font:400 9px/9px FontAwesome}.post.mass .content .wp-block-cover{margin-bottom:12px;min-height:240px}.post.mass .content .wp-block-cover .wp-block-cover-text{font:700 30px/36px "PT Serif","Helvetica Neue",Helvetica,sans-serif;padding:24px 30px;margin-bottom:0}.post.mass .content .wp-block-cover .wp-block-cover-text em,.post.mass .content .wp-block-cover .wp-block-cover-text i{font-style:italic}.post.mass .content .wp-block-cover .wp-block-cover-text b,.post.mass .content .wp-block-cover .wp-block-cover-text strong{position:relative;background:rgba(255,255,255,.2);padding-left:6px;padding-right:6px;margin-left:-5px;margin-right:-5px}.post.mass .content .wp-block-cover .wp-block-cover-text a{text-decoration:underline}.post.mass .content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color){color:#fff}.post.mass .content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color).has-background{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.54)}.post.mass .content .wp-block-cover .wp-block-cover__inner-container h1,.post.mass .content .wp-block-cover .wp-block-cover__inner-container h2,.post.mass .content .wp-block-cover .wp-block-cover__inner-container h3,.post.mass .content .wp-block-cover .wp-block-cover__inner-container h4,.post.mass .content .wp-block-cover .wp-block-cover__inner-container h5,.post.mass .content .wp-block-cover .wp-block-cover__inner-container h6{color:#fff}.post.mass .content .wp-block-cover .wp-block-cover__inner-container :last-child{margin-bottom:0}.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container p:not(.has-text-color),.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container p:not(.has-text-color){color:rgba(0,0,0,.8)}.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h1,.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h2,.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h3,.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h4,.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h5,.post.mass .content .wp-block-cover[class*=has-luminous][class*=background-color] .wp-block-cover__inner-container h6,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h1,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h2,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h3,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h4,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h5,.post.mass .content .wp-block-cover[class*=has-very-light][class*=background-color] .wp-block-cover__inner-container h6{color:rgba(0,0,0,.8)}.post.mass .content .wp-block-button{margin:18px 0}.post.mass .content .wp-block-button .wp-block-button__link{font:600 16px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;letter-spacing:-.02em;padding:12px 24px;min-width:80px}.post.mass .content .wp-block-button .wp-block-button__link b,.post.mass .content .wp-block-button .wp-block-button__link strong{font-weight:700}.post.mass .content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background){background-color:#6299a9}.post.mass .content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color){color:#fff}.post.mass .content .wp-block-button.is-style-outline .wp-block-button__link{padding:10px 22px}.post.mass .content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:#6299a9;border-color:#6299a9}.post.mass .content .wp-block-button.is-style-squared .wp-block-button__link{border-radius:3px}.post.mass .content .wp-block-columns .wp-block-column{margin:0 0 18px;position:relative}.post.mass .content .wp-block-columns .wp-block-column:after{content:"";display:block;position:absolute;left:0;right:0;bottom:-4px;height:3px;border:1px solid #f0f0f0;border-left-width:0;border-right-width:0}.post.mass .content .wp-block-archives-dropdown,.post.mass .content .wp-block-categories-dropdown{margin-bottom:12px}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment{display:block;position:relative;margin-bottom:18px;min-height:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment:before{content:'';display:block;position:absolute;height:1px;bottom:-9px;left:28px;right:0;background:#f0f0f0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment:last-child{margin-bottom:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment:last-child:before{content:none}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment img{float:none;width:18px;position:absolute;z-index:2;margin:0;top:3px;left:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment article{padding-left:30px;font-size:16px;line-height:24px;position:relative}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment article:before{content:'\f075';display:block;width:18px;height:18px;font:400 14px/18px FontAwesome;color:#e3e3e3;vertical-align:middle;text-align:center;position:absolute;top:2px;left:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment time{display:block;font-family:"Work Sans",HelveticaNeue,Helvetica,sans-serif;font-size:12px;line-height:12px;text-transform:uppercase;font-weight:400;color:#bbb;margin-bottom:6px}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment-meta{margin:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt{margin:0}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:18px;margin:0}.post.mass .content .wp-block-latest-posts.is-grid li{padding-left:30px;margin:0 0 12px;position:relative}.post.mass .content .wp-block-latest-posts.is-grid li:last-child{margin-bottom:0}.post.mass .content .wp-block-latest-posts.is-grid li:last-child:after{content:none}.post.mass .content .wp-block-latest-posts.is-grid li:before{content:'\f15b';display:block;width:18px;height:18px;font:400 14px/18px FontAwesome;color:#e3e3e3;vertical-align:middle;text-align:center;position:absolute;top:2px;left:0}.post.mass .content .wp-block-latest-posts.is-grid li:after{content:'';display:block;position:absolute;left:28px;right:0;bottom:-6px;height:1px;background:#f0f0f0}.post.mass .content .wp-block-latest-posts.is-grid li time{font-family:"Work Sans",HelveticaNeue,Helvetica,sans-serif;color:#bbb;text-transform:uppercase;font-size:12px;line-height:18px}.post.mass .content .wp-block-latest-comments,.post.mass .content .wp-block-latest-posts.is-grid{padding:12px 0;position:relative}.post.mass .content .wp-block-latest-comments:after,.post.mass .content .wp-block-latest-comments:before,.post.mass .content .wp-block-latest-posts.is-grid:after,.post.mass .content .wp-block-latest-posts.is-grid:before{content:'';display:block;position:absolute;left:0;right:0}.post.mass .content .wp-block-latest-comments:before,.post.mass .content .wp-block-latest-posts.is-grid:before{height:3px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;top:-2px}.post.mass .content .wp-block-latest-comments:after,.post.mass .content .wp-block-latest-posts.is-grid:after{height:1px;background:#f0f0f0;bottom:2px}.post.mass .content table{margin-bottom:12px}.post.mass .content>iframe{margin-bottom:12px}.post.mass .content .wp-block-embed-twitter twitter-widget{margin-top:0!important;margin-bottom:0!important}.post.mass .content .wp-block-embed iframe{margin-top:0!important;margin-bottom:0!important}.post.mass .content .wp-block-embed.aligncenter iframe{margin-left:auto;margin-right:auto}.post.mass .content .wp-block-media-text{margin-bottom:12px}.post.mass .content ol:not([class]) u,.post.mass .content ul:not([class]) u,.post.mass .content>p:not(.long)>u{color:#707070;-webkit-box-shadow:inset 0 -5px 0 #ddf1f7,-2px -5px 0 #fff,2px -5px 0 #fff,2px 0 0 #ddf1f7,-2px 0 0 #ddf1f7;box-shadow:inset 0 -5px 0 #ddf1f7,-2px -5px 0 #fff,2px -5px 0 #fff,2px 0 0 #ddf1f7,-2px 0 0 #ddf1f7;border-bottom:1px solid #ddf1f7;position:relative;z-index:-1;background:0 0!important}@media (min-width:600px){.post.mass .content ol:not([class]) u,.post.mass .content ul:not([class]) u,.post.mass .content>p:not(.long)>u{-webkit-box-shadow:inset 0 -10px 0 #ddf1f7,-2px -10px 0 #fff,2px -10px 0 #fff,2px 0 0 #ddf1f7,-2px 0 0 #ddf1f7;box-shadow:inset 0 -10px 0 #ddf1f7,-2px -10px 0 #fff,2px -10px 0 #fff,2px 0 0 #ddf1f7,-2px 0 0 #ddf1f7;border-bottom-width:1px}}.post.mass .content>:not(p) u{background:#f0f0f0}.post.mass .content>:not(p) u a{text-shadow:none}.post.mass .content div.gallery{margin-bottom:12px;text-align:center;-moz-text-align-last:left;text-align-last:left;position:relative}.post.mass .content div.gallery .gallery-item{width:100%;padding-bottom:100%;width:calc(100% - 24px);padding-bottom:calc(100% - 24px);position:relative;margin:12px 12px 5px 12px;background:#333;border-radius:4px;overflow:hidden}.post.mass .content div.gallery .gallery-icon img{display:inline-block;position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;margin:auto;border-radius:3px;-webkit-box-shadow:0 6px 36px rgba(0,0,0,.5);box-shadow:0 6px 36px rgba(0,0,0,.5)}.post.mass .content div.gallery .gallery-icon a,.post.mass .content div.gallery .gallery-icon img{display:block}.post.mass .content div.gallery .gallery-caption{text-decoration:none}.post.mass .content div.gallery .wp-caption-text{position:absolute;bottom:0;left:0;right:0;font:600 14px/18px 'Work Sans';color:#fff;padding:24px 10px 6px 10px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.3),rgba(0,0,0,0));background:-o-linear-gradient(bottom,rgba(0,0,0,.3),rgba(0,0,0,0));background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,0));text-shadow:0 1px 3px rgba(0,0,0,.8);text-align:center;-moz-text-align-last:center;text-align-last:center}.post.mass .content div.gallery.gallery-columns-2 .gallery-item{display:inline-block;width:42%;width:calc(50% - 24px);padding-bottom:42%;padding-bottom:calc(50% - 24px)}.post.mass .content div.gallery.gallery-columns-3 .gallery-item{display:inline-block;width:24%;width:calc((100% / 3) - 24px);padding-bottom:24%;padding-bottom:calc((100% / 3) - 24px)}@media (min-width:600px){.post.mass .content div.gallery{margin-bottom:18px}.post.mass .content div.gallery.gallery-columns-4 .gallery-item{display:inline-block;width:16%;width:calc((100% / 4) - 24px);padding-bottom:16%;padding-bottom:calc((100% / 4) - 24px)}.post.mass .content div.gallery.gallery-columns-5 .gallery-item{display:inline-block;width:16%;width:calc((100% / 5) - 24px);padding-bottom:16%;padding-bottom:calc((100% / 5) - 24px)}.post.mass .content div.gallery.gallery-columns-6 .gallery-item{display:inline-block;width:12%;width:calc((100% / 6) - 24px);padding-bottom:12%;padding-bottom:calc((100% / 6) - 24px)}.post.mass .content div.gallery.gallery-columns-7 .gallery-item{display:inline-block;width:calc((100% / 7) - 24px);padding-bottom:calc((100% / 7) - 24px)}.post.mass .content div.gallery.gallery-columns-8 .gallery-item{display:inline-block;width:calc((100% / 8) - 24px);padding-bottom:calc((100% / 8) - 24px)}.post.mass .content div.gallery.gallery-columns-9 .gallery-item{display:inline-block;width:calc((100% / 9) - 24px);padding-bottom:calc((100% / 9) - 24px)}}@media (min-width:720px){.post.mass .content div.gallery{margin-bottom:24px}}.post.mass .content form>p{padding-left:12px;color:#555;font-weight:800;position:relative}.post.mass .content form>p input[type=button],.post.mass .content form>p input[type=date],.post.mass .content form>p input[type=datetime-local],.post.mass .content form>p input[type=email],.post.mass .content form>p input[type=file],.post.mass .content form>p input[type=month],.post.mass .content form>p input[type=number],.post.mass .content form>p input[type=password],.post.mass .content form>p input[type=reset],.post.mass .content form>p input[type=search],.post.mass .content form>p input[type=submit],.post.mass .content form>p input[type=tel],.post.mass .content form>p input[type=text],.post.mass .content form>p input[type=time],.post.mass .content form>p input[type=url],.post.mass .content form>p input[type=week]{max-width:100%;width:100%;padding:5px 30px 3px 12px;border-width:2px;border-radius:4px;margin-left:-12px;color:#707070;font:inherit;font-weight:400;border-color:#e3e3e3}.post.mass .content form>p input[type=submit]{background:#f0f0f0;border-color:#f0f0f0;font:600 14px/30px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;color:#555;cursor:pointer;padding:4px 20px}.post.mass .content form>p input[type=submit]+img.ajax-loader{position:absolute;margin:0;bottom:calc(50% - 8px);right:24px}.post.mass .content form>p textarea{max-width:100%;width:100%;border-width:2px;color:#707070;border-color:#e3e3e3;margin-left:-10px}.post.mass .content form>p select{border-color:#e3e3e3;margin-left:-8px;border-radius:4px;height:44px;font:inherit;color:#707070;font-weight:400;-webkit-appearance:none;padding-right:30px;background-image:url(/wp-content/themes/times/img/dropdown.svg);background-repeat:no-repeat;background-position:calc(100% - 12px) center}.post.mass .content form div.wpcf7-mail-sent-ok{background-color:#7fbb8f;border-color:#7fbb8f;border-radius:3px;padding:5px 10px 3px 10px;color:#fff;text-align:center;margin:0;height:auto!important}.post.mass .content form.post-password-form{border:2px solid #f0f0f0;border-radius:3px;padding:12px 20px 6px 20px}.post.mass .content form.post-password-form>p:first-child{font-weight:400;padding-left:0;color:#707070}.post.mass .content form.post-password-form>p:first-child+p{padding-left:4px}.post.mass .content form.post-password-form input[type=password]{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:-4px;margin-right:-4px;border-bottom-width:0}.post.mass .content form.post-password-form input[type=submit]{line-height:24px;border-radius:0 0 3px 3px;margin-left:-4px;margin-right:-4px;height:36px;font-size:14px;background:#6299a9;color:#fff;border:0}@media (min-width:600px){.post.mass .content form.post-password-form{max-width:410px;margin-right:auto;margin-left:auto;padding:18px 30px 6px 30px}.post.mass .content form.post-password-form input[type=submit]{height:42px;font-size:16px}}.post.mass .content .wp-block-times-notice{background:#fff3cd;color:#977b49;position:relative;top:-1px;padding:10px 10px 8px 40px;border-radius:4px;margin-bottom:12px}.post.mass .content .wp-block-times-notice:before{display:inline-block;font:400 14px/18px FontAwesome;width:20px;height:18px;position:absolute;top:12px;left:12px;text-align:center}.post.mass .content .wp-block-times-notice p{color:inherit;margin-bottom:6px}.post.mass .content .wp-block-times-notice p:last-child{margin-bottom:0}.post.mass .content .wp-block-times-notice p:empty:before{content:"\a0 "}.post.mass .content .wp-block-times-notice a{color:inherit;text-decoration:underline}.post.mass .content .wp-block-times-button{margin-bottom:12px}.post.mass .content .wp-block-times-button.aligncenter{text-align:center}.post.mass .content .wp-block-times-button.alignright{text-align:right}.post.mass .content .wp-block-times-button a{display:inline-block;font:600 16px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;padding:12px 29px;border-radius:6px;background:#6299a9;color:#fff;position:relative;top:-1px}.post.mass .content .wp-block-times-button a:before{font-family:FontAwesome,sans-serif;font-size:14px;line-height:inherit}.post.mass .content .wp-block-times-button a.icon-pos-left{padding-left:19px;padding-right:25px}.post.mass .content .wp-block-times-button a.icon-pos-left:before{margin-right:13px}.post.mass .content .wp-block-times-button a.icon-pos-right{padding-left:28px;padding-right:20px}.post.mass .content .wp-block-times-button a.icon-pos-right:before{float:right;margin-left:10px}.post.mass .content .wp-block-times-button a.style-default:before{opacity:.7}.post.mass .content .wp-block-times-button a.style-minimal:before{color:#707070}.post.mass .content .wp-block-times-button a.style-minimal{padding:10px 27px;color:#434343;border:2px solid #e3e3e3;background:#fff}.post.mass .content .wp-block-times-button a.style-minimal.icon-pos-left{padding-left:17px;padding-right:23px}.post.mass .content .wp-block-times-button a.style-minimal.icon-pos-right{padding-left:26px;padding-right:18px}.post.mass .content .wp-block-times-button a.size-big{padding:15px 40px;font-size:19px;line-height:24px}.post.mass .content .wp-block-times-button a.size-big:before{position:relative;top:-1px}.post.mass .content .wp-block-times-button a.size-big.icon-pos-left{padding-left:25px;padding-right:30px}.post.mass .content .wp-block-times-button a.size-big.icon-pos-left:before{margin-right:15px}.post.mass .content .wp-block-times-button a.size-big.icon-pos-right{padding-left:35px;padding-right:30px}.post.mass .content .wp-block-times-button a.size-big.icon-pos-right:before{margin-left:15px}.post.mass .content .wp-block-times-button a.size-big.style-minimal{padding:13px 38px}.post.mass .content .wp-block-times-button a.size-big.style-minimal.icon-pos-left{padding-left:23px;padding-right:28px}.post.mass .content .wp-block-times-button a.size-big.style-minimal.icon-pos-right{padding-left:33px;padding-right:28px}.post.mass .content .wp-block-times-button img{display:inline;margin:0}.post.mass .mobile-post-info{padding:0 10px;margin-bottom:24px}.post.mass .mobile-post-info .post-author-bio p:after{content:none}.post.mass .mobile-post-info .times-post-share-buttons:first-child{margin-top:24px}.post.mass .mobile-post-info .times-post-share-buttons:nth-child(n+2):before{content:'';height:2px;background:#f0f0f0;display:block;margin-top:16px;margin-bottom:16px}.post.mass .mobile-post-info .widget-area:first-child{margin-top:36px}.post.mass .mobile-post-info .widget-area:nth-child(n+2):before{content:"";display:block;height:2px;background:#f0f0f0;margin:24px -20px}.post.mass .inaction{display:block;font:500 16px/27px "Work Sans","Helvetica Neue",Helvetica,sans-serif;white-space:nowrap;padding-left:20px;padding-right:20px;margin-bottom:40px}.post.mass .inaction:before{content:"";display:block;clear:both;height:2px;background:#f0f0f0;margin:-6px -10px 41px}.post.mass .inaction:empty{display:none}.post.mass .inaction .tvote-wrap{display:block}.post.mass .inaction .recommend-btn{float:left;position:relative}.post.mass .inaction .recommend-btn>span{display:none}.post.mass .inaction .recommend-btn .tvote-button{display:block;height:27px;width:33px;padding-right:15px;float:left;margin-right:5px}.post.mass .inaction .recommend-btn .tvote-button.loading{opacity:.5;pointer-events:none}.post.mass .inaction .recommend-btn #bigbookmark{display:block;pointer-events:none;position:absolute;top:0;left:0;width:18px;height:27px}.post.mass .inaction .recommend-btn #bigbookmark path,.post.mass .inaction .recommend-btn #bigbookmark polygon{fill:#bbb;-webkit-transition:fill .3s ease,-webkit-transform .3s ease;transition:fill .3s ease,-webkit-transform .3s ease;-o-transition:fill .3s ease,transform .3s ease;transition:fill .3s ease,transform .3s ease;transition:fill .3s ease,transform .3s ease,-webkit-transform .3s ease}.post.mass .inaction .recommend-btn #bigbookmark polygon{-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0)}.post.mass .inaction .recommend-btn.liked #bigbookmark polygon{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);fill:#bbb}.post.mass .inaction .recommend-btn.liked #bigbookmark path{fill:#bbb}.post.mass .inaction .recommend-btn.liked:hover #bigbookmark path,.post.mass .inaction .recommend-btn.liked:hover #bigbookmark polygon{fill:#6299a9}.post.mass .inaction .recommend-btn:only-child>span{display:inline}.post.mass .inaction .comments-btn{float:left;cursor:pointer;-webkit-transition:-webkit-transform .3s ease .3s;transition:-webkit-transform .3s ease .3s;-o-transition:transform .3s ease .3s;transition:transform .3s ease .3s;transition:transform .3s ease .3s,-webkit-transform .3s ease .3s;padding-right:20px}.post.mass .inaction .comments-btn svg{display:block;width:27px;height:27px;float:left;margin-right:16px}.post.mass .inaction .comments-btn svg path{fill:#bbb}.post.mass .inaction .share-btn{float:right;position:relative;cursor:pointer;display:none}.post.mass .inaction .share-btn svg{display:block;width:18px;height:27px;float:left}.post.mass .inaction .share-btn svg path,.post.mass .inaction .share-btn svg polygon{fill:#bbb}.post.mass .inaction .share-btn>span{display:none}.post.mass .inaction .share-btn .tooltip{visibility:hidden;pointer-events:none;position:absolute;width:150px;background:#fff;padding:6px;padding-bottom:0;border-radius:3px;-webkit-box-shadow:0 0 40px rgba(0,0,0,.15);box-shadow:0 0 40px rgba(0,0,0,.15);bottom:54px;left:-18px;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:27px bottom;-ms-transform-origin:27px bottom;transform-origin:27px bottom;opacity:0}.post.mass .inaction .share-btn .tooltip.active{visibility:visible;pointer-events:all;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.post.mass .inaction .share-btn .tooltip a{display:block;margin-bottom:6px}.post.mass .inaction .share-btn .tooltip a .stat{opacity:.7;float:right;position:relative;top:1px}.post.mass .inaction .share-btn .tooltip .copy-link{display:block;-webkit-appearance:none;border:none;border-radius:3px;margin:0 0 6px 0;padding:0 13px;width:100%;background:#6299a9;color:#fff;font:inherit;text-align:left;cursor:pointer}.post.mass .inaction .share-btn .tooltip .copy-link:focus{outline:0}.post.mass .inaction .share-btn .tooltip .copy-link:before{content:'\f0c5';font:400 14px/36px FontAwesome;margin-right:10px}.post.mass .inaction .share-btn .tooltip .email-link{background:#555;color:#fff}.post.mass .inaction .share-btn .tooltip .email-link:before{content:'\f0e0'}.post.mass .inaction .share-btn .tooltip:before{content:'';display:block;width:14px;height:14px;border-radius:3px;position:absolute;bottom:-7px;left:20px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.post.mass .inaction .print-btn{display:block;float:left;cursor:pointer}.post.mass .inaction .print-btn span{display:none}.post.mass .inaction .print-btn svg{display:block;width:25px;height:27px;float:left}.post.mass .inaction .print-btn svg path{fill:#bbb}@media (min-width:600px){.post.mass .inaction .recommend-btn .tvote-button{margin-right:0}.post.mass .inaction .recommend-btn>span{display:inline;margin-right:35px}.post.mass .inaction .comments-btn{padding-right:35px}.post.mass .inaction .comments-btn svg{margin-right:15px}.post.mass .inaction .share-btn{display:block;float:left;margin-right:35px}.post.mass .inaction .share-btn span{display:inline}.post.mass .inaction .share-btn svg{position:relative;top:-2px;margin-right:15px}}@media (min-width:720px){.post.mass .inaction .recommend-btn .tvote-button{margin-right:5px}.post.mass .inaction .recommend-btn>span{margin-right:40px}.post.mass .inaction .comments-btn{padding-right:40px}.post.mass .inaction .comments-btn svg{margin-right:20px}.post.mass .inaction .share-btn svg{margin-right:20px}}@media (min-width:1200px){.post.mass .inaction .share-btn{margin-right:40px}.post.mass .inaction .print-btn svg{margin-right:20px}.post.mass .inaction .print-btn span{display:inline}}@media (min-width:600px){.post.mass{padding-top:5px}.post.mass .introduction{padding:0;padding-left:20px;padding-right:20px}.post.mass .introduction .meta{margin-bottom:25px}.post.mass .introduction .meta .sticky{margin-right:10px;position:relative;top:-2px}.post.mass .introduction .meta .published-ago{display:inline}.post.mass .introduction .meta .author{text-transform:uppercase}.post.mass .introduction .meta .short-ago{display:none}.post.mass .introduction .meta .spsd{margin-left:6px}.post.mass .introduction .meta .bookmarks-count svg.meta-mobile,.post.mass .introduction .meta .comments-count svg.meta-mobile,.post.mass .introduction .meta .views-count svg.meta-mobile{display:none!important}.post.mass .introduction .meta .bookmarks-count svg.meta-normal,.post.mass .introduction .meta .comments-count svg.meta-normal,.post.mass .introduction .meta .views-count svg.meta-normal{display:inline!important}.post.mass .introduction .meta .bookmarks-count,.post.mass .introduction .meta .comments-count{margin-left:18px}.post.mass .introduction .meta .views-count{margin-left:16px}.post.mass .introduction .meta .spsd+.bookmarks-count,.post.mass .introduction .meta .spsd+.comments-count,.post.mass .introduction .meta .spsd+.views-count{margin-left:15px}.post.mass .content{padding-left:20px;padding-right:20px}.post.mass .content:after{margin-top:38px;margin-bottom:0;position:relative;top:2px}.post.mass .content hr{margin:22px auto 23px}.post.mass .content>p.long:nth-of-type(2){font-size:17px;line-height:30px}.post.mass .content>p.long:nth-of-type(2)>span.times-dropcap:first-child{font-size:60px;line-height:48px;margin-top:6px;margin-right:12px}.post.mass .content p{font-size:17px;line-height:30px;margin-bottom:18px}.post.mass .content p.has-drop-cap:not(.long)::first-letter{font-size:3.53em;margin:.125em .2em 0 0}.post.mass .content p.has-small-font-size{font-size:14px;line-height:24px}.post.mass .content p.has-medium-font-size{font-size:22px;line-height:36px}.post.mass .content p.has-large-font-size{font-size:26px;line-height:42px}.post.mass .content p.has-huge-font-size{font-size:30px;line-height:48px}.post.mass .content>p{line-height:1.764706em}.post.mass .content h1,.post.mass .content h2{font-size:34px}.post.mass .content h3{font-size:28px;position:relative;top:-2px}.post.mass .content h1,.post.mass .content h2{top:1px}.post.mass .content h1,.post.mass .content h2,.post.mass .content h3{line-height:36px;margin-top:36px;margin-bottom:18px}.post.mass .content h1 a,.post.mass .content h2 a,.post.mass .content h3 a{-webkit-box-shadow:inset 0 -4px 0 #fff,inset 0 -5px 0 rgba(98,153,169,.3);box-shadow:inset 0 -4px 0 #fff,inset 0 -5px 0 rgba(98,153,169,.3);text-shadow:-1px 0 0 #fff,-2px 0 0 #fff,-3px 0 0 #fff,-4px 0 0 #fff,1px 0 0 #fff,2px 0 0 #fff,3px 0 0 #fff,4px 0 0 #fff}.post.mass .content h4{font-size:22px;margin-top:36px;margin-bottom:12px;top:-3px}.post.mass .content h5{font-size:19px;margin-top:36px}.post.mass .content h5 a{-webkit-box-shadow:inset 0 -2px 0 #fff,inset 0 -3px 0 rgba(98,153,169,.3);box-shadow:inset 0 -2px 0 #fff,inset 0 -3px 0 rgba(98,153,169,.3)}.post.mass .content h6{font-size:17px;margin-top:30px}.post.mass .content h4,.post.mass .content h5,.post.mass .content h6{line-height:30px}.post.mass .content blockquote p{font-size:20px}.post.mass .content blockquote.times-quote.pull-left,.post.mass .content blockquote.times-quote.pull-right{width:50%;border-bottom:0}.post.mass .content blockquote.times-quote.pull-left{float:left;margin-right:30px}.post.mass .content blockquote.times-quote.pull-right{float:right;margin-left:30px;text-align:right}.post.mass .content .wp-block-pullquote p{font-size:20px;line-height:30px}.post.mass .content .wp-block-pullquote.alignleft,.post.mass .content .wp-block-pullquote.alignright{width:50%;width:calc(50% - 30px);margin-top:9px;margin-bottom:9px;padding:20px 18px 18px}.post.mass .content .wp-block-pullquote.alignleft:after,.post.mass .content .wp-block-pullquote.alignright:after{content:none}.post.mass .content .wp-block-pullquote.alignleft p,.post.mass .content .wp-block-pullquote.alignright p{font-size:18px;line-height:30px}.post.mass .content .wp-block-pullquote.alignleft{float:left;margin-right:30px}.post.mass .content .wp-block-pullquote.alignright{float:right;margin-left:30px}.post.mass .content .wp-block-pullquote.is-style-solid-color{margin-top:26px;margin-bottom:28px;padding:15px 20px}.post.mass .content .wp-block-pullquote.is-style-solid-color p{margin-bottom:6px}.post.mass .content .wp-block-pullquote.is-style-solid-color p:last-child{margin-bottom:0}.post.mass .content .wp-block-pullquote.is-style-solid-color cite{text-indent:0}.post.mass .content .wp-block-pullquote.is-style-solid-color.alignleft,.post.mass .content .wp-block-pullquote.is-style-solid-color.alignright{padding:9px 16px;margin-top:2px;margin-bottom:14px}.post.mass .content .wp-block-pullquote.is-style-solid-color.alignleft cite,.post.mass .content .wp-block-pullquote.is-style-solid-color.alignright cite{margin-bottom:6px}.post.mass .content .wp-block-quote{margin-bottom:18px}.post.mass .content .wp-block-quote:before{top:-4px;bottom:-2px}.post.mass .content .wp-block-quote p{font-size:17px;line-height:30px}.post.mass .content .wp-block-quote cite{line-height:30px}.post.mass .content .wp-block-quote.is-style-large{margin:24px 0}.post.mass .content .wp-block-quote.is-style-large:before{top:-11px;bottom:-7px}.post.mass .content .wp-block-quote.is-style-large p{top:-1px;margin-bottom:12px}.post.mass .content .wp-block-quote.is-style-large p:last-of-type{margin-bottom:0}.post.mass .content .wp-block-quote.is-style-large cite{position:relative;top:1px}.post.mass .content pre{margin-bottom:18px}.post.mass .content>ol,.post.mass .content>ul{font-size:17px;line-height:30px;padding:0 0 0 26px;margin-bottom:18px}.post.mass .content>ol li,.post.mass .content>ul li{padding-left:6px}.post.mass .content .lbco,.post.mass .content .wp-block-image{margin:0 0 18px}.post.mass .content .lbco:after,.post.mass .content .lbco:before,.post.mass .content .wp-block-image:after,.post.mass .content .wp-block-image:before{content:"";display:table;clear:both}.post.mass .content .lbco.alignleft,.post.mass .content .lbco.alignright,.post.mass .content .wp-block-image.alignleft,.post.mass .content .wp-block-image.alignright{max-width:50%}.post.mass .content .lbco.alignleft,.post.mass .content .wp-block-image.alignleft{float:left;margin-left:-10px;margin-right:24px;text-align:left}.post.mass .content .lbco.alignright,.post.mass .content .wp-block-image.alignright{float:right;margin-left:24px;text-align:right}.post.mass .content p img.aligncenter,.post.mass .content p img.alignleft,.post.mass .content p img.alignnone,.post.mass .content p img.alignright{margin-bottom:0}.post.mass .content figure.wp-caption.lbco{width:auto!important}.post.mass .content figure.wp-caption.lbco.alignleft,.post.mass .content figure.wp-caption.lbco.alignright{width:auto!important;max-width:50%}.post.mass .content .wp-block-gallery{margin-bottom:2px}.post.mass .content .wp-block-gallery.alignleft,.post.mass .content .wp-block-gallery.alignright{max-width:50%}.post.mass .content .wp-block-gallery.alignleft{float:left;margin-right:20px}.post.mass .content .wp-block-gallery.alignright{float:right;margin-left:20px}.post.mass .content p>span.alert{padding-right:18px}.post.mass .content p>span.alert.banana,.post.mass .content p>span.alert.red{background-position:20px 15px}.post.mass .content .wp-video{margin-bottom:18px}.post.mass .content .wp-block-audio,.post.mass .content .wp-block-embed,.post.mass .content .wp-block-video{margin-bottom:18px}.post.mass .content .wp-block-audio figcaption,.post.mass .content .wp-block-embed figcaption,.post.mass .content .wp-block-video figcaption{padding:15px 25px;font-size:15px;line-height:24px}.post.mass .content .wp-block-file{margin-bottom:18px;padding:12px 18px 12px 44px}.post.mass .content .wp-block-file a:not([download]):first-of-type:before{margin-right:14px;margin-left:-26px}.post.mass .content .wp-block-cover{margin-bottom:18px;min-height:300px}.post.mass .content .wp-block-cover.alignleft,.post.mass .content .wp-block-cover.alignright{max-width:50%;max-width:calc(50% - 20px);width:calc(50% - 20px);min-height:240px}.post.mass .content .wp-block-cover.alignleft{float:left;margin-right:20px}.post.mass .content .wp-block-cover.alignright{float:right;margin-left:20px}.post.mass .content .wp-block-button{margin:24px 0}.post.mass .content .wp-block-columns .wp-block-column{margin-left:0;margin-right:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column{margin-bottom:0}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column:after{content:none}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column,.post.mass .content .wp-block-columns.has-4-columns .wp-block-column,.post.mass .content .wp-block-columns.has-6-columns .wp-block-column{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column:nth-child(odd),.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(odd),.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(odd){padding-right:15px}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column:nth-child(odd):after,.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(odd):after,.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(odd):after{right:15px}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column:nth-child(even),.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(even),.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(even){padding-left:15px}.post.mass .content .wp-block-columns.has-2-columns .wp-block-column:nth-child(even):after,.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(even):after,.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(even):after{left:15px}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column,.post.mass .content .wp-block-columns.has-6-columns .wp-block-column{margin-bottom:24px}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-last-child(-n+2),.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-last-child(-n+2){margin-bottom:0}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-last-child(-n+2):after,.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-last-child(-n+2):after{content:none}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column{margin-bottom:0}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:after{content:none}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column,.post.mass .content .wp-block-columns.has-5-columns .wp-block-column{-webkit-flex-basis:33.333333%;-ms-flex-preferred-size:33.333333%;flex-basis:33.333333%;-webkit-flex-basis:calc(100% / 3);-ms-flex-preferred-size:calc(100% / 3);flex-basis:calc(100% / 3);padding-left:4px;padding-right:4px}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:after,.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:after{left:4px;right:4px}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:nth-child(3n-2),.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(3n-2){padding-left:0;padding-right:8px}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:nth-child(3n-2):after,.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(3n-2):after{left:0;right:8px}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:nth-child(3n),.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(3n){padding-left:8px;padding-right:0}.post.mass .content .wp-block-columns.has-3-columns .wp-block-column:nth-child(3n):after,.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(3n):after{left:8px;right:0}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-last-child(-n+2){margin-bottom:0}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-last-child(-n+2):after{content:none}.post.mass .content .wp-block-archives-dropdown,.post.mass .content .wp-block-categories-dropdown{margin-bottom:18px}.post.mass .content .wp-block-archives-dropdown.alignleft,.post.mass .content .wp-block-archives-dropdown.alignright,.post.mass .content .wp-block-categories-dropdown.alignleft,.post.mass .content .wp-block-categories-dropdown.alignright{position:relative;top:6px}.post.mass .content .wp-block-archives-dropdown.alignleft,.post.mass .content .wp-block-categories-dropdown.alignleft{float:left;margin-right:30px}.post.mass .content .wp-block-archives-dropdown.alignright,.post.mass .content .wp-block-categories-dropdown.alignright{float:right;margin-left:30px}.post.mass .content .wp-block-archives-dropdown.aligncenter select,.post.mass .content .wp-block-categories-dropdown.aligncenter select{margin-left:auto;margin-right:auto}.post.mass .content .wp-block-latest-comments.alignleft,.post.mass .content .wp-block-latest-comments.alignright{max-width:50%;top:6px}.post.mass .content .wp-block-latest-comments.alignleft{float:left;margin-right:30px}.post.mass .content .wp-block-latest-comments.alignright{float:right;margin-left:30px}.post.mass .content .wp-block-latest-comments .wp-block-latest-comments__comment{padding:0}.post.mass .content .wp-block-latest-comments:not(.alignleft):not(.alignright) .wp-block-latest-comments__comment article{font-size:17px;line-height:30px}.post.mass .content .wp-block-latest-comments:not(.alignleft):not(.alignright) .wp-block-latest-comments__comment article:before{font-size:16px;line-height:16px;top:4px}.post.mass .content .wp-block-latest-comments:not(.alignleft):not(.alignright) .wp-block-latest-comments__comment img{top:4px;width:20px}.post.mass .content .wp-block-latest-comments:not(.alignleft):not(.alignright) .wp-block-latest-comments__comment time{font-size:14px;line-height:18px;position:relative;top:-1px}.post.mass .content .wp-block-latest-comments:not(.alignleft):not(.alignright) .wp-block-latest-comments__comment-excerpt p{font-size:16px;line-height:24px}.post.mass .content .wp-block-latest-posts.is-grid li{line-height:24px}.post.mass .content .wp-block-latest-posts.is-grid li time{font-size:14px;position:relative;top:-2px}.post.mass .content .wp-block-latest-posts.is-grid:not(.columns-2){padding-bottom:0}.post.mass .content .wp-block-latest-posts.is-grid:not(.columns-2) li{padding:0 5px}.post.mass .content .wp-block-latest-posts.is-grid:not(.columns-2) li:last-child{margin-bottom:12px}.post.mass .content .wp-block-latest-posts.is-grid:not(.columns-2) li:after,.post.mass .content .wp-block-latest-posts.is-grid:not(.columns-2) li:before{content:none}.post.mass .content .wp-block-latest-posts.is-grid.columns-2 li{padding-right:20px}.post.mass .content .wp-block-latest-posts.is-grid.columns-2 li:after{right:20px}.post.mass .content .wp-block-latest-posts.is-grid.columns-2 li:nth-last-child(-n+2){margin-bottom:0}.post.mass .content .wp-block-latest-posts.is-grid.columns-2 li:nth-last-child(-n+2):after{content:none}.post.mass .content .wp-block-latest-posts.is-grid.columns-2 li{width:50%;width:calc(100% / 2)}.post.mass .content .wp-block-latest-posts.is-grid.columns-3 li{width:33.333333%;width:calc(100% / 3)}.post.mass .content .wp-block-latest-posts.is-grid.columns-4 li{width:25%;width:calc(100% / 4)}.post.mass .content .wp-block-latest-posts.is-grid.columns-5 li{width:12.5%;width:calc(100% / 5)}.post.mass .content .wp-block-latest-posts.is-grid.columns-6 li{width:16.666667%;width:calc(100% / 6)}.post.mass .content .wp-block-embed.alignleft,.post.mass .content .wp-block-embed.alignright{max-width:60%;margin-top:12px}.post.mass .content .wp-block-embed.alignleft{float:left;margin-right:30px}.post.mass .content .wp-block-embed.alignright{float:right;margin-left:30px}.post.mass .content .wp-block-media-text{margin-bottom:18px}.post.mass .content table{margin-bottom:18px}.post.mass .content .wp-block-times-notice{top:-4px;padding:10px 15px 8px 50px}.post.mass .content .wp-block-times-notice:before{top:15px;left:17px}.post.mass .content .wp-block-times-button{margin-bottom:18px}.post.mass .content .wp-block-times-button a{top:0}.post.mass .content .wp-block-times-button a.size-big{top:-1px}.post.mass .mobile-post-info{display:none}.post.mass .tvote-wrap{display:block}.post.mass .inaction{padding-top:39px}.post.mass .inaction:before{content:none}.post.mass .inaction .recommend-btn{margin-right:0}.post.mass .inaction .recommend-btn .tvote-button:only-child{margin-right:10px}}@media (min-width:720px){.post.mass .introduction h1{max-width:590px}.post.mass .featured-image{margin-left:0;margin-right:0;margin-bottom:23px}.post.mass .content>p.long:first-child{font-size:23px;line-height:36px;margin-bottom:17px}.post.mass .content p{margin-bottom:24px}.post.mass .content h1,.post.mass .content h2,.post.mass .content h3{margin-bottom:24px}.post.mass .content h4,.post.mass .content h5,.post.mass .content h6{margin-bottom:18px}.post.mass .content blockquote{margin-bottom:36px;padding-right:40px}.post.mass .content blockquote.times-quote{max-width:600px;margin-left:auto;margin-right:auto}.post.mass .content .wp-block-quote{margin-bottom:24px;padding:0 30px}.post.mass .content .wp-block-quote.is-style-large{margin:30px 0}.post.mass .content pre{margin-bottom:24px}.post.mass .content>ol,.post.mass .content>ul{margin-bottom:24px}.post.mass .content hr{margin:35px auto 34px}.post.mass .content .lbco,.post.mass .content .wp-block-image{margin-bottom:24px}.post.mass .content .wp-block-gallery{margin-bottom:8px}.post.mass .content .wp-video{margin-bottom:24px}.post.mass .content .wp-block-audio,.post.mass .content .wp-block-embed,.post.mass .content .wp-block-video{margin-bottom:24px}.post.mass .content .wp-block-file{margin-bottom:24px}.post.mass .content .wp-block-cover{margin-bottom:24px;min-height:420px}.post.mass .content .wp-block-cover .wp-block-cover-text{font-size:36px;line-height:42px}.post.mass .content .wp-block-cover.alignleft,.post.mass .content .wp-block-cover.alignright{min-height:240px;max-width:calc(50% - 30px)}.post.mass .content .wp-block-cover.alignleft .wp-block-cover-text,.post.mass .content .wp-block-cover.alignright .wp-block-cover-text{font-size:30px;line-height:36px}.post.mass .content .wp-block-cover.alignleft{margin-right:30px}.post.mass .content .wp-block-cover.alignright{margin-left:30px}.post.mass .content .wp-block-columns .wp-block-column{margin-bottom:0!important}.post.mass .content .wp-block-columns .wp-block-column:after{content:none}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-webkit-flex-basis:calc(100% / 4);-ms-flex-preferred-size:calc(100% / 4);flex-basis:calc(100% / 4)}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:first-child{padding-left:0;padding-right:6px}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(even){padding-left:2px;padding-right:4px}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:nth-child(odd){padding-left:4px;padding-right:2px}.post.mass .content .wp-block-columns.has-4-columns .wp-block-column:last-child{padding-left:6px;padding-right:0}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column{-webkit-flex-basis:12.5%;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;-webkit-flex-basis:calc(100% / 5);-ms-flex-preferred-size:calc(100% / 5);flex-basis:calc(100% / 5)}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:first-child{padding-left:0;padding-right:4px}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(2){padding-left:1px;padding-right:3px}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(3){padding-left:2px;padding-right:2px}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:nth-child(4){padding-left:3px;padding-right:1px}.post.mass .content .wp-block-columns.has-5-columns .wp-block-column:last-child{padding-left:4px;padding-right:0}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column{-webkit-flex-basis:16.666667%;-ms-flex-preferred-size:16.666667%;flex-basis:16.666667%;-webkit-flex-basis:calc(100% / 6);-ms-flex-preferred-size:calc(100% / 6);flex-basis:calc(100% / 6)}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:first-child{padding-left:0;padding-right:5px}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(2){padding-left:1px;padding-right:4px}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(3){padding-left:2px;padding-right:3px}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(4){padding-left:3px;padding-right:2px}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:nth-child(5){padding-left:4px;padding-right:1px}.post.mass .content .wp-block-columns.has-6-columns .wp-block-column:last-child{padding-left:5px;padding-right:0}.post.mass .content .wp-block-archives-dropdown,.post.mass .content .wp-block-categories-dropdown{margin-bottom:24px}.post.mass .content .wp-block-media-text{margin-bottom:24px}.post.mass .content table{margin-bottom:24px}.post.mass .content .wp-block-times-notice{margin-bottom:18px}.post.mass .content .wp-block-times-button{margin-bottom:24px}}@media (min-width:960px){.post.mass .introduction{padding-left:10px;padding-right:0}.post.mass .introduction .meta{margin-bottom:30px}.post.mass .featured-image{margin-left:10px;margin-right:10px}.post.mass .content{padding-left:10px;padding-right:10px}.post.mass .content:after{height:1px;margin-left:0;margin-right:0;top:1px}.post.mass .content .lbco.alignleft,.post.mass .content .lbco.alignright,.post.mass .content .wp-block-image.alignleft,.post.mass .content .wp-block-image.alignright{margin-bottom:18px}.post.mass .inaction{padding-top:40px}.post.mass .stats{display:block}}@media (min-width:1200px){.post.mass .featured-image{margin-left:0;margin-right:0}}.times-customizer-hide-author .post.mass .introduction .meta .published-ago .hyphen{display:none}.times-customizer-hide-author .post.mass .content:after{content:none}@media (min-width:600px){.times-customizer-hide-author .post.mass .content:after{content:''}}@media (min-width:720px){.single-layout body.standard-article-layout .post.mass .featured-image figcaption{padding:6px 12px 0 0}}@media (min-width:960px){.single-layout body.standard-article-layout .post.mass .introduction p.meta{margin-bottom:36px}.single-layout body.standard-article-layout .post.mass .introduction p.meta .bookmarks-count,.single-layout body.standard-article-layout .post.mass .introduction p.meta .comments-count,.single-layout body.standard-article-layout .post.mass .introduction p.meta .views-count{display:none}.single-layout body.standard-article-layout .post.mass>hr{display:block;height:2px;background:#f0f0f0;margin-bottom:29px;margin-left:-10px;width:150%;width:calc(150% + 30px);position:relative;z-index:1}.single-layout body.standard-article-layout .post.mass .featured-image{width:100%;float:right;margin-top:5px;margin-left:50px;margin-bottom:50px;margin-right:-50%;margin-right:calc(-50% - 40px);position:relative;z-index:2}.single-layout body.standard-article-layout .post.mass .featured-image img{display:block;margin:0;margin-bottom:12px}.single-layout body.standard-article-layout .post.mass .featured-image figcaption{max-width:270px}.single-layout body.standard-article-layout .post.mass .content:after{margin-top:31px}.single-layout body.standard-article-layout .post.mass .content>p.long:first-of-type{margin-bottom:23px}.single-layout body.standard-article-layout .stats{display:block!important}.single-layout body.standard-article-layout .stats .stat{padding-top:51px;margin-left:0;margin-right:30px}.single-layout body.standard-article-layout .stats .stat.post-comments{cursor:pointer}.single-layout body.standard-article-layout .stats .bookmark-post{display:inline-block;width:30px;height:90px;position:relative;overflow:hidden}.single-layout body.standard-article-layout .stats .bookmark-post svg{display:block;pointer-events:none}.single-layout body.standard-article-layout .stats .bookmark-post svg path{fill:#fff;stroke:#f0f0f0;-webkit-transition:fill .3s ease,stroke .3s ease;-o-transition:fill .3s ease,stroke .3s ease;transition:fill .3s ease,stroke .3s ease}.single-layout body.standard-article-layout .stats .bookmark-post.liked svg{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.single-layout body.standard-article-layout .stats .bookmark-post.liked svg path{fill:#f0f0f0}.single-layout body.standard-article-layout .stats .bookmark-post:not(.liked) svg{-webkit-animation-duration:0s;animation-duration:0s}.single-layout body.standard-article-layout .stats .bookmark-post.loading{pointer-events:none}.single-layout body.standard-article-layout .stats .bookmark-post:hover svg{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.single-layout body.standard-article-layout .stats .bookmark-post a{position:absolute;top:0;left:0;right:0;bottom:0}}@media (min-width:1200px){.single-layout body.standard-article-layout .post.mass .featured-image{width:auto;max-width:780px;margin-right:-450px}.single-layout body.standard-article-layout .article-sidebar{padding-left:40px;padding-right:68px;margin-left:-10px}}body.standard-article-layout .post.mass>hr,body.standard-page-layout .post.mass>hr{display:none}body.standard-article-layout .post.mass .featured-image figcaption,body.standard-page-layout .post.mass .featured-image figcaption{color:#bbb;padding:6px 44px 0 12px}@media (min-width:1200px){body.standard-article-layout .post.mass .introduction,body.standard-page-layout .post.mass .introduction{padding-left:6.666667%}body.standard-article-layout .post.mass .featured-image,body.standard-page-layout .post.mass .featured-image{margin-left:0;margin-right:40px}body.standard-article-layout .post.mass .content,body.standard-page-layout .post.mass .content{padding-left:6.666667%;padding-right:40px}body.standard-article-layout .post.mass .content>p.long:first-child,body.standard-page-layout .post.mass .content>p.long:first-child{margin-bottom:36px}body.standard-article-layout .post.mass .content .lbco.alignleft,body.standard-article-layout .post.mass .content .wp-block-image.alignleft,body.standard-page-layout .post.mass .content .lbco.alignleft,body.standard-page-layout .post.mass .content .wp-block-image.alignleft{margin-left:-52px}body.standard-article-layout .post.mass .content .lbco.alignnone,body.standard-article-layout .post.mass .content .wp-block-image.alignnone,body.standard-page-layout .post.mass .content .lbco.alignnone,body.standard-page-layout .post.mass .content .wp-block-image.alignnone{margin-left:-52px}body.standard-article-layout .post.mass .content .lbco.alignnone figcaption,body.standard-article-layout .post.mass .content .wp-block-image.alignnone figcaption,body.standard-page-layout .post.mass .content .lbco.alignnone figcaption,body.standard-page-layout .post.mass .content .wp-block-image.alignnone figcaption{text-align:left;padding-left:52px}body.standard-article-layout .post.mass .content p>span.alert,body.standard-page-layout .post.mass .content p>span.alert{padding-left:62px;padding-right:30px;margin-left:-62px}body.standard-article-layout .post.mass .content p>span.alert.banana,body.standard-article-layout .post.mass .content p>span.alert.red,body.standard-page-layout .post.mass .content p>span.alert.banana,body.standard-page-layout .post.mass .content p>span.alert.red{background-position:30px 15px}body.standard-article-layout .post.mass .content .wp-block-times-notice,body.standard-page-layout .post.mass .content .wp-block-times-notice{padding-left:62px;margin-left:-62px}body.standard-article-layout .post.mass .content .wp-block-times-notice:before,body.standard-page-layout .post.mass .content .wp-block-times-notice:before{left:23px}body.standard-article-layout .post.mass .inaction,body.standard-page-layout .post.mass .inaction{padding-left:6.666667%;padding-right:0}}body.minimal-article-layout .post.mass.has-post-thumbnail .introduction{text-align:center;padding-left:3px;padding-right:3px}body.minimal-article-layout .post.mass.has-post-thumbnail .introduction h1{margin-left:auto;margin-right:auto}body.minimal-article-layout .post.mass .featured-image{max-width:1120px;position:relative;overflow:hidden}body.minimal-article-layout .post.mass .featured-image:hover figcaption{opacity:1}body.minimal-article-layout .post.mass .featured-image img{max-width:100%;border-radius:3px;margin-left:auto;margin-right:auto;background:#f0f0f0}body.minimal-article-layout .post.mass .featured-image figcaption{color:#fff;position:absolute;bottom:0;left:0;right:0;margin:auto;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.55)),color-stop(60%,rgba(0,0,0,.17)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.55) 0,rgba(0,0,0,.17) 60%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,.55) 0,rgba(0,0,0,.17) 60%,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.17) 60%,rgba(0,0,0,0) 100%);padding-top:120px;padding-bottom:24px;padding-left:30px;padding-right:30px;text-shadow:0 1px 2px rgba(0,0,0,.35);border-bottom-left-radius:3px;border-bottom-right-radius:3px;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}@media (min-width:960px){body.minimal-article-layout .post.mass .featured-image{margin-left:auto;margin-right:auto}}body.minimal-article-layout .post.mass .times-post-share-buttons:only-child:before{content:none}body.minimal-article-layout #comments,body.minimal-article-layout .article-minimal-wrap,body.minimal-article-layout .introduction{max-width:708px;margin-left:auto;margin-right:auto}body.single .stats{display:none}body.page .hero+.row #masthead>nav>ul{border-top-color:#fff}body.page .mass .introduction{padding-top:6px}body.page .mass .introduction h1:last-child{margin-bottom:21px}@media (min-width:600px){body.page .mass .introduction{padding-top:0}}body.page .mass hr{height:4px;border-top:2px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:21px;max-width:740px}@media (min-width:720px){body.page .mass hr{margin-bottom:27px}}@media (min-width:960px){body.page .mass hr{margin-bottom:33px}}@media (max-width:599px){body.page .mass .content:after{content:none}}@media (min-width:600px){body.page .mass .introduction h1:last-child{margin-bottom:27px}}@media (min-width:720px){body.page .mass .introduction h1:last-child{margin-bottom:33px}}@media (min-width:960px){body.page .mass .introduction h1:last-child{margin-bottom:39px}}body.page .widget-area.article-sidebar{margin-top:66px}body.page .hero~.row .post.mass .introduction{padding-top:18px}@media (min-width:600px){body.page .hero~.row .post.mass .introduction{padding-top:0}}@media (min-width:1200px){body.standard-page-layout.page .mass .content,body.standard-page-layout.page .mass .introduction{padding-left:6.666667%;padding-right:40px}body.standard-page-layout.page .mass .inaction{padding-left:6.666667%;padding-right:0}}body.minimal-page-layout #comments,body.minimal-page-layout .introduction,body.minimal-page-layout .page-minimal-wrap{max-width:708px;margin-left:auto;margin-right:auto}body.archive-type .post.vert{padding-left:10px;padding-right:10px;margin-bottom:17px}body.archive-type .post.vert .thumbnail{margin-left:0;margin-right:0}body.archive-type .post.vert:last-of-type:after{content:none}body.archive-type .archive-main{position:relative}body.archive-type .archive-main:before{display:block;height:2px;background:#f0f0f0;margin-bottom:20px}body.archive-type .stats{display:none}body.archive-type .archive-sidebar-wrap .widget{margin-bottom:12px}body.archive-type .archive-sidebar-wrap .widget .widget-title{padding-left:10px;padding-right:10px;margin-bottom:16px}body.archive-type .archive-sidebar-wrap .widget.widget_times_ad_widget{padding-left:0;padding-right:0}body.archive-type .archive-sidebar-wrap .widget.widget_times_ad_widget .widget-title{margin-left:0;margin-right:0}@media (min-width:600px){body.archive-type .archive-main:before{margin:0 -10px 30px -10px}body.archive-type .archive-main .hr-row{height:1px;background:#f0f0f0;margin-bottom:23px;float:left;clear:both}body.archive-type .archive-main .hr-row:last-child{display:none}body.archive-type .archive-content .post{width:270px;float:left;margin-bottom:5px}body.archive-type .archive-content .post:after{content:none}body.archive-type.times-archive-has-sidebar .archive-content{width:280px;float:left;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-content .post{padding-left:0;padding-right:0}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap{width:300px;float:left}}@media (min-width:720px){body.archive-type .archive-content .post{width:330px;padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-content{width:350px;padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap{width:350px;padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap .widget.widget_times_ad_widget{padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap .widget.widget_times_ad_widget .widget-title{margin-left:-10px;margin-right:-10px}}@media (min-width:960px){body.archive-type .introduction{padding-top:48px}body.archive-type .stats{display:block;padding-top:129px;padding-right:10px}body.archive-type .archive-main:before{margin-bottom:36px}body.archive-type .archive-content .post{width:312px;padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-content{width:620px;padding-left:0;padding-right:0}body.archive-type.times-archive-has-sidebar .archive-content .post{width:310px;padding-left:10px;padding-right:10px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap{width:320px;padding-left:0;padding-right:0}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap .widget{margin-bottom:16px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap .widget .widget-title{margin-left:0;margin-right:0;padding-left:0;padding-right:0}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap .widget.widget_times_ad_widget .widget-title{margin-left:0;margin-right:0}}@media (min-width:1200px){body.archive-type .archive-content .post{width:295px}body.archive-type.times-archive-has-sidebar .archive-main{margin-left:-10px;margin-right:-10px}body.archive-type.times-archive-has-sidebar .archive-main:before{margin-left:0;margin-right:0}body.archive-type.times-archive-has-sidebar .archive-content{width:880px;padding-left:0;padding-right:0}body.archive-type.times-archive-has-sidebar .archive-content .post{width:293px}body.archive-type.times-archive-has-sidebar .archive-sidebar-wrap{width:320px}}body.search .sticky-search-box{height:96px;margin-bottom:24px}body.search .sticky-search-box .row{max-width:960px}body.search .sticky-search-box .sticky-wrap{height:96px;-webkit-box-shadow:0 2px 0 rgba(0,0,0,0);box-shadow:0 2px 0 rgba(0,0,0,0);background:#fff;padding:24px 20px;-webkit-transition:-webkit-box-shadow .3s ease,-webkit-transform .23s ease;transition:-webkit-box-shadow .3s ease,-webkit-transform .23s ease;-o-transition:box-shadow .3s ease,transform .23s ease;transition:box-shadow .3s ease,transform .23s ease;transition:box-shadow .3s ease,transform .23s ease,-webkit-box-shadow .3s ease,-webkit-transform .23s ease;overflow:hidden}body.search .sticky-search-box.fixed .sticky-wrap{position:fixed;left:0;right:0;z-index:2;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.06);box-shadow:0 2px 0 rgba(0,0,0,.06)}body.search .sticky-search-box.fixed .sticky-wrap:before{content:"";display:block;width:100%;position:absolute;background:#fff;top:-100px;bottom:0;left:0;right:0}body.search .search-box,body.search .search-results{max-width:700px;margin-right:auto}body.search .widget-area.search-page-sidebar{display:none}@media (min-width:600px){body.search .widget-area.search-page-sidebar{display:block}}@media (min-width:960px){body.search .row#content{width:960px}body.search .row#content>.col{padding-left:0;padding-right:0}}body.error404 #content{overflow:hidden}body.error404 .e404-header{position:relative;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}body.error404 .e404-header .go-back{display:inline-block;border:2px solid #f0f0f0;font:700 12px/22px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#707070;padding:0 10px;margin-bottom:65px}body.error404 .e404-header .e404{position:absolute;width:350px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:98px;left:50%;right:0;font:900 178px/180px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#fff;text-shadow:0 0 20px rgba(0,0,0,.09);pointer-events:none;z-index:-1}@media (min-width:600px){body.error404 .e404-header .e404{top:48px}}body.error404 .e404-header .error-info{font:italic 700 48px/48px "PT Serif";color:#333;margin-bottom:58px;padding:0 40px}body.error404 .e404-header .explanation{color:#555;font:400 16px/30px Domine,Georgia,serif;margin-bottom:44px;padding:0 5px}body.error404 .e404-header .explanation b{font-weight:700}body.error404 .e404-header+.search-box{max-width:580px;margin-left:auto;margin-right:auto}@media (min-width:600px){body.error404 .widget-area.e404 .temp-row:after{content:"";clear:both;display:table}}@media (min-width:960px){body.error404 .widget-area.e404 .temp-row:after{content:none}}body.error404 .widget-area.e404 .widget{font:400 15px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif}body.error404 .widget-area.e404 .widget-title{padding-left:10px;padding-right:10px}body.error404 .widget_recent_entries li{margin-bottom:12px;padding-left:30px;position:relative;line-height:18px;font:400 16px/18px "PT Serif"}body.error404 .widget_recent_entries li:before{content:"";display:inline-block;width:18px;height:18px;background:#f0f0f0;border-radius:3px;position:absolute;top:0;left:0;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}body.error404 .widget_recent_entries li a{width:100%;display:inline-block;padding-bottom:12px;border-bottom:1px solid #f0f0f0;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}body.error404 .widget_recent_entries li:hover a{color:#6299a9}body.error404 .widget_recent_entries li:last-child a{border-bottom:0}body.error404 .tagcloud{max-height:300px;overflow:hidden;-webkit-transition:max-height 1s ease;-o-transition:max-height 1s ease;transition:max-height 1s ease}body.error404 .tagcloud:hover{max-height:900px}body.error404 .tagcloud a{line-height:30px;font-size:15px!important;margin-right:10px;-webkit-box-shadow:0 1px 0 transparent;box-shadow:0 1px 0 transparent;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;-o-transition:box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease}body.error404 .tagcloud a.imp-2{font-weight:500}body.error404 .tagcloud a.imp-3{font-weight:600}body.error404 .tagcloud a.imp-4{font-weight:700}body.error404 .tagcloud a:before{content:'#';font-weight:400;color:#bbb}body.error404 .tagcloud a:hover{-webkit-box-shadow:0 1px 0 #f0f0f0;box-shadow:0 1px 0 #f0f0f0}body.error404 .times_get_archives li{margin-bottom:6px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}body.error404 .times_get_archives li:before{content:"";display:inline-block;width:3px;height:3px;border-radius:1px;background:#bbb;position:relative;top:-3px;margin-right:17px}body.error404 .times_get_archives li .count{display:inline-block;background:#bbb;color:#fff;font:600 12px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;padding:0 5px;border-radius:3px;margin-left:10px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}body.error404 .times_get_archives li:hover{color:#6299a9}body.error404 .times_get_archives li:hover .count{background:#6299a9}body.error404 .most_used_categories .cat-item{margin-bottom:6px}body.error404 .most_used_categories .cat-item:before{content:"";display:inline-block;width:3px;height:3px;border-radius:1px;background:#bbb;position:relative;top:-3px;margin-right:17px}body.error404 .most_used_categories .cat-item span:first-child{margin-right:4px;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}body.error404 .most_used_categories .cat-item span:first-child:hover{color:#6299a9}body.error404 .most_used_categories .count{display:inline-block;background:#bbb;color:#fff;font:600 12px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;padding:0 5px;border-radius:3px}#timesLightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:4;cursor:-webkit-zoom-out;cursor:zoom-out;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}#timesLightbox *{cursor:-webkit-zoom-out;cursor:zoom-out}#timesLightbox img{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;opacity:0}#timesLightbox .origlbco{position:absolute;top:0;left:0;max-width:none}#timesLightbox:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#timesLightbox.open:before{opacity:1}#timesLightbox.scroll{-webkit-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;-o-transition:opacity .1s ease,transform .1s ease;transition:opacity .1s ease,transform .1s ease;transition:opacity .1s ease,transform .1s ease,-webkit-transform .1s ease}#timesLightbox.scroll:before{opacity:0}#wpadminbar{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.lbnow{opacity:0}.lbco :not(.size-thumbnail){cursor:-webkit-zoom-in;cursor:zoom-in}.close+.lbco{cursor:-webkit-zoom-out;cursor:zoom-out}#comments{padding:24px 10px 6px;font-family:Domine,Georgia,serif;color:#707070}#comments .comment-body{margin-bottom:11px}#comments .comment-meta{padding-top:6px;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif}#comments .comment-meta img{border-radius:3px;float:left;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 1px rgba(0,0,0,.15);margin-right:14px;margin-top:-6px;max-width:36px}#comments .comment-meta .comment-author{text-transform:uppercase;font-weight:600;font-size:15px;margin-bottom:4px}#comments .comment-meta .comment-author .says{display:none}#comments .comment-meta .comment-metadata{font-size:13px;color:#bbb;margin-bottom:11px}#comments .comment-meta .edit-link{text-transform:lowercase}#comments .comment-meta .edit-link:before{content:"/ ";color:#e3e3e3}#comments .bypostauthor .comment-meta .comment-author b{color:#6299a9}#comments .comment-content{font:400 16px/24px Domine,Georgia,serif;color:#707070;margin-bottom:5px}#comments .comment-content p{margin-bottom:6px}#comments .comment-content a{word-wrap:break-word}#comments .comment-content em,#comments .comment-content i{font-style:italic}#comments .comment-content b,#comments .comment-content strong{font-weight:600}#comments .reply{min-width:60px}#comments .reply,#comments .tvote-wrap{display:inline-block;font:500 14px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase}#comments .tvote-wrap{color:#707070;margin-right:25px;position:relative}#comments .tvote-wrap:after{content:"";display:block;width:3px;height:5px;border-left:1px solid #bbb;border-right:1px solid #bbb;position:absolute;top:10px;right:-13px}#comments .tvote-wrap a.tvote-button{display:block;width:17px;height:24px;background:url(/wp-content/themes/times/img/arrow-up.svg) no-repeat left center;float:left;padding-right:6px;opacity:.4}#comments .tvote-wrap.loading{opacity:.5;pointer-events:none}#comments .tvote-wrap.liked a.tvote-button{-webkit-animation:upvoted 1s ease forwards;animation:upvoted 1s ease forwards}@-webkit-keyframes upvoted{20%{-webkit-transform:translateY(0);transform:translateY(0);opacity:.4}45%{-webkit-transform:translateY(-12px);transform:translateY(-12px);opacity:0}55%{-webkit-transform:translateY(12px);transform:translateY(12px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes upvoted{20%{-webkit-transform:translateY(0);transform:translateY(0);opacity:.4}45%{-webkit-transform:translateY(-12px);transform:translateY(-12px);opacity:0}55%{-webkit-transform:translateY(12px);transform:translateY(12px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}#comments .reply{color:#6299a9}#comments .comment-awaiting-moderation,#comments .comments-closed,#comments .logged-in-as,#comments .nav-links,#comments .wp-social-login-widget{display:block;border:2px solid #e3e3e3;font:400 14px/24px Domine,Georgia,serif;letter-spacing:-.1px;padding:4px;text-align:center;border-radius:3px;margin-bottom:12px}#comments .logged-in-as a:last-child{text-decoration:underline}#comments .logged-in-as+.comment-form-comment textarea:focus{border-bottom-color:#fff}#comments .wp-social-login-widget{text-align:left;padding-left:13px}#comments .wp-social-login-widget .wp-social-login-connect-with{float:left;margin-right:20px}#comments .wp-social-login-widget .wp-social-login-provider-list{padding:0;float:left}#comments .wp-social-login-widget .wp-social-login-provider{padding:5px 0;border-radius:3px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}#comments .wp-social-login-widget .wp-social-login-provider img{display:none}#comments .wp-social-login-widget .wp-social-login-provider:before{font:14px/24px FontAwesome,FontAwesome;margin-right:5px;margin-left:10px}#comments .wp-social-login-widget .wp-social-login-provider:after{margin-right:10px}#comments .wp-social-login-widget .wp-social-login-provider:hover{background:#e3e3e3}#comments .wp-social-login-widget .wp-social-login-provider-facebook:before{content:"\f230"}#comments .wp-social-login-widget .wp-social-login-provider-facebook:after{content:"Facebook"}#comments .wp-social-login-widget .wp-social-login-provider-google:before{content:"\f1a0"}#comments .wp-social-login-widget .wp-social-login-provider-google:after{content:"Google+"}#comments .wp-social-login-widget .wp-social-login-provider-twitter:before{content:"\f099"}#comments .wp-social-login-widget .wp-social-login-provider-twitter:after{content:"Twitter"}#comments .wp-social-login-widget .wp-social-login-widget-clearing:before{content:'';display:table;clear:both}#comments .comment:target>.comment-body{-webkit-animation:itsmee .6s ease 1s;animation:itsmee .6s ease 1s}@-webkit-keyframes itsmee{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes itsmee{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}#comments .respond-placeholder #respond{margin-bottom:11px}#comments ul.children .comment{border-left:2px solid #e3e3e3;padding-left:18px;padding-top:6px;padding-bottom:11px}#comments ul.children .comment.parent{padding-bottom:17px}#comments ul.children .comment.parent .comment-body{padding-bottom:11px}#comments ul.children .comment.parent:last-child{padding-bottom:0}#comments ul.children .comment.parent:last-child .comment:not(:first-child){padding-top:17px}#comments ul.children .comment.parent:last-child .comment:last-child{border-bottom:0}#comments ul.children .comment .comment-body{margin-bottom:0}#comments ul.children .comment-respond{position:relative}#comments ul.children .comment-respond #cancel-comment-reply-link{display:block;font:500 14px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#fff;background:rgba(0,0,0,.15);text-transform:uppercase;padding:0 12px;position:absolute;left:auto;right:0;bottom:0;z-index:2;text-align:right}#comments ul.children ul.children{margin-bottom:0;border-bottom:0}#comments ul.children ul.children .comment{padding-bottom:10px;border-bottom:1px solid #e3e3e3}#comments ul.children ul.children .comment:not(:first-child){padding-top:17px}#comments ul.children ul.children .comment .comment-body{margin-bottom:0;padding-bottom:0}#comments ul.children ul.children .comment .comment-content{margin-bottom:0}#comments ul.children ul.children .comment .comment-content :last-child{margin-bottom:0}#comments .comment>ul.children{margin-bottom:24px;border-bottom:1px solid #e3e3e3}#comments .nav-links{min-height:36px}#comments .nav-links div{float:left;width:50%}#comments .nav-links div a{display:block}#comments .nav-links div a:after,#comments .nav-links div a:before{font:normal 14px/24px FontAwesome}#comments .nav-links .nav-previous a:before{content:"\f104";margin-right:20px}#comments .nav-links .nav-previous:empty+.nav-next{float:right}#comments .nav-links .nav-next a:after{content:"\f105";margin-left:20px}#comments #respond{margin-bottom:24px}#comments #respond~p{line-height:24px;color:#707070;margin-bottom:12px}#comments #respond~p a{color:#6299a9;text-decoration:underline}#comments #reply-title{font-size:0}@media (min-width:960px){#comments{padding:48px 10px 0}#comments .comment-meta .comment-metadata{margin-bottom:8px}#comments .comment-content{font-size:16px;line-height:30px;margin-bottom:3px}#comments .comment-content :last-of-type{margin-bottom:0}#comments .comment-body{margin-bottom:23px}#comments ul.children .comment{padding-left:30px;padding-top:12px}#comments ul.children ul.children .comment{padding-top:18px;padding-bottom:10px;padding-left:18px}#comments ul.children ul.children .comment:first-of-type{padding-top:12px}#comments .depth-1>ul.children>.comment:not(.parent){padding-bottom:22px}#comments .depth-1>ul.children>.comment:not(.parent) .comment-body{margin-bottom:0}}#comments .times-comments-control{padding-top:30px;padding-bottom:30px;position:relative;text-align:center}#comments .times-comments-control:nth-child(2){margin-top:-24px;margin-bottom:30px}#comments .times-comments-control:nth-child(2):before{position:absolute;bottom:-1px;left:0;right:0}#comments .times-comments-control:nth-child(n+3){margin-top:30px}#comments .times-comments-control:nth-child(n+3):before{position:absolute;top:0;left:0;right:0}#comments .times-comments-control:empty{display:none}#comments .times-comments-control .sorting{display:inline-block;margin-bottom:20px}#comments .times-comments-control .sorting div{float:left;font:700 12px/12px "Work Sans",WorkSans,sans-serif;text-transform:uppercase;border-radius:15px;padding:9px 8px;height:30px;cursor:pointer;-webkit-transition:padding .3s ease,margin .3s ease,color .3s ease,background .3s ease;-o-transition:padding .3s ease,margin .3s ease,color .3s ease,background .3s ease;transition:padding .3s ease,margin .3s ease,color .3s ease,background .3s ease}#comments .times-comments-control .sorting div.active{color:#f0f0f0;background:#707070;padding:9px 16px;margin-right:8px;margin-left:8px}#comments .times-comments-control .sorting div.active:first-child{margin-right:8px;margin-left:0}#comments .times-comments-control .sorting div.active:last-child{margin-right:0;margin-left:8px}#comments .times-comments-control .comments-pagination{display:inline-block}#comments .times-comments-control .comments-pagination div{float:right;position:relative;font:700 12px/12px "Work Sans",WorkSans,sans-serif;text-transform:uppercase;color:#f0f0f0;background:#707070;height:30px;border-radius:15px;overflow:hidden}#comments .times-comments-control .comments-pagination div>a{display:block;padding:9px 16px}#comments .times-comments-control .comments-pagination svg{pointer-events:none}#comments .times-comments-control .comments-pagination .prev{padding-left:15px}#comments .times-comments-control .comments-pagination .prev svg{position:absolute;top:10px;left:14px}#comments .times-comments-control .comments-pagination .prev svg path{stroke:#f0f0f0}#comments .times-comments-control .comments-pagination .prev svg path.next{display:none}#comments .times-comments-control .comments-pagination .next{padding-right:15px}#comments .times-comments-control .comments-pagination .next svg{position:absolute;top:10px;right:14px}#comments .times-comments-control .comments-pagination .next svg path{stroke:#f0f0f0}#comments .times-comments-control .comments-pagination .next svg path.prev{display:none}#comments .times-comments-control .comments-pagination .next+.prev{margin-right:8px;padding-left:0}#comments .times-comments-control .comments-pagination .next+.prev svg{left:11px}#comments .times-comments-control .comments-pagination .next+.prev>a{padding:0;width:30px;height:30px;overflow:hidden;color:transparent}#comments .times-comments-control .comments-pagination>div,#comments .times-comments-control .sorting{opacity:.8;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#comments .times-comments-control .comments-pagination>div:hover,#comments .times-comments-control .sorting:hover{opacity:1}#comments .times-comments-control:before{content:'';width:100%;height:2px;background:#e3e3e3}@media (min-width:960px){#comments .times-comments-control:nth-child(2){margin-top:-48px}#comments .times-comments-control .sorting{display:block;margin-bottom:0;float:left}#comments .times-comments-control .comments-pagination:nth-child(2){display:block;float:right}}#comments .comment-list:before{display:none;content:attr(data-times-loading);width:100%;text-align:center;font:500 17px/18px "Work Sans",sans-serif;padding-top:21px;padding-bottom:72px;pointer-events:none}@-webkit-keyframes dotDotDotAnim{0%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}10%{content:attr(data-times-loading) ".";-webkit-transform:translateX(-2px);transform:translateX(-2px)}20%{content:attr(data-times-loading) "..";-webkit-transform:translateX(-4px);transform:translateX(-4px)}30%{content:attr(data-times-loading) "...";-webkit-transform:translateX(-6px);transform:translateX(-6px)}50%{content:attr(data-times-loading) "...";-webkit-transform:translateX(-6px);transform:translateX(-6px)}60%{content:attr(data-times-loading) "..";-webkit-transform:translateX(-4px);transform:translateX(-4px)}70%{content:attr(data-times-loading) ".";-webkit-transform:translateX(-2px);transform:translateX(-2px)}80%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}100%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes dotDotDotAnim{0%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}10%{content:attr(data-times-loading) ".";-webkit-transform:translateX(-2px);transform:translateX(-2px)}20%{content:attr(data-times-loading) "..";-webkit-transform:translateX(-4px);transform:translateX(-4px)}30%{content:attr(data-times-loading) "...";-webkit-transform:translateX(-6px);transform:translateX(-6px)}50%{content:attr(data-times-loading) "...";-webkit-transform:translateX(-6px);transform:translateX(-6px)}60%{content:attr(data-times-loading) "..";-webkit-transform:translateX(-4px);transform:translateX(-4px)}70%{content:attr(data-times-loading) ".";-webkit-transform:translateX(-2px);transform:translateX(-2px)}80%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}100%{content:attr(data-times-loading);-webkit-transform:translateX(0);transform:translateX(0)}}#comments .comment-list.loading{opacity:.5;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#comments .comment-list.loading:not(.appended):before{display:block;-webkit-animation:dotDotDotAnim 3s infinite;animation:dotDotDotAnim 3s infinite}@media (min-width:1200px){body.standard-article-layout #comments,body.standard-page-layout #comments{padding-left:6.666667%;padding-right:40px}}#commentform{position:relative;color:#707070}#commentform .comment-notes{display:none}#commentform .comment-form-comment{display:block;padding:0 12px;background:#fff;border-top-left-radius:3px;border-top-right-radius:3px;border:1px solid #bbb;border-bottom:0;margin:0}#commentform .comment-form-comment textarea{display:block;min-width:100%;max-width:100%;min-height:100%;max-height:420px;-webkit-appearance:none;border:0;border-radius:0;margin:0;font:400 16px/24px Domine,Georgia,serif;border-bottom:1px solid #f0f0f0;padding-top:6px;padding-bottom:4px;color:#555;background:0 0}#commentform .comment-form-comment textarea::-webkit-input-placeholder{color:#bbb}#commentform .comment-form-comment textarea::-moz-placeholder{color:#bbb}#commentform .comment-form-comment textarea:-ms-input-placeholder{color:#bbb}#commentform .comment-form-comment textarea:-moz-placeholder{color:#bbb}#commentform .comment-form-comment textarea:focus{outline:0;border-color:#6299a9}#commentform .comment-form-author,#commentform .comment-form-email{display:block;height:37px;font:400 16px/37px Domine,Georgia,serif;padding:0 10px;border-left:1px solid #bbb;border-right:1px solid #bbb;background:#fff}#commentform .comment-form-author input,#commentform .comment-form-email input{display:block;width:100%;height:100%;border-bottom:1px solid #f0f0f0;background:inherit;border-radius:0}#commentform .comment-form-author input:focus,#commentform .comment-form-email input:focus{outline:0;border-color:#6299a9}#commentform .comment-form-author input::-webkit-input-placeholder,#commentform .comment-form-email input::-webkit-input-placeholder{color:#bbb}#commentform .comment-form-author input::-moz-placeholder,#commentform .comment-form-email input::-moz-placeholder{color:#bbb}#commentform .comment-form-author input:-ms-input-placeholder,#commentform .comment-form-email input:-ms-input-placeholder{color:#bbb}#commentform .comment-form-author input:-moz-placeholder,#commentform .comment-form-email input:-moz-placeholder{color:#bbb}#commentform .comment-form-email input{border-bottom:none}#commentform .comment-form-cookies-consent{display:block;padding:10px;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top:1px solid #f0f0f0;background:#fff}#commentform .comment-form-cookies-consent input[type=checkbox]{margin-right:6px}#commentform .comment-form-cookies-consent label{vertical-align:-1px}#commentform .form-submit{display:block}#commentform .form-submit input{display:block;width:100%;height:36px;padding:0 12px;margin:0;background:#6299a9;font:500 14px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#fff;text-transform:uppercase;text-align:left;border-radius:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px;cursor:pointer;-webkit-appearance:none}#commentform .form-submit input:focus{outline:0;-webkit-box-shadow:0 2px 10px -1px #6299a9;box-shadow:0 2px 10px -1px #6299a9}body.page .section-darker,body.single .section-darker{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease;-o-transition:max-height .5s ease;transition:max-height .5s ease}body.page .section-darker.active,body.single .section-darker.active{max-height:none;overflow:visible;-webkit-animation:sectionExpand .5s ease;animation:sectionExpand .5s ease}@-webkit-keyframes sectionExpand{0%{max-height:0;overflow:hidden}99.99%{max-height:2000px;max-height:150vh;overflow:hidden}100%{max-height:none;overflow:visible}}@keyframes sectionExpand{0%{max-height:0;overflow:hidden}99.99%{max-height:2000px;max-height:150vh;overflow:hidden}100%{max-height:none;overflow:visible}}.widget-area.article-sidebar{display:none}@media (min-width:960px){.widget-area.article-sidebar{display:block;padding-top:18px;padding-left:30px;border-left:2px solid #f0f0f0;margin-left:-3.333333%;padding-bottom:30px}.widget-area.article-sidebar .widget{padding-left:0;padding-right:0}.widget-area.article-sidebar .tags{padding-left:18px;text-indent:-18px;color:#707070}.widget-area.article-sidebar .tags a:hover{color:#555}.widget-area.article-sidebar .tags .hash{width:18px;display:inline-block;text-indent:0;color:#bbb;font:700 15px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif}.widget-area.article-sidebar .tags .comma{color:#bbb}.widget-area.article-sidebar .horiz-mini .meta .bookmarks{display:none}}@media (min-width:1200px){.widget-area.article-sidebar{padding-left:40px;padding-right:68px;margin-left:-10px}}.widget-area.article-mobile-sidebar.appended{display:block}.singular-comments-sidebar{display:block;padding-top:12px;position:relative;z-index:2}@media (max-width:599px){.singular-comments-sidebar{height:auto!important}}.singular-comments-sidebar .recommended-posts{display:none}.singular-comments-sidebar .post.horiz-mini:after{margin-bottom:19px}.singular-comments-sidebar .desktop-widgets{display:none}@media (min-width:600px){.singular-comments-sidebar{border-left:2px solid #e3e3e3}.singular-comments-sidebar:before{content:none}.singular-comments-sidebar .recommended-posts{display:block}.singular-comments-sidebar .post.expt{padding-left:0;padding-right:0}.singular-comments-sidebar .post.expt .thumbnail{margin-left:0;margin-right:0}.singular-comments-sidebar .desktop-widgets{display:block}}@media (min-width:1200px){.singular-comments-sidebar{padding-left:30px;padding-right:68px}}.widget-area.home1-left,.widget-area.home1-right{display:none}.widget-area.article-sidebar .widget .widget-title,.widget-area.singular-comments-sidebar .widget .widget-title{padding:12px 2px;margin-left:0;margin-right:0;font-size:17px;font-weight:600;margin-bottom:18px}@media (min-width:600px){.widget-area.article-sidebar .widget,.widget-area.singular-comments-sidebar .widget{margin-bottom:24px}}@media (min-width:960px){.widget-area.article-sidebar:not(:hover) img{-webkit-transition:-webkit-filter 2s ease 1s;transition:-webkit-filter 2s ease 1s;-o-transition:filter 2s ease 1s;transition:filter 2s ease 1s;transition:filter 2s ease 1s,-webkit-filter 2s ease 1s}.widget-area.article-sidebar:not(:hover) .widget_times_ad_widget img{-webkit-filter:none;filter:none}.widget-area.article-sidebar:not(:hover) .bass a,.widget-area.article-sidebar:not(:hover) .post-author-bio a{-webkit-transition:color 2s ease 1s;-o-transition:color 2s ease 1s;transition:color 2s ease 1s}.widget-area.article-sidebar:not(:hover) .times-post-share-buttons a{-webkit-transition:background 2s ease 1s,color 2s ease 1s;-o-transition:background 2s ease 1s,color 2s ease 1s;transition:background 2s ease 1s,color 2s ease 1s}.widget-area.article-sidebar:hover :not(.stickyadelesq):not(.widget_times_ad_widget) img{-webkit-transition:-webkit-filter .18s ease;transition:-webkit-filter .18s ease;-o-transition:filter .18s ease;transition:filter .18s ease;transition:filter .18s ease,-webkit-filter .18s ease}.widget-area.article-sidebar:hover .bass a,.widget-area.article-sidebar:hover .post-author-bio a{-webkit-transition:color .18s ease;-o-transition:color .18s ease;transition:color .18s ease}.widget-area.article-sidebar:hover .times-post-share-buttons a{-webkit-transition:background .18s ease,color .18s ease;-o-transition:background .18s ease,color .18s ease;transition:background .18s ease,color .18s ease}}@media (min-width:600px){.widget-area.home1-left{display:block}.widget-area.home1-mobile{display:none}}@media (min-width:960px){.widget-area.home1-left{display:block}}@media (min-width:1200px){.widget-area.home1-right{display:block}}@media (min-width:600px){.home-left-sidebar,.home-right-sidebar{min-height:1px}}@media (min-width:960px){body.times-customizer-focus-sidebar .widget-area.article-sidebar img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}body.times-customizer-focus-sidebar .widget-area.article-sidebar .widget_times_ad_widget img{-webkit-filter:none;filter:none}body.times-customizer-focus-sidebar .widget-area.article-sidebar:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}body.times-customizer-focus-sidebar .widget-area.article-sidebar:not(:hover) .bass a,body.times-customizer-focus-sidebar .widget-area.article-sidebar:not(:hover) .post-author-bio a{color:#707070}body.times-customizer-focus-sidebar .widget-area.article-sidebar:not(:hover) .times-post-share-buttons a{color:#fff}body.times-customizer-focus-sidebar .widget-area.article-sidebar:not(:hover) .times-post-share-buttons a:nth-of-type(odd){background:#707070}body.times-customizer-focus-sidebar .widget-area.article-sidebar:not(:hover) .times-post-share-buttons a:nth-of-type(even){background:#bbb}}.widget{font-family:Domine,Georgia,serif;font-size:14px;line-height:24px;padding-left:10px;padding-right:10px;margin-bottom:53px}.widget select{max-width:100%}.widget .widget-title{color:#434343;font:600 17px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;padding:12px 20px;margin-bottom:22px;letter-spacing:-.6px;margin-left:-10px;margin-right:-10px}.widget .widget-title:empty{display:none}.widget .textwidget ol,.widget .textwidget ul{margin-left:10px;margin-bottom:6px}@media (min-width:960px){.widget .widget-title{font-size:15px;font-weight:700;letter-spacing:-.1px;padding:13px 10px 13px 10px}}.widget_times_social_widget div{height:36px;background:#f0f0f0;border-radius:3px;margin-bottom:12px;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;line-height:36px;position:relative;-webkit-transition:background .2s ease,color .2s ease;-o-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease}.widget_times_social_widget div.loading:after{display:block}.widget_times_social_widget div:before{font:normal 14px/36px FontAwesome;color:#bbb;margin:0 11px 0 13px;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.widget_times_social_widget div:after{content:'';display:none;position:absolute;width:18px;height:18px;background:#bbb;top:9px;right:12px;border-radius:50%;-webkit-animation:pulseOpacityScale .6s infinite ease;animation:pulseOpacityScale .6s infinite ease}@-webkit-keyframes pulseOpacityScale{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}33%{opacity:1}99%{-webkit-transform:scale(1);transform:scale(1);opacity:0}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes pulseOpacityScale{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}33%{opacity:1}99%{-webkit-transform:scale(1);transform:scale(1);opacity:0}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.widget_times_social_widget div:hover{color:#fff}.widget_times_social_widget div:hover:before{color:#fff}.widget_times_social_widget div:hover .count{color:#fff}.widget_times_social_widget a{position:absolute;top:0;left:0;right:0;bottom:0}.widget_times_social_widget .text{font-weight:600;font-size:13px}.widget_times_social_widget .count{color:#bbb;font-size:12px;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;float:right;margin-right:12px}.widget_times_ad_widget h2:empty+img{margin-top:inherit}.introduction{padding:0 10px}.introduction .label{display:inline-block;padding:0 12px}.introduction .label.line{font-size:14px;line-height:20px;border:2px solid #f0f0f0;border-radius:3px;background:0 0;color:#bbb}.introduction .category-labels{margin-bottom:11px;font-size:14px;line-height:21px}.introduction .category-labels .label{margin-top:0;margin-bottom:6px;-webkit-box-shadow:none;box-shadow:none;color:#fff;background:#bbb}.introduction .category-labels .label.color-label{color:#fff}.introduction .category-labels .label.color-label .label-category-name{text-shadow:0 0 4px rgba(0,0,0,.075)}.introduction h1{font-size:36px;line-height:36px;color:#333;margin-bottom:18px}.introduction .meta{color:#bbb;font-size:13px;line-height:18px;margin-bottom:18px}.introduction .meta .post-author{color:#6299a9}.introduction .times-breadcrumbs{width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.introduction .times-breadcrumbs .separator{padding:0 3px;color:#e3e3e3;cursor:default}.introduction .times-breadcrumbs .separator:hover{color:#bbb}.introduction .times-breadcrumbs>span{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.introduction .times-breadcrumbs>span:hover{color:#6299a9}.introduction .times-breadcrumbs>span.item-current:hover{color:#707070}.introduction .times-breadcrumbs>span:hover+.separator{color:#6299a9}.introduction.archive-header.author>img{float:left;width:62px;margin-right:20px;border-radius:3px;margin-top:40px;margin-bottom:20px}.introduction.archive-header.author .label{margin-left:-82px;margin-bottom:14px}.introduction.archive-header.author .title{margin-bottom:8px}.introduction.archive-header.author .meta.author-bio{margin-bottom:4px;padding-left:82px}.introduction.archive-header.author .meta.author-bio:empty:before{content:"\00a0"}.introduction.archive-header.author .meta.author-bio span{display:inline-block;margin-right:12px;margin-bottom:8px;background:0 0;cursor:pointer;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;vertical-align:middle}.introduction.archive-header.author .meta.author-bio span:last-of-type:not(.bio){margin-right:0}.introduction.archive-header.author .meta.author-bio span:hover{color:#6299a9}.introduction.archive-header.author .meta.author-bio span:before{content:none}.introduction.archive-header.author .meta.author-bio span.author-social{display:inline-block;height:24px;overflow:hidden}.introduction.archive-header.author .meta.author-bio span.author-social a{display:inline-block;width:16px;height:24px;overflow:hidden;background:0 0}.introduction.archive-header.author .meta.author-bio span.author-social a:before{font:normal 14px/24px FontAwesome;margin-right:10px}.introduction.archive-header.author .meta.author-bio .context{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.introduction.archive-header.author .meta.author-bio .context span{color:inherit;margin:0!important}.introduction.archive-header.author .meta.author-bio .bio{display:block;margin:0;font:normal 14px/24px Domine,Georgia,serif;color:#707070;cursor:auto;-webkit-animation:showBio .3s ease forwards;animation:showBio .3s ease forwards;overflow:hidden;max-width:520px}.introduction.archive-header.author .meta.author-bio .bio:hover{color:#707070}.introduction.archive-header.author .meta.author-bio .bio em,.introduction.archive-header.author .meta.author-bio .bio i{font-style:italic}.introduction.archive-header.author .meta.author-bio .bio b,.introduction.archive-header.author .meta.author-bio .bio strong{font-weight:700}.introduction.archive-header.author .meta.author-bio .bio a{text-decoration:underline}@-webkit-keyframes showBio{0%{max-height:0}99%{max-height:120px}100%{max-height:9999px;margin-bottom:15px}}@keyframes showBio{0%{max-height:0}99%{max-height:120px}100%{max-height:9999px;margin-bottom:15px}}.introduction.archive-header.author .meta.author-bio .hide-bio,.introduction.archive-header.author .meta.author-bio .show-bio{-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-o-transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;white-space:nowrap}.introduction.archive-header.author .meta.author-bio .hide-bio{position:relative;pointer-events:all;margin-right:16px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.introduction.archive-header.author .meta.author-bio .show-bio{position:absolute;pointer-events:none;left:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);opacity:0}.introduction.archive-header.author .meta.author-bio.hide .bio{-webkit-animation:hideBio .3s ease forwards;animation:hideBio .3s ease forwards}@-webkit-keyframes hideBio{0%{max-height:120px}100%{max-height:0}}@keyframes hideBio{0%{max-height:120px}100%{max-height:0}}.introduction.archive-header.author .meta.author-bio.hide .hide-bio{position:absolute;pointer-events:none;left:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);opacity:0}.introduction.archive-header.author .meta.author-bio.hide .show-bio{position:relative;pointer-events:all;margin-right:16px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}@media (min-width:600px){.introduction.archive-header.author{padding-left:160px}.introduction.archive-header.author>img{margin:0 40px 32px -160px;width:120px}.introduction.archive-header.author .label{margin-left:0;margin-bottom:11px}.introduction.archive-header.author .title{margin-bottom:19px}.introduction.archive-header.author .meta.author-bio{margin-bottom:10px;padding-left:0}.introduction.archive-header.author .meta.author-bio span{margin-right:16px;margin-bottom:12px}.introduction.archive-header.author .meta.author-bio span.author-social{overflow:visible;width:auto}.introduction.archive-header.author .meta.author-bio span.author-social a{width:auto}.introduction.archive-header.author .meta.author-bio span.author-social a:before{margin-right:6px}.introduction.archive-header.author .meta.author-bio span a{font-size:inherit}.introduction.archive-header.author .meta.author-bio span a:before{margin-right:6px}.introduction.archive-header.author .meta.author-bio .bio{font-size:16px;line-height:30px}}.introduction.archive-header .label{margin-bottom:11px;font-size:14px;line-height:21px;font-weight:700;color:#fff;background:#bbb;border-radius:3px;text-shadow:0 0 4px rgba(0,0,0,.1)}.introduction.archive-header h1{margin-bottom:19px}.introduction.archive-header h1 .hash{color:#bbb}@media (min-width:600px){.introduction.archive-header .label{font-size:15px;line-height:26px}.introduction .category-labels{font-size:15px;line-height:26px;margin-bottom:19px}.introduction .category-labels .label{padding:0 15px}.introduction h1{font-size:46px;line-height:48px;margin-bottom:21px}.introduction .meta{font-size:16px;letter-spacing:-.3px;margin-bottom:25px}}@media (min-width:720px){.introduction.archive-header.author>img{margin-bottom:38px}.introduction .category-labels{margin-bottom:12px}.introduction h1{font-size:48px;margin-bottom:22px}}@media (min-width:960px){.introduction .category-labels{margin-bottom:18px}.introduction .meta{margin-bottom:30px}}.times-post-share-buttons a{margin-right:6px}.times-post-share-buttons a:last-child{margin-right:0}.times-post-share-buttons a.gplus:before{margin:0}.times-post-share-buttons a.pinterest:before{margin:0}.times-post-share-buttons a.whatsapp{display:none}html.mobile .times-post-share-buttons a.twitter{max-width:38px;font-size:0;line-height:0}html.mobile .times-post-share-buttons a.twitter:before{margin-right:13px}html.mobile .times-post-share-buttons a.whatsapp{display:inline-block}html.mobile .times-post-share-buttons a.whatsapp:before{margin:0}.bass-share-buttons{font:600 13px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#fff}.bass-share-buttons a{display:inline-block;border-radius:3px;padding:0 13px}.bass-share-buttons a:before{font:normal 14px/36px FontAwesome;margin-right:10px}.post-author-bio img{float:left;margin-right:14px;margin-top:5px;border-radius:3px;max-width:36px}.post-author-bio h3{color:#555;font:600 15px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase}.post-author-bio p{color:#707070;font:400 14px/24px Domine,Georgia,serif}.post-author-bio p em,.post-author-bio p i{font-style:italic}.post-author-bio p b,.post-author-bio p strong{font-weight:700}.post-author-bio p:after{content:"";display:block;height:2px;background:#f0f0f0;margin-top:16px;margin-bottom:22px}.post-author-bio .more-link{color:#6299a9;font:500 12px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase}.post-author-bio .more-link span{font-size:14px}.times-mini-stats .stat{width:50%;float:left;padding-right:5px;color:#bbb;font:400 15px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;letter-spacing:-.3px}.times-mini-stats .stat.comments{cursor:pointer}.times-mini-stats .stat .count{color:#707070;font-family:Domine,Georgia,serif;font-weight:700}.stats{display:none}@media (min-width:600px){.stats{display:block;text-align:right}.stats .stat{display:inline-block;text-align:left}.stats .stat .count{font:700 26px/26px Domine,Georgia,serif}.stats .stat .text{display:block;font:400 13px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#707070}}.archive-pagination{border-top:2px solid #f0f0f0;text-align:center;position:relative;min-height:44px}.archive-pagination.page-count-0,.archive-pagination.page-count-1{display:none}.archive-pagination ul.page-numbers{display:block;float:left;margin:-2px auto 0 auto;height:44px;overflow:hidden}.archive-pagination ul.page-numbers li{display:block;float:left;vertical-align:middle;font:400 16px/44px Domine,Georgia,serif}.archive-pagination ul.page-numbers li>*{display:block;min-width:40px;padding:0 12px;height:44px;text-align:center}.archive-pagination ul.page-numbers li a.page-numbers:hover{color:#707070}.archive-pagination ul.page-numbers li .current{background:#6299a9;color:#fff;font-size:18px;font-weight:700}.archive-pagination ul.page-numbers li .dots{width:6px;font-size:0;overflow:hidden;color:transparent;position:relative;padding:0;min-width:0}.archive-pagination ul.page-numbers li .dots:before{content:'';display:block;width:6px;height:6px;min-width:0;border-radius:50%;background:#e3e3e3;position:absolute;top:19px;left:0}.archive-pagination #scroll-top,.archive-pagination .total-pages{display:none}@media (min-width:600px){.archive-pagination{padding:0 10px}.archive-pagination.page-count-1{display:block}.archive-pagination.page-count-1 .total-pages{display:block;color:#bbb;font-size:13px;line-height:42px;position:absolute;left:10px;-webkit-transform:none;-ms-transform:none;transform:none}.archive-pagination #scroll-top{display:block;font:700 12px/22px "Work Sans","Helvetica Neue",Helvetica,sans-serif;padding:0 10px;color:#bbb;border-color:#bbb;float:right;margin-top:9px;cursor:pointer}}@media (min-width:960px){.archive-pagination ul.page-numbers li>*{min-width:30px;padding:0 8px}.archive-pagination ul.page-numbers li .dots{width:12px}.archive-pagination ul.page-numbers li .dots:before{left:3px}.archive-pagination .total-pages{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.search-box .times-search-box{margin-bottom:64px;position:relative}.search-box .times-search-box .search-submit{height:48px;width:48px;color:transparent;text-indent:101%;background:#f0f0f0;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;-webkit-appearance:none}.search-box .times-search-box .search-submit:focus{outline:0;-webkit-box-shadow:0 2px 12px #f0f0f0;box-shadow:0 2px 12px #f0f0f0}@media (min-width:600px){.search-box .times-search-box .search-submit{width:74px}}.search-box .times-search-box .search-icon{position:absolute;top:17px;left:18px;pointer-events:none}.search-box .times-search-box .search-icon path{fill:#434343}@media (min-width:600px){.search-box .times-search-box .search-icon{left:30px}}.search-box .times-search-box .search-field{width:80%;width:calc(100% - 48px);border:2px solid #f0f0f0;font:400 16px/44px "Work Sans","Helvetica Neue",Helvetica,sans-serif;border-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-left-width:0;padding-left:10px;padding-right:12px;background:#fff;-webkit-appearance:none}.search-box .times-search-box .search-field::-webkit-input-placeholder{color:#bbb}.search-box .times-search-box .search-field::-moz-placeholder{color:#bbb}.search-box .times-search-box .search-field:-ms-input-placeholder{color:#bbb}.search-box .times-search-box .search-field:-moz-placeholder{color:#bbb}.search-box .times-search-box .search-field:focus{outline:0;-webkit-box-shadow:0 2px 8px #f0f0f0;box-shadow:0 2px 8px #f0f0f0}@media (min-width:600px){.search-box .times-search-box .search-field{padding-left:34px;width:calc(100% - 74px)}}.search-box.animated{position:relative}.search-box.animated .context{display:inline-block;position:absolute;top:2px;left:48px;right:3px;bottom:2px;font:400 16px/44px "Work Sans","Helvetica Neue",Helvetica,sans-serif;background:#fff;pointer-events:none;overflow:hidden;padding-left:11px;white-space:nowrap;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.search-box.animated .context .context-1{float:left;-webkit-transition:width .3s ease .15s,opacity .3s ease .15s,-webkit-transform .3s .15s;transition:width .3s ease .15s,opacity .3s ease .15s,-webkit-transform .3s .15s;-o-transition:width .3s ease .15s,opacity .3s ease .15s,transform .3s .15s;transition:width .3s ease .15s,opacity .3s ease .15s,transform .3s .15s;transition:width .3s ease .15s,opacity .3s ease .15s,transform .3s .15s,-webkit-transform .3s .15s;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.search-box.animated .context .search-query{font-weight:600;letter-spacing:-.03px}.search-box.animated .context .context-2{-webkit-transition:opacity .3s ease .15s;-o-transition:opacity .3s ease .15s;transition:opacity .3s ease .15s}.search-box.animated .context .context-1,.search-box.animated .context .context-2,.search-box.animated .context .search-query{display:inline-block;text-align:left;white-space:nowrap}.search-box.animated .context .quo{color:#bbb}.search-box.animated .search-field:empty:focus+.context{-webkit-transition:opacity .15s ease .3s;-o-transition:opacity .15s ease .3s;transition:opacity .15s ease .3s;opacity:0}.search-box.animated .search-field:empty:focus+.context .context-1{width:0!important;opacity:0;-webkit-transform:translateX(-100%) scale(.2);-ms-transform:translateX(-100%) scale(.2);transform:translateX(-100%) scale(.2);overflow:hidden;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.search-box.animated .search-field:empty:focus+.context .context-2{opacity:0;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}@media (min-width:600px){.search-box.animated .context{left:74px;padding-left:34px}}.query-fade-wrap{position:relative}.query-fade-wrap .info{position:absolute;top:0;left:-10px;right:-10px;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,0));background:-o-linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,0));background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,0));z-index:1;font:500 20px/24px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#707070;text-align:center;padding:84px 20px 0 20px;text-shadow:0 1px 0 #fff}.add-widgets{position:relative;width:100%;padding-bottom:100%;margin-bottom:20px;border:2px dashed #f0f0f0;border-radius:5px}.add-widgets p{position:absolute;width:65%;top:50%;left:0;right:0;margin:0 auto;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font:800 16px/22px Domine,Georgia,serif}.search-form{display:block;height:36px;line-height:36px;vertical-align:middle;position:relative;overflow:hidden;width:100%;min-width:170px;max-width:280px}.search-form:after,.search-form:before{content:"";clear:both;display:table}.search-form input{height:36px;-webkit-appearance:none;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}.search-form input:focus{outline:0;border-color:#e3e3e3}.search-form .search-field{border:2px solid #f0f0f0;border-right-width:0;border-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0;padding:0 0 0 6px;width:99%}.search-form .search-submit{font:600 13px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;letter-spacing:-.3px;text-transform:uppercase;border-radius:3px;border-top-left-radius:0;border-bottom-left-radius:0;padding:0 14px;background:#f0f0f0;color:#707070;position:absolute;top:0;right:0}.wp-caption{position:relative}.wp-caption>a>img{display:block!important}.wp-caption .wp-caption-text{position:absolute;top:auto;left:0;right:0;bottom:0;padding:0 6px;background:rgba(51,51,51,.6);color:#fff}.section-darker{background:#f0f0f0;overflow:hidden}.section-darker .bd2:after{border-color:#e3e3e3}.section-darker select{border-color:#e3e3e3}.section-darker .search-form .search-field{border-color:#e3e3e3;background:0 0}.section-darker .search-form .search-submit{background:#e3e3e3}.stickyadelesq{width:100%;width:calc(100% - 12px);max-width:500px;display:block;padding-bottom:100%;padding-bottom:calc(100% - 12px);position:relative;left:0;right:0;margin:auto;background:#555;background:-webkit-gradient(linear,left top,left bottom,from(#555),to(#434343));background:-webkit-linear-gradient(#555,#434343);background:-o-linear-gradient(#555,#434343);background:linear-gradient(#555,#434343);border-radius:5px}.stickyadelesq a{display:block;height:42px;background:#6299a9;color:#fff!important;margin:0 -6px;font:600 14px/42px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;border-radius:3px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.15),inset 0 1px 1px rgba(255,255,255,.15);box-shadow:0 5px 15px rgba(0,0,0,.15),inset 0 1px 1px rgba(255,255,255,.15);text-shadow:0 1px 3px rgba(0,0,0,.1)}#wp-calendar{width:100%;max-width:240px;border:1px solid #e3e3e3;text-align:center;background:#fff}#wp-calendar caption{height:36px;font:600 14px/36px "Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase;background:#e3e3e3;border-top-left-radius:3px;border-top-right-radius:3px}#wp-calendar tfoot,#wp-calendar thead{font:600 12px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;color:#bbb;border-bottom:1px solid #f0f0f0;text-transform:uppercase}#wp-calendar tbody tr{height:30px;font:700 14px/30px "PT Serif"}#wp-calendar tbody tr:nth-of-type(even){background:#f0f0f0}#wp-calendar tbody #today{position:relative;z-index:1}#wp-calendar tbody #today:before{content:"";display:block;width:4px;height:4px;margin-left:auto;margin-right:auto;position:absolute;top:auto;left:0;right:0;bottom:3px;background:#6299a9;border-radius:50%;z-index:-1}#wp-calendar tbody td{position:relative}#wp-calendar tbody td>a{position:absolute;top:0;left:0;right:0;bottom:0}#wp-calendar tfoot{border-top:1px solid #f0f0f0;border-bottom:0;line-height:24px}.times-related-posts .widget-title{display:none}.times-related-posts:first-child .widget-title{display:block}.site-footer{padding:31px 0 45px 0;position:relative;overflow:hidden}.site-footer .widget{padding:0;font-size:16px;line-height:30px;color:#707070;margin-bottom:54px}.site-footer .widget:after{content:"";display:block;height:2px;background:#e3e3e3;position:relative;top:25px}.site-footer .widget .widget-title{text-transform:uppercase;font-size:15px;line-height:24px;font-weight:700;padding:0;margin:0;margin-bottom:9px}.site-footer .widget.categories li,.site-footer .widget.pages li,.site-footer .widget.social li,.site-footer .widget.widget_nav_menu li{line-height:36px;border:2px solid #e3e3e3;border-radius:3px;margin-bottom:12px}.site-footer .widget.categories li a,.site-footer .widget.pages li a,.site-footer .widget.social li a,.site-footer .widget.widget_nav_menu li a{display:block;padding:6px 10px 6px 18px;line-height:24px}.site-footer .widget.pages>ul>li:nth-of-type(n+7){display:none}.site-footer .widget.categories a span:first-child{margin-right:8px}.site-footer .widget.categories a span.count{font:600 12px/18px "Work Sans","Helvetica Neue",Helvetica,sans-serif;background:#707070;color:#fff;border-radius:3px;padding:0 6px;vertical-align:1px}.site-footer .widget.social li{background:0 0}.site-footer .widget.social li a{padding-left:38px}.site-footer .widget.social li:before{font:normal 14px/36px FontAwesome;color:#bbb;margin-right:15px;display:block;width:0;height:0;position:relative;left:14px}.site-footer .widget-area .widget_nav_menu li,.site-footer .widget-area .widget_nav_menu ul{padding:0;list-style:none;list-style-type:none}.site-footer .widget-area .widget_nav_menu ul.sub-menu{display:none}.site-footer .widget-area .widget_nav_menu a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.site-footer .widget-area .widget_nav_menu a:not(:hover){color:#707070}.site-footer .widget-area .widget_times_social_widget div{height:40px;border:2px solid #e3e3e3;border-radius:3px;-webkit-transition:border-color .3s ease,background .3s ease,color .3s ease;-o-transition:border-color .3s ease,background .3s ease,color .3s ease;transition:border-color .3s ease,background .3s ease,color .3s ease}.site-footer .widget-area .widget_times_social_widget div:not(:hover){background:0 0}.site-footer .widget-area .widget_times_social_widget div:hover{border-color:transparent}.site-footer .widget-area .widget>.post{padding-left:0}.site-footer .widget-area .post.horiz-mini.cover .meta .bookmarks{display:none}.site-footer .add-widgets{border-color:#e3e3e3}.site-footer .site-branding{text-align:center;color:#707070}.site-footer .site-branding h1{font-size:21px;line-height:24px;margin-bottom:21px}.site-footer p.footer-text-selective{width:80%;margin-left:auto;margin-right:auto;font-size:13px;line-height:24px;letter-spacing:-.2px;opacity:.8}.site-footer p.footer-text-selective a{font-weight:600}.site-footer p.footer-text-selective a.footer-theme-text:before{content:"TIMES theme.";font-weight:500}.site-footer p.footer-text-selective em,.site-footer p.footer-text-selective i{font-style:italic}.site-footer p.footer-text-selective b,.site-footer p.footer-text-selective strong{font-weight:600}.site-footer.basic-layout .row{padding:0 30px}.site-footer.basic-layout .row:first-child:before{content:"";display:block;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.06)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.06) 100%);background:-o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.06) 100%);background:linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.06) 100%);position:absolute;top:0;left:0;right:0;bottom:-18px;z-index:-1}.site-footer.basic-layout .site-branding .col>a{height:48px;white-space:nowrap}.site-footer.basic-layout .site-branding .col>a>.aligner{height:100%;display:inline-block;vertical-align:middle}.site-footer.basic-layout .site-branding .col>a>img{margin:0 auto 21px auto}.site-footer.mini-layout{background:#f0f0f0;padding-top:35px;padding-bottom:30px}.site-footer.mini-layout .row{padding:0 10px}.site-footer.mini-layout .site-branding h1{font-size:23px;margin-bottom:22px}.site-footer.mini-layout .site-branding img{margin:0 auto 22px auto}.site-footer.mini-layout .footer-text{text-align:center;margin-bottom:22px}.site-footer.mini-layout .footer-text:last-child{margin-bottom:4px}.site-footer.mini-layout .social-networks{text-align:center}.site-footer.mini-layout .social-networks a{display:inline-block;font:normal 14px/36px FontAwesome,FontAwesome;color:#fff;padding:0 12px;border-radius:6px;margin:0 1px 8px 1px}.site-footer.custom-layout .col.widget-area{min-height:1px}@media (min-width:600px){.site-footer.custom-layout .site-branding{position:relative}.site-footer.custom-layout .site-branding:before{content:'';display:block;height:2px;background:#f0f0f0;position:absolute;top:-48px;left:0;right:0}.site-footer.custom-layout.column-count-4 .widget-area.col{width:50%}.site-footer.custom-layout.column-count-4 .widget-area.col:nth-of-type(odd){clear:left}.site-footer.custom-layout.column-count-3 .widget-area.col{width:50%}.site-footer.custom-layout.column-count-3 .widget-area.col:last-child{width:100%}}@media (min-width:960px){.site-footer.custom-layout .site-branding:before{content:none}.site-footer.custom-layout.column-count-2 .widget-area.col{width:50%}.site-footer.custom-layout.column-count-3 .widget-area.col{width:33.333333%}.site-footer.custom-layout.column-count-3 .widget-area.col:last-child{width:33.333333%}.site-footer.custom-layout.column-count-4 .widget-area.col{width:25%}.site-footer.custom-layout.column-count-4 .widget-area.col:nth-of-type(odd){clear:none}}@media (min-width:600px){.site-footer.basic-layout{padding:61px 0 47px 0}.site-footer.basic-layout .row{padding:0 20px}.site-footer.basic-layout .widget{padding-right:10px}.site-footer.basic-layout .widget:after{content:none}.site-footer.basic-layout .widget-area.footer-1+.widget-area.footer-2 widget{padding-right:0;padding-left:10px}.site-footer.basic-layout .site-branding .col>a>img{margin:0}.site-footer.basic-layout .site-branding h1{text-align:left;margin:0}.site-footer.basic-layout .site-branding p{text-align:right;margin-right:0;width:100%}.site-footer.basic-layout.customizer-logo{padding-bottom:23px}.site-footer.basic-layout.customizer-logo .site-branding .col.st5{height:48px;position:relative;top:-12px;text-align:left}.site-footer.basic-layout.customizer-logo .site-branding .col.st5 .aligner{display:inline-block;height:100%;vertical-align:middle}.site-footer.basic-layout.customizer-logo .site-branding .col.st5 img{width:100%;max-width:240px;display:inline;max-height:48px;vertical-align:middle}}@media (min-width:720px){.site-footer.mini-layout{padding-top:25px;padding-bottom:23px}.site-footer.mini-layout .site-branding{float:left;text-align:left;width:240px}.site-footer.mini-layout .site-branding h1{margin-bottom:0}.site-footer.mini-layout .site-branding img{margin:0}.site-footer.mini-layout .footer-text{width:100%}.site-footer.mini-layout .footer-text:last-child{margin-bottom:0}.site-footer.mini-layout .social-networks a{margin:0 -3px}.site-footer.mini-layout .social-networks a:not(:hover){background:0 0;color:#707070}.site-footer.mini-layout .social-networks:nth-child(2){float:right;text-align:right;margin-top:-12px;position:relative;top:6px}.site-footer.mini-layout .social-networks:nth-child(3){text-align:left;clear:both;position:relative}.site-footer.mini-layout.customizer-siteid .footer-text{width:calc(100% - 240px);float:right;text-align:right}.site-footer.mini-layout.customizer-siteid .footer-text p{margin:0;width:100%}.site-footer.mini-layout.customizer-networks .footer-text{width:calc(100% - 240px);text-align:left;float:left;margin-bottom:0}.site-footer.mini-layout.customizer-networks .footer-text p{margin:0;width:auto}.site-footer.mini-layout.customizer-networks .social-networks{max-width:240px}.site-footer.mini-layout.customizer-siteid.customizer-networks{padding-bottom:12px}.site-footer.mini-layout.customizer-siteid.customizer-networks .site-branding{margin-bottom:6px;margin-right:0}.site-footer.mini-layout.customizer-siteid.customizer-networks .footer-text{text-align:right;float:right}.site-footer.mini-layout.customizer-logo.customizer-siteid{padding-bottom:6px!important}.site-footer.mini-layout.customizer-logo.customizer-siteid .site-branding{height:48px;white-space:nowrap;position:relative;top:-12px;margin-bottom:-6px}.site-footer.mini-layout.customizer-logo.customizer-siteid .site-branding>.aligner{height:100%;display:inline-block;vertical-align:middle}.site-footer.mini-layout.customizer-logo.customizer-siteid .site-branding img{max-height:48px;vertical-align:middle;display:inline}}@media (min-width:960px){.site-footer .widget-area .widget.widget_nav_menu ul li{border:0;margin:0 0 6px;display:block}.site-footer .widget-area .widget.widget_nav_menu a{display:block;padding:0;line-height:24px}.site-footer.basic-layout .wrap.clear:before{content:none}.site-footer.basic-layout .wrap.clear:after{content:none}.site-footer.basic-layout .widget{padding-left:10px;padding-right:10px}.site-footer.basic-layout .widget.categories .widget-title,.site-footer.basic-layout .widget.pages .widget-title,.site-footer.basic-layout .widget.social .widget-title,.site-footer.basic-layout .widget.widget_nav_menu .widget-title{margin-bottom:12px}.site-footer.basic-layout .widget.col ul li{border:none;margin:0;display:block;margin-bottom:6px}.site-footer.basic-layout .widget.col ul li a{line-height:24px;padding:0;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.site-footer.basic-layout .widget.col ul li a:hover{color:#6299a9}.site-footer.basic-layout .widget.social li:before{display:inline;position:static;margin-right:8px;margin-left:0}.site-footer.basic-layout .widget.social li a{display:inline}.site-footer.basic-layout .widget-area.footer-1+.widget-area.footer-2 .widget{padding-left:10px;padding-right:10px}.site-footer.basic-layout .row>.widget:last-of-type{padding-left:20px;padding-right:0}.site-footer.basic-layout .wrap.widget:first-of-type{padding-left:0;padding-right:20px}.site-footer.basic-layout .site-branding{border-top:1px solid #f0f0f0;padding-top:50px}.site-footer.basic-layout .row:first-child:before{bottom:120px}.site-footer.mini-layout .social-networks a{line-height:30px;padding:0 9px}.site-footer.mini-layout.customizer-networks.customizer-siteid{padding-top:26px;padding-bottom:16px}.site-footer.mini-layout.customizer-networks.customizer-siteid .site-branding{float:left;width:auto;max-width:240px;padding-right:20px}.site-footer.mini-layout.customizer-networks.customizer-siteid .social-networks{float:left;clear:none;position:relative;top:-3px;max-width:calc(50% - 240px)}.site-footer.mini-layout.customizer-networks.customizer-siteid .footer-text{width:50%;float:right}}.page .section-darker.active+.site-footer .row:first-child:before,.single .section-darker.active+.site-footer .row:first-child:before{content:none}.page .section-darker.active+.site-footer.mini-layout,.single .section-darker.active+.site-footer.mini-layout{background:#fff}.behance:before{content:"\f1b4"}.behance,.behance:hover{background-color:#1769ff}.delicious:before{content:"\f1a5"}.delicious,.delicious:hover{background-color:#39f}.digg:before{content:"\f1a6"}.digg,.digg:hover{background-color:#000}.dribbble:before{content:"\f17d"}.dribbble,.dribbble:hover{background-color:#ea4c89}.facebook:before{content:"\f230"}.facebook,.facebook:hover{background-color:#3b5998}.flickr:before{content:"\f16e"}.flickr,.flickr:hover{background-color:#ff0084}.foursquare:before{content:"\f180"}.foursquare,.foursquare:hover{background-color:#0732a2}.github:before{content:"\f09b"}.github,.github:hover{background-color:#333}.gplus:before{content:"\f1a0"}.gplus,.gplus:hover{background-color:#dd4b39}.instagram:before{content:"\f16d"}.instagram,.instagram:hover{background-color:#3f729b}.lastfm:before{content:"\f202"}.lastfm,.lastfm:hover{background-color:#d51007}.linkedin:before{content:"\f08c"}.linkedin,.linkedin:hover{background-color:#0077b5}.medium,.medium:hover{background-color:#00ab6c}.medium:before{content:"\f23a"}.pinterest:before{content:"\f0d2"}.pinterest,.pinterest:hover{background-color:#cc2127}.reddit:before{content:"\f1a1"}.reddit,.reddit:hover{background-color:#ff4500}.soundcloud:before{content:"\f1be"}.soundcloud,.soundcloud:hover{background-color:#f80}.spotify:before{content:"\f1bc"}.spotify,.spotify:hover{background-color:#2ebd59}.stack-exchange:before{content:"\f18d"}.stack-exchange{background-color:#fe7a15}.steam:before{content:"\f1b6"}.steam,.steam:hover{background-color:#444}.stumbleupon:before{content:"\f1a4"}.stumbleupon,.stumbleupon:hover{background-color:#eb4924}.trello:before{content:"\f181"}.trello,.trello:hover{background-color:#0079bf}.tumblr:before{content:"\f174"}.tumblr,.tumblr:hover{background-color:#35465c}.twitch:before{content:"\f1e8"}.twitch,.twitch:hover{background-color:#6441a5}.twitter:before{content:"\f099"}.twitter,.twitter:hover{background-color:#55acee}.vimeo:before{content:"\f194"}.vimeo,.vimeo:hover{background-color:#1ab7ea}.vine:before{content:"\f1ca"}.vine,.vine:hover{background-color:#00b488}.vk:before{content:"\f189"}.vk,.vk:hover{background-color:#45668e}.whatsapp:before{content:"\f232"}.whatsapp,.whatsapp:hover{background-color:#25d366}.youtube:before{content:"\f16a"}.youtube,.youtube:hover{background-color:#cd201f}#times-ticker{display:none}@media (min-width:600px){#times-ticker{display:block;margin-top:-24px;margin-bottom:30px}#times-ticker .ticker-row{position:relative;height:36px;overflow:hidden;width:600px;margin-left:auto;margin-right:auto}#times-ticker .ticker-row:before{content:'';display:block;width:60px;position:absolute;top:0;right:0;bottom:0;z-index:1;pointer-events:none}#times-ticker .ticker-label{font-size:14px;line-height:36px;padding:0 18px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-right:20px;position:relative;z-index:1}#times-ticker .ticker-content{-webkit-backface-visibility:hidden;backface-visibility:hidden}#times-ticker .ticker-content li{font-size:14px;line-height:18px}#times-ticker .ticker-content li .more-link{font-size:12px;font-weight:500;white-space:nowrap;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;text-transform:uppercase}#times-ticker:not(.init){-webkit-animation:pulseOpacity 2s ease infinite;animation:pulseOpacity 2s ease infinite}@-webkit-keyframes pulseOpacity{0%{opacity:.8}50%{opacity:1}100%{opacity:.8}}@keyframes pulseOpacity{0%{opacity:.8}50%{opacity:1}100%{opacity:.8}}#times-ticker:not(.init) .ticker-label{color:transparent!important}#times-ticker:not(.init) .ticker-content{color:transparent!important}#times-ticker.orientation-horiz .ticker-label{float:left}#times-ticker.orientation-horiz .ticker-content{white-space:nowrap;padding:9px 0}#times-ticker.orientation-horiz .ticker-content li{display:inline-block;margin-right:30px}#times-ticker.orientation-vert .ticker-row{white-space:nowrap}#times-ticker.orientation-vert .ticker-label{display:inline-block;vertical-align:top}#times-ticker.orientation-vert .ticker-content{display:inline-block;vertical-align:top}#times-ticker.orientation-vert .ticker-content li{white-space:nowrap;padding:9px 0;height:36px;float:left;padding-right:20px;clear:both}#times-ticker.layout-full .ticker-row{width:100%;margin-left:0;margin-right:0}#times-ticker.layout-full .ticker-row:before{content:none}#times-ticker.layout-boxed .ticker-row{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}#times-ticker.layout-borderless .ticker-label{padding:0;background:#fff;margin-right:0;padding-right:20px}#times-ticker.layout-borderless .ticker-row,#times-ticker.layout-minimal .ticker-row{background:#fff}#times-ticker.layout-borderless .ticker-row:before,#times-ticker.layout-minimal .ticker-row:before{background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(83.33333%,#fff));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 83.33333%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 83.33333%);background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 83.33333%)}#times-ticker.font-type-serif .ticker-content li{font-family:Domine,serif;font-weight:400}#times-ticker.font-type-sans-serif .ticker-content li{font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif;font-weight:500;text-transform:uppercase}#times-ticker.background-light .ticker-row{background:#f0f0f0}#times-ticker.background-light .ticker-row:before{background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(240,240,240,0)),color-stop(83.33333%,#f0f0f0));background:-webkit-linear-gradient(left,rgba(240,240,240,0) 0,#f0f0f0 83.33333%);background:-o-linear-gradient(left,rgba(240,240,240,0) 0,#f0f0f0 83.33333%);background:linear-gradient(90deg,rgba(240,240,240,0) 0,#f0f0f0 83.33333%)}#times-ticker.background-dark .ticker-row{background:#434343;color:#f0f0f0}#times-ticker.background-dark .ticker-row:before{background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(67,67,67,0)),color-stop(83.33333%,#434343));background:-webkit-linear-gradient(left,rgba(67,67,67,0) 0,#434343 83.33333%);background:-o-linear-gradient(left,rgba(67,67,67,0) 0,#434343 83.33333%);background:linear-gradient(90deg,rgba(67,67,67,0) 0,#434343 83.33333%)}#times-ticker.background-custom-light .ticker-row{color:rgba(255,255,255,.98)}#times-ticker.background-custom-dark .ticker-row{color:rgba(0,0,0,.66)}#times-ticker.continuous{margin-top:-56px;margin-bottom:54px}}@media (min-width:720px){#times-ticker .ticker-row{width:720px}}@media (min-width:960px){#times-ticker .ticker-row{width:960px}}@media (min-width:1200px){#times-ticker .ticker-row{width:1200px}}.times-custom-code-module{width:100%;min-height:1px}.times-custom-code-module .adele{display:block;margin-left:auto;margin-right:auto;margin-bottom:12px}#times-legal-notice .cookie-icon{display:none}#times-legal-notice .show-icon .cookie-icon{display:block;width:40px;height:40px;background:url(/wp-content/themes/times/img/times-cookie.svg) no-repeat 0 0;-webkit-background-size:39px 39px;background-size:39px 39px}#times-legal-notice .notice-title{font-size:18px;line-height:18px;font-weight:700;font-family:"Work Sans","Helvetica Neue",Helvetica,sans-serif}#times-legal-notice .notice-desc-box{font-size:14px;line-height:18px;font-family:Domine,"Helvetica Neue",Helvetica,sans-serif;color:#707070}#times-legal-notice .notice-desc-box p{margin-bottom:4px}#times-legal-notice .notice-desc-box p:last-child{margin-bottom:0}#times-legal-notice .notice-desc-box b,#times-legal-notice .notice-desc-box strong{font-weight:700}#times-legal-notice .notice-desc-box em,#times-legal-notice .notice-desc-box i{font-style:italic}#times-legal-notice .notice-desc-box a{color:#6299a9;position:relative;z-index:1;text-shadow:-3px 0 0 #fff,-2px 0 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 0 0 #fff,3px 0 0 #fff;background:0 0;-webkit-box-shadow:inset 0 -1px 0 rgba(98,153,169,.5);box-shadow:inset 0 -1px 0 rgba(98,153,169,.5)}#times-legal-notice .notice-desc-box a::-moz-selection{box-shadow:none;text-shadow:none}#times-legal-notice .notice-desc-box a::selection{-webkit-box-shadow:none;box-shadow:none;text-shadow:none}#times-legal-notice .notice-button{display:none}#times-legal-notice .show-button .notice-button{display:inline-block;font-size:14px;line-height:18px;padding:5px 17px;height:30px;background:#6299a9;text-transform:uppercase;font-weight:700;color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.1);cursor:pointer}#times-legal-notice .notice-close{width:30px;height:30px;background:rgba(0,0,0,0);border-radius:15px;cursor:pointer;position:relative;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}#times-legal-notice .notice-close .close-svg{display:block;visibility:visible;position:absolute;top:9px;left:9px}#times-legal-notice .notice-close .close-svg path{stroke:#bbb}#times-legal-notice .notice-close:hover{background:rgba(0,0,0,.1)}#times-legal-notice .notice-content{background:rgba(255,255,255,.97)}#times-legal-notice .invert-colors .notice-title{color:#f0f0f0}#times-legal-notice .invert-colors .notice-desc-box{color:#bbb}#times-legal-notice .invert-colors .notice-desc-box a{text-shadow:-3px 0 0 #333,-2px 0 0 #333,-1px 0 0 #333,1px 0 0 #333,2px 0 0 #333,3px 0 0 #333}#times-legal-notice .invert-colors .notice-content{background:rgba(51,51,51,.97)}#times-legal-notice .invert-colors .notice-button{border-color:#6299a9}#times-legal-notice .invert-colors .notice-close .close-svg path{stroke:#e3e3e3}#times-legal-notice .notice-wrapper{position:fixed;left:0;right:0;bottom:0;z-index:40}#times-legal-notice .notice-wrapper.full-notice{top:0}#times-legal-notice .notice-wrapper.full-notice .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:.6}#times-legal-notice .notice-wrapper.full-notice .notice-content{width:100%;position:absolute;bottom:0;padding:18px 25px;text-align:center}#times-legal-notice .notice-wrapper.full-notice .notice-header{display:inline-block;height:40px;position:relative;text-align:left;margin-bottom:12px}#times-legal-notice .notice-wrapper.full-notice .notice-header .cookie-icon{position:absolute;top:0;left:0}#times-legal-notice .notice-wrapper.full-notice .notice-header .notice-title{-webkit-transform:translateY(calc(-50% + 20px));-ms-transform:translateY(calc(-50% + 20px));transform:translateY(calc(-50% + 20px))}#times-legal-notice .notice-wrapper.full-notice .notice-close{position:absolute;top:24px;right:20px}#times-legal-notice .notice-wrapper.full-notice .notice-desc-box{margin-bottom:2px}#times-legal-notice .notice-wrapper.full-notice.show-icon .notice-header{left:-20px}#times-legal-notice .notice-wrapper.full-notice.show-icon .notice-header .notice-title{padding-left:56px}#times-legal-notice .notice-wrapper.full-notice.show-button .notice-desc-box{margin-bottom:14px}@media (min-width:600px){#times-legal-notice .notice-wrapper.full-notice .overlay{display:none}#times-legal-notice .notice-wrapper.full-notice .notice-content{-webkit-box-shadow:0 -1px 30px rgba(0,0,0,.1);box-shadow:0 -1px 30px rgba(0,0,0,.1)}#times-legal-notice .notice-wrapper.full-notice.invert-colors .notice-content{-webkit-box-shadow:none;box-shadow:none}#times-legal-notice .notice-wrapper.full-notice.position-top{position:relative}#times-legal-notice .notice-wrapper.full-notice.position-top .notice-content{position:relative;bottom:auto}#times-legal-notice .notice-wrapper.full-notice.position-top:not(.invert-colors) .notice-content{-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2)}#times-legal-notice .notice-wrapper.full-notice.position-bottom{top:auto}#times-legal-notice .notice-wrapper.full-notice .notice-content-wrap{max-width:540px;margin-left:auto;margin-right:auto}}@media (min-width:960px){#times-legal-notice .notice-wrapper.full-notice .notice-content-wrap{max-width:960px;position:relative}#times-legal-notice .notice-wrapper.full-notice .notice-content{padding:0;text-align:left}#times-legal-notice .notice-wrapper.full-notice .notice-header{max-width:21.875%;margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#times-legal-notice .notice-wrapper.full-notice.show-icon .notice-header{left:auto}#times-legal-notice .notice-wrapper.full-notice.show-button .notice-desc-box{margin-bottom:0}#times-legal-notice .notice-wrapper.full-notice.show-button .notice-button{position:absolute;right:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#times-legal-notice .notice-wrapper.full-notice .notice-desc-box{max-width:54.166667%;margin:0 auto;padding:21px 0;position:relative;text-align:center}#times-legal-notice .notice-wrapper.full-notice .notice-close{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-9px}}@media (min-width:1200px){#times-legal-notice .notice-wrapper.full-notice .notice-content-wrap{max-width:1200px}#times-legal-notice .notice-wrapper.full-notice .notice-header{max-width:26.666667%}#times-legal-notice .notice-wrapper.full-notice .notice-desc-box{max-width:43.333333%}}#times-legal-notice .notice-wrapper.compact-notice{-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#times-legal-notice .notice-wrapper.compact-notice .notice-content{width:100%;bottom:0;position:relative;padding:15px 40px 14px 20px;-webkit-box-shadow:0 -1px 30px rgba(0,0,0,.1);box-shadow:0 -1px 30px rgba(0,0,0,.1)}#times-legal-notice .notice-wrapper.compact-notice.invert-colors .notice-content{-webkit-box-shadow:none;box-shadow:none}#times-legal-notice .notice-wrapper.compact-notice.show-icon .cookie-icon{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#times-legal-notice .notice-wrapper.compact-notice.show-icon .notice-title{padding-left:60px}#times-legal-notice .notice-wrapper.compact-notice.show-icon .notice-desc-box{padding-left:60px}#times-legal-notice .notice-wrapper.compact-notice.fade-out{pointer-events:none;opacity:.2}#times-legal-notice .notice-wrapper.compact-notice .notice-title{margin-bottom:7px}#times-legal-notice .notice-wrapper.compact-notice .notice-close{position:absolute;top:9px;right:9px}@media (min-width:600px){#times-legal-notice .notice-wrapper.compact-notice{left:auto;bottom:10px;right:10px}#times-legal-notice .notice-wrapper.compact-notice .notice-content{border:1px solid rgba(0,0,0,.06);border-radius:6px;-webkit-box-shadow:0 4px 30px rgba(0,0,0,.1);box-shadow:0 4px 30px rgba(0,0,0,.1)}#times-legal-notice .notice-wrapper.compact-notice.invert-colors .notice-content{border-color:rgba(0,0,0,.15)}#times-legal-notice .notice-wrapper.compact-notice.horizontal .notice-content{padding:14px 59px 13px 19px}#times-legal-notice .notice-wrapper.compact-notice.horizontal .notice-desc-box{max-width:210px}#times-legal-notice .notice-wrapper.compact-notice.horizontal.show-icon .notice-desc-box{max-width:270px}#times-legal-notice .notice-wrapper.compact-notice.horizontal .notice-close{top:50%;right:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-content{max-width:220px;padding:20px 19px 22px;text-align:center}#times-legal-notice .notice-wrapper.compact-notice.vertical.show-icon .notice-content{padding-top:21px}#times-legal-notice .notice-wrapper.compact-notice.vertical.show-icon .notice-close{top:11px;right:11px}#times-legal-notice .notice-wrapper.compact-notice.vertical .cookie-icon{position:static;-webkit-transform:none;-ms-transform:none;transform:none;margin-left:auto;margin-right:auto;margin-bottom:12px}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-close{top:5px;right:5px}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-desc-box,#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-title{padding-left:0}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-title{margin-bottom:13px}}@media (min-width:960px){#times-legal-notice .notice-wrapper.compact-notice{bottom:20px;right:20px}#times-legal-notice .notice-wrapper.compact-notice.horizontal .notice-content{padding:20px 59px 19px 19px}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-content{max-width:240px;padding-top:29px;padding-left:29px;padding-right:29px;padding-bottom:28px}#times-legal-notice .notice-wrapper.compact-notice.vertical.show-icon .notice-content{padding-top:20px}#times-legal-notice .notice-wrapper.compact-notice.vertical .notice-close{top:11px;right:11px}#times-legal-notice .notice-wrapper.compact-notice.vertical .cookie-icon{margin-bottom:18px}}.times-screen-reader-only{position:absolute;width:1px;height:1px;overflow:hidden}#comments .oneall_social_login{padding:10px 12px 8px;border:2px solid #e3e3e3;margin-bottom:6px;border-radius:3px}#comments .oneall_social_login .oneall_social_login_label{font-size:14px;margin-bottom:6px!important}#comments .oneall_social_login iframe{width:100%!important}/* ------ YOUR CUSTOM CHANGES TO CSS HERE ------ */

/*==========================================================================*/
/* Full-width module
/*==========================================================================*/

.post.cbnrdo-featured-post {
	padding-left: 0;
	padding-right: 0;
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
	overflow: hidden;
	border-radius: 2px 2px 5px 5px;
	margin-bottom: 12px;
}

.cbnrdo-featured-post .thumbnail {
	margin-bottom: 18px;
}

.cbnrdo-featured-post .caption {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 17px;
}

.cbnrdo-featured-post .caption h1 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 7px;
}

.cbnrdo-featured-post .caption p {
	max-height: 96px;
	overflow: visible;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.post.cbnrdo-featured-post .excerpt {
	font-size: 16px;
	line-height: 24px;
}

/* settings */
.cbnrdo-featured-post.show-background {
	border-bottom: 2px;
}

.cbnrdo-featured-post.italicise-title h1 {
	font-style: italic;
	font-weight: 400;
}

/* mobile */
@media (min-width: 360px) {
	.cbnrdo-featured-post .caption {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 600px) {
	.post.cbnrdo-featured-post {
		margin-left: 0;
		margin-right: 0;
	}
	.cbnrdo-featured-post .caption {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 720px) {
	.post.cbnrdo-featured-post {
		margin-bottom: 18px;
	}

	.cbnrdo-featured-post .thumbnail {
		margin-bottom: 27px;
	}

	.cbnrdo-featured-post .caption {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 24px;
	}

	.cbnrdo-featured-post .caption h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.cbnrdo-featured-post .caption p {
		margin-bottom: 16px;
	}

	.cbnrdo-featured-post.show-background {
		box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08), 0 3px 10px rgba(0, 0, 0, 0.05);
	}
}

@media (min-width: 960px) {
	.post.cbnrdo-featured-post {
		margin-bottom: 24px;
	}

	.cbnrdo-featured-post .caption {
		padding-left: 40px;
		padding-right: 60px;
		padding-bottom: 38px;
	}

	.cbnrdo-featured-post .caption h1 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 16px;
	}

	.cbnrdo-featured-post .caption p {
		max-height: 120px;
	}

	.post.cbnrdo-featured-post .excerpt {
		font-size: 18px;
		line-height: 30px;
	}
}

/*==========================================================================*/
/* Last modified
/*==========================================================================*/
.post.mass .introduction .meta .last-modified-date {
	display: block;
	font-size: 10px;
	color: #B24127;
	margin-bottom: 6px;
	margin-top: 2px;
	text-transform: uppercase;
}

@media (min-width: 600px) {
	.post.mass .introduction .meta .last-modified-date {
		font-size: 12px;
		margin-top: 6px;
	}
}

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

/* archive.php */
.introduction.archive-header .label {
	display: none;
}

/* article-layouts/standard.php */
.widget-area.article-sidebar .widget.post-info .widget-title:before {
	content: "Written by";
	font-size: 17px;
}

.widget-area.article-sidebar .widget.post-info .widget-title {
	font-size: 0;
}

/* styles.css */
.slider {
	cursor: auto;
}

/* photo caption position */
.post.mass .content .wp-block-image figcaption {
	padding-top: 16px;
	padding-bottom: 0;
	background: none;
	text-shadow: none;
	position: relative;
	color: #777;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -.4px;
}

/* hide more links on post excerpts */
.post.expt .more-link {
	display: none!important;
}
@font-face{font-family:FontAwesome;src:url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/times/inc/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}
.cb_p6_reply_wrapper{
	
	width : 100%;
	display : inline-table;
	vertical-align : top;

	
}
.cb_p6_user_avatar{
	width : 80px;
	display : table-cell;
	text-align : center;
	vertical-align : top;
}
.cb_p6_reply_content_row{
	height : 100%;
	display : table-cell;
	vertical-align : top;
	width : auto;
	padding-left: 5px;
	padding-right: 5px;
	
}
.cb_p6_reply_content{
	height : auto;
	min-height : 40px;
	display : inline-block;
	vertical-align : top;
	width : 100%;
	
}

.cb_p6_clearfix:after {
   content: " "; /* Older browsers do not support empty content - from stackoverflow */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.cb_p6_clearfix_separator {
	
	display:block;
	width :100%;
	margin-top : 20px;
	margin-bottom : 20px;
	border-bottom : 1px solid #c0c0c0;
	
}

.cb_p6_clearfix_separator:after {
   content: " "; /* Older browsers do not support empty content - from stackoverflow */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.cb_p6_notice {
    margin: 10px 0px;
    padding:5px;
	padding-left : 10px;
	vertical-align : middle;
}
.cb_p6_notice-info {
    color: #00529B;
    background-color: #BDE5F8;
}
.cb_p6_notice-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.cb_p6_notice-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.cb_p6_notice-error {
    color: #D8000C;
    background-color: #FFBABA;
}

.cb_p6_support_bar{
	display : block;
	margin-bottom : 25px;
	text-align : left;
	vertical-align : middle;
	
	
}
.cb_p6_support_bar button{
	margin:3px;
	display : inline-block;
	
}
.cb_p6_agent_admin_operations_bar{
	display : block;
	margin-bottom : 25px;
	text-align : center;
	vertical-align : middle;
	
	
}
.cb_p6_agent_admin_operations_bar button{
	margin:3px;
	display : inline-block;
	
}

#cb_p6_agent_ticket_header{
	display :table;
	width :100%;
	margin-top : 20px;
	margin-bottom : 20px;
}
.cb_p6_agent_ticket_row{
	display :table-row;
	width :100%;
}
.cb_p6_agent_ticket_heading{
	display :table-cell;
	width :25%;
	background-color : #dee1e5;
	padding : 5px;
	padding-left : 15px;
	
}
.cb_p6_agent_ticket_cell{
	display :table-cell;
	width :25%;
	border : 1px solid #c3c5c9;
	padding : 5px;
	padding-left : 15px;
	

}

.cb_p6_ticket_reply_textarea{
	display : inline-block;
	min-width : 200px;
	max-width : 500px;
	width : 100%;
	height: auto;
	min-height : 100px;
	
	
	
}

.cb_p6_agent_ticket_listing_ticket_info{
	display : inline-block;
	width : 100%;
	margin-top : 5px;
	font-size : 85%;
	vertical-align :bottom;
	
}

.cb_p6_agent_ticket_listing_ticket_title_link{
	font-size : 120%;
		
		
}


.cb_p6_agent_ticket_listing_entry{

	display :inline-block;
	width : 100%;

	margin-top : 0px;	
	margin-bottom : 0px;	
	padding-bottom : 10px;	
	padding-top : 10px;	
	padding-left : 10px;
	padding-right : 10px;

	border-bottom : 1px solid #c0c0c0;
		

}
.cb_p6_agent_ticket_listing_entry:hover{
	
	cursor:pointer;
	background: rgba(0,0,0,.1);
	
	
}




.cb_p6_agent_ticket_listing_upper_row_wrapper{
	
	display:inline-table;
	width : 100%;
	margin : 0px;
	padding : 0px;
	
	
}


.cb_p6_agent_ticket_listing_ticket_title{
	
	display:inline-block;
	width : 80%;
	margin : 0px;
	padding : 0px;
	
	
}

.cb_p6_agent_ticket_listing_view_ticket_button{
	
	display:inline-block;
	width : auto;
	max-width : 120px;
	margin : 0px;
	padding : 0px;
	
	
}


.cb_p6_user_ticket_listing_ticket_info{
	display : inline-block;
	width : 100%;
	margin-top : 5px;
	font-size : 85%;
	vertical-align :bottom;
	
}

.cb_p6_user_ticket_listing_ticket_title_link{
	font-size : 120%;
		
		
}


.cb_p6_user_ticket_listing_entry{

	display :inline-block;
	width : 100%;

	margin-top : 0px;	
	margin-bottom : 0px;	
	padding-bottom : 10px;	
	padding-top : 10px;	
	padding-left : 10px;
	padding-right : 10px;

	border-bottom : 1px solid #c0c0c0;
	
		

}
.cb_p6_user_ticket_listing_entry:hover{
	
	cursor:pointer;
	background: rgba(0,0,0,.1);
	
	
}




.cb_p6_user_ticket_listing_upper_row_wrapper{
	
	display:inline-table;
	width : 100%;
	margin : 0px;
	padding : 0px;
	
	
}


.cb_p6_user_ticket_listing_ticket_title{
	
	display:inline-block;
	width : 80%;
	margin : 0px;
	padding : 0px;
	
	
}

.cb_p6_user_ticket_listing_view_ticket_button{
	
	display:inline-block;
	width : auto;
	max-width : 120px;
	margin : 0px;
	padding : 0px;
	
	
}




.cb_p6_agent_updated_since_last_visit{
	
	background: rgba(54,198,35,.1);
	
	
}



.cb_p6_separator{
	
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both; 
   margin-top : 10px;   
   margin-bottom : 10px;   

}


.cb_p6_quick_reply_button{
	
	display:inline-block;
	margin-top : 10px;
	margin-bottom : 10px;
	
	
}

.cb_p6_quick_reply_button{
	
	display:inline-block;
	margin-top : 10px;
	margin-bottom : 10px;
	
	
}


.cb_p6_ticket_attachment{
	
	font-size : 75%;
	
}
.cb_p6_ticket_attachment_label{
	
	font-size : 75%;
	margin-right : 10px;
	
	
}

.cb_p6_reply_attachments{
	
	width : 100%;
	display:inline-block;
	border-top : 1px solid #c0c0c0;
	margin-top : 10px;
	padding-top : 10px;
	
}
.cb_p6_reply_attachments img{
	
	max-width : 300px;
	
	
}

.cb_p6_ticket_status_button_container {
	
	display : inline-block;
	max-height : 60px;
	vertical-align : middle;
	
}


.cb_p6_ticket_status_label {
	
	
	display : inline-block;
	max-height : 60px;
	vertical-align : middle;
	margin-right : 15px;
	font-weight : bold;
	
	
}

.cb_p6_ticket_status_row {
	
	
	display : inline-block;
	margin-bottom : 10px;
	vertical-align : middle;
	
	
}

#cb_p6_department_select {
	
	
	display : inline-block;
	margin-bottom : 20px;
	margin-top : 15px;
	vertical-align : middle;
	
	
}
#cb_p6_department_select select {
	
	font-size : 125%;
	
	
}

#cb_p6_create_ticket_form {
	
	display:inline-block;
	margin-bottom : 20px;
	
	
}

.cb_p6_ticket_listing_header {
	
	display:block;
	margin-bottom : 20px;
	margin-top : 20px;
	padding-left : 5px;
	padding-right : 5px;
	
	
}

/**
 * Basic style
 */
.srpw-block ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.srpw-block li {
	list-style-type: none;
	padding: 10px 0;
}

.widget .srpw-block li.srpw-li::before {
	display: none;
	content: "";
}

.srpw-block li:first-child {
	padding-top: 0;
}

.srpw-block a {
	text-decoration: none;
}

.srpw-block a.srpw-title {
	overflow: hidden;
}

.srpw-meta {
	display: block;
	font-size: 13px;
	overflow: hidden;
}

.srpw-summary {
	line-height: 1.5;
	padding-top: 5px;
}

.srpw-summary p {
	margin-bottom: 0 !important;
}

.srpw-more-link {
	display: block;
	padding-top: 5px;
}

.srpw-time {
	display: inline-block;
}

.srpw-comment,
.srpw-author {
	padding-left: 5px;
	position: relative;
}

.srpw-comment::before,
.srpw-author::before {
	content: "\00b7";
	display: inline-block;
	color: initial;
	padding-right: 6px;
}

.srpw-alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
}

.srpw-alignright {
	display: inline;
	float: right;
	margin-left: 12px;
}

.srpw-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.srpw-clearfix:before,.srpw-clearfix:after {
	content:"";
	display:table !important;
}

.srpw-clearfix:after {
	clear:both;
}

.srpw-clearfix {
	zoom: 1;
}

/**
 * Classic style
 */
.srpw-classic-style li {
	padding: 10px 0 !important;
	border-bottom: 1px solid #f0f0f0 !important;
	margin-bottom: 5px !important;
}

.srpw-classic-style li:first-child {
	padding-top: 0 !important;
}

.srpw-classic-style li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.srpw-classic-style .srpw-meta {
	color: #888 !important;
	font-size: 12px !important;
	padding: 3px 0 !important;
}

.srpw-classic-style .srpw-summary {
	display: block;
	clear: both;
}

/**
 * Modern style
 */
.srpw-modern-style li {
	position: relative !important;
}

.srpw-modern-style .srpw-img {
	position: relative !important;
	display: block;
}

.srpw-modern-style .srpw-img img {
	display: block;
}

.srpw-modern-style .srpw-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	background: #000;
}

.srpw-modern-style .srpw-meta {
	font-size: 12px !important;
	padding: 3px 0 !important;
}

.srpw-modern-style .srpw-comment::before,
.srpw-modern-style .srpw-author::before {
	color: #fff;
}

.srpw-modern-style .srpw-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.srpw-modern-style .srpw-content a {
	color: #fff !important;
}

.srpw-modern-style .srpw-content a:hover {
	text-decoration: underline !important;
}

.srpw-modern-style .srpw-content {
	color: #ccc !important;
}

.srpw-modern-style .srpw-content .srpw-title {
	text-transform: uppercase !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #fff !important;
}

.srpw-modern-style .srpw-content a.srpw-title:hover {
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.srpw-modern-style .srpw-aligncenter {
	margin-bottom: 0 !important;
}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format( 'woff' );font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translate3d(0,0,0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:'prev'}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:'next'}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.jp-carousel-overlay button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#ffffff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-size:200%;background-repeat:no-repeat;background-position:center}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{opacity:.5;transition:.5s opacity ease-out;height:initial;width:initial;padding:20px 40px;background-image:none}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{height:30px;width:28px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-overlay{font-family:'Helvetica Neue',sans-serif!important;z-index:2147483647;overflow-x:hidden;overflow-y:auto;direction:ltr;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--jp-carousel-bg-color)}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{right:0;left:auto}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{font-family:'Open Sans',sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.jp-carousel-info{display:flex;flex-direction:column;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important;z-index:100;background-color:var(--jp-carousel-bg-color);transition:opacity .2s ease-out;opacity:1}.jp-carousel-hide-controls .jp-carousel-info{visibility:hidden;height:0;overflow:hidden}.jp-carousel-info-footer{position:relative;background-color:var(--jp-carousel-bg-color);height:64px;display:flex;align-items:center;justify-content:space-between;width:100vw}.jp-carousel-info-extra{display:none;background-color:var(--jp-carousel-bg-color);padding:35px;width:100vw;border-top:1px solid var(--jp-carousel-bg-faded-color)}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{padding:0;width:100%!important;display:none}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em 'Helvetica Neue',sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:var(--jp-carousel-primary-color);border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translate3d(0,0,0)}.jp-carousel-close-hint{cursor:default;letter-spacing:0!important;position:fixed;top:20px;right:30px;padding:10px;text-align:right;width:45px;height:45px;z-index:15;color:var(--jp-carousel-primary-color);cursor:pointer;transition:opacity .2s ease-out}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{padding:3px 2px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);font-size:15px;font-weight:400;white-space:nowrap;display:none;position:static!important}.jp-carousel-pagination-container .swiper-pagination{text-align:left;line-height:8px}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 9px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;overflow:hidden;margin:0}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:0 0!important;border:none!important;display:inline-block;font:normal 20px/1.3em 'Helvetica Neue',sans-serif;line-height:normal;letter-spacing:0!important;margin:0 0 10px 0;padding:0;overflow:hidden;text-shadow:none!important;text-transform:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-info-footer .jp-carousel-photo-caption{text-align:center;font-size:15px;white-space:nowrap;color:var(--jp-carousel-primary-subtle-color);cursor:pointer;margin:0;text-overflow:ellipsis}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;width:100%}.jp-carousel-photo-description{overflow:hidden;overflow-wrap:break-word}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{color:var(--jp-carousel-primary-color)!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{font-weight:700;color:var(--jp-carousel-primary-subtle-color)}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{font-style:italic;color:var(--jp-carousel-primary-subtle-color)}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);font-size:13px;font:12px/1.4 'Helvetica Neue',sans-serif!important;width:100%;display:none}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:'Helvetica Neue',sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:var(--jp-carousel-primary-color)!important;font-size:13px!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{display:inline-block;clear:both;color:var(--jp-carousel-primary-subtle-color);line-height:1;font-weight:400;font-size:14px;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;vertical-align:middle;margin:0 3px;padding-bottom:2px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{font:15px/1.7 'Helvetica Neue',sans-serif!important;font-weight:400;background:none transparent;width:100%;bottom:10px;margin-top:20px}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);overflow:auto;width:100%;display:flex}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{font-size:15px;font-weight:500;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{margin:0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important;min-width:64px;min-height:64px;width:64px;height:64px}.jp-carousel-comment .comment-date{color:var(--jp-carousel-primary-subtle-color);font-size:11px;border-bottom:1px solid var(--jp-carousel-bg-faded-color);margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 'Helvetica Neue',sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0}#jp-carousel-loading-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;width:40px;height:40px}#jp-carousel-library-loading{float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:8px solid rgba(255,255,255,.2);border-right:8px solid rgba(255,255,255,.2);border-bottom:8px solid rgba(255,255,255,.2);border-left:8px solid var(--jp-carousel-primary-color);transform:translateZ(0);animation:load8 1.1s infinite linear}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:absolute;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid var(--jp-carousel-primary-color);transform:translateZ(0);animation:load8 1.1s infinite linear;margin:0 auto;top:calc(50% - 15px);left:0;bottom:0;right:0}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.jp-carousel-info-content-wrapper{max-width:800px;margin:auto}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 'Helvetica Neue',sans-serif!important;padding:10px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 'Helvetica Neue',sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 'Helvetica Neue',sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;margin-left:auto;display:block;border:solid 1px var(--jp-carousel-primary-color);background:var(--jp-carousel-bg-color);border-radius:3px;padding:8px 16px;font-size:14px;color:var(--jp-carousel-primary-color)}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{margin-bottom:15px;width:100%;margin-top:20px;color:var(--jp-carousel-primary-subtle-color);position:relative;overflow:hidden}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;border-radius:2px;font:13px/1.4 'Helvetica Neue',sans-serif!important;border:1px solid var(--jp-carousel-border-color);box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comments-loading{font:400 15px/1.7 'Helvetica Neue',sans-serif!important;display:none;color:var(--jp-carousel-primary-subtle-color);text-align:left;margin-bottom:20px;width:100%;bottom:10px;margin-top:20px}.jp-carousel-photo-icons-container{flex:1;display:block;text-align:right;margin:0 20px 0 30px;white-space:nowrap}.jp-carousel-icon-btn{padding:16px;text-decoration:none;border:none;background:0 0;display:inline-block;height:64px}.jp-carousel-icon{border:none;pointer-events:none;display:inline-block;line-height:0;font-weight:400;font-style:normal;border-radius:4px;width:31px;padding:4px 3px 3px}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{display:none;font-size:12px;vertical-align:top;margin-left:-16px;line-height:1;padding:2px 4px;border-radius:4px;background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color);font-weight:400;font-family:'Helvetica Neue',sans-serif!important;position:relative}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box;margin-left:0}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;top:10px;right:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway{display:none}.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{width:100%;float:none}}
.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%;padding:14px 7px}.contact-form select{margin-bottom:1.5em;padding:14px 7px;min-width:150px}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%;padding:7px;font:inherit}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button button{padding:20px 30px;border:inherit;font:inherit}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #dcdcde;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#f6f7f7;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f6f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #dcdcde;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#dcdcde;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{background:#000;border-radius:50%;display:inline-block;fill:#fff;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;-o-object-fit:cover;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{-o-object-fit:cover;object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #a7aaad}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}