/**
 * 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 #ddd;
	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 {
	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 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:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.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.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{margin-right:0;width: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}.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}.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.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-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;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{-ms-grid-row-align: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:-webkit-sticky) or (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 .wp-block-subhead:not(.has-text-color),.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 .wp-block-subhead: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-text,section.wp-block-cover-image h2{color:#fff}.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 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 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-bottom: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__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;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:-webkit-sticky) or (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:-webkit-sticky) or (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 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:-webkit-sticky) or (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),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.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-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-bottom: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-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}.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}.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{direction:ltr;display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;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{-ms-grid-row-align:start;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{-ms-grid-row-align:center;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{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.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{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff;color:#1e1e1e}.wp-block-navigation .wp-block-navigation__container .wp-block-navigation__container{align-items:normal;min-width:200px}.wp-block-navigation__container{align-items:center}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content{text-decoration:none}.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{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.wp-block-page-list__submenu-icon{display:none}.show-submenu-icons .wp-block-page-list__submenu-icon{display:block;padding:.375em 1em .375em 0}.show-submenu-icons .wp-block-page-list__submenu-icon svg{fill:currentColor}.wp-block-navigation .wp-block-page-list{display:flex;flex-wrap:wrap}.wp-block-navigation .wp-block-pages-list__item__link{display:block;color:inherit;padding:.5em 1em}.wp-block-navigation .wp-block-pages-list__item.has-child{display:flex;position:relative;background-color:inherit}.wp-block-navigation .wp-block-pages-list__item.has-child>a{padding-right:.5em}.wp-block-navigation .wp-block-pages-list__item.has-child>.submenu-container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}@media (min-width:782px){.wp-block-navigation .wp-block-pages-list__item.has-child>.submenu-container{left:1.5em}.wp-block-navigation .wp-block-pages-list__item.has-child>.submenu-container .submenu-container{left:100%;top:-1px}.wp-block-navigation .wp-block-pages-list__item.has-child>.submenu-container .submenu-container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .wp-block-pages-list__item.has-child>.submenu-container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.wp-block-navigation .wp-block-pages-list__item.has-child:hover{cursor:pointer}.wp-block-navigation .wp-block-pages-list__item.has-child:hover>.submenu-container{visibility:visible;opacity:1}.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within{cursor:pointer}.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within>.submenu-container{visibility:visible;opacity:1}.wp-block-navigation .submenu-container{padding:0}.is-vertical .wp-block-navigation__container .wp-block-page-list{display:block}.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-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}p:empty:before{content:"​"}.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-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right: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-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.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-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-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-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;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:auto 8px auto 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-links.has-icon-color.has-icon-color>.wp-social-link{color:var(--wp--social-links--icon-color)}.wp-block-social-links.has-icon-background-color.has-icon-background-color>.wp-social-link{background-color:var(--wp--social-links--icon-background-color)}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.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{background-color:#d32422;color:#fff}.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}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{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-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-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (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 a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}: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)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.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}/**
 * 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 {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .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.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .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.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .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.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .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.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 .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 .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .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 .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .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 .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .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 .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .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 .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .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; }
/*
* 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;
}
.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #fff;color:#d84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000}.atwho-view{left:0}.atwho-view ul{background:#fff;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #efefef;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:right;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#efefef;font-weight:700}.atwho-view .username strong{color:#d54e21}.atwho-view small{color:#aaa;float:right;font-size:smaller;font-weight:400;margin:0 10px 0 40px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:left;margin:0 10px 0 0}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-left:20px}}.webui-popover-content{display:none}.webui-popover-rtl{direction:rtl;text-align:right}.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}.webui-popover.pop{-webkit-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);-webkit-transition:transform .15s cubic-bezier(0.3,0,0,1.5);-o-transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}.webui-popover.pop-out{-webkit-transition-property:"opacity,transform";-o-transition-property:"opacity,transform";transition-property:"opacity,transform";-webkit-transition:.15s linear;-o-transition:.15s linear;transition:.15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.fade,.webui-popover.fade-out{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.out{opacity:0;filter:alpha(opacity=0)}.webui-popover.in{-webkit-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}.webui-popover .webui-popover-content>div:first-child{width:99%}.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:700;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}.webui-popover-inner .close:after{content:"\00D7";width:.8em;height:.8em;padding:4px;position:relative}.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:700;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}.webui-popover-content{padding:9px 14px;overflow:auto;display:none}.webui-popover-inverse{background-color:#333;color:#eee}.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}.webui-no-padding .webui-popover-content{padding:0}.webui-no-padding .list-group-item{border-right:none;border-left:none}.webui-no-padding .list-group-item:first-child{border-top:0}.webui-no-padding .list-group-item:last-child{border-bottom:0}.webui-popover>.webui-arrow,.webui-popover>.webui-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.webui-arrow{border-width:11px}.webui-popover>.webui-arrow:after{border-width:10px;content:""}.webui-popover.top>.webui-arrow,.webui-popover.top-right>.webui-arrow,.webui-popover.top-left>.webui-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.webui-popover.top>.webui-arrow:after,.webui-popover.top-right>.webui-arrow:after,.webui-popover.top-left>.webui-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.webui-arrow,.webui-popover.right-top>.webui-arrow,.webui-popover.right-bottom>.webui-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.webui-popover.right>.webui-arrow:after,.webui-popover.right-top>.webui-arrow:after,.webui-popover.right-bottom>.webui-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.webui-arrow,.webui-popover.bottom-right>.webui-arrow,.webui-popover.bottom-left>.webui-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.webui-popover.bottom>.webui-arrow:after,.webui-popover.bottom-right>.webui-arrow:after,.webui-popover.bottom-left>.webui-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.webui-arrow,.webui-popover.left-top>.webui-arrow,.webui-popover.left-bottom>.webui-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.webui-popover.left>.webui-arrow:after,.webui-popover.left-top>.webui-arrow:after,.webui-popover.left-bottom>.webui-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.webui-arrow,.webui-popover-inverse.top-left>.webui-arrow,.webui-popover-inverse.top-right>.webui-arrow,.webui-popover-inverse.top>.webui-arrow:after,.webui-popover-inverse.top-left>.webui-arrow:after,.webui-popover-inverse.top-right>.webui-arrow:after{border-top-color:#333}.webui-popover-inverse.right>.webui-arrow,.webui-popover-inverse.right-top>.webui-arrow,.webui-popover-inverse.right-bottom>.webui-arrow,.webui-popover-inverse.right>.webui-arrow:after,.webui-popover-inverse.right-top>.webui-arrow:after,.webui-popover-inverse.right-bottom>.webui-arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.webui-arrow,.webui-popover-inverse.bottom-left>.webui-arrow,.webui-popover-inverse.bottom-right>.webui-arrow,.webui-popover-inverse.bottom>.webui-arrow:after,.webui-popover-inverse.bottom-left>.webui-arrow:after,.webui-popover-inverse.bottom-right>.webui-arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.webui-arrow,.webui-popover-inverse.left-top>.webui-arrow,.webui-popover-inverse.left-bottom>.webui-arrow,.webui-popover-inverse.left>.webui-arrow:after,.webui-popover-inverse.left-top>.webui-arrow:after,.webui-popover-inverse.left-bottom>.webui-arrow:after{border-left-color:#333}.webui-popover i.icon-refresh:before{content:""}.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(/wp-content/plugins/lifterlms/assets/vendor/webui-popover/../img/loading.gif) no-repeat}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg)}}.webui-popover-backdrop{background-color:rgba(0,0,0,.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:none;box-shadow:none;float:none}.llms-pagination ul:before,.llms-pagination ul:after,.llms-cols:before,.llms-loop-list:before,.llms-course-navigation:before,.llms-access-plans:before,.llms-checkout-cols-2:before,.llms-form-fields:before,.llms-student-dashboard .llms-sd-items:before,.llms-cols:after,.llms-loop-list:after,.llms-course-navigation:after,.llms-access-plans:after,.llms-checkout-cols-2:after,.llms-form-fields:after,.llms-student-dashboard .llms-sd-items:after{content:" ";display:table}.llms-pagination ul:after,.llms-cols:after,.llms-loop-list:after,.llms-course-navigation:after,.llms-access-plans:after,.llms-checkout-cols-2:after,.llms-form-fields:after,.llms-student-dashboard .llms-sd-items:after{clear:both}.llms-cols .llms-col{width:100%}@media all and (min-width: 600px){.llms-cols [class*="llms-col-"]{float:left}.llms-cols .llms-col-1{width:100%}.llms-cols .llms-col-2{width:50%}.llms-cols .llms-col-3{width:33.33333%}.llms-cols .llms-col-4{width:25%}.llms-cols .llms-col-5{width:20%}.llms-cols .llms-col-6{width:16.66667%}.llms-cols .llms-col-7{width:14.28571%}.llms-cols .llms-col-8{width:12.5%}.llms-cols .llms-col-9{width:11.11111%}.llms-cols .llms-col-10{width:10%}.llms-cols .llms-col-11{width:9.09091%}.llms-cols .llms-col-12{width:8.33333%}}.llms-button-action,.llms-button-danger,.llms-button-primary,.llms-button-secondary{border:none;border-radius:0;color:#fefefe;cursor:pointer;font-size:16px;font-weight:300;text-decoration:none;text-shadow:none;line-height:1;margin:0;max-width:100%;padding:12px 24px;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease}.llms-button-action:disabled,.llms-button-danger:disabled,.llms-button-primary:disabled,.llms-button-secondary:disabled{opacity:0.5}.llms-button-action:hover,.llms-button-action:active,.llms-button-danger:hover,.llms-button-danger:active,.llms-button-primary:hover,.llms-button-primary:active,.llms-button-secondary:hover,.llms-button-secondary:active{color:#fefefe}.llms-button-action:focus,.llms-button-danger:focus,.llms-button-primary:focus,.llms-button-secondary:focus{color:#fefefe}.llms-button-action.auto,.llms-button-danger.auto,.llms-button-primary.auto,.llms-button-secondary.auto{width:auto}.llms-button-action.full,.llms-button-danger.full,.llms-button-primary.full,.llms-button-secondary.full{display:block;text-align:center;width:100%}.llms-button-action.square,.llms-button-danger.square,.llms-button-primary.square,.llms-button-secondary.square{padding:12px}.llms-button-action.small,.llms-button-danger.small,.llms-button-primary.small,.llms-button-secondary.small{font-size:13px;padding:8px 14px}.llms-button-action.small.square,.llms-button-danger.small.square,.llms-button-primary.small.square,.llms-button-secondary.small.square{padding:8px}.llms-button-action.large,.llms-button-danger.large,.llms-button-primary.large,.llms-button-secondary.large{font-size:18px;line-height:1.2;padding:16px 32px}.llms-button-action.large.square,.llms-button-danger.large.square,.llms-button-primary.large.square,.llms-button-secondary.large.square{padding:16px}.llms-button-action.large .fa,.llms-button-danger.large .fa,.llms-button-primary.large .fa,.llms-button-secondary.large .fa{left:-7px;position:relative}.llms-button-primary{background:#2295ff}.llms-button-primary:hover,.llms-button-primary.clicked{background:#0077e4}.llms-button-primary:focus,.llms-button-primary:active{background:#4ba9ff}.llms-button-secondary{background:#e1e1e1;color:#414141}.llms-button-secondary:hover{color:#414141;background:#cdcdcd}.llms-button-secondary:focus,.llms-button-secondary:active{color:#414141;background:#ebebeb}.llms-button-action{background:#f8954f}.llms-button-action:hover,.llms-button-action.clicked{background:#f67d28}.llms-button-action:focus,.llms-button-action:active{background:#faad76}.llms-button-danger{background:#e5554e}.llms-button-danger:hover{background:#e0332a}.llms-button-danger:focus,.llms-button-danger:active{background:#e86660}.llms-donut{background-color:#f1f1f1;background-image:none;border-radius:50%;color:#ef476f;height:200px;overflow:hidden;position:relative;width:200px}.llms-donut:before,.llms-donut:after{content:" ";display:table}.llms-donut:after{clear:both}.llms-donut svg{overflow:visible !important;pointer-events:none;width:100%}.llms-donut svg path{fill:none;stroke-width:35px;stroke:#ef476f}.llms-donut.mini{height:36px;width:36px}.llms-donut.mini .percentage{font-size:10px}.llms-donut.small{height:100px;width:100px}.llms-donut.small .percentage{font-size:18px}.llms-donut.medium{height:130px;width:130px}.llms-donut.medium .percentage{font-size:26px}.llms-donut.large{height:260px;width:260px}.llms-donut.large .percentage{font-size:48px}.llms-donut .inside{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;position:absolute;text-align:center;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%;top:50%;z-index:3}.llms-donut .percentage{line-height:1.2;font-size:34px}.llms-donut .caption{font-size:50%}.lifterlms [data-tip],.lifterlms [data-title-default],.lifterlms [data-title-active],.llms-metabox [data-tip],.llms-metabox [data-title-default],.llms-metabox [data-title-active],.llms-mb-container [data-tip],.llms-mb-container [data-title-default],.llms-mb-container [data-title-active],.llms-quiz-wrapper [data-tip],.llms-quiz-wrapper [data-title-default],.llms-quiz-wrapper [data-title-active]{position:relative}.lifterlms [data-tip].tip--top-right:before,.lifterlms [data-title-default].tip--top-right:before,.lifterlms [data-title-active].tip--top-right:before,.llms-metabox [data-tip].tip--top-right:before,.llms-metabox [data-title-default].tip--top-right:before,.llms-metabox [data-title-active].tip--top-right:before,.llms-mb-container [data-tip].tip--top-right:before,.llms-mb-container [data-title-default].tip--top-right:before,.llms-mb-container [data-title-active].tip--top-right:before,.llms-quiz-wrapper [data-tip].tip--top-right:before,.llms-quiz-wrapper [data-title-default].tip--top-right:before,.llms-quiz-wrapper [data-title-active].tip--top-right:before{bottom:100%;left:-10px}.lifterlms [data-tip].tip--top-right:hover:before,.lifterlms [data-title-default].tip--top-right:hover:before,.lifterlms [data-title-active].tip--top-right:hover:before,.llms-metabox [data-tip].tip--top-right:hover:before,.llms-metabox [data-title-default].tip--top-right:hover:before,.llms-metabox [data-title-active].tip--top-right:hover:before,.llms-mb-container [data-tip].tip--top-right:hover:before,.llms-mb-container [data-title-default].tip--top-right:hover:before,.llms-mb-container [data-title-active].tip--top-right:hover:before,.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before{bottom:calc( 100% + 6px)}.lifterlms [data-tip].tip--top-right:after,.lifterlms [data-title-default].tip--top-right:after,.lifterlms [data-title-active].tip--top-right:after,.llms-metabox [data-tip].tip--top-right:after,.llms-metabox [data-title-default].tip--top-right:after,.llms-metabox [data-title-active].tip--top-right:after,.llms-mb-container [data-tip].tip--top-right:after,.llms-mb-container [data-title-default].tip--top-right:after,.llms-mb-container [data-title-active].tip--top-right:after,.llms-quiz-wrapper [data-tip].tip--top-right:after,.llms-quiz-wrapper [data-title-default].tip--top-right:after,.llms-quiz-wrapper [data-title-active].tip--top-right:after{border-top-color:#444;left:6px;top:0}.lifterlms [data-tip].tip--top-right:hover:after,.lifterlms [data-title-default].tip--top-right:hover:after,.lifterlms [data-title-active].tip--top-right:hover:after,.llms-metabox [data-tip].tip--top-right:hover:after,.llms-metabox [data-title-default].tip--top-right:hover:after,.llms-metabox [data-title-active].tip--top-right:hover:after,.llms-mb-container [data-tip].tip--top-right:hover:after,.llms-mb-container [data-title-default].tip--top-right:hover:after,.llms-mb-container [data-title-active].tip--top-right:hover:after,.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after{top:-6px}.lifterlms [data-tip].tip--top-left:before,.lifterlms [data-title-default].tip--top-left:before,.lifterlms [data-title-active].tip--top-left:before,.llms-metabox [data-tip].tip--top-left:before,.llms-metabox [data-title-default].tip--top-left:before,.llms-metabox [data-title-active].tip--top-left:before,.llms-mb-container [data-tip].tip--top-left:before,.llms-mb-container [data-title-default].tip--top-left:before,.llms-mb-container [data-title-active].tip--top-left:before,.llms-quiz-wrapper [data-tip].tip--top-left:before,.llms-quiz-wrapper [data-title-default].tip--top-left:before,.llms-quiz-wrapper [data-title-active].tip--top-left:before{bottom:100%;right:-10px}.lifterlms [data-tip].tip--top-left:hover:before,.lifterlms [data-title-default].tip--top-left:hover:before,.lifterlms [data-title-active].tip--top-left:hover:before,.llms-metabox [data-tip].tip--top-left:hover:before,.llms-metabox [data-title-default].tip--top-left:hover:before,.llms-metabox [data-title-active].tip--top-left:hover:before,.llms-mb-container [data-tip].tip--top-left:hover:before,.llms-mb-container [data-title-default].tip--top-left:hover:before,.llms-mb-container [data-title-active].tip--top-left:hover:before,.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before{bottom:calc( 100% + 6px)}.lifterlms [data-tip].tip--top-left:after,.lifterlms [data-title-default].tip--top-left:after,.lifterlms [data-title-active].tip--top-left:after,.llms-metabox [data-tip].tip--top-left:after,.llms-metabox [data-title-default].tip--top-left:after,.llms-metabox [data-title-active].tip--top-left:after,.llms-mb-container [data-tip].tip--top-left:after,.llms-mb-container [data-title-default].tip--top-left:after,.llms-mb-container [data-title-active].tip--top-left:after,.llms-quiz-wrapper [data-tip].tip--top-left:after,.llms-quiz-wrapper [data-title-default].tip--top-left:after,.llms-quiz-wrapper [data-title-active].tip--top-left:after{border-top-color:#444;right:6px;top:0}.lifterlms [data-tip].tip--top-left:hover:after,.lifterlms [data-title-default].tip--top-left:hover:after,.lifterlms [data-title-active].tip--top-left:hover:after,.llms-metabox [data-tip].tip--top-left:hover:after,.llms-metabox [data-title-default].tip--top-left:hover:after,.llms-metabox [data-title-active].tip--top-left:hover:after,.llms-mb-container [data-tip].tip--top-left:hover:after,.llms-mb-container [data-title-default].tip--top-left:hover:after,.llms-mb-container [data-title-active].tip--top-left:hover:after,.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after{top:-6px}.lifterlms [data-tip].tip--bottom-left:before,.lifterlms [data-title-default].tip--bottom-left:before,.lifterlms [data-title-active].tip--bottom-left:before,.llms-metabox [data-tip].tip--bottom-left:before,.llms-metabox [data-title-default].tip--bottom-left:before,.llms-metabox [data-title-active].tip--bottom-left:before,.llms-mb-container [data-tip].tip--bottom-left:before,.llms-mb-container [data-title-default].tip--bottom-left:before,.llms-mb-container [data-title-active].tip--bottom-left:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:before{top:100%;right:-10px}.lifterlms [data-tip].tip--bottom-left:hover:before,.lifterlms [data-title-default].tip--bottom-left:hover:before,.lifterlms [data-title-active].tip--bottom-left:hover:before,.llms-metabox [data-tip].tip--bottom-left:hover:before,.llms-metabox [data-title-default].tip--bottom-left:hover:before,.llms-metabox [data-title-active].tip--bottom-left:hover:before,.llms-mb-container [data-tip].tip--bottom-left:hover:before,.llms-mb-container [data-title-default].tip--bottom-left:hover:before,.llms-mb-container [data-title-active].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before{top:calc( 100% + 6px)}.lifterlms [data-tip].tip--bottom-left:after,.lifterlms [data-title-default].tip--bottom-left:after,.lifterlms [data-title-active].tip--bottom-left:after,.llms-metabox [data-tip].tip--bottom-left:after,.llms-metabox [data-title-default].tip--bottom-left:after,.llms-metabox [data-title-active].tip--bottom-left:after,.llms-mb-container [data-tip].tip--bottom-left:after,.llms-mb-container [data-title-default].tip--bottom-left:after,.llms-mb-container [data-title-active].tip--bottom-left:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:after{border-bottom-color:#444;right:6px;bottom:0}.lifterlms [data-tip].tip--bottom-left:hover:after,.lifterlms [data-title-default].tip--bottom-left:hover:after,.lifterlms [data-title-active].tip--bottom-left:hover:after,.llms-metabox [data-tip].tip--bottom-left:hover:after,.llms-metabox [data-title-default].tip--bottom-left:hover:after,.llms-metabox [data-title-active].tip--bottom-left:hover:after,.llms-mb-container [data-tip].tip--bottom-left:hover:after,.llms-mb-container [data-title-default].tip--bottom-left:hover:after,.llms-mb-container [data-title-active].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after{bottom:-6px}.lifterlms [data-tip].tip--bottom-right:before,.lifterlms [data-title-default].tip--bottom-right:before,.lifterlms [data-title-active].tip--bottom-right:before,.llms-metabox [data-tip].tip--bottom-right:before,.llms-metabox [data-title-default].tip--bottom-right:before,.llms-metabox [data-title-active].tip--bottom-right:before,.llms-mb-container [data-tip].tip--bottom-right:before,.llms-mb-container [data-title-default].tip--bottom-right:before,.llms-mb-container [data-title-active].tip--bottom-right:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:before{top:100%;left:-10px}.lifterlms [data-tip].tip--bottom-right:hover:before,.lifterlms [data-title-default].tip--bottom-right:hover:before,.lifterlms [data-title-active].tip--bottom-right:hover:before,.llms-metabox [data-tip].tip--bottom-right:hover:before,.llms-metabox [data-title-default].tip--bottom-right:hover:before,.llms-metabox [data-title-active].tip--bottom-right:hover:before,.llms-mb-container [data-tip].tip--bottom-right:hover:before,.llms-mb-container [data-title-default].tip--bottom-right:hover:before,.llms-mb-container [data-title-active].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before{top:calc( 100% + 6px)}.lifterlms [data-tip].tip--bottom-right:after,.lifterlms [data-title-default].tip--bottom-right:after,.lifterlms [data-title-active].tip--bottom-right:after,.llms-metabox [data-tip].tip--bottom-right:after,.llms-metabox [data-title-default].tip--bottom-right:after,.llms-metabox [data-title-active].tip--bottom-right:after,.llms-mb-container [data-tip].tip--bottom-right:after,.llms-mb-container [data-title-default].tip--bottom-right:after,.llms-mb-container [data-title-active].tip--bottom-right:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:after{border-bottom-color:#444;left:6px;bottom:0}.lifterlms [data-tip].tip--bottom-right:hover:after,.lifterlms [data-title-default].tip--bottom-right:hover:after,.lifterlms [data-title-active].tip--bottom-right:hover:after,.llms-metabox [data-tip].tip--bottom-right:hover:after,.llms-metabox [data-title-default].tip--bottom-right:hover:after,.llms-metabox [data-title-active].tip--bottom-right:hover:after,.llms-mb-container [data-tip].tip--bottom-right:hover:after,.llms-mb-container [data-title-default].tip--bottom-right:hover:after,.llms-mb-container [data-title-active].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after{bottom:-6px}.lifterlms [data-tip]:before,.lifterlms [data-title-default]:before,.lifterlms [data-title-active]:before,.llms-metabox [data-tip]:before,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-active]:before,.llms-mb-container [data-tip]:before,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-active]:before,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-active]:before{background:#444;border-radius:4px;color:#fff;font-size:13px;line-height:1.2;padding:8px;max-width:300px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.lifterlms [data-tip]:after,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:after{content:'';border:6px solid transparent;height:0;width:0}.lifterlms [data-tip]:before,.lifterlms [data-tip]:after,.lifterlms [data-title-default]:before,.lifterlms [data-title-default]:after,.lifterlms [data-title-active]:before,.lifterlms [data-title-active]:after,.llms-metabox [data-tip]:before,.llms-metabox [data-tip]:after,.llms-metabox [data-title-default]:before,.llms-metabox [data-title-default]:after,.llms-metabox [data-title-active]:before,.llms-metabox [data-title-active]:after,.llms-mb-container [data-tip]:before,.llms-mb-container [data-tip]:after,.llms-mb-container [data-title-default]:before,.llms-mb-container [data-title-default]:after,.llms-mb-container [data-title-active]:before,.llms-mb-container [data-title-active]:after,.llms-quiz-wrapper [data-tip]:before,.llms-quiz-wrapper [data-tip]:after,.llms-quiz-wrapper [data-title-default]:before,.llms-quiz-wrapper [data-title-default]:after,.llms-quiz-wrapper [data-title-active]:before,.llms-quiz-wrapper [data-title-active]:after{opacity:0;-webkit-transition:all 0.2s 0.1s ease;transition:all 0.2s 0.1s ease;position:absolute;pointer-events:none;visibility:hidden}.lifterlms [data-tip]:hover:before,.lifterlms [data-tip]:hover:after,.lifterlms [data-title-default]:hover:before,.lifterlms [data-title-default]:hover:after,.lifterlms [data-title-active]:hover:before,.lifterlms [data-title-active]:hover:after,.llms-metabox [data-tip]:hover:before,.llms-metabox [data-tip]:hover:after,.llms-metabox [data-title-default]:hover:before,.llms-metabox [data-title-default]:hover:after,.llms-metabox [data-title-active]:hover:before,.llms-metabox [data-title-active]:hover:after,.llms-mb-container [data-tip]:hover:before,.llms-mb-container [data-tip]:hover:after,.llms-mb-container [data-title-default]:hover:before,.llms-mb-container [data-title-default]:hover:after,.llms-mb-container [data-title-active]:hover:before,.llms-mb-container [data-title-active]:hover:after,.llms-quiz-wrapper [data-tip]:hover:before,.llms-quiz-wrapper [data-tip]:hover:after,.llms-quiz-wrapper [data-title-default]:hover:before,.llms-quiz-wrapper [data-title-default]:hover:after,.llms-quiz-wrapper [data-title-active]:hover:before,.llms-quiz-wrapper [data-title-active]:hover:after{opacity:1;-webkit-transition:all 0.2s 0.6s ease;transition:all 0.2s 0.6s ease;visibility:visible;z-index:99999999}.lifterlms [data-tip]:before,.llms-metabox [data-tip]:before,.llms-mb-container [data-tip]:before,.llms-quiz-wrapper [data-tip]:before{content:attr(data-tip)}.lifterlms [data-tip].active:before,.llms-metabox [data-tip].active:before,.llms-mb-container [data-tip].active:before,.llms-quiz-wrapper [data-tip].active:before{content:attr(data-tip-active)}.llms-membership-image{display:block;margin:0 auto}.llms-course-image{display:block;margin:0 auto;max-width:100%}.llms-featured-image{display:block;margin:0 auto}.llms-image-thumb{width:150px}.llms-video-wrapper .center-video{height:auto;max-width:100%;overflow:hidden;position:relative;padding-top:56.25%;text-align:center}.llms-video-wrapper .center-video>.wp-video,.llms-video-wrapper .center-video .fluid-width-video-wrapper,.llms-video-wrapper .center-video iframe,.llms-video-wrapper .center-video object,.llms-video-wrapper .center-video embed{height:100%;left:0;position:absolute;top:0;width:100%}.llms-video-wrapper .center-video>.wp-video{width:100% !important}.llms-video-wrapper .center-video .fluid-width-video-wrapper{padding-top:0 !important}.clear{clear:both;width:100%}.llms-featured-image{text-align:center}h1,h2,h3,h4,h5,h6{font-weight:300}#main-content .llms-payment-options p{margin:0;font-size:16px}.llms-option{display:block;position:relative;margin:20px 0;padding-left:40px;font-size:16px}.llms-option label{cursor:pointer;position:static}.llms-option:first-child{margin-top:0}.llms-option:last-child{margin-bottom:0}#main-content .llms-option:last-child{margin-bottom:0}.llms-option input[type="radio"]{display:block;position:absolute;top:3px;left:0;z-index:0}.llms-option input[type="radio"]{display:inline-block}.llms-option input[type="radio"]+label span.llms-radio{display:none}.llms-option input[type="radio"]+label span.llms-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20;position:absolute;top:0;left:-2px;display:inline-block;width:24px;height:24px;border-radius:50%;cursor:pointer;vertical-align:middle;-webkit-box-shadow:rgba(255,255,255,0.15) 0 1px 1px,inset rgba(0,0,0,0.5) 0 0 0 1px;box-shadow:rgba(255,255,255,0.15) 0 1px 1px,inset rgba(0,0,0,0.5) 0 0 0 1px;background:#efefef;background-image:radial-gradient(ellipse at center, #e5554e 0%, #e5554e 40%, #efefef 45%);background-repeat:no-repeat;-webkit-transition:background-position 0.15s cubic-bezier(0.8, 0, 1, 1);transition:background-position 0.15s cubic-bezier(0.8, 0, 1, 1)}.llms-option input[type="radio"]:checked+label span.llms-radio{-webkit-transition:background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);transition:background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1)}.llms-option input[type="radio"]+label span.llms-radio{background-position:-24px 0}.llms-option input[type="radio"]:checked+label span.llms-radio{background-position:0 0}.llms-option input[type="submit"]{border:none;background:#e5554e;color:#fff;font-size:20px;padding:10px 0;border-radius:3px;cursor:pointer;width:100%}.llms-styled-text{padding:14px 0}.llms-notice-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;border:1px solid #ccc;list-style-type:none;width:100%;overflow:auto}.llms-notice-box input[type="text"]{height:auto}.llms-notice-box .col-1-1{width:100%}.llms-notice-box .col-1-1 input[type=text]{width:100%}.llms-notice-box .col-1-2{width:50%;float:left}@media screen and (max-width: 768px){.llms-notice-box .col-1-2{width:100%}}.llms-notice-box .col-1-3{width:33%;float:left;margin-right:10px}.llms-notice-box .col-1-4{width:25%;float:left;margin-right:10px}@media screen and (max-width: 768px){.llms-notice-box .col-1-4{width:100%}}.llms-notice-box .col-1-6{width:16.6%;float:left;margin-right:10px}.llms-notice-box .col-1-8{width:11%;float:right}.llms-notice-box .llms-pad-right{padding-right:10px}@media screen and (max-width: 768px){.llms-notice-box .llms-pad-right{padding-right:0}}input[type="text"].cc_cvv,#cc_cvv{margin-right:0;width:23%;float:right}.llms-clear-box{border-radius:3px;z-index:10;margin:10px 0;padding:15px 20px;list-style-type:none;width:100%;overflow:auto}.llms-price-label{font-weight:normal}.llms-final-price{font-weight:bold;float:right}.llms-center-content{text-align:center}.llms-input-text{background-color:#fff;border:1px solid #ddd;color:#333;font-size:18px;font-weight:300;padding:16px;width:100%}.llms-price{margin-bottom:0;font-weight:bold}.llms-price-loop{margin-bottom:0;font-weight:bold}.courses .entry{padding:0}.list-view .site-content .llms-course-list .hentry,.list-view .site-content .llms-membership-list .hentry{border-top:0;padding-top:0}.llms-content{width:100%}.llms-lesson-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-template-wrapper{width:100%;display:block;clear:both}.llms-button-wrapper{width:100%;display:block;clear:both;text-align:center}.llms-styled-select{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.llms-styled-select,.llms-styled-select select{width:100%}select:focus{outline:none}.llms-styled-select select{height:34px;padding:5px 0 5px 5px;background:transparent;border:none;-webkit-appearance:none;font-size:16px;color:#444444}@-moz-document url-prefix(){.--ms-styled-select select{width:110%}}.llms-styled-select .fa-sort-desc{position:absolute;top:0;right:12px;font-size:24px;color:#ccc}select::-ms-expand{display:none}_:-o-prefocus .llms-styled-select,.selector .llms-styled-select{background:none}.llms-form-item-wrapper{margin-bottom:1em}.llms-progress-circle{position:relative;width:200px;height:200px;float:left}.llms-progress-circle-count{top:27%;position:absolute;width:94%;text-align:center;color:#666;font-size:44px}.llms-progress-circle svg{position:absolute;width:200px;height:200px}.llms-progress-circle circle{fill:transparent}svg .llms-background-circle{fill:transparent;stroke-width:10px;stroke:#f1f2f1;stroke-dasharray:430}svg .llms-animated-circle{fill:transparent;stroke-width:10px;stroke:#e5554e;stroke-dasharray:430;stroke-dashoffset:410}.llms-widget-syllabus .llms-lesson.current-lesson .lesson-title{font-weight:700}.llms-widget-syllabus .llms-lesson-complete,.llms-widget-syllabus .lesson-complete-placeholder{font-size:1.2em;margin-right:6px;color:#ccc}.llms-widget-syllabus .llms-lesson-complete.done,.llms-widget-syllabus .lesson-complete-placeholder.done{color:#e5554e}.llms-widget-syllabus .section-title{font-weight:bold}.llms-widget-syllabus .lesson-title a{text-decoration:none}.llms-widget-syllabus .lesson-title a:hover{text-decoration:none !important}.llms-widget-syllabus .lesson-title.done a{color:#999;text-decoration:line-through}.llms-widget-syllabus ul{list-style-type:none}.llms-widget-syllabus ul li{list-style-type:none}.llms-widget-syllabus ul li ul li{margin:0 0 2px 0;padding:0}.llms-remove-coupon{float:right}.llms-lesson-link-locked,.llms-lesson-link-locked:hover{background:#f1f1f1;-webkit-box-shadow:0 1px 2px 0 rgba(1,1,1,0.4);box-shadow:0 1px 2px 0 rgba(1,1,1,0.4);display:block;color:#a6a6a6;min-height:85px;padding:15px;text-decoration:none;position:relative}.llms-lesson-preview.is-complete .llms-lesson-link-locked{padding-left:75px}.llms-lesson-tooltip{display:none;position:absolute;color:#000000;background-color:#c0c0c0;padding:.25em;border-radius:2px;z-index:100;top:0;left:50%;text-align:center;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.llms-lesson-tooltip:after{content:"";width:0;height:0;border-top:8px solid #c0c0c0;border-left:8px solid transparent;border-right:8px solid transparent;position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.llms-lesson-tooltip.active{display:inline-block}.llms-loop-list{list-style:none;margin:0 -10px;padding:0}@media all and (min-width: 600px){.llms-loop-list.cols-1 .llms-loop-item{width:100%}.llms-loop-list.cols-2 .llms-loop-item{width:50%}.llms-loop-list.cols-3 .llms-loop-item{width:33.33333%}.llms-loop-list.cols-4 .llms-loop-item{width:25%}.llms-loop-list.cols-5 .llms-loop-item{width:20%}.llms-loop-list.cols-6 .llms-loop-item{width:16.66667%}}.llms-loop-item{float:left;list-style:none;margin:0;padding:0;width:100%}.llms-loop-item-content{background:#f1f1f1;padding-bottom:10px;margin:10px}.llms-loop-item-content:hover{background:#eaeaea}.llms-loop-item-content .llms-loop-link{color:#212121;display:block}.llms-loop-item-content .llms-loop-link:visited{color:#212121}.llms-loop-item-content .llms-featured-image{display:block;max-width:100%}.llms-loop-item-content .llms-loop-title{margin-top:5px}.llms-loop-item-content .llms-loop-title:hover{color:#2295ff}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author,.llms-loop-item-content .llms-loop-title{padding:0 10px}.llms-loop-item-content .llms-meta,.llms-loop-item-content .llms-author{color:#444;display:block;font-size:13px;margin-bottom:3px}.llms-loop-item-content .llms-meta:last-child,.llms-loop-item-content .llms-author:last-child{margin-bottom:0}.llms-loop-item-content .llms-featured-img-wrap{overflow:hidden}.llms-loop-item-content p{margin-bottom:0}.llms-loop-item-content .llms-progress{margin:0;height:.4em}.llms-loop-item-content .llms-progress .progress__indicator{display:none}.llms-loop-item-content .llms-progress .llms-progress-bar{background-color:#f6f6f6;right:0;top:0}.course .llms-meta-info{margin:20px 0}.course .llms-meta-info .llms-meta-title{margin-bottom:5px}.course .llms-meta-info .llms-meta p{margin-bottom:0}.course .llms-meta-info .llms-meta span{font-weight:700}.course .llms-course-progress{margin:40px auto;max-width:480px;text-align:center}.llms-syllabus-wrapper{margin:15px;text-align:center}.llms-syllabus-wrapper .llms-section-title{margin:25px 0 0}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-back-to-course{width:49%}.llms-course-navigation .llms-prev-lesson,.llms-course-navigation .llms-back-to-course{float:left;margin-right:0.5%}.llms-course-navigation .llms-next-lesson,.llms-course-navigation .llms-prev-lesson+.llms-back-to-course{float:right;margin-left:0.5%}.llms-lesson-preview{display:inline-block;margin-top:15px;max-width:100%;position:relative;width:480px}.llms-lesson-preview .llms-lesson-link{background:#f1f1f1;color:#212121;display:block;padding:15px;text-decoration:none}.llms-lesson-preview .llms-lesson-link:before,.llms-lesson-preview .llms-lesson-link:after{content:" ";display:table}.llms-lesson-preview .llms-lesson-link:after{clear:both}.llms-lesson-preview .llms-lesson-link:hover{background:#eaeaea}.llms-lesson-preview .llms-lesson-link:visited{color:#212121}.llms-lesson-preview .llms-lesson-thumbnail{margin-bottom:10px}.llms-lesson-preview .llms-lesson-thumbnail img{display:block;width:100%}.llms-lesson-preview .llms-pre-text{text-align:left}.llms-lesson-preview .llms-lesson-title{font-weight:700;margin:0 auto 10px;text-align:left}.llms-lesson-preview .llms-lesson-title:last-child{margin-bottom:0}.llms-lesson-preview .llms-lesson-excerpt{text-align:left}.llms-lesson-preview .llms-main{float:left;width:100%}.llms-lesson-preview .llms-extra{float:right;width:15%}.llms-lesson-preview .llms-extra+.llms-main{width:85%}.llms-lesson-preview .llms-lesson-counter,.llms-lesson-preview .llms-free-lesson-svg,.llms-lesson-preview .llms-lesson-complete,.llms-lesson-preview .llms-lesson-complete-placeholder{display:block;font-size:32px;margin-bottom:15px}.llms-lesson-preview.is-free .llms-lesson-complete,.llms-lesson-preview.is-complete .llms-lesson-complete{color:#2295ff}.llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#f1f1f1;display:inline-block;padding:5px 6px 4px;line-height:1;font-size:14px}.llms-lesson-preview.is-incomplete .llms-lesson-complete{color:#cacaca}.llms-lesson-preview .llms-lesson-counter{font-size:16px;line-height:1}.llms-lesson-preview .llms-free-lesson-svg{fill:currentColor;height:23px;width:50px}.llms-lesson-preview p{margin-bottom:0}.llms-progress{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative;height:1em;width:100%;margin:15px 0}.llms-progress .llms-progress-bar{background-color:#f1f2f1;position:relative;height:.4em;top:.3em;width:100%}.llms-progress .progress-bar-complete{background-color:#ef476f;height:100%}.progress__indicator{float:right;text-align:right;height:1em;line-height:1em;margin-left:5px;white-space:nowrap}.llms-author .name{margin-left:5px}.llms-author .label{margin-left:5px}.llms-author .avatar{border-radius:50%}.llms-author .bio{margin-top:5px}.llms-instructor-info .llms-instructors .llms-col:first-child .llms-author{margin-left:0}.llms-instructor-info .llms-instructors .llms-col:last-child .llms-author{margin-right:0}.llms-instructor-info .llms-instructors .llms-author{background:#f5f5f5;border-top:4px solid #2295ff;text-align:center;margin:45px 5px 5px;padding:0 10px 10px}.llms-instructor-info .llms-instructors .llms-author .avatar{background:#2295ff;border:4px solid #2295ff;display:block;margin:-35px auto 10px}.llms-instructor-info .llms-instructors .llms-author .llms-author-info{display:block}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.name{font-weight:700}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{font-size:85%}.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{font-size:90%;margin-bottom:0}.llms-notice{background:rgba(34,149,255,0.3);border-color:#2295ff;border-style:solid;border-width:3px;padding:10px;margin-bottom:10px}.llms-notice p:last-child,.llms-notice ul:last-child{margin-bottom:0}.llms-notice li{list-style-type:none}.llms-notice.llms-debug{background:rgba(202,202,202,0.3);border-color:#cacaca}.llms-notice.llms-error{background:rgba(229,85,78,0.3);border-color:#e5554e}.llms-notice.llms-success{background:rgba(131,195,115,0.3);border-color:#83c373}.entry-content .llms-notice{margin:0 0 10px}.entry-content .llms-notice li{list-style-type:none}ul.llms-achievements-loop,.lifterlms ul.llms-achievements-loop,ul.llms-certificates-loop,.lifterlms ul.llms-certificates-loop{list-style-type:none;margin:0 -10px;padding:0}ul.llms-achievements-loop:before,ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:before,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:before,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:before,.lifterlms ul.llms-certificates-loop:after{content:" ";display:table}ul.llms-achievements-loop:after,.lifterlms ul.llms-achievements-loop:after,ul.llms-certificates-loop:after,.lifterlms ul.llms-certificates-loop:after{clear:both}ul.llms-achievements-loop li.llms-achievement-loop-item,ul.llms-achievements-loop li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop li.llms-certificate-loop-item,ul.llms-certificates-loop li.llms-achievement-loop-item,ul.llms-certificates-loop li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;float:left;list-style-type:none;margin:0;padding:10px;width:100%}@media all and (min-width: 600px){ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-1 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-1 li.llms-certificate-loop-item{width:100%}ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-2 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-2 li.llms-certificate-loop-item{width:50%}ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:33.33333%}ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-4 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-4 li.llms-certificate-loop-item{width:25%}ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-achievements-loop.loop-cols-5 li.llms-certificate-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-achievement-loop-item,.lifterlms ul.llms-certificates-loop.loop-cols-5 li.llms-certificate-loop-item{width:20%}}.llms-achievement,.llms-certificate{background:#f1f1f1;border:none;color:inherit;display:block;text-decoration:none;width:100%}.llms-achievement:hover,.llms-certificate:hover{background:#eaeaea}.llms-achievement .llms-achievement-img,.llms-certificate .llms-achievement-img{display:block;margin:0;width:100%}.llms-achievement .llms-achievement-title,.llms-certificate .llms-achievement-title{font-size:16px;margin:0;padding:10px;text-align:center}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:16px;margin:0;padding:0 0 10px}.llms-achievement .llms-achievement-info,.llms-achievement .llms-achievement-date,.llms-certificate .llms-achievement-info,.llms-certificate .llms-achievement-date{display:none}.llms-achievement .llms-achievement-content,.llms-certificate .llms-achievement-content{padding:20px}.llms-achievement .llms-achievement-content:empty,.llms-certificate .llms-achievement-content:empty{padding:0}.llms-achievement .llms-achievement-content *:last-child,.llms-certificate .llms-achievement-content *:last-child{margin-bottom:0}.llms-certificate{border:4px double #f1f1f1;padding:20px 10px;background:#fff;text-align:center}.llms-certificate:hover{background:#fff;border-color:#eaeaea}.llms-achievement-modal .llms-achievement{background:#fff}.llms-achievement-modal .llms-achievement-info{display:block}.llms-achievement-modal .llms-achievement-title{display:none}.llms-notification{background:#fff;-webkit-box-shadow:0 1px 2px -2px #333, 0 1px 1px -1px #333;box-shadow:0 1px 2px -2px #333, 0 1px 1px -1px #333;border-top:4px solid #2295ff;left:12px;opacity:0;padding:12px;position:fixed;right:12px;top:24px;-webkit-transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out;transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out;visibility:none;width:auto;z-index:9999999}.llms-notification:before,.llms-notification:after{content:" ";display:table}.llms-notification:after{clear:both}.llms-notification.visible{opacity:1;-webkit-transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out;transition:opacity 0.4s ease-in-out, right 0.4s ease-in-out, top 0.1s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;visibility:visible}.llms-notification.visible:hover .llms-notification-dismiss{opacity:1}.llms-notification .llms-notification-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.llms-notification .llms-notification-main{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:4;-ms-flex:4;flex:4;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-notification .llms-notification-title{font-size:18px;margin:0}.llms-notification .llms-notification-body{font-size:14px;line-height:1.4}.llms-notification .llms-notification-body p,.llms-notification .llms-notification-body li{font-size:inherit}.llms-notification .llms-notification-body p{margin-bottom:8px}.llms-notification .llms-notification-body .llms-mini-cert{background:#f6f6f6;border:4px double #b0b0b0;padding:24px 8px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-size:16px;font-weight:700;margin-bottom:8px;text-align:center}.llms-notification .llms-notification-body .llms-mini-cert p,.llms-notification .llms-notification-body .llms-mini-cert li{font-size:14px}.llms-notification .llms-notification-body .llms-mini-cert p:last-child,.llms-notification .llms-notification-body .llms-mini-cert li:last-child{margin-bottom:0}.llms-notification .llms-notification-aside{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-notification .llms-notification-icon{display:block;max-width:64px}.llms-notification .llms-notification-footer{border-top:1px solid #e5e5e5;font-size:12px;margin-top:12px;padding:6px 6px 0;text-align:right}.llms-notification .llms-notification-dismiss{color:#e5554e;cursor:pointer;font-size:22px;position:absolute;right:10px;top:8px;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out}.llms-sd-notification-center .llms-notification-list,.llms-sd-notification-center .llms-notification-list-item{list-style-type:none;margin:0;padding:0}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background:#fcfcfc}.llms-sd-notification-center .llms-notification{opacity:1;border-top:1px solid #e5e5e5;left:auto;padding:24px;position:relative;right:auto;top:auto;visibility:visible;width:auto}.llms-sd-notification-center .llms-notification .llms-notification-aside{max-width:64px}.llms-sd-notification-center .llms-notification .llms-notification-footer{border:none;padding:0;text-align:left}.llms-sd-notification-center .llms-notification .llms-progress{display:none !important}.llms-sd-notification-center .llms-notification .llms-notification-date{color:#515151;float:left;margin-right:6px}.llms-sd-notification-center .llms-notification .llms-mini-cert{margin:0 auto;max-width:380px}@media all and (min-width: 480px){.llms-notification{left:auto;right:-800px;width:360px}.llms-notification.visible{right:24px}.llms-notification .llms-notification-dismiss{opacity:0}}.llms-pagination ul{list-style-type:none}.llms-pagination ul li{float:left}.llms-pagination ul li a{border-bottom:0;text-decoration:none}.llms-pagination ul li .page-numbers{padding:0.5em;text-decoration:underline}.llms-pagination ul li .page-numbers.current{text-decoration:none}.llms-tooltip{background:#2a2a2a;border-radius:4px;color:#fff;font-size:14px;line-height:1.2;opacity:0;top:-20px;padding:8px 12px;left:50%;position:absolute;pointer-events:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .2s ease, top .2s ease;transition:opacity .2s ease, top .2s ease;max-width:320px}.llms-tooltip.show{top:-28px;opacity:1}.llms-tooltip:after{bottom:-8px;border-top:8px solid #2a2a2a;border-left:8px solid transparent;border-right:8px solid transparent;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0}.webui-popover-title{font-size:initial;font-weight:initial;line-height:initial}.webui-popover-inverse .webui-popover-inner .close{color:#fff;opacity:0.6;text-shadow:none}.webui-popover-inverse .webui-popover-inner .close:hover{opacity:0.8}.webui-popover-inverse .webui-popover-content a{color:#fff;text-decoration:underline}.webui-popover-inverse .webui-popover-content a:hover{text-decoration:none}.single-llms_quiz .llms-quiz-attempt-results{margin:0;padding:0;list-style-type:none}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question{background:#efefef;margin:0 0 10px;position:relative}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer{color:inherit;display:block;padding:10px 35px 10px 10px;text-decoration:none}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before,.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{content:" ";display:table}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after{clear:both}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct,.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background:rgba(255,146,43,0.2)}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon,.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon{background-color:#ff922b}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct{background:rgba(131,195,115,0.2)}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon{background-color:#83c373}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect{background:rgba(229,85,78,0.2)}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon{background-color:#e5554e}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{float:left;margin:0;line-height:1}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{float:right;line-height:1}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{position:absolute;right:-12px;top:-2px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon{color:rgba(255,255,255,0.65);border-radius:50%;font-size:30px;height:40px;line-height:40px;text-align:center;width:40px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main{display:none;padding:0 10px 10px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label{font-weight:700;margin-bottom:10px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers{margin:0;padding:0}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{padding:0;margin:0 0 0 30px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child{list-style-type:none;margin-left:0}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img{height:auto;max-width:200px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top:2px solid rgba(255,255,255,0.5);margin-top:20px;padding-top:20px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child{border-top:none;margin-top:0;padding-top:0}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers,.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers{list-style-type:none;margin:0;padding:0}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer,.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer{display:inline-block;list-style-type:none;margin:0;padding:5px}.single-llms_quiz .llms-return{margin-bottom:10px}.single-llms_quiz .llms-quiz-results:before,.single-llms_quiz .llms-quiz-results:after{content:" ";display:table}.single-llms_quiz .llms-quiz-results:after{clear:both}.single-llms_quiz .llms-quiz-results .llms-donut.passing{color:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path{stroke:#83c373}.single-llms_quiz .llms-quiz-results .llms-donut.pending{color:#555}.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path{stroke:#555}.single-llms_quiz .llms-quiz-results .llms-donut.failing{color:#e5554e}.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path{stroke:#e5554e}.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{margin-bottom:20px}@media all and (min-width: 600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:left;width:220px}.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,.single-llms_quiz .llms-quiz-results .llms-quiz-results-history{float:left;width:calc( 100% - 300px)}}.single-llms_quiz ul.llms-quiz-meta-info,.single-llms_quiz ul.llms-quiz-meta-info li{list-style-type:none;margin:0;padding:0}.single-llms_quiz ul.llms-quiz-meta-info{margin-bottom:10px}.single-llms_quiz .llms-quiz-buttons{margin-top:10px;text-align:left}.single-llms_quiz .llms-quiz-buttons form{display:inline-block}.llms-quiz-question-wrapper{min-height:140px;position:relative}.llms-quiz-question-wrapper .llms-quiz-loading{bottom:20px;left:0;position:absolute;right:0;text-align:center;z-index:1}.llms-quiz-ui{background:#fcfcfc;padding:20px;position:relative}.llms-quiz-ui .llms-quiz-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px}.llms-quiz-ui .llms-progress{background-color:#f1f2f1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8px;margin:0;overflow:hidden}.llms-quiz-ui .llms-progress .progress-bar-complete{-webkit-transition:width 0.3s ease-in;transition:width 0.3s ease-in;width:0}.llms-quiz-ui .llms-error{background:#e5554e;border-radius:4px;color:#fff;margin:10px 0;padding:10px}.llms-quiz-ui .llms-error:before,.llms-quiz-ui .llms-error:after{content:" ";display:table}.llms-quiz-ui .llms-error:after{clear:both}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,0.6);float:right;font-size:22px;line-height:1;text-decoration:none}.llms-quiz-ui .llms-quiz-counter{display:none;color:#6a6a6a;float:right;font-size:18px}.llms-quiz-ui .llms-quiz-counter .llms-sep{margin:0 5px}.llms-quiz-ui .llms-quiz-nav{margin-top:20px}.llms-quiz-ui .llms-quiz-nav button{margin:0 10px 0 0}.llms-question-wrapper .llms-question-text{font-size:30px;font-weight:400;margin-bottom:15px}.llms-question-wrapper ol.llms-question-choices{list-style-type:none;margin:0;padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice{border-bottom:1px solid #e8e8e8;margin:0;padding:0;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture{border-bottom:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label{padding:0}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker{bottom:10px;margin:0;position:absolute;right:10px}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image{margin:2px;padding:20px;-webkit-transition:background 0.4s ease;transition:background 0.4s ease}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img{display:block;width:100%}.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked ~ .llms-choice-image{background:#efefef}.llms-question-wrapper ol.llms-question-choices li.llms-choice input{display:none;left:0;pointer-events:none;position:absolute;top:0;visibility:hidden}.llms-question-wrapper ol.llms-question-choices li.llms-choice label{margin:0;padding:10px 20px;position:relative}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice label.hovered .llms-marker:not(.type--lister) .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{background:#f0f0f0;display:inline-block;font-size:20px;height:40px;line-height:40px;margin-right:10px;text-align:center;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;vertical-align:middle;width:40px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister,.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox{border-radius:4px}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio{border-radius:50%}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:#ef476f;color:#fff}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .iterator{display:none}.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker .fa{display:inline}.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{display:inline-block;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:0;vertical-align:middle;width:calc( 100% - 60px)}.llms-quiz-timer{background:#fff;border:1px solid #83c373;border-radius:4px;color:#83c373;float:right;font-size:18px;line-height:1;margin-left:20px;padding:8px 12px;position:relative;white-space:nowrap;z-index:1}.llms-quiz-timer.color-half{border-color:#ff922b;color:#ff922b}.llms-quiz-timer.color-empty{border-color:#e5554e;color:#e5554e}.llms-quiz-timer .llms-tiles{display:inline-block;margin-left:5px}.voucher-expand{display:none}@media all and (min-width: 600px){.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:50%}.llms-access-plans.cols-3 .llms-access-plan{width:33.33333%}.llms-access-plans.cols-4 .llms-access-plan{width:25%}.llms-access-plans.cols-5 .llms-access-plan{width:20%}}.llms-free-enroll-form{margin-bottom:0}.llms-access-plan{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;text-align:center;width:100%}.llms-access-plan .llms-access-plan-footer,.llms-access-plan .llms-access-plan-content{background:#f1f1f1}.llms-access-plan.featured .llms-access-plan-featured{background:#4ba9ff}.llms-access-plan.featured .llms-access-plan-footer,.llms-access-plan.featured .llms-access-plan-content{border-left:3px solid #2295ff;border-right:3px solid #2295ff}.llms-access-plan.featured .llms-access-plan-footer{border-bottom-color:#2295ff}.llms-access-plan.on-sale .price-regular{text-decoration:line-through}.llms-access-plan .stamp{background:#2295ff;color:#fff;font-size:11px;font-style:normal;font-weight:300;padding:2px 3px;vertical-align:top}.llms-access-plan .llms-access-plan-restrictions ul{margin:0}.llms-access-plan-featured{color:#fff;font-size:14px;font-weight:400;margin:0 2px 0 2px}.llms-access-plan-content{margin:0 2px 0}.llms-access-plan-content .llms-access-plan-pricing{padding:10px 0 0}.llms-access-plan-title{background:#2295ff;color:#fff;margin-bottom:0;padding:10px}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:14px;vertical-align:top}.llms-access-plan-price{font-size:18px;font-variant:small-caps;line-height:20px}.llms-access-plan-price .lifterlms-price{font-weight:700}.llms-access-plan-price.sale{padding:5px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.llms-access-plan-trial,.llms-access-plan-schedule,.llms-access-plan-sale-end,.llms-access-plan-expiration{font-size:15px;font-variant:small-caps;line-height:1.2}.llms-access-plan-description{font-size:16px;padding:10px 10px 0}.llms-access-plan-description ul{margin:0}.llms-access-plan-description ul li{border-bottom:1px solid #d0d0d0;list-style-type:none}.llms-access-plan-description ul li:last-child{border-bottom:none}.llms-access-plan-description div:last-child,.llms-access-plan-description img:last-child,.llms-access-plan-description p:last-child,.llms-access-plan-description ul:last-child,.llms-access-plan-description li:last-child{margin-bottom:0}.llms-access-plan-restrictions .stamp{vertical-align:baseline}.llms-access-plan-restrictions ul{margin:0}.llms-access-plan-restrictions ul li{font-size:12px;line-height:14px;list-style-type:none}.llms-access-plan-restrictions a{color:#f8954f}.llms-access-plan-restrictions a:hover{color:#f67d28}.llms-access-plan-footer{border-bottom:3px solid #f1f1f1;padding:10px;margin:0 2px 2px 2px}.llms-access-plan-footer .llms-access-plan-pricing{padding:0 0 10px}.webui-popover-content .llms-members-only-restrictions{text-align:center}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li,.webui-popover-content .llms-members-only-restrictions p{margin:0;padding:0}.webui-popover-content .llms-members-only-restrictions ul,.webui-popover-content .llms-members-only-restrictions ol,.webui-popover-content .llms-members-only-restrictions li{list-style-type:none}.webui-popover-content .llms-members-only-restrictions li{padding:8px 0;border-top:1px solid #3b3b3b}.webui-popover-content .llms-members-only-restrictions li:first-child{border-top:none}.webui-popover-content .llms-members-only-restrictions li a{display:block}.llms-checkout-wrapper form.llms-login{border:3px solid #2295ff;display:none;margin-bottom:10px}.llms-checkout-wrapper .llms-form-heading{background:#2295ff;color:#fff;margin:0 0 5px;padding:10px}.llms-checkout{background:#fff;position:relative}@media all and (min-width: 800px){.llms-checkout-cols-2 .llms-checkout-col{float:left}.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-right:5px;width:calc( 58% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{margin-left:5px;width:calc( 42% - 5px)}.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button{width:100%}}.llms-checkout-section{border:3px solid #2295ff;margin-bottom:10px;position:relative}.llms-checkout-section-content{margin:10px}.llms-checkout-section-content.llms-form-fields{margin:0px}.llms-checkout-section-content .llms-label{font-weight:400;font-variant:small-caps;text-transform:lowercase}.llms-checkout-section-content .llms-order-summary{list-style-type:none;margin:0;padding:0}.llms-checkout-section-content .llms-order-summary li{list-style-type:none}.llms-checkout-section-content .llms-order-summary li.llms-pricing.on-sale .price-regular,.llms-checkout-section-content .llms-order-summary li.llms-pricing.has-coupon .price-regular{text-decoration:line-through}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #dadada;margin-top:10px;padding-top:10px}.llms-checkout-section-content .llms-coupon-wrapper .llms-coupon-entry{display:none;margin-top:10px}.llms-payment-gateway-option .llms-description{margin-left:5px}.llms-payment-gateway-option .llms-description a{border:none;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.llms-payment-gateway-option .llms-description img{display:inline;max-height:22px;vertical-align:middle}.llms-checkout-wrapper ul.llms-payment-gateways{margin:5px 0 0;padding:0}ul.llms-payment-gateways{list-style-type:none}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #dadada;content:'';display:block;margin:10px}ul.llms-payment-gateways .llms-payment-gateway{margin-bottom:5px;list-style-type:none}ul.llms-payment-gateways .llms-payment-gateway:last-child{margin-bottom:none}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-payment-gateway-option label{font-weight:700}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields{display:block}ul.llms-payment-gateways .llms-payment-gateway.is-selected .llms-gateway-fields .llms-notice{margin-left:10px;margin-right:10px}ul.llms-payment-gateways .llms-payment-gateway .llms-form-field{padding-bottom:0}ul.llms-payment-gateways .llms-gateway-description{margin-left:40px}ul.llms-payment-gateways .llms-gateway-fields{display:none;margin:5px 0 20px}ul.llms-payment-gateways .llms-payment-gateway-error{padding:0 10px}.llms-checkout-confirm{margin:0 10px}.llms-payment-method{margin:10px 10px 0}.llms-gateway-description p{font-size:85%;font-style:italic;margin-bottom:0}.llms-form-fields{-webkit-box-sizing:border-box;box-sizing:border-box}.llms-form-fields.flush .llms-form-field{padding:0 0 10px}.llms-form-heading{padding:0 10px 10px}.llms-form-field{float:left;padding:0 10px 10px;position:relative;width:100%}.llms-form-field.valid input[type="date"],.llms-form-field.valid input[type="time"],.llms-form-field.valid input[type="datetime-local"],.llms-form-field.valid input[type="week"],.llms-form-field.valid input[type="month"],.llms-form-field.valid input[type="text"],.llms-form-field.valid input[type="email"],.llms-form-field.valid input[type="url"],.llms-form-field.valid input[type="password"],.llms-form-field.valid input[type="search"],.llms-form-field.valid input[type="tel"],.llms-form-field.valid input[type="number"],.llms-form-field.valid textarea,.llms-form-field.valid select{background:rgba(131,195,115,0.3);border-color:#83c373}.llms-form-field.error input[type="date"],.llms-form-field.error input[type="time"],.llms-form-field.error input[type="datetime-local"],.llms-form-field.error input[type="week"],.llms-form-field.error input[type="month"],.llms-form-field.error input[type="text"],.llms-form-field.error input[type="email"],.llms-form-field.error input[type="url"],.llms-form-field.error input[type="password"],.llms-form-field.error input[type="search"],.llms-form-field.error input[type="tel"],.llms-form-field.error input[type="number"],.llms-form-field.error textarea,.llms-form-field.error select,.llms-form-field.invalid input[type="date"],.llms-form-field.invalid input[type="time"],.llms-form-field.invalid input[type="datetime-local"],.llms-form-field.invalid input[type="week"],.llms-form-field.invalid input[type="month"],.llms-form-field.invalid input[type="text"],.llms-form-field.invalid input[type="email"],.llms-form-field.invalid input[type="url"],.llms-form-field.invalid input[type="password"],.llms-form-field.invalid input[type="search"],.llms-form-field.invalid input[type="tel"],.llms-form-field.invalid input[type="number"],.llms-form-field.invalid textarea,.llms-form-field.invalid select{background:rgba(229,85,78,0.3);border-color:#e5554e}.llms-form-field.align-right{text-align:right}@media screen and (min-width: 600px){.llms-form-field.llms-cols-1{width:8.33333%}.llms-form-field.llms-cols-2{width:16.66667%}.llms-form-field.llms-cols-3{width:25%}.llms-form-field.llms-cols-4{width:33.33333%}.llms-form-field.llms-cols-5{width:41.66667%}.llms-form-field.llms-cols-6{width:50%}.llms-form-field.llms-cols-7{width:58.33333%}.llms-form-field.llms-cols-8{width:66.66667%}.llms-form-field.llms-cols-9{width:75%}.llms-form-field.llms-cols-10{width:83.33333%}.llms-form-field.llms-cols-11{width:91.66667%}.llms-form-field.llms-cols-12{width:100%}}.llms-form-field.type-hidden{padding:0}.llms-form-field.type-radio input,.llms-form-field.type-radio label,.llms-form-field.type-checkbox input,.llms-form-field.type-checkbox label{display:inline;width:auto}.llms-form-field.type-radio input,.llms-form-field.type-checkbox input{margin-right:5px}.llms-form-field.type-radio input[type="radio"]{position:absolute;opacity:0;visibility:none}.llms-form-field.type-radio label:before{background:#fafafa;background-position:-24px 0;background-repeat:no-repeat;border-radius:50%;-webkit-box-shadow:rgba(255,255,255,0.15) 0 1px 1px,inset rgba(0,0,0,0.35) 0 0 0 1px;box-shadow:rgba(255,255,255,0.15) 0 1px 1px,inset rgba(0,0,0,0.35) 0 0 0 1px;content:'';cursor:pointer;display:inline-block;height:22px;margin-right:5px;position:relative;-webkit-transition:background-position 0.15s cubic-bezier(0.8, 0, 1, 1);transition:background-position 0.15s cubic-bezier(0.8, 0, 1, 1);top:-3px;vertical-align:middle;width:22px;z-index:2}.llms-form-field.type-radio input[type="radio"]:checked+label:before{-webkit-transition:background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);transition:background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);background-position:0 0;background-image:radial-gradient(ellipse at center, #2295ff 0%, #2295ff 40%, #fafafa 45%)}.llms-form-field.type-reset button:not(.auto),.llms-form-field.type-button button:not(.auto),.llms-form-field.type-submit button:not(.auto){width:100%}.llms-form-field .llms-description{font-size:14px;font-style:italic}.llms-form-field .llms-required{color:#e5554e}.llms-form-field input,.llms-form-field textarea,.llms-form-field select{width:100%;margin-bottom:5px}.llms-password-strength-meter{border:1px solid #dadada;display:none;font-size:10px;margin-top:-10px;padding:1px;position:relative;text-align:center}.llms-password-strength-meter:before{bottom:0;content:'';left:0;position:absolute;top:0;-webkit-transition:width .4s ease;transition:width .4s ease}.llms-password-strength-meter.mismatch,.llms-password-strength-meter.too-short,.llms-password-strength-meter.very-weak{border-color:#e35b5b}.llms-password-strength-meter.mismatch:before,.llms-password-strength-meter.too-short:before,.llms-password-strength-meter.very-weak:before{background:rgba(227,91,91,0.25);width:25%}.llms-password-strength-meter.too-short:before{width:0}.llms-password-strength-meter.weak{border-color:#f78b53}.llms-password-strength-meter.weak:before{background:rgba(247,139,83,0.25);width:50%}.llms-password-strength-meter.medium{border-color:#ffc733}.llms-password-strength-meter.medium:before{background:rgba(255,199,51,0.25);width:75%}.llms-password-strength-meter.strong{border-color:#83c373}.llms-password-strength-meter.strong:before{background:rgba(131,195,115,0.25);width:100%}.llms-widget-syllabus--collapsible .llms-section .section-header{cursor:pointer}.llms-widget-syllabus--collapsible .llms-section.llms-section--opened .llms-collapse-caret .fa-caret-right{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-collapse-caret .fa-caret-down{display:none}.llms-widget-syllabus--collapsible .llms-section.llms-section--closed .llms-lesson{display:none}.llms-widget-syllabus--collapsible .llms-syllabus-footer{text-align:left}.llms-student-dashboard .llms-sd-title{margin:25px 0}.llms-student-dashboard .llms-sd-items{list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item{float:left;list-style-type:none;margin:0;padding:0}.llms-student-dashboard .llms-sd-item:last-child .llms-sep{display:none}.llms-student-dashboard .llms-sd-item .llms-sep{color:#333;margin:0 5px}.llms-student-dashboard .llms-sd-section{margin-bottom:25px}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:10px}.llms-student-dashboard .orders-table{border:1px solid #f5f5f5;width:100%}.llms-student-dashboard .orders-table thead{display:none}.llms-student-dashboard .orders-table thead th,.llms-student-dashboard .orders-table thead td{font-weight:700}@media all and (min-width: 600px){.llms-student-dashboard .orders-table thead{display:table-header-group}}.llms-student-dashboard .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard .orders-table tbody tr:nth-child(even) th{background:#f9f9f9}.llms-student-dashboard .orders-table tfoot th,.llms-student-dashboard .orders-table tfoot td{padding:10px;text-align:right}.llms-student-dashboard .orders-table tfoot th:last-child,.llms-student-dashboard .orders-table tfoot td:last-child{border-bottom-width:0}.llms-student-dashboard .orders-table th{font-weight:700}.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-color:#efefef;border-style:solid;border-width:0;display:block;padding:8px 12px;text-align:center}.llms-student-dashboard .orders-table th .llms-button-primary,.llms-student-dashboard .orders-table td .llms-button-primary{display:inline-block}.llms-student-dashboard .orders-table th:last-child,.llms-student-dashboard .orders-table td:last-child{border-bottom-width:1px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{content:attr(data-label)}@media all and (min-width: 600px){.llms-student-dashboard .orders-table th,.llms-student-dashboard .orders-table td{border-bottom-width:1px;display:table-cell;text-align:left}.llms-student-dashboard .orders-table th:first-child,.llms-student-dashboard .orders-table td:first-child{width:220px}.llms-student-dashboard .orders-table th:before,.llms-student-dashboard .orders-table td:before{display:none}}@media all and (min-width: 600px){.llms-student-dashboard .orders-table.transactions th:first-child{width:auto}}.llms-student-dashboard .llms-status{border-radius:3px;border-bottom:1px solid #fff;display:inline-block;font-size:80%;padding:3px 6px;vertical-align:middle}.llms-student-dashboard .llms-status.llms-size--large{font-size:105%;padding:6px 12px}.llms-student-dashboard .llms-status.llms-active,.llms-student-dashboard .llms-status.llms-completed,.llms-student-dashboard .llms-status.llms-pass,.llms-student-dashboard .llms-status.llms-txn-succeeded{color:#1f3818;background-color:#83c373}.llms-student-dashboard .llms-status.llms-fail,.llms-student-dashboard .llms-status.llms-failed,.llms-student-dashboard .llms-status.llms-expired,.llms-student-dashboard .llms-status.llms-cancelled,.llms-student-dashboard .llms-status.llms-txn-failed{color:#5a110d;background-color:#e5554e}.llms-student-dashboard .llms-status.llms-incomplete,.llms-student-dashboard .llms-status.llms-on-hold,.llms-student-dashboard .llms-status.llms-pending,.llms-student-dashboard .llms-status.llms-pending-cancel,.llms-student-dashboard .llms-status.llms-refunded,.llms-student-dashboard .llms-status.llms-txn-pending,.llms-student-dashboard .llms-status.llms-txn-refunded{color:#664200;background-color:orange}.llms-student-dashboard .llms-person-form-wrapper .llms-change-password{display:none}@media all and (min-width: 600px){.llms-student-dashboard .order-primary{float:left;width:68%}}@media all and (min-width: 600px){.llms-student-dashboard .order-secondary{float:left;width:32%}}.llms-student-dashboard .order-secondary form{margin-bottom:0}@media all and (min-width: 600px){.llms-student-dashboard .llms-view-order.llms-stack-cols .order-primary,.llms-student-dashboard .llms-view-order.llms-stack-cols .order-secondary{float:none;width:100%}}.llms-student-dashboard .llms-switch-payment-source .llms-notice,.llms-student-dashboard .llms-switch-payment-source .entry-content .llms-notice{margin-left:10px;margin-right:10px}.llms-student-dashboard .llms-switch-payment-source-main{border:none;display:none;margin:0}.llms-student-dashboard .llms-switch-payment-source-main ul.llms-payment-gateways{padding:10px 15px 0;margin:0}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary{padding:0 25px 10px;margin:0;list-style-type:none}.llms-student-dashboard .llms-switch-payment-source-main .llms-payment-method li,.llms-student-dashboard .llms-switch-payment-source-main ul.llms-order-summary li{list-style-type:none}.llms-student-dashboard .llms-loop-list{margin:0 -10px}.llms-sd-grades .llms-table .llms-progress{display:block;margin:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{top:0;height:1.4em}.llms-sd-grades .llms-table .llms-progress .progress__indicator{font-size:1em;position:relative;right:0.4em;top:0.2em;z-index:1}.llms-table.llms-single-course-grades th{font-weight:400}.llms-table.llms-single-course-grades td .llms-donut{display:inline-block;vertical-align:middle}.llms-table.llms-single-course-grades td .llms-status{margin-right:4px}.llms-table.llms-single-course-grades td .llms-donut+.llms-status{margin-left:4px}.llms-table.llms-single-course-grades th.llms-section_title{font-size:110%;font-weight:700}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:36px;max-width:40%}.llms-table.llms-single-course-grades td.llms-associated_quiz .llms-donut{display:inline-block;margin-right:5px;vertical-align:middle}.llms-table.llms-single-course-grades td.llms-lesson_title a[href="#"]{pointer-events:none}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"]{color:inherit;position:relative}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip{max-width:380px;width:380px}.llms-table.llms-single-course-grades td.llms-lesson_title a[href^="#"] .llms-tooltip.show{top:-54px}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-sd-widgets .llms-sd-widget{background:#f9f9f9;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:10px 10px 20px;padding:0 0 20px}.llms-sd-widgets .llms-sd-widget:first-child{margin-left:0}.llms-sd-widgets .llms-sd-widget:last-child{margin-right:0}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background:#2295ff;color:#fff;font-size:18px;line-height:1;margin:0 0 20px;padding:10px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-empty{font-size:14px;font-style:italic;opacity:0.5;text-align:center}.llms-sd-widgets .llms-sd-widget .llms-donut{margin:0 auto}.llms-sd-widgets .llms-sd-widget .llms-sd-date{opacity:0.8;text-align:center;font-size:22px;line-height:1.1}.llms-sd-widgets .llms-sd-widget .llms-sd-date span{display:block}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.day{font-size:52px}.llms-sd-widgets .llms-sd-widget .llms-sd-date span.diff{font-size:12px;font-style:italic;margin-top:8px;opacity:0.75}.llms-sd-widgets .llms-sd-widget .llms-achievement{background:transparent;margin:0 auto;max-width:120px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-title{display:none}.llms-sd-pagination{margin-top:24px}.llms-sd-pagination:before,.llms-sd-pagination:after{content:" ";display:table}.llms-sd-pagination:after{clear:both}.llms-sd-pagination .llms-button-secondary{display:inline-block}.llms-sd-pagination .llms-button-secondary.prev{float:left}.llms-sd-pagination .llms-button-secondary.next{float:right}.llms-sd-notification-center .llms-notification{z-index:1}.llms-table{border:1px solid #efefef;width:100%}.llms-table thead th,.llms-table thead td{font-weight:700}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:#f9f9f9}.llms-table tbody tr:last-child{border-bottom-width:0}.llms-table tfoot tr{background:#f9f9f9}.llms-table tfoot tr .llms-pagination .page-numbers{margin:0}.llms-table tfoot tr .llms-table-sort{text-align:right}.llms-table tfoot tr .llms-table-sort form,.llms-table tfoot tr .llms-table-sort select,.llms-table tfoot tr .llms-table-sort input,.llms-table tfoot tr .llms-table-sort button{margin:0}.llms-table th{font-weight:700}.llms-table th,.llms-table td{border-bottom:1px solid #efefef;padding:8px 12px}.llms-table th:first-child,.llms-table td:first-child{padding-left:12px}.llms-table th:last-child,.llms-table td:last-child{padding-right:12px}#page .llms-table tfoot label{display:inline}#page .llms-table tfoot select{height:auto}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/wp-content/plugins/lifterlms/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:normal;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-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.llms-spinning{background:rgba(250,250,250,0.7);bottom:0;display:none;left:0;position:absolute;right:0;top:0}.llms-spinner{-webkit-animation:llms-spinning 1.5s linear infinite;animation:llms-spinning 1.5s linear infinite;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid #313131;border-radius:50%;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px}.llms-spinner.small{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}@-webkit-keyframes llms-spinning{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{border-radius:5%}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}@keyframes llms-spinning{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{border-radius:5%}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}

/*# sourceMappingURL=../maps/css/lifterlms.min.css.map */
.rvbutton {
    background-color:#C2C2C2;
    border:1px solid #FFFFFF;
    display:inline-block;
    color:#303030;
    font-size:100%;
    font-family:inherit;
    text-decoration:none;
}
.rvbutton:hover {
    background-color:#C2C2C2;
}
.rvbutton:active {
    position:relative;
    top:1px;
}


/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main 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: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#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: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

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: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	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: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-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;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-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;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}

/* Like Special cases (display on it's own) */
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; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
@font-face {
    font-family: 'SF UI Text';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Light.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-LightItalic.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Regular.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-RegularItalic.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-RegularItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI Text';
    src:url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Medium.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Text';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Semibold.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIText-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Regular.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Medium.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Bold.woff) format('woff'),
        url(/wp-content/themes/buddyboss-theme/assets/fonts/SFUIDisplay-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

body.bb-custom-typo {
    font-family: 'SF UI Text', sans-serif;
}

.bb-custom-typo h1,
.bb-custom-typo .h1,
.bb-custom-typo h2,
.bb-custom-typo .h2,
.bb-custom-typo h3,
.bb-custom-typo .h3,
.bb-custom-typo h4,
.bb-custom-typo .h4,
.bb-custom-typo h5,
.bb-custom-typo .h5,
.bb-custom-typo h6,
.bb-custom-typo .h6,
.bb-custom-typo .bb-course-footer,
.bb-custom-typo .ld-table-list-header .ld-text,
.bb-custom-typo .gamipress-achievement-points {
    font-family: 'SF UI Display', sans-serif;
}

.bb-custom-typo #content .mepr-price-menu .mepr-price-box-title {
    font-family: 'SF UI Display' !important;
}

.bb-custom-typo .mepr-price-box-price span,
.bb-custom-typo .learndash-wrapper #ld-profile .ld-profile-heading {
    font-family: 'SF UI Display', sans-serif;
    font-weight: 500;
}

.bb-custom-typo .ld-profile-stats .ld-profile-stat strong {
    font-family: 'SF UI Display', sans-serif;
    font-weight: 600;
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.clearfix:after,.group:after{content:' ';display:table;clear:both}.h1,.h2,.h3,.h4,.h5,.h6,address,h1,h2,h3,h4,h5,h6,hr,p{margin:0 0 1.6875rem;padding:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:#fafbfd;color:#4d5c6d;margin:0;font-size:18px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6875rem;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}body.mce-content-body{font-family:inherit;margin:.9375rem}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;-webkit-text-decoration-skip:objects}a{color:#007cff;outline:0;text-decoration:none}a:hover{color:#007cff;outline:0;text-decoration:none}a:focus{outline:0;text-decoration:none}.black{color:#0d0d0e}.inverted{color:#fff}.error{color:#ef3e46}.success{color:#1cd991}.warning{color:#f7ba45}.focus{color:#1c86f2}.aluminum{color:#f8f8f8}.silver{color:#e0e1e1}.lightgray{color:#dedfe2}.gray{color:#bdbdbd}.midgray{color:#676b72}.darkgray{color:#313439}.bg-black{background-color:#0d0d0e}.bg-inverted{background-color:#fff}.bg-error{background-color:#ef3e46}.bg-success{background-color:#1cd991}.bg-warning{background-color:#f7ba45}.bg-focus{background-color:#1c86f2}.bg-aluminum{background-color:#f8f8f8}.bg-silver{background-color:#e0e1e1}.bg-lightgray{background-color:#dedfe2}.bg-gray{background-color:#bdbdbd}.bg-midgray{background-color:#676b72}.bg-darkgray{background-color:#313439}.bg-highlight{background-color:#edf2ff}.h1,h1{font-size:2.125rem;line-height:42px}.h2,h2{font-size:1.5rem;line-height:32px}.h3,h3{font-size:1.25rem;line-height:28px}.h4,h4{font-size:1.125rem;line-height:24px}.h5,h5{font-size:1rem;line-height:21px}.h6,h6{font-size:.75rem;line-height:21px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#122b46;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}.h6,h6{font-weight:500}dd,ol,ul{margin:0 0 1.6875rem 1.6875rem;padding:0}pre{background:#f5f6f7;border:1px solid rgba(0,0,0,.03);margin:0 auto 15px;overflow:auto;padding:.5rem;white-space:pre-wrap;font-size:14px!important;border-radius:4px}pre code.bash,pre>code{background:0 0;border:0;display:block;margin:0;padding:0}pre code code.bash{font-size:inherit}pre pre{border:0;padding:0;margin-bottom:0}code{padding:.125rem .375rem;margin:0 .1875rem;font-size:80%;background:#f5f6f7;border:1px solid rgba(0,0,0,.03);border-radius:3px}code,kbd,pre,samp{font-family:"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-size:1rem}blockquote,q{font-size:1.25rem;font-weight:300;font-style:italic;color:#4d5c6d;line-height:1.637}hr{background-color:#e6eaf0;border:0;box-sizing:content-box;height:2px}figure{margin:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}ul.unstyled{margin-left:0}ul.unstyled,ul.unstyled ul{list-style:none}.monospace{font-family:"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace}.upper{text-transform:uppercase}.lower{text-transform:lowercase}.italic{font-style:italic!important}.strong{font-weight:700!important}.normal{font-weight:400!important}.muted{opacity:.55}a.muted{color:#0d0d0e}a.muted:hover{opacity:1}.black{color:#0d0d0e}.smaller{font-size:14px;line-height:20px}.small{font-size:16px;line-height:24px;color:#a3a5a9}.big{font-size:20px;line-height:28px}.large{font-size:22px;line-height:32px}.end{margin-bottom:0!important}.nowrap,.nowrap td{white-space:nowrap}.container,.container-fluid{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}.container{max-width:1200px}.page-template-page-fullscreen .site-content,.page-template-page-fullwidth-content .site-content{padding:0}.page-template-page-fullscreen .site-content>.container,.page-template-page-fullwidth-content .site-content>.container{max-width:none;padding:0}.page-template-page-fullscreen .content-area,.page-template-page-fullwidth-content .content-area{padding-top:0;padding-bottom:0}.page-template-page-fullwidth-content #content{padding-left:0;padding-right:0}.page-template-page-fullwidth-content #content #primary{max-width:100%}.container-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.bb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.bb-grid-cell:not(.no-gutter),.bb-grid>:not(.no-gutter){padding-left:10px;padding-right:10px}.site-content-grid>style{display:none}.grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.align-items-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-self-center{-ms-flex-item-align:center;align-self:center}.push-center{margin-left:auto;margin-right:auto}.push-right{margin-left:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}.push-top{margin-bottom:auto}@media (max-width:543px){.bb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-grid-cell,.bb-grid>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:544px){.sm-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sm-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sm-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sm-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sm-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.sm-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:800px){.md-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.md-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.md-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.md-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.md-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.md-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.md-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.md-grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:992px){.lg-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lg-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.lg-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.lg-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.lg-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.lg-grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}table{border-collapse:collapse;border-spacing:0;max-width:100%;width:100%;empty-cells:show;font-size:17px;line-height:24px;margin-bottom:27px}table caption{text-align:left;font-size:16px;font-weight:500;color:#a3a5a9}th{text-align:left;font-weight:700;vertical-align:bottom}td{vertical-align:top}td.align-middle,tr.align-middle td{vertical-align:middle}td,th{padding:1rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}tfoot td,tfoot th{color:#a3a5a9}table.bordered td,table.bordered th{border:1px solid rgba(0,0,0,.05)}table.striped tr:nth-child(odd) td{background:#f8f8f8}table.bordered td:first-child,table.bordered th:first-child,table.striped td:first-child,table.striped th:first-child{padding-left:1rem}table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child{padding-right:1rem}table.unstyled td,table.unstyled th{border:none;padding:0}.table-responsive{display:block;width:100%;overflow-x:auto;padding:1px;-webkit-overflow-scrolling:touch}.table-responsive table{max-width:none}fieldset{font-family:inherit;border:1px solid rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem;margin-top:2rem}input,select,textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;color:#4d5c6d}input.placeholder,select.placeholder,textarea.placeholder{color:#c3c6c9}input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#c3c6c9}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#c3c6c9}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c6c9}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c6c9}input.small,select.small,textarea.small{height:34px;font-size:13px;padding:0 12px;border-radius:3px}input.big,select.big,textarea.big{height:48px;font-size:17px;padding:0 12px;border-radius:3px}input:focus,select:focus,textarea:focus{outline:0;background-color:#fff;border-color:rgba(0,0,0,.25);box-shadow:none}input.error,select.error,textarea.error{background-color:rgba(239,62,70,.1);border:1px solid #f5858a}input.error:focus,select.error:focus,textarea.error:focus{border-color:#ef3e46;box-shadow:none}input.success,select.success,textarea.success{background-color:rgba(28,217,145,.1);border:1px solid #58e9b2}input.success:focus,select.success:focus,textarea.success:focus{border-color:#1cd991;box-shadow:none}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{resize:none;opacity:.6;cursor:default;color:rgba(0,0,0,.5)}select{-webkit-appearance:none;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}select[multiple]{background-image:none;height:auto;padding:.5rem .75rem}textarea{height:auto;padding:8px 12px;line-height:27px;vertical-align:top}input[type=file]{width:auto;border:none;padding:0;height:auto;background:0 0;box-shadow:none;display:inline-block}input.search,input[name=bbp_search],input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);background-position:left 10px center;padding-left:2rem}input.select2-search__field{background:0 0}input[type=checkbox],input[type=radio]{display:inline-block;width:auto;height:auto;padding:0}label{color:#122b46;margin-bottom:.25rem;font-size:17px}label .desc,label .error,label .success,label.checkbox{text-transform:none;font-weight:400}label.checkbox{font-size:18px;line-height:27px;cursor:pointer;color:inherit}label.checkbox input{margin-top:0}.form-checkboxes label.checkbox{display:inline-block;margin-right:1rem}.req{position:relative;top:1px;font-weight:700;color:#ef3e46;font-size:110%}div.desc,span.desc{color:rgba(77,92,109,.5);font-size:14px;line-height:20px}span.desc{margin-left:4px}div.desc{margin-top:.25rem;margin-bottom:-.5rem}.form-buttons .button,.form-buttons button{margin-right:.5rem}.form-item,form{margin-bottom:2rem}.form>.form-item:last-child{margin-bottom:0}.form .row:last-child .form-item{margin-bottom:0}.form span.error,.form span.success{font-size:14px;line-height:20px;margin-left:.25rem}.form-inline input,.form-inline select,.form-inline textarea{display:inline-block;width:auto}.append,.prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.append input,.prepend input{-webkit-box-flex:1;-ms-flex:1;flex:1}.append .button,.append span,.prepend .button,.prepend span{-ms-flex-negative:0;flex-shrink:0}.append span,.prepend span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;border:1px solid #dedfe2;background-color:#f8f8f8;padding:0 .875rem;color:rgba(0,0,0,.5);font-size:14px;white-space:nowrap}.prepend input{border-radius:0 3px 3px 0}.prepend .button{margin-right:-1px;border-radius:3px 0 0 3px!important}.prepend span{border-right:none;border-radius:3px 0 0 3px}.append input{border-radius:3px 0 0 3px}.append .button{margin-left:-1px;border-radius:0 3px 3px 0!important}.append span{border-left:none;border-radius:0 3px 3px 0}.bs-styled-checkbox{position:absolute;opacity:0}.bs-styled-checkbox+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.bs-styled-checkbox+label:before{content:'';margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca}.bs-styled-checkbox:checked+label:before{background:#007cff;border-color:#007cff}.bs-styled-checkbox:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-checkbox:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-checkbox:checked+label:after{content:'\E876';position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-radio+label:before{content:'';display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px}.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-radio:checked+.bb-radio-label:after,.bs-styled-radio:checked+label:after{content:'';background-color:#007cff;margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:4px;top:4px;border-radius:100%}@media screen and (max-width:544px){form.search-form>label{display:block;width:100%;margin-bottom:10px}form.search-form>label input[type=search]{width:100%}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.buddypress .buddypress-wrap .comment-reply-link,.buddypress .buddypress-wrap .generic-button a,.buddypress .buddypress-wrap a.bp-title-button,.buddypress .buddypress-wrap a.button,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap input[type=button],.buddypress .buddypress-wrap input[type=reset],.buddypress .buddypress-wrap input[type=submit],.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a,.button,button,input[type=button],input[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all linear .2s;transition:all linear .2s}.buddypress .buddypress-wrap .comment-reply-link i,.buddypress .buddypress-wrap .generic-button a i,.buddypress .buddypress-wrap a.bp-title-button i,.buddypress .buddypress-wrap a.button i,.buddypress .buddypress-wrap button i,.buddypress .buddypress-wrap input[type=button] i,.buddypress .buddypress-wrap input[type=reset] i,.buddypress .buddypress-wrap input[type=submit] i,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a i,.button i,button i,input[type=button] i,input[type=submit] i{position:relative}.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.bp-title-button:focus,.buddypress .buddypress-wrap a.bp-title-button:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=submit]:focus,input[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.buddypress .buddypress-wrap .comment-reply-link:active,.buddypress .buddypress-wrap .generic-button a:active,.buddypress .buddypress-wrap a.bp-title-button:active,.buddypress .buddypress-wrap a.button:active,.buddypress .buddypress-wrap button:active,.buddypress .buddypress-wrap input[type=button]:active,.buddypress .buddypress-wrap input[type=reset]:active,.buddypress .buddypress-wrap input[type=submit]:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active,.button:active,button:active,input[type=button]:active,input[type=submit]:active{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.buddypress .buddypress-wrap .comment-reply-link.disabled,.buddypress .buddypress-wrap .generic-button a.disabled,.buddypress .buddypress-wrap a.bp-title-button.disabled,.buddypress .buddypress-wrap a.button.disabled,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=submit].disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.disabled,.button.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.small,.buddypress .buddypress-wrap .generic-button a.small,.buddypress .buddypress-wrap a.bp-title-button.small,.buddypress .buddypress-wrap a.button.small,.buddypress .buddypress-wrap button.small,.buddypress .buddypress-wrap input[type=button].small,.buddypress .buddypress-wrap input[type=reset].small,.buddypress .buddypress-wrap input[type=submit].small,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.small,.button.small,button.small,input[type=button].small,input[type=submit].small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:100px}.buddypress .buddypress-wrap .comment-reply-link.big,.buddypress .buddypress-wrap .generic-button a.big,.buddypress .buddypress-wrap a.bp-title-button.big,.buddypress .buddypress-wrap a.button.big,.buddypress .buddypress-wrap button.big,.buddypress .buddypress-wrap input[type=button].big,.buddypress .buddypress-wrap input[type=reset].big,.buddypress .buddypress-wrap input[type=submit].big,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.big,.button.big,button.big,input[type=button].big,input[type=submit].big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:100px}.buddypress .buddypress-wrap .comment-reply-link.large,.buddypress .buddypress-wrap .generic-button a.large,.buddypress .buddypress-wrap a.bp-title-button.large,.buddypress .buddypress-wrap a.button.large,.buddypress .buddypress-wrap button.large,.buddypress .buddypress-wrap input[type=button].large,.buddypress .buddypress-wrap input[type=reset].large,.buddypress .buddypress-wrap input[type=submit].large,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.large,.button.large,button.large,input[type=button].large,input[type=submit].large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:100px}.buddypress .buddypress-wrap .comment-reply-link.full,.buddypress .buddypress-wrap .generic-button a.full,.buddypress .buddypress-wrap a.bp-title-button.full,.buddypress .buddypress-wrap a.button.full,.buddypress .buddypress-wrap button.full,.buddypress .buddypress-wrap input[type=button].full,.buddypress .buddypress-wrap input[type=reset].full,.buddypress .buddypress-wrap input[type=submit].full,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.full,.button.full,button.full,input[type=button].full,input[type=submit].full{width:100%}.buddypress .buddypress-wrap .comment-reply-link.secondary,.buddypress .buddypress-wrap .generic-button a.secondary,.buddypress .buddypress-wrap a.bp-title-button.secondary,.buddypress .buddypress-wrap a.button.secondary,.buddypress .buddypress-wrap button.secondary,.buddypress .buddypress-wrap input[type=button].secondary,.buddypress .buddypress-wrap input[type=reset].secondary,.buddypress .buddypress-wrap input[type=submit].secondary,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary,.button.secondary,button.secondary,input[type=button].secondary,input[type=submit].secondary{color:#fff;background-color:#a1abb5}.buddypress .buddypress-wrap .comment-reply-link.secondary:hover,.buddypress .buddypress-wrap .generic-button a.secondary:hover,.buddypress .buddypress-wrap a.bp-title-button.secondary:hover,.buddypress .buddypress-wrap a.button.secondary:hover,.buddypress .buddypress-wrap button.secondary:hover,.buddypress .buddypress-wrap input[type=button].secondary:hover,.buddypress .buddypress-wrap input[type=reset].secondary:hover,.buddypress .buddypress-wrap input[type=submit].secondary:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:hover,.button.secondary:hover,button.secondary:hover,input[type=button].secondary:hover,input[type=submit].secondary:hover{color:#fff;background-color:#939eaa}.buddypress .buddypress-wrap .comment-reply-link.secondary:active,.buddypress .buddypress-wrap .generic-button a.secondary:active,.buddypress .buddypress-wrap a.bp-title-button.secondary:active,.buddypress .buddypress-wrap a.button.secondary:active,.buddypress .buddypress-wrap button.secondary:active,.buddypress .buddypress-wrap input[type=button].secondary:active,.buddypress .buddypress-wrap input[type=reset].secondary:active,.buddypress .buddypress-wrap input[type=submit].secondary:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:active,.button.secondary:active,button.secondary:active,input[type=button].secondary:active,input[type=submit].secondary:active{color:#fff;background-color:#bbc2c9}.buddypress .buddypress-wrap .comment-reply-link.secondary.disabled,.buddypress .buddypress-wrap .comment-reply-link.secondary:disabled,.buddypress .buddypress-wrap .generic-button a.secondary.disabled,.buddypress .buddypress-wrap .generic-button a.secondary:disabled,.buddypress .buddypress-wrap a.bp-title-button.secondary.disabled,.buddypress .buddypress-wrap a.bp-title-button.secondary:disabled,.buddypress .buddypress-wrap a.button.secondary.disabled,.buddypress .buddypress-wrap a.button.secondary:disabled,.buddypress .buddypress-wrap button.secondary.disabled,.buddypress .buddypress-wrap button.secondary:disabled,.buddypress .buddypress-wrap input[type=button].secondary.disabled,.buddypress .buddypress-wrap input[type=button].secondary:disabled,.buddypress .buddypress-wrap input[type=reset].secondary.disabled,.buddypress .buddypress-wrap input[type=reset].secondary:disabled,.buddypress .buddypress-wrap input[type=submit].secondary.disabled,.buddypress .buddypress-wrap input[type=submit].secondary:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary:disabled,.button.secondary.disabled,.button.secondary:disabled,button.secondary.disabled,button.secondary:disabled,input[type=button].secondary.disabled,input[type=button].secondary:disabled,input[type=submit].secondary.disabled,input[type=submit].secondary:disabled{color:#c8cbcf;background-color:#f5f5f5}.buddypress .buddypress-wrap .comment-reply-link.secondary.outline,.buddypress .buddypress-wrap .generic-button a.secondary.outline,.buddypress .buddypress-wrap a.bp-title-button.secondary.outline,.buddypress .buddypress-wrap a.button.secondary.outline,.buddypress .buddypress-wrap button.secondary.outline,.buddypress .buddypress-wrap input[type=button].secondary.outline,.buddypress .buddypress-wrap input[type=reset].secondary.outline,.buddypress .buddypress-wrap input[type=submit].secondary.outline,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline,.button.secondary.outline,button.secondary.outline,input[type=button].secondary.outline,input[type=submit].secondary.outline{background:0 0;color:#a1abb5;border-color:#a1abb5}.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:hover,.buddypress .buddypress-wrap .generic-button a.secondary.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:hover,.buddypress .buddypress-wrap a.button.secondary.outline:hover,.buddypress .buddypress-wrap button.secondary.outline:hover,.buddypress .buddypress-wrap input[type=button].secondary.outline:hover,.buddypress .buddypress-wrap input[type=reset].secondary.outline:hover,.buddypress .buddypress-wrap input[type=submit].secondary.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:hover,.button.secondary.outline:hover,button.secondary.outline:hover,input[type=button].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:#939eaa;border-color:#939eaa}.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:active,.buddypress .buddypress-wrap .generic-button a.secondary.outline:active,.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:active,.buddypress .buddypress-wrap a.button.secondary.outline:active,.buddypress .buddypress-wrap button.secondary.outline:active,.buddypress .buddypress-wrap input[type=button].secondary.outline:active,.buddypress .buddypress-wrap input[type=reset].secondary.outline:active,.buddypress .buddypress-wrap input[type=submit].secondary.outline:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:active,.button.secondary.outline:active,button.secondary.outline:active,input[type=button].secondary.outline:active,input[type=submit].secondary.outline:active{color:#c3cad0;border-color:#c3cad0}.buddypress .buddypress-wrap .comment-reply-link.secondary.outline.disabled,.buddypress .buddypress-wrap .comment-reply-link.secondary.outline:disabled,.buddypress .buddypress-wrap .generic-button a.secondary.outline.disabled,.buddypress .buddypress-wrap .generic-button a.secondary.outline:disabled,.buddypress .buddypress-wrap a.bp-title-button.secondary.outline.disabled,.buddypress .buddypress-wrap a.bp-title-button.secondary.outline:disabled,.buddypress .buddypress-wrap a.button.secondary.outline.disabled,.buddypress .buddypress-wrap a.button.secondary.outline:disabled,.buddypress .buddypress-wrap button.secondary.outline.disabled,.buddypress .buddypress-wrap button.secondary.outline:disabled,.buddypress .buddypress-wrap input[type=button].secondary.outline.disabled,.buddypress .buddypress-wrap input[type=button].secondary.outline:disabled,.buddypress .buddypress-wrap input[type=reset].secondary.outline.disabled,.buddypress .buddypress-wrap input[type=reset].secondary.outline:disabled,.buddypress .buddypress-wrap input[type=submit].secondary.outline.disabled,.buddypress .buddypress-wrap input[type=submit].secondary.outline:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.secondary.outline:disabled,.button.secondary.outline.disabled,.button.secondary.outline:disabled,button.secondary.outline.disabled,button.secondary.outline:disabled,input[type=button].secondary.outline.disabled,input[type=button].secondary.outline:disabled,input[type=submit].secondary.outline.disabled,input[type=submit].secondary.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.success,.buddypress .buddypress-wrap .generic-button a.success,.buddypress .buddypress-wrap a.bp-title-button.success,.buddypress .buddypress-wrap a.button.success,.buddypress .buddypress-wrap button.success,.buddypress .buddypress-wrap input[type=button].success,.buddypress .buddypress-wrap input[type=reset].success,.buddypress .buddypress-wrap input[type=submit].success,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success,.button.success,button.success,input[type=button].success,input[type=submit].success{color:#fff;background-color:#28cf8b}.buddypress .buddypress-wrap .comment-reply-link.success:hover,.buddypress .buddypress-wrap .generic-button a.success:hover,.buddypress .buddypress-wrap a.bp-title-button.success:hover,.buddypress .buddypress-wrap a.button.success:hover,.buddypress .buddypress-wrap button.success:hover,.buddypress .buddypress-wrap input[type=button].success:hover,.buddypress .buddypress-wrap input[type=reset].success:hover,.buddypress .buddypress-wrap input[type=submit].success:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:hover,.button.success:hover,button.success:hover,input[type=button].success:hover,input[type=submit].success:hover{color:#fff;background-color:#24ba7d}.buddypress .buddypress-wrap .comment-reply-link.success:active,.buddypress .buddypress-wrap .generic-button a.success:active,.buddypress .buddypress-wrap a.bp-title-button.success:active,.buddypress .buddypress-wrap a.button.success:active,.buddypress .buddypress-wrap button.success:active,.buddypress .buddypress-wrap input[type=button].success:active,.buddypress .buddypress-wrap input[type=reset].success:active,.buddypress .buddypress-wrap input[type=submit].success:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:active,.button.success:active,button.success:active,input[type=button].success:active,input[type=submit].success:active{color:#fff;background-color:#49dca0}.buddypress .buddypress-wrap .comment-reply-link.success.disabled,.buddypress .buddypress-wrap .comment-reply-link.success:disabled,.buddypress .buddypress-wrap .generic-button a.success.disabled,.buddypress .buddypress-wrap .generic-button a.success:disabled,.buddypress .buddypress-wrap a.bp-title-button.success.disabled,.buddypress .buddypress-wrap a.bp-title-button.success:disabled,.buddypress .buddypress-wrap a.button.success.disabled,.buddypress .buddypress-wrap a.button.success:disabled,.buddypress .buddypress-wrap button.success.disabled,.buddypress .buddypress-wrap button.success:disabled,.buddypress .buddypress-wrap input[type=button].success.disabled,.buddypress .buddypress-wrap input[type=button].success:disabled,.buddypress .buddypress-wrap input[type=reset].success.disabled,.buddypress .buddypress-wrap input[type=reset].success:disabled,.buddypress .buddypress-wrap input[type=submit].success.disabled,.buddypress .buddypress-wrap input[type=submit].success:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success:disabled,.button.success.disabled,.button.success:disabled,button.success.disabled,button.success:disabled,input[type=button].success.disabled,input[type=button].success:disabled,input[type=submit].success.disabled,input[type=submit].success:disabled{color:#c8cbcf;background-color:#f5f5f5}.buddypress .buddypress-wrap .comment-reply-link.success.outline,.buddypress .buddypress-wrap .generic-button a.success.outline,.buddypress .buddypress-wrap a.bp-title-button.success.outline,.buddypress .buddypress-wrap a.button.success.outline,.buddypress .buddypress-wrap button.success.outline,.buddypress .buddypress-wrap input[type=button].success.outline,.buddypress .buddypress-wrap input[type=reset].success.outline,.buddypress .buddypress-wrap input[type=submit].success.outline,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline,.button.success.outline,button.success.outline,input[type=button].success.outline,input[type=submit].success.outline{background:0 0;color:#28cf8b;border-color:#28cf8b}.buddypress .buddypress-wrap .comment-reply-link.success.outline:hover,.buddypress .buddypress-wrap .generic-button a.success.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.success.outline:hover,.buddypress .buddypress-wrap a.button.success.outline:hover,.buddypress .buddypress-wrap button.success.outline:hover,.buddypress .buddypress-wrap input[type=button].success.outline:hover,.buddypress .buddypress-wrap input[type=reset].success.outline:hover,.buddypress .buddypress-wrap input[type=submit].success.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:hover,.button.success.outline:hover,button.success.outline:hover,input[type=button].success.outline:hover,input[type=submit].success.outline:hover{color:#24ba7d;border-color:#24ba7d}.buddypress .buddypress-wrap .comment-reply-link.success.outline:active,.buddypress .buddypress-wrap .generic-button a.success.outline:active,.buddypress .buddypress-wrap a.bp-title-button.success.outline:active,.buddypress .buddypress-wrap a.button.success.outline:active,.buddypress .buddypress-wrap button.success.outline:active,.buddypress .buddypress-wrap input[type=button].success.outline:active,.buddypress .buddypress-wrap input[type=reset].success.outline:active,.buddypress .buddypress-wrap input[type=submit].success.outline:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:active,.button.success.outline:active,button.success.outline:active,input[type=button].success.outline:active,input[type=submit].success.outline:active{color:#56dea7;border-color:#56dea7}.buddypress .buddypress-wrap .comment-reply-link.success.outline.disabled,.buddypress .buddypress-wrap .comment-reply-link.success.outline:disabled,.buddypress .buddypress-wrap .generic-button a.success.outline.disabled,.buddypress .buddypress-wrap .generic-button a.success.outline:disabled,.buddypress .buddypress-wrap a.bp-title-button.success.outline.disabled,.buddypress .buddypress-wrap a.bp-title-button.success.outline:disabled,.buddypress .buddypress-wrap a.button.success.outline.disabled,.buddypress .buddypress-wrap a.button.success.outline:disabled,.buddypress .buddypress-wrap button.success.outline.disabled,.buddypress .buddypress-wrap button.success.outline:disabled,.buddypress .buddypress-wrap input[type=button].success.outline.disabled,.buddypress .buddypress-wrap input[type=button].success.outline:disabled,.buddypress .buddypress-wrap input[type=reset].success.outline.disabled,.buddypress .buddypress-wrap input[type=reset].success.outline:disabled,.buddypress .buddypress-wrap input[type=submit].success.outline.disabled,.buddypress .buddypress-wrap input[type=submit].success.outline:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.success.outline:disabled,.button.success.outline.disabled,.button.success.outline:disabled,button.success.outline.disabled,button.success.outline:disabled,input[type=button].success.outline.disabled,input[type=button].success.outline:disabled,input[type=submit].success.outline.disabled,input[type=submit].success.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.error,.buddypress .buddypress-wrap .generic-button a.error,.buddypress .buddypress-wrap a.bp-title-button.error,.buddypress .buddypress-wrap a.button.error,.buddypress .buddypress-wrap button.error,.buddypress .buddypress-wrap input[type=button].error,.buddypress .buddypress-wrap input[type=reset].error,.buddypress .buddypress-wrap input[type=submit].error,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error,.button.error,button.error,input[type=button].error,input[type=submit].error{color:#fff;background-color:#ef3e46}.buddypress .buddypress-wrap .comment-reply-link.error:hover,.buddypress .buddypress-wrap .generic-button a.error:hover,.buddypress .buddypress-wrap a.bp-title-button.error:hover,.buddypress .buddypress-wrap a.button.error:hover,.buddypress .buddypress-wrap button.error:hover,.buddypress .buddypress-wrap input[type=button].error:hover,.buddypress .buddypress-wrap input[type=reset].error:hover,.buddypress .buddypress-wrap input[type=submit].error:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:hover,.button.error:hover,button.error:hover,input[type=button].error:hover,input[type=submit].error:hover{color:#fff;background-color:#ed262f}.buddypress .buddypress-wrap .comment-reply-link.error:active,.buddypress .buddypress-wrap .generic-button a.error:active,.buddypress .buddypress-wrap a.bp-title-button.error:active,.buddypress .buddypress-wrap a.button.error:active,.buddypress .buddypress-wrap button.error:active,.buddypress .buddypress-wrap input[type=button].error:active,.buddypress .buddypress-wrap input[type=reset].error:active,.buddypress .buddypress-wrap input[type=submit].error:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:active,.button.error:active,button.error:active,input[type=button].error:active,input[type=submit].error:active{color:#fff;background-color:#f3686f}.buddypress .buddypress-wrap .comment-reply-link.error.disabled,.buddypress .buddypress-wrap .comment-reply-link.error:disabled,.buddypress .buddypress-wrap .generic-button a.error.disabled,.buddypress .buddypress-wrap .generic-button a.error:disabled,.buddypress .buddypress-wrap a.bp-title-button.error.disabled,.buddypress .buddypress-wrap a.bp-title-button.error:disabled,.buddypress .buddypress-wrap a.button.error.disabled,.buddypress .buddypress-wrap a.button.error:disabled,.buddypress .buddypress-wrap button.error.disabled,.buddypress .buddypress-wrap button.error:disabled,.buddypress .buddypress-wrap input[type=button].error.disabled,.buddypress .buddypress-wrap input[type=button].error:disabled,.buddypress .buddypress-wrap input[type=reset].error.disabled,.buddypress .buddypress-wrap input[type=reset].error:disabled,.buddypress .buddypress-wrap input[type=submit].error.disabled,.buddypress .buddypress-wrap input[type=submit].error:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error:disabled,.button.error.disabled,.button.error:disabled,button.error.disabled,button.error:disabled,input[type=button].error.disabled,input[type=button].error:disabled,input[type=submit].error.disabled,input[type=submit].error:disabled{color:#c8cbcf;background-color:#f5f5f5}.buddypress .buddypress-wrap .comment-reply-link.error.outline,.buddypress .buddypress-wrap .generic-button a.error.outline,.buddypress .buddypress-wrap a.bp-title-button.error.outline,.buddypress .buddypress-wrap a.button.error.outline,.buddypress .buddypress-wrap button.error.outline,.buddypress .buddypress-wrap input[type=button].error.outline,.buddypress .buddypress-wrap input[type=reset].error.outline,.buddypress .buddypress-wrap input[type=submit].error.outline,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline,.button.error.outline,button.error.outline,input[type=button].error.outline,input[type=submit].error.outline{background:0 0;color:#ef3e46;border-color:#ef3e46}.buddypress .buddypress-wrap .comment-reply-link.error.outline:hover,.buddypress .buddypress-wrap .generic-button a.error.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.error.outline:hover,.buddypress .buddypress-wrap a.button.error.outline:hover,.buddypress .buddypress-wrap button.error.outline:hover,.buddypress .buddypress-wrap input[type=button].error.outline:hover,.buddypress .buddypress-wrap input[type=reset].error.outline:hover,.buddypress .buddypress-wrap input[type=submit].error.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:hover,.button.error.outline:hover,button.error.outline:hover,input[type=button].error.outline:hover,input[type=submit].error.outline:hover{color:#ed262f;border-color:#ed262f}.buddypress .buddypress-wrap .comment-reply-link.error.outline:active,.buddypress .buddypress-wrap .generic-button a.error.outline:active,.buddypress .buddypress-wrap a.bp-title-button.error.outline:active,.buddypress .buddypress-wrap a.button.error.outline:active,.buddypress .buddypress-wrap button.error.outline:active,.buddypress .buddypress-wrap input[type=button].error.outline:active,.buddypress .buddypress-wrap input[type=reset].error.outline:active,.buddypress .buddypress-wrap input[type=submit].error.outline:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:active,.button.error.outline:active,button.error.outline:active,input[type=button].error.outline:active,input[type=submit].error.outline:active{color:#f4777c;border-color:#f4777c}.buddypress .buddypress-wrap .comment-reply-link.error.outline.disabled,.buddypress .buddypress-wrap .comment-reply-link.error.outline:disabled,.buddypress .buddypress-wrap .generic-button a.error.outline.disabled,.buddypress .buddypress-wrap .generic-button a.error.outline:disabled,.buddypress .buddypress-wrap a.bp-title-button.error.outline.disabled,.buddypress .buddypress-wrap a.bp-title-button.error.outline:disabled,.buddypress .buddypress-wrap a.button.error.outline.disabled,.buddypress .buddypress-wrap a.button.error.outline:disabled,.buddypress .buddypress-wrap button.error.outline.disabled,.buddypress .buddypress-wrap button.error.outline:disabled,.buddypress .buddypress-wrap input[type=button].error.outline.disabled,.buddypress .buddypress-wrap input[type=button].error.outline:disabled,.buddypress .buddypress-wrap input[type=reset].error.outline.disabled,.buddypress .buddypress-wrap input[type=reset].error.outline:disabled,.buddypress .buddypress-wrap input[type=submit].error.outline.disabled,.buddypress .buddypress-wrap input[type=submit].error.outline:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.error.outline:disabled,.button.error.outline.disabled,.button.error.outline:disabled,button.error.outline.disabled,button.error.outline:disabled,input[type=button].error.outline.disabled,input[type=button].error.outline:disabled,input[type=submit].error.outline.disabled,input[type=submit].error.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.inverted,.buddypress .buddypress-wrap .generic-button a.inverted,.buddypress .buddypress-wrap a.bp-title-button.inverted,.buddypress .buddypress-wrap a.button.inverted,.buddypress .buddypress-wrap button.inverted,.buddypress .buddypress-wrap input[type=button].inverted,.buddypress .buddypress-wrap input[type=reset].inverted,.buddypress .buddypress-wrap input[type=submit].inverted,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted,.button.inverted,button.inverted,input[type=button].inverted,input[type=submit].inverted{color:#000;background-color:#fff}.buddypress .buddypress-wrap .comment-reply-link.inverted:hover,.buddypress .buddypress-wrap .generic-button a.inverted:hover,.buddypress .buddypress-wrap a.bp-title-button.inverted:hover,.buddypress .buddypress-wrap a.button.inverted:hover,.buddypress .buddypress-wrap button.inverted:hover,.buddypress .buddypress-wrap input[type=button].inverted:hover,.buddypress .buddypress-wrap input[type=reset].inverted:hover,.buddypress .buddypress-wrap input[type=submit].inverted:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{color:#000;background-color:#f2f2f2}.buddypress .buddypress-wrap .comment-reply-link.inverted:active,.buddypress .buddypress-wrap .generic-button a.inverted:active,.buddypress .buddypress-wrap a.bp-title-button.inverted:active,.buddypress .buddypress-wrap a.button.inverted:active,.buddypress .buddypress-wrap button.inverted:active,.buddypress .buddypress-wrap input[type=button].inverted:active,.buddypress .buddypress-wrap input[type=reset].inverted:active,.buddypress .buddypress-wrap input[type=submit].inverted:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:active,.button.inverted:active,button.inverted:active,input[type=button].inverted:active,input[type=submit].inverted:active{color:#000;background-color:#fff}.buddypress .buddypress-wrap .comment-reply-link.inverted.disabled,.buddypress .buddypress-wrap .comment-reply-link.inverted:disabled,.buddypress .buddypress-wrap .generic-button a.inverted.disabled,.buddypress .buddypress-wrap .generic-button a.inverted:disabled,.buddypress .buddypress-wrap a.bp-title-button.inverted.disabled,.buddypress .buddypress-wrap a.bp-title-button.inverted:disabled,.buddypress .buddypress-wrap a.button.inverted.disabled,.buddypress .buddypress-wrap a.button.inverted:disabled,.buddypress .buddypress-wrap button.inverted.disabled,.buddypress .buddypress-wrap button.inverted:disabled,.buddypress .buddypress-wrap input[type=button].inverted.disabled,.buddypress .buddypress-wrap input[type=button].inverted:disabled,.buddypress .buddypress-wrap input[type=reset].inverted.disabled,.buddypress .buddypress-wrap input[type=reset].inverted:disabled,.buddypress .buddypress-wrap input[type=submit].inverted.disabled,.buddypress .buddypress-wrap input[type=submit].inverted:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:disabled,.button.inverted.disabled,.button.inverted:disabled,button.inverted.disabled,button.inverted:disabled,input[type=button].inverted.disabled,input[type=button].inverted:disabled,input[type=submit].inverted.disabled,input[type=submit].inverted:disabled{color:#c8cbcf;background-color:#f5f5f5}.buddypress .buddypress-wrap .comment-reply-link.inverted.outline,.buddypress .buddypress-wrap .generic-button a.inverted.outline,.buddypress .buddypress-wrap a.bp-title-button.inverted.outline,.buddypress .buddypress-wrap a.button.inverted.outline,.buddypress .buddypress-wrap button.inverted.outline,.buddypress .buddypress-wrap input[type=button].inverted.outline,.buddypress .buddypress-wrap input[type=reset].inverted.outline,.buddypress .buddypress-wrap input[type=submit].inverted.outline,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline,.button.inverted.outline,button.inverted.outline,input[type=button].inverted.outline,input[type=submit].inverted.outline{background:0 0;color:#fff;border-color:#fff}.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:hover,.buddypress .buddypress-wrap .generic-button a.inverted.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:hover,.buddypress .buddypress-wrap a.button.inverted.outline:hover,.buddypress .buddypress-wrap button.inverted.outline:hover,.buddypress .buddypress-wrap input[type=button].inverted.outline:hover,.buddypress .buddypress-wrap input[type=reset].inverted.outline:hover,.buddypress .buddypress-wrap input[type=submit].inverted.outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:hover,.button.inverted.outline:hover,button.inverted.outline:hover,input[type=button].inverted.outline:hover,input[type=submit].inverted.outline:hover{color:#f2f2f2;border-color:#f2f2f2}.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:active,.buddypress .buddypress-wrap .generic-button a.inverted.outline:active,.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:active,.buddypress .buddypress-wrap a.button.inverted.outline:active,.buddypress .buddypress-wrap button.inverted.outline:active,.buddypress .buddypress-wrap input[type=button].inverted.outline:active,.buddypress .buddypress-wrap input[type=reset].inverted.outline:active,.buddypress .buddypress-wrap input[type=submit].inverted.outline:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:active,.button.inverted.outline:active,button.inverted.outline:active,input[type=button].inverted.outline:active,input[type=submit].inverted.outline:active{color:#fff;border-color:#fff}.buddypress .buddypress-wrap .comment-reply-link.inverted.outline.disabled,.buddypress .buddypress-wrap .comment-reply-link.inverted.outline:disabled,.buddypress .buddypress-wrap .generic-button a.inverted.outline.disabled,.buddypress .buddypress-wrap .generic-button a.inverted.outline:disabled,.buddypress .buddypress-wrap a.bp-title-button.inverted.outline.disabled,.buddypress .buddypress-wrap a.bp-title-button.inverted.outline:disabled,.buddypress .buddypress-wrap a.button.inverted.outline.disabled,.buddypress .buddypress-wrap a.button.inverted.outline:disabled,.buddypress .buddypress-wrap button.inverted.outline.disabled,.buddypress .buddypress-wrap button.inverted.outline:disabled,.buddypress .buddypress-wrap input[type=button].inverted.outline.disabled,.buddypress .buddypress-wrap input[type=button].inverted.outline:disabled,.buddypress .buddypress-wrap input[type=reset].inverted.outline.disabled,.buddypress .buddypress-wrap input[type=reset].inverted.outline:disabled,.buddypress .buddypress-wrap input[type=submit].inverted.outline.disabled,.buddypress .buddypress-wrap input[type=submit].inverted.outline:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted.outline:disabled,.button.inverted.outline.disabled,.button.inverted.outline:disabled,button.inverted.outline.disabled,button.inverted.outline:disabled,input[type=button].inverted.outline.disabled,input[type=button].inverted.outline:disabled,input[type=submit].inverted.outline.disabled,input[type=submit].inverted.outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.inverted:hover,.buddypress .buddypress-wrap .generic-button a.inverted:hover,.buddypress .buddypress-wrap a.bp-title-button.inverted:hover,.buddypress .buddypress-wrap a.button.inverted:hover,.buddypress .buddypress-wrap button.inverted:hover,.buddypress .buddypress-wrap input[type=button].inverted:hover,.buddypress .buddypress-wrap input[type=reset].inverted:hover,.buddypress .buddypress-wrap input[type=submit].inverted:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.inverted:hover,.button.inverted:hover,button.inverted:hover,input[type=button].inverted:hover,input[type=submit].inverted:hover{opacity:.7}.buddypress .buddypress-wrap .comment-reply-link.round,.buddypress .buddypress-wrap .generic-button a.round,.buddypress .buddypress-wrap a.bp-title-button.round,.buddypress .buddypress-wrap a.button.round,.buddypress .buddypress-wrap button.round,.buddypress .buddypress-wrap input[type=button].round,.buddypress .buddypress-wrap input[type=reset].round,.buddypress .buddypress-wrap input[type=submit].round,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.round,.button.round,button.round,input[type=button].round,input[type=submit].round{border-radius:50px}.buddypress .buddypress-wrap .comment-reply-link.raised,.buddypress .buddypress-wrap .generic-button a.raised,.buddypress .buddypress-wrap a.bp-title-button.raised,.buddypress .buddypress-wrap a.button.raised,.buddypress .buddypress-wrap button.raised,.buddypress .buddypress-wrap input[type=button].raised,.buddypress .buddypress-wrap input[type=reset].raised,.buddypress .buddypress-wrap input[type=submit].raised,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.raised,.button.raised,button.raised,input[type=button].raised,input[type=submit].raised{box-shadow:0 1px 3px rgba(0,0,0,.3)}.buddypress .buddypress-wrap .comment-reply-link.outline,.buddypress .buddypress-wrap .generic-button a.outline,.buddypress .buddypress-wrap a.bp-title-button.outline,.buddypress .buddypress-wrap a.button.outline,.buddypress .buddypress-wrap button.outline,.buddypress .buddypress-wrap input[type=button].outline,.buddypress .buddypress-wrap input[type=reset].outline,.buddypress .buddypress-wrap input[type=submit].outline,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline,.button.outline,button.outline,input[type=button].outline,input[type=submit].outline{background:0 0;border-width:1px;border-color:#007cff;color:#007cff;box-shadow:none}.buddypress .buddypress-wrap .comment-reply-link.outline:focus,.buddypress .buddypress-wrap .comment-reply-link.outline:hover,.buddypress .buddypress-wrap .generic-button a.outline:focus,.buddypress .buddypress-wrap .generic-button a.outline:hover,.buddypress .buddypress-wrap a.bp-title-button.outline:focus,.buddypress .buddypress-wrap a.bp-title-button.outline:hover,.buddypress .buddypress-wrap a.button.outline:focus,.buddypress .buddypress-wrap a.button.outline:hover,.buddypress .buddypress-wrap button.outline:focus,.buddypress .buddypress-wrap button.outline:hover,.buddypress .buddypress-wrap input[type=button].outline:focus,.buddypress .buddypress-wrap input[type=button].outline:hover,.buddypress .buddypress-wrap input[type=reset].outline:focus,.buddypress .buddypress-wrap input[type=reset].outline:hover,.buddypress .buddypress-wrap input[type=submit].outline:focus,.buddypress .buddypress-wrap input[type=submit].outline:hover,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:focus,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:hover,.button.outline:focus,.button.outline:hover,button.outline:focus,button.outline:hover,input[type=button].outline:focus,input[type=button].outline:hover,input[type=submit].outline:focus,input[type=submit].outline:hover{background:0 0;color:#0070e6;border-color:#0070e6}.buddypress .buddypress-wrap .comment-reply-link.outline:active,.buddypress .buddypress-wrap .generic-button a.outline:active,.buddypress .buddypress-wrap a.bp-title-button.outline:active,.buddypress .buddypress-wrap a.button.outline:active,.buddypress .buddypress-wrap button.outline:active,.buddypress .buddypress-wrap input[type=button].outline:active,.buddypress .buddypress-wrap input[type=reset].outline:active,.buddypress .buddypress-wrap input[type=submit].outline:active,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:active,.button.outline:active,button.outline:active,input[type=button].outline:active,input[type=submit].outline:active{background:0 0;color:#3d9bff;border-color:#3d9bff}.buddypress .buddypress-wrap .comment-reply-link.outline.disabled,.buddypress .buddypress-wrap .comment-reply-link.outline:disabled,.buddypress .buddypress-wrap .generic-button a.outline.disabled,.buddypress .buddypress-wrap .generic-button a.outline:disabled,.buddypress .buddypress-wrap a.bp-title-button.outline.disabled,.buddypress .buddypress-wrap a.bp-title-button.outline:disabled,.buddypress .buddypress-wrap a.button.outline.disabled,.buddypress .buddypress-wrap a.button.outline:disabled,.buddypress .buddypress-wrap button.outline.disabled,.buddypress .buddypress-wrap button.outline:disabled,.buddypress .buddypress-wrap input[type=button].outline.disabled,.buddypress .buddypress-wrap input[type=button].outline:disabled,.buddypress .buddypress-wrap input[type=reset].outline.disabled,.buddypress .buddypress-wrap input[type=reset].outline:disabled,.buddypress .buddypress-wrap input[type=submit].outline.disabled,.buddypress .buddypress-wrap input[type=submit].outline:disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline.disabled,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline:disabled,.button.outline.disabled,.button.outline:disabled,button.outline.disabled,button.outline:disabled,input[type=button].outline.disabled,input[type=button].outline:disabled,input[type=submit].outline.disabled,input[type=submit].outline:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.buddypress .buddypress-wrap .comment-reply-link.upper,.buddypress .buddypress-wrap .generic-button a.upper,.buddypress .buddypress-wrap a.bp-title-button.upper,.buddypress .buddypress-wrap a.button.upper,.buddypress .buddypress-wrap button.upper,.buddypress .buddypress-wrap input[type=button].upper,.buddypress .buddypress-wrap input[type=reset].upper,.buddypress .buddypress-wrap input[type=submit].upper,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper,.button.upper,button.upper,input[type=button].upper,input[type=submit].upper{text-transform:uppercase;letter-spacing:.04em;font-size:14px}.buddypress .buddypress-wrap .comment-reply-link.upper.small,.buddypress .buddypress-wrap .generic-button a.upper.small,.buddypress .buddypress-wrap a.bp-title-button.upper.small,.buddypress .buddypress-wrap a.button.upper.small,.buddypress .buddypress-wrap button.upper.small,.buddypress .buddypress-wrap input[type=button].upper.small,.buddypress .buddypress-wrap input[type=reset].upper.small,.buddypress .buddypress-wrap input[type=submit].upper.small,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.small,.button.upper.small,button.upper.small,input[type=button].upper.small,input[type=submit].upper.small{font-size:12px}.buddypress .buddypress-wrap .comment-reply-link.upper.big,.buddypress .buddypress-wrap .generic-button a.upper.big,.buddypress .buddypress-wrap a.bp-title-button.upper.big,.buddypress .buddypress-wrap a.button.upper.big,.buddypress .buddypress-wrap button.upper.big,.buddypress .buddypress-wrap input[type=button].upper.big,.buddypress .buddypress-wrap input[type=reset].upper.big,.buddypress .buddypress-wrap input[type=submit].upper.big,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.big,.button.upper.big,button.upper.big,input[type=button].upper.big,input[type=submit].upper.big{font-size:14px}.buddypress .buddypress-wrap .comment-reply-link.upper.large,.buddypress .buddypress-wrap .generic-button a.upper.large,.buddypress .buddypress-wrap a.bp-title-button.upper.large,.buddypress .buddypress-wrap a.button.upper.large,.buddypress .buddypress-wrap button.upper.large,.buddypress .buddypress-wrap input[type=button].upper.large,.buddypress .buddypress-wrap input[type=reset].upper.large,.buddypress .buddypress-wrap input[type=submit].upper.large,.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.upper.large,.button.upper.large,button.upper.large,input[type=button].upper.large,input[type=submit].upper.large{font-size:15px}input[type=submit]{width:auto;font-style:normal}.breadcrumbs{font-size:16px;margin-bottom:27px}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs.push-center ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.breadcrumbs a,.breadcrumbs span{font-style:normal;padding:0 .625rem;display:inline-block;white-space:nowrap}.breadcrumbs li:after{display:inline-block;content:'/';color:rgba(0,0,0,.3)}.breadcrumbs li:last-child:after{display:none}.breadcrumbs li:first-child a,.breadcrumbs li:first-child span{padding-left:0}.breadcrumbs li.active a{color:#4d5c6d;text-decoration:none;cursor:text}.pagination{margin:27px 0;font-size:16px}.pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.pagination.align-center ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination a,.pagination span{border-radius:3px;display:inline-block;padding:.5rem .75rem;line-height:1;white-space:nowrap;border:1px solid transparent}.pagination a{text-decoration:none;color:#4d5c6d}.pagination a:hover{color:rgba(0,0,0,.5);border-color:#e0e1e1}.pagination li.active a,.pagination span{color:rgba(0,0,0,.5);border-color:#e0e1e1;cursor:text}.pagination.upper{font-size:14px}.push-left{margin-right:auto}.push-right{margin-left:auto}.push-center{margin-left:auto;margin-right:auto}.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:544px){.push-left-sm{margin-left:0}.push-center-sm{margin-left:auto;margin-right:auto}.push-top-sm{margin-top:0}}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:544px){.align-left-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.fixed{position:fixed;top:0;left:0;z-index:100;width:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.flex-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.flex-column{-ms-flex-flow:column;flex-flow:column}@media (max-width:544px){.flex-column-sm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-w100-sm{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:544px) and (max-width:544px){.flex-w100-sm{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important}}.invisible{visibility:hidden}.visible{visibility:visible}.display-block{display:block}.hide{display:none!important}@media (max-width:544px){.hide-sm{display:none!important}}@media (min-width:544px){.show-sm{display:block!important}}@media print{.hide-print{display:none!important}.show-print{display:block!important}}.no-scroll{overflow:hidden;position:fixed;top:0;left:0;width:100%;height:100%!important}.scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.video-container{height:0;padding-bottom:56.25%;position:relative;margin-bottom:18px}.video-container embed,.video-container iframe:not(.wp-embedded-content),.video-container object{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.close{display:inline-block;min-height:16px;min-width:16px;line-height:16px;vertical-align:middle;text-align:center;font-size:.75rem;opacity:.6}.close:hover{opacity:1}.close.small{font-size:.5rem}.close.big{font-size:1.125rem}.close.white{color:#fff}.caret{display:inline-block}.button .caret{margin-right:-.5rem}.overlay{position:fixed;z-index:200;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.95)}.overlay>.close{position:fixed;top:1rem;right:1rem}.overlay.black{background-color:rgba(0,0,0,.9)}.round{border-radius:50%}.bb-highlight{background:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 50%,#fe6f4b 50%);background:linear-gradient(180deg,rgba(255,255,255,0) 50%,#fe6f4b 50%)}.bb-highlight.bb-highlight--yellow{background:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 50%,#faf141 50%);background:linear-gradient(180deg,rgba(255,255,255,0) 50%,#faf141 50%)}.bb-highlight.bb-highlight--red{background:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 50%,#fe6f4b 50%);background:linear-gradient(180deg,rgba(255,255,255,0) 50%,#fe6f4b 50%)}.bb-highlight.bb-highlight--blue{background:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 50%,#04b9d9 50%);background:linear-gradient(180deg,rgba(255,255,255,0) 50%,#04b9d9 50%)}.bb-highlight.bb-highlight--grey{background:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 50%,#dedfe2 50%);background:linear-gradient(180deg,rgba(255,255,255,0) 50%,#dedfe2 50%)}@media print{*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}}.ani-bg{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ani-bg;animation-name:ani-bg;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#eee;background:-webkit-gradient(linear,left top,right top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));background:-webkit-linear-gradient(left,#eee 8%,#ddd 18%,#eee 33%);background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 100%;height:96px;position:relative}@-webkit-keyframes ani-bg{0%{background-position:-1000px 0}100%{background-position:1000px 0}}@keyframes ani-bg{0%{background-position:-1000px 0}100%{background-position:1000px 0}}@-webkit-keyframes loading{0%{opacity:1}100%{opacity:.9}}@keyframes loading{0%{opacity:1}100%{opacity:.9}}@-webkit-keyframes slideUp{to{height:0;padding-top:0;padding-bottom:0}}@keyframes slideUp{to{height:0;padding-top:0;padding-bottom:0}}@-webkit-keyframes slideDown{from{height:0;padding-top:0;padding-bottom:0}}@keyframes slideDown{from{height:0;padding-top:0;padding-bottom:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes flipIn{from{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes flipIn{from{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes flipOut{from{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes flipOut{from{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes shake{15%{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}30%{-webkit-transform:translateX(-.4rem);transform:translateX(-.4rem)}45%{-webkit-transform:translateX(.3rem);transform:translateX(.3rem)}60%{-webkit-transform:translateX(-.2rem);transform:translateX(-.2rem)}75%{-webkit-transform:translateX(.1rem);transform:translateX(.1rem)}90%{-webkit-transform:translateX(0);transform:translateX(0)}90%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{15%{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}30%{-webkit-transform:translateX(-.4rem);transform:translateX(-.4rem)}45%{-webkit-transform:translateX(.3rem);transform:translateX(.3rem)}60%{-webkit-transform:translateX(-.2rem);transform:translateX(-.2rem)}75%{-webkit-transform:translateX(.1rem);transform:translateX(.1rem)}90%{-webkit-transform:translateX(0);transform:translateX(0)}90%{-webkit-transform:translateX(0);transform:translateX(0)}}.fadeIn{-webkit-animation:fadeIn 250ms;animation:fadeIn 250ms}.fadeOut{-webkit-animation:fadeOut 250ms;animation:fadeOut 250ms}.zoomIn{-webkit-animation:zoomIn .2s;animation:zoomIn .2s}.zoomOut{-webkit-animation:zoomOut .5s;animation:zoomOut .5s}.slideInRight{-webkit-animation:slideInRight .5s;animation:slideInRight .5s}.slideInLeft{-webkit-animation:slideInLeft .5s;animation:slideInLeft .5s}.slideInDown{-webkit-animation:slideInDown .5s;animation:slideInDown .5s}.slideOutLeft{-webkit-animation:slideOutLeft .5s;animation:slideOutLeft .5s}.slideOutRight{-webkit-animation:slideOutRight .5s;animation:slideOutRight .5s}.slideOutUp{-webkit-animation:slideOutUp .5s;animation:slideOutUp .5s}.slideUp{overflow:hidden;-webkit-animation:slideUp .2s ease-in-out;animation:slideUp .2s ease-in-out}.slideDown{overflow:hidden;-webkit-animation:slideDown 80ms ease-in-out;animation:slideDown 80ms ease-in-out}.flipIn{-webkit-animation:flipIn 250ms cubic-bezier(.5,-.5,.5,1.5);animation:flipIn 250ms cubic-bezier(.5,-.5,.5,1.5)}.flipOut{-webkit-animation:flipOut .5s cubic-bezier(.5,-.5,.5,1.5);animation:flipOut .5s cubic-bezier(.5,-.5,.5,1.5)}.rotate{-webkit-animation:rotate .5s;animation:rotate .5s}.pulse{-webkit-animation:pulse 250ms 2;animation:pulse 250ms 2}.shake{-webkit-animation:shake .5s;animation:shake .5s}.dropdown:not(.v-select){position:absolute;z-index:100;top:0;right:0;width:17.5rem;color:#000;font-size:17px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.15);border-radius:3px;max-height:18.75rem;margin:0;padding:0;overflow:hidden}.dropdown:not(.v-select).dropdown-mobile{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-height:none;border:none}.dropdown:not(.v-select) .close{margin:1.25rem auto}.dropdown:not(.v-select).open{overflow:auto}.dropdown:not(.v-select) ul{list-style:none;margin:0}.dropdown:not(.v-select) ul li{border-bottom:1px solid rgba(0,0,0,.07)}.dropdown:not(.v-select) ul li:last-child{border-bottom:none}.dropdown:not(.v-select) ul a{display:block;padding:.75rem;text-decoration:none;color:#000}.dropdown:not(.v-select) ul a:hover{background:rgba(0,0,0,.05)}.message{font-size:16px;line-height:24px;background:#e0e1e1;color:#4d5c6d;padding:1rem;padding-right:2.5em;padding-bottom:.75rem;margin-bottom:27px;position:relative}.message a{color:inherit}.message h2,.message h3,.message h4,.message h5,.message h6{margin-bottom:0}.message .close{position:absolute;right:1rem;top:1.1rem}.message.error{background:#ef3e46;color:#fff}.message.success{background:#1cd991;color:#fff}.message.warning{background:#f7ba45}.message.focus{background:#1c86f2;color:#fff}.message.black{background:#0d0d0e;color:#fff}.message.inverted{background:#fff}button[data-balloon]{overflow:visible}[data-balloon]{position:relative;cursor:pointer}[data-balloon]:after{opacity:0;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-weight:500;font-size:13px;letter-spacing:-.24px;background:rgba(18,43,70,.95);border-radius:4px;box-shadow:0 1px 3px 0 rgba(0,0,0,.22);color:#fff;content:attr(data-balloon);line-height:1.3;padding:7px 15px;position:absolute;white-space:nowrap;z-index:10}[data-balloon]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;opacity:0;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;content:'';position:absolute;z-index:10}[data-balloon]:hover:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{opacity:1;pointer-events:auto}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon][data-balloon-blunt]:after,[data-balloon][data-balloon-blunt]:before{-webkit-transition:none;transition:none}[data-balloon][data-balloon-pos=up]:after{bottom:100%;left:50%;margin-bottom:11px;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up]:before{bottom:100%;left:50%;margin-bottom:5px;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up]:hover:after,[data-balloon][data-balloon-pos=up][data-balloon-visible]:after{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon][data-balloon-pos=up]:hover:before,[data-balloon][data-balloon-pos=up][data-balloon-visible]:before{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon][data-balloon-pos=up-left]:after{bottom:100%;left:0;margin-bottom:11px;-webkit-transform:translate(0,10px);-ms-transform:translate(0,10px);transform:translate(0,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-left]:before{bottom:100%;left:5px;margin-bottom:5px;-webkit-transform:translate(0,10px);-ms-transform:translate(0,10px);transform:translate(0,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-left]:hover:after,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=up-left]:hover:before,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:before{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=up-right]:after{bottom:100%;right:0;margin-bottom:11px;-webkit-transform:translate(0,10px);-ms-transform:translate(0,10px);transform:translate(0,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-right]:before{bottom:100%;right:5px;margin-bottom:5px;-webkit-transform:translate(0,10px);-ms-transform:translate(0,10px);transform:translate(0,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-right]:hover:after,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=up-right]:hover:before,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:before{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=down]:after{left:50%;margin-top:11px;top:100%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-balloon][data-balloon-pos=down]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:50%;margin-top:5px;top:100%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-balloon][data-balloon-pos=down]:hover:after,[data-balloon][data-balloon-pos=down][data-balloon-visible]:after{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon][data-balloon-pos=down]:hover:before,[data-balloon][data-balloon-pos=down][data-balloon-visible]:before{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon][data-balloon-pos=down-left]:after{left:0;margin-top:11px;top:100%;-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}[data-balloon][data-balloon-pos=down-left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:5px;margin-top:5px;top:100%;-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}[data-balloon][data-balloon-pos=down-left]:hover:after,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=down-left]:hover:before,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:before{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=down-right]:after{right:0;margin-top:11px;top:100%;-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}[data-balloon][data-balloon-pos=down-right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;right:5px;margin-top:5px;top:100%;-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px)}[data-balloon][data-balloon-pos=down-right]:hover:after,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:after{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=down-right]:hover:before,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:before{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}[data-balloon][data-balloon-pos=left]:after{margin-right:11px;right:100%;top:50%;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon][data-balloon-pos=left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;margin-right:5px;right:100%;top:50%;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon][data-balloon-pos=left]:hover:after,[data-balloon][data-balloon-pos=left][data-balloon-visible]:after{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon][data-balloon-pos=left]:hover:before,[data-balloon][data-balloon-pos=left][data-balloon-visible]:before{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon][data-balloon-pos=right]:after{left:100%;margin-left:11px;top:50%;-webkit-transform:translate(-10px,-50%);-ms-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon][data-balloon-pos=right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(18, 43, 70, 0.95)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;left:100%;margin-left:5px;top:50%;-webkit-transform:translate(-10px,-50%);-ms-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon][data-balloon-pos=right]:hover:after,[data-balloon][data-balloon-pos=right][data-balloon-visible]:after{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon][data-balloon-pos=right]:hover:before,[data-balloon][data-balloon-pos=right][data-balloon-visible]:before{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon][data-balloon-length=small]:after{white-space:normal;width:80px}[data-balloon][data-balloon-length=medium]:after{white-space:normal;width:150px}[data-balloon][data-balloon-length=large]:after{white-space:normal;width:260px}[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:380px}@media screen and (max-width:768px){[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:90vw}}[data-balloon][data-balloon-length=fit]:after{white-space:normal;width:100%}.bs-item-list.list-view{list-style:none;margin:0}.bs-item-list.list-view .bs-item-wrap{background-color:#fff;border:1px solid #e7e9ec;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 -1px;padding:15px 20px;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-item-list.list-view .bs-item-wrap:not(.no-hover-effect):hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-left-color:#fff;border-right-color:#fff;border-radius:3px;position:relative;z-index:1}.bs-item-list.list-view .bs-item-wrap:first-child{border-radius:4px 4px 0 0}.bs-item-list.list-view .bs-item-wrap:last-child{border-radius:0 0 4px 4px}.bs-item-list.list-view .item-meta{font-size:13px;color:#a3a5a9;letter-spacing:-.24px;line-height:1}.bs-item-list.list-view .bs-dropdown{right:-15px}.bs-item-list.list-view .bb-icon-map-pin-small:before{margin-left:0}.bs-item-list.list-view .item-avatar>a{display:inline-block;margin:0;position:relative}.bs-item-list.list-view .item-avatar{margin-right:20px}.bs-item-list.list-view .bs-dropdown-link{color:#122b46;border:0;display:inline-block;line-height:1;opacity:.4;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-item-list.list-view .bs-dropdown-link.active,.bs-item-list.list-view .bs-dropdown-link.focus,.bs-item-list.list-view .bs-dropdown-link:hover{background:0 0;opacity:1}.bs-item-list.list-view .bs-dropdown-link i{font-size:20px}.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-left-color:transparent;border-right-color:transparent}.bs-item-list .infinite-loading-container{padding:0}.bs-item-wrap.loading *{-webkit-transition:opacity;transition:opacity;-webkit-animation:loading 1s infinite;animation:loading 1s infinite}.bs-dropdown-wrap{position:relative}.bs-dropdown-wrap.hover-open:hover .bs-dropdown{opacity:1;visibility:visible}.bs-dropdown{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;list-style:none;padding:10px 0;position:absolute;-webkit-transition:all linear .2s;transition:all linear .2s;right:0;top:38px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:95}.bs-dropdown.open{opacity:1;visibility:visible}.bs-dropdown:after{content:' ';position:absolute;width:0;height:0;top:1px;margin:0 auto;right:25px;box-sizing:border-box;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:96}.bs-dropdown li{font-size:13px;font-weight:inherit;color:#4d5c6d;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.5625rem .9375rem;cursor:pointer;width:100%}.bs-dropdown-wrap li{border:0;margin-bottom:0;padding:0}.bs-dropdown-wrap .bs-dropdown a{margin:0;padding:9px 15px;display:block;text-align:left;opacity:1;color:#939597}.bs-dropdown-wrap .bs-dropdown a.selected,.bs-dropdown-wrap .bs-dropdown a:hover{background:#f5f5f5;color:#007cff}.bs-dropdown-wrap .bs-icon-sort-desc{color:#122b46;opacity:.4;font-size:22px;line-height:1}.bb-modal{position:relative;background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:40px;width:auto;max-width:800px;margin:10px auto;box-shadow:0 3px 24px 0 rgba(18,43,70,.28)}.bb-modal .mfp-close,.bb-modal .mfp-close:hover{background-color:transparent;box-shadow:none}.mfp-bg{opacity:.4}@media (max-width:992px){.bb-modal{padding:40px 20px}}.bb-cover-wrap{border-radius:3px;position:relative;overflow:hidden;padding-top:96.52%;display:block;background:#607387}.bb-cover-wrap:after{content:'';position:absolute;background:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 0,#07121d 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 0,#07121d 100%);border-radius:3px;width:100%;height:100%;left:0;top:0}.bb-cover-wrap.bs-no-cover-img:after{opacity:.3}.bb-cover-wrap img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0}.my-account.events.profile .item-body-inner .statusnotice .em-warning{padding:0;margin:0}.my-account.events.profile .item-body-inner .statusnotice .em-warning p{padding:0;margin:0 0 1.6875rem!important}.bp-navs ul:after,.bp-navs:after{content:' ';display:table;clear:both}.bp-navs ul li .count,.buddypress-wrap .bp-navs li.dynamic a .count{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}.bp-navs ul li .count:empty,.buddypress-wrap .bp-navs li.dynamic a .count:empty{display:none}.bp-navs.bp-subnavs{font-size:14px}.bp-navs ul li a{border-bottom:1px solid transparent;margin-bottom:-1px}.bp-navs ul li a,.bp-navs ul li span{padding:0 0 5px;color:#939597}.bb-yoast-breadcrumbs{max-width:1200px;margin:auto;padding:20px 10px 0;font-size:14px}strong.breadcrumb_last{font-weight:500}.bb-checkbox,.bb-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:22px;position:relative;cursor:pointer}.bb-checkbox .bb-checkbox-help:before,.bb-checkbox .bb-radio-help:before,.bb-radio .bb-checkbox-help:before,.bb-radio .bb-radio-help:before{display:inline-block;content:"";width:22px;height:22px;vertical-align:middle;background-color:#fff;border:2px solid #d6dce6;border-radius:4px;margin-right:10px}.bb-checkbox .bb-checkbox-help:after,.bb-radio .bb-checkbox-help:after{position:absolute;top:0;left:0;display:inline-block;content:'\E809';width:22px;height:22px;font-family:bb-icons;font-style:normal;font-weight:400;font-size:22px;line-height:22px;background-color:#007cff;color:#fff;border-radius:4px;opacity:0}.bb-checkbox input,.bb-radio input{position:absolute;opacity:0}.bb-checkbox input[type=checkbox]:checked+.bb-checkbox-help:after,.bb-radio input[type=checkbox]:checked+.bb-checkbox-help:after{opacity:1}.vue-tabs label.bb-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.bb-radio .bb-radio-help:before{border-radius:50%}.bb-radio .bb-radio-help:after{content:"";position:absolute;top:4px;left:4px;width:14px;height:14px;display:inline-block;background-color:#007cff;border-radius:50%;opacity:0}.bb-radio input[type=radio]:checked+.bb-radio-help:after{opacity:1}.bb-switch{position:relative;display:inline-block!important;width:44px!important;height:28px!important;margin:0!important;vertical-align:middle}.bb-switch input{display:none}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c8cbcf;-webkit-transition:.4s;transition:.4s;border-radius:34px}.switch-slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;-webkit-transition:.4s;transition:.4s;box-shadow:0 3px 7px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.16),0 3px 1px 0 rgba(0,0,0,.1)}.bb-input-switch:checked+.switch-slider{background-color:#007cff}input:checked+.switch-slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}ins.iCheck-helper{z-index:2}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;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}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.clear-both{clear:both}.clear-none{clear:none}.clear-left{clear:left}.clear-right{clear:right}.wp-caption{background-color:#e6e5e5;max-width:100%;overflow:hidden;text-align:center}.wp-caption.alignleft{margin:.5rem 2rem 1.625rem 0}.wp-caption.aligncenter{margin-left:auto;margin-right:auto}.wp-caption.alignright{margin:.5rem 0 1.625rem 2rem}.wp-caption-text{color:#666;font-size:.875rem;line-height:1.2;padding:.5rem}#tinymce.mce-content-body{font-size:1rem;font-style:normal;font-weight:400;padding:15px!important}.gallery{margin:0 -5px 45px}.gallery br+br{display:none}.gallery-item{display:inline-block;margin:0;padding:5px;vertical-align:top}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.3333333333%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6666666667%}.gallery-columns-7 .gallery-item{width:14.2857142857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111111111%}.gallery-caption{color:#666;line-height:1.2;padding:.5rem;text-align:center}.gallery-icon{overflow:hidden;text-align:center}.gallery-icon .attachment-thumbnail{background-color:#f5f5f5;margin:0;max-width:100%;padding:5px}.gallery img{display:block;height:auto;width:100%}.entry-content .fluid-width-video-wrapper,.entry-content img.aligncenter{margin-top:30px;margin-bottom:50px}.bb-vw-container{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}#bb-loader{position:fixed;left:0;top:0;width:100%;height:100%;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/loader.svg) center no-repeat #fff;background-size:62px;-webkit-transition:.3s all;transition:.3s all;z-index:9999}.bb-remove-loader #bb-loader{opacity:0;visibility:hidden;z-index:-1111}.bp-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}[v-cloak]{display:none!important}img.wp-smiley{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}[contenteditable]:empty:before{content:"\feff"}.select2-dropdown{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;border:0;padding:5px 10px;margin-right:0;max-width:300px}.select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px}html{height:100%;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/adminbar-background.png);background-repeat:repeat-x;background-attachment:fixed}body,html{min-height:100%}.site{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body:not(.page-template-page-fullscreen) .site{overflow-x:hidden}.bb-footer,.site-content,.site-header{padding:0 10px}.site-content{min-height:70vh}.site-main{position:relative}.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #primary,body.buddypress.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #page #primary{max-width:900px;width:100%}.content-area{padding-top:1.875rem;padding-bottom:2.1875rem}.my-messages .content-area{padding-top:1.5625rem}@media screen and (max-width:800px){.content-area{padding-bottom:1.25rem}}body .widget-area:not(.widget-area-secondary){padding-top:1.875rem}.infinite-loading-container{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0}@media (min-width:800px){.bb-buddypanel .site{margin-left:68px;-webkit-transition:margin-left .2s;transition:margin-left .2s}}@media (min-width:800px){.bb-buddypanel.bb-buddypanel-right .site{margin-right:68px;margin-left:0;-webkit-transition:margin-right .2s;transition:margin-right .2s}}.error-404,.no-results.not-found{padding-top:40px;padding-bottom:40px}.error-404 .page-header,.no-results.not-found .page-header{margin-bottom:60px}.error-404 .page-title,.no-results.not-found .page-title{margin-bottom:10px}.error-404 .desc,.no-results.not-found .desc{font-size:18px;font-weight:300;color:#a3a5a9;letter-spacing:-.24px;line-height:1.5}.error-404 .button,.no-results.not-found .button{min-width:140px}.error-404 .bb-img-404,.no-results.not-found .bb-img-404{margin:0 auto 40px}.no-results.not-found .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.no-results.not-found .search-form label{min-width:28%}.no-results.not-found .search-form .search-field{border-radius:100px 0 0 100px;border-right:0;width:100%}.no-results.not-found .search-form .search-submit{border-radius:0 100px 100px 0;font-size:14px;font-weight:500;letter-spacing:-.24px}.no-results.not-found .search-form input[type=search]{border-radius:25px}.no-results.not-found .no-results-img{margin-bottom:50px}.avatar{border-radius:50%}@media screen and (min-width:800px){.widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px}.sidebar-left:not(.forums-sidebar) .site-content-grid{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media screen and (max-width:799px){body.sidebar-right:not(.profile-sidebar) .widget-area:not(.widget-area-secondary){padding-top:0}}@media screen and (max-width:600px){#wpadminbar{position:fixed}}.site-header{background-color:#fff;box-shadow:inset 0 -1px 0 0 #e7e9ec;position:relative}.site-header .header-search-wrap i,.site-header .notification-dropdown i,.site-header i{color:#939597;font-size:21px;line-height:1;display:inline-block}.site-header .site-header-container.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header .menu-item-has-children.selected span[data-balloon]:after,.site-header .menu-item-has-children.selected span[data-balloon]:before{display:none}.site-header .header-aside [data-balloon]:after,.site-header .header-aside [data-balloon]:before{z-index:1003}.site-header .bb-header-loader{text-align:center;margin:10px 0}.sticky-header .site-header{-webkit-transition:width .2s;transition:width .2s;box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 0 1px 0 rgba(65,71,108,.15)}.sticky-header .site-header.has-scrolled{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15)}.search-visible .site-header a.header-search-link[data-balloon]:after,.search-visible .site-header a.header-search-link[data-balloon]:before{display:none}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:76px;min-width:60px;padding-right:30px;-webkit-transition:all linear .1s;transition:all linear .1s}.header-2 .site-branding{margin:auto;padding:0 20px}.default-header .main-navigation{-webkit-box-flex:1;-ms-flex:1;flex:1}.header-2 .header-aside,.header-2 .main-navigation{width:40%}.header-2 .site-title{text-align:center;line-height:normal}.bb-mobile-header .flex-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.site-title{font-size:1.375rem;font-weight:500;margin:0}.site-title img{max-height:76px;min-height:60px;width:auto;padding:10px 0;object-fit:contain}#site-logo .site-title img.bb-logo{position:relative;z-index:1}.site-branding.bb-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-branding.bb-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}a.custom-logo-link{display:inline-block}.site-header .button i{color:inherit}.user-link img{border-radius:50%;max-width:36px}.header-aside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header-aside>*{padding:0 10px;height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-aside>:first-child{padding-left:0}.header-aside>:last-child{padding-right:0}.header-aside .bb-button:not(.button){font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1}.header-aside .bb-button:not(.button):hover{color:#007cff}.header-aside-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-aside-inner>*{padding:0 10px;line-height:1}.header-aside-inner>:last-child{padding-right:0}.header-aside-inner .bb-header-buttons{padding:0}.header-aside-inner .ab-submenu{list-style:none;padding:0;margin:0}.header-aside-inner .ab-submenu a{padding-left:25px}a.user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;font-weight:500;color:#122b46;letter-spacing:-.24px;height:76px}a.user-link i{margin:0 6px 0 2px}.bb-separator{background:rgba(0,0,0,.1);height:28px;max-height:28px;width:1px;display:inline-block;margin:0 12px 0 12px;padding:0;vertical-align:middle}.header-search-wrap{position:absolute;width:100%;left:0;top:0;height:76px;background:#fff;box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 18px 0 rgba(65,71,108,.22);opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;z-index:2}.search-visible .header-search-wrap{opacity:1;visibility:visible}.header-search-wrap .container{padding:0;position:relative;width:100%}.header-search-wrap .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;height:76px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-search-wrap .search-form label{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.header-search-wrap .search-field-top,.header-search-wrap input.search-field{border:0;background-size:20px;outline:0;box-shadow:none;padding:0 50px 0 50px;font-size:16px;width:100%;height:76px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-wrap input.search-submit{position:absolute;width:30px;font-size:0;top:18px;padding:0;opacity:0}.header-search-wrap a.close-search{display:inline-block;line-height:1;position:absolute;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);right:10px}.header-search-wrap a.close-search i{font-size:22px}.site-header i.bb-icon-menu-left{font-size:24px}.header-aside .sub-menu{min-width:180px}.header-aside .menu-item-has-children:not(.hideshow):after{display:none}.entry-header{margin-bottom:2.1875rem}.post-grid .entry-header{margin-bottom:1.25rem}.entry-header.has-parent-forums{margin-bottom:0}.entry-header.has-parent-forums h1{margin-bottom:0}.bb-single-forum.has-subforums h1{margin-bottom:40px}.entry-title{font-size:1.75rem;color:#122b46;line-height:1.5rem;margin:0}.menu-link{font-size:.875rem;color:#939597;letter-spacing:-.24px}.menu-link:hover{color:#007cff}.button.singup{margin-left:.625rem;min-width:110px}.bb-header-more-menu,.bb-help-dropdown-wrap{position:relative}.bb-header-more-menu:hover .bb-help-content,.bb-header-more-menu:hover .bb-help-link:after,.bb-header-more-menu:hover .bb-more-menu-icon:after,.bb-header-more-menu:hover .bb-more-menu-nav,.bb-help-dropdown-wrap:hover .bb-help-content,.bb-help-dropdown-wrap:hover .bb-help-link:after,.bb-help-dropdown-wrap:hover .bb-more-menu-icon:after,.bb-help-dropdown-wrap:hover .bb-more-menu-nav{opacity:1;visibility:visible}.bb-help-link,.bb-more-menu-icon{position:relative;height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-help-link:after,.bb-more-menu-icon:after{content:' ';position:absolute;width:0;height:0;bottom:-1px;margin:0;right:5px;box-sizing:border-box;border:8px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:101;opacity:0;visibility:hidden}.bb-help-content,.bb-more-menu-nav{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;list-style:none;padding:10px;position:absolute;right:-15px;top:-webkit-calc(100% - 15px);top:calc(100% - 15px);margin:0;min-width:168px;z-index:100;font-size:13px;line-height:1.6;color:#939597;letter-spacing:-.24px;opacity:0;visibility:hidden}.header-aside .bb-more-menu-nav .menu-item-has-children>a:after{display:none}.bb-more-menu-nav{padding:5px 0}.bb-more-menu-nav ul{list-style:none;margin:0}.bb-more-menu-nav li:hover>a{background:#f5f5f5;color:#007cff}.bb-more-menu-nav a{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-weight:inherit;color:#939597;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.5625rem .9375rem}.bb-more-menu-nav a:hover{background:#f5f5f5;color:#007cff}.bb-more-menu-nav i{font-size:14px;margin-right:8px}.bb-more-menu-nav [data-balloon]:after,.bb-more-menu-nav [data-balloon]:before{display:none}.bb-more-menu-nav .sub-menu{right:95%;top:0}.bb-more-menu-nav .sub-menu .sub-menu{left:auto}.bb-header-search-bar form{margin:0 auto;max-width:600px}.bb-header-search-bar .search-field{border-radius:50px;height:34px;font-size:14px;width:100%}.bb-header-search-bar .search-submit{display:none}#header-messages-dropdown-elem .menu-item-has-children:not(.hideshow):after,#header-notification-dropdown-elem .menu-item-has-children:not(.hideshow):after,.bb-header-search-bar .menu-item-has-children:not(.hideshow):after{display:none}.notification-wrap,.user-wrap{display:inline-block}.notification-wrap span.count{background-color:#fe6f4b;line-height:1.6;font-size:9px;top:-webkit-calc(50% - 20px);top:calc(50% - 20px);right:-4px;padding:1px 6px;position:absolute}a.header-search-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header .bb-button-wrap{display:inline-block;height:100%;padding-left:10px;padding-right:10px}.site-header .bb-button-wrap:last-child{padding-right:0}.site-header .bb-button-wrap-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.site-header .bb-button{font-size:14px}.site-header span.bb-separator.vertical{height:28px;margin:0 10px}.site-header span.bb-separator.horizontal{max-width:20px}#header-messages-dropdown-elem,#header-notifications-dropdown-elem,.bb-header-more-menu,.bb-header-search-bar,.bb-help-dropdown-wrap,.header-cart-link-wrap,.header-search-link-wrap,.user-wrap-container{display:inline-block;padding:0 10px;text-align:left;vertical-align:middle}.text-center .bb-header-search-bar{width:80%}.dropdown-left .menu-item-has-children:not(.hideshow):after{line-height:1;right:12px;top:4px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.dropdown-right .menu-item-has-children:not(.hideshow):after{line-height:1;right:12px;top:4px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.bb-header-buttons .button.link{background:0 0;border:0;color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 12px}.bb-header-buttons a.button.outline{color:#939597}.bb-header-buttons a.button.outline:hover{color:#007cff}.bb-button-wrap+.bb-button-wrap{padding-left:0}.beaver-header{position:relative}.fl-theme-builder-header.bb-sfwd-aside .buddypanel .panel-head{display:none}.ehf-header #masthead{width:100%}@media (min-width:800px){.bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type=header].fl-theme-builder-header-sticky,body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content{padding-left:68px}.beaver-sticky-header .buddypanel{top:0}.beaver-sticky-header.admin-bar .buddypanel{top:32px}}.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky){position:initial}@-webkit-keyframes autofill{to{background-color:transparent;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg)}}.header-search-wrap input.search-field:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}@media (max-width:480px){.header-search-wrap input.search-field{width:100%;padding-right:50px}}@media (max-width:799px){.buddypanel,.site-header-container{display:none!important}.bb-mobile-header{height:76px}.bb-left-panel-mobile{margin-left:10px}.bb-left-panel-mobile,.header-search-link{color:#939597;font-size:26px}.site-title a{display:inline-block}}@media (min-width:800px){.bb-mobile-header-wrapper,.bb-mobile-panel-wrapper{display:none!important}}.bb-mobile-panel-wrapper{width:285px;position:fixed;top:0;height:100%;overflow-y:auto;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;z-index:999;box-shadow:0 2px 5px 0 rgba(18,43,70,.7)}.bb-mobile-panel-wrapper.left{left:0}.bb-mobile-panel-wrapper.left.closed{left:-300px}.bb-mobile-panel-wrapper.right{right:0}.bb-mobile-panel-wrapper.right.closed{right:-300px}.bb-mobile-panel-wrapper.dark{background-color:#242424}.bb-mobile-panel-wrapper.light{background-color:#fff}.admin-bar .bb-mobile-panel-wrapper{top:32px}.bb-mobile-panel-inner{background:#fff;min-height:100%;position:relative;padding:25px 30px 60px;z-index:11}.bb-mobile-panel-inner hr{background:#dedfe2;height:1px;opacity:.5;margin-top:25px;margin-bottom:25px}.bb-mobile-panel-inner .mobile-menu{list-style:none;margin:0}.bb-mobile-panel-inner .mobile-menu>li{float:none;line-height:1;margin:0;height:auto}.bb-mobile-panel-inner .mobile-menu a{display:block;padding:12px 0}.bb-mobile-panel-inner footer{opacity:.5;font-size:13px;color:#939597;letter-spacing:-.22px}.bb-mobile-panel-inner .side-panel-menu{margin:0 0 30px}.bb-mobile-panel-inner .side-panel-menu>li{min-height:44px}.bb-mobile-panel-inner .side-panel-menu a{padding:15px 0}.bb-mobile-panel-inner [data-balloon]:after,.bb-mobile-panel-inner [data-balloon]:before{display:none}.bb-mobile-panel-inner .menu-item i._mi{margin-top:0}.bb-mobile-panel-inner .bb-primary-menu a{font-size:14px;color:#939597;letter-spacing:-.21px}.bb-mobile-panel-inner .bb-primary-menu a:hover{color:#007cff}.bb-mobile-panel-inner .bb-primary-menu .current-menu-item a{color:#007cff}.bb-mobile-panel-inner .bb-primary-menu .current_page_item>a{color:#007cff}.bb-mobile-panel-inner .menu-item-has-children:not(.hideshow):after{display:none}.bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle{opacity:1;visibility:visible}.bb-mobile-panel-inner .sub-menu.bb-open{display:block;box-shadow:none;padding-left:30px;padding-top:0;padding-bottom:0;background-color:transparent}.bb-mobile-panel-inner .sub-menu.bb-open a{background:0 0;padding:10px 0}.site-header .bb-mobile-panel-inner .sub-menu.bb-open a:hover{background-color:transparent}.bb-mobile-panel-inner .buddypanel-menu li{position:relative}.bb-mobile-panel-inner .bs-submenu-toggle{color:inherit;cursor:pointer;margin:0;position:absolute;right:0;top:10px;z-index:22;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-mobile-panel-inner .sub-menu li{min-height:34px}.bb-mobile-panel-inner .sub-menu .bs-submenu-toggle{top:5px}.bb-mobile-panel-inner .current-menu-item>a{font-weight:500}.bb-mobile-panel-inner .main-navigation+.bb-login-section{margin-top:20px}a.bb-close-panel{cursor:pointer;display:block;position:fixed;width:100vw;height:100vh;top:0;left:0;right:0;-webkit-transition:all linear .2s;transition:all linear .2s;background:rgba(255,255,255,.9);z-index:1}.closed a.bb-close-panel{visibility:hidden;opacity:0}a.bb-close-panel i{background:#fff;position:absolute;right:14px;top:67px;line-height:1;font-size:34px;color:#000;border-radius:50px}.bb-search-area .search-field{border-radius:50px;font-size:14px;height:34px;width:100%}.bb-search-area .search-submit{display:none}.bb-login-section .button{margin-bottom:16px}.bb-mobile-panel-header .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-mobile-panel-header .avatar{border-radius:50%;margin-right:15px;max-width:52px}.bb-mobile-panel-header .user-name{font-size:18px;font-weight:500;color:#122b46;letter-spacing:-.24px}.bb-mobile-panel-header+hr{margin-bottom:15px}.bs-submenu-toggle{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.bs-submenu-toggle.bs-submenu-open{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}[dir=rtl] .side-panel-menu .bs-submenu-toggle{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}[dir=rtl] .side-panel-menu .bs-submenu-toggle.bs-submenu-open{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.bb-mobile-header .header-aside{padding-right:15px}.bb-mobile-header .header-aside span:not(.count){line-height:1}.mobile-logo-wrapper{padding:0 15px}.bb-single-icon .mobile-logo-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.my-account-link{line-height:1.2}.my-account-link a{font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1}@media screen and (max-width:782px){.admin-bar .bb-mobile-panel-wrapper{top:46px;height:-webkit-calc(100% - 46px);height:calc(100% - 46px)}}@media screen and (max-width:768px){.bb-mobile-header .header-aside>:last-child{padding-right:0!important}}@media screen and (max-width:375px){.bb-mobile-panel-wrapper{width:270px}.bb-mobile-panel-wrapper a.bb-close-panel i{right:10px}}@media screen and (max-width:543px){#header-notifications-dropdown-elem:not(:last-child) .notification-dropdown{right:-38px}.messages-wrap:not(:last-child) .notification-dropdown{right:-78px}.messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown{right:-35px}}.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-ancestor>a,.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-item>a,.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-parent>a,.site-header .bb-mobile-panel-wrapper .sub-menu a:hover{background:0 0}.menu-item i._mi,.menu-item img._mi{display:inline-block;vertical-align:middle}.menu-item i._mi{width:auto;height:auto;margin-top:-.265em;font-size:20px;line-height:1}.menu-item i._before,.rtl .menu-item i._after{margin-right:.4em}.menu-item i._after,.rtl .menu-item i._before{margin-left:.4em}.menu-item img._before,.rtl .menu-item img._after{margin-right:.5em}.menu-item img._after,.rtl .menu-item img._before{margin-left:.5em}.menu-item ._svg{width:1em;font-size:20px}.menu-item ._image{width:1.4em}.visuallyhidden{overflow:hidden;clip:rect(0 0 0 0);position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0}.menu-item i.elusive{margin-top:-.3em}.dashicons-admin-site:before{content:"\f319"!important}.dashicons-welcome-view-site:before{content:"\f115"!important}.side-panel-menu img._mi{margin-left:7px;margin-right:.4em}#primary-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:130px}@media screen and (min-width:992px){#primary-navbar{min-width:210px}}.buddypanel-transtioned #primary-navbar{overflow:hidden}.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover>.sub-menu,.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover>a:after{visibility:hidden}.primary-menu.bb-primary-overflow .menu-item-has-children:not(.hideshow):after{opacity:.1}.primary-menu{margin:0;list-style:none;vertical-align:middle;height:76px;white-space:nowrap}.primary-menu.bb-primary-overflow{overflow:hidden}body:not(.bb-page-loaded) .primary-menu{height:76px;overflow:hidden}.primary-menu>li{float:left;display:inline-block;height:76px;line-height:76px;padding:0 16px;position:relative;vertical-align:middle}.primary-menu>li:first-child{padding-left:0}.primary-menu>li>a{height:76px;display:block}.primary-menu>li .sub-menu i._mi{margin-top:-.165em;font-size:16px}.primary-menu a{font-size:.875rem;color:#939597;letter-spacing:-.24px}.primary-menu a:focus,.primary-menu a:hover{color:#007cff}.primary-menu a:focus>i,.primary-menu a:hover>i{color:#007cff}.primary-menu .current-menu-ancestor>a,.primary-menu .current-menu-item>a,.primary-menu .current-menu-parent>a,.primary-menu .current_page_item>a{font-weight:500;color:#007cff;letter-spacing:-.24px}.primary-menu .current-menu-ancestor>a>i,.primary-menu .current-menu-item>a>i,.primary-menu .current-menu-parent>a>i,.primary-menu .current_page_item>a>i{color:#007cff}.primary-menu .more-button{font-size:22px;color:#122b46;line-height:1}.primary-menu .more-button i{position:relative}.primary-menu>.menu-item-has-children:not(.hideshow){padding:0 21px 0 11px}.primary-menu .menu-item-has-children>a:after{left:0;right:0;margin:auto}#navbar-collapse{position:relative;margin-left:15px;margin-right:15px}#navbar-collapse:not(.hasItems){margin:0}#navbar-collapse:not(.hasItems) a.more-button{display:none}#navbar-collapse a.more-button{opacity:0;visibility:hidden}#navbar-collapse #navbar-extend{display:none}#navbar-collapse.hasItems a.more-button{opacity:1;visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex}#navbar-collapse.hasItems #navbar-extend{display:block}.menu-items-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu-items-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-header .sub-menu{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;list-style:none;padding:10px 0;position:absolute;right:-20px;top:-webkit-calc(100% - 15px);top:calc(100% - 15px);margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:100}.site-header .sub-menu a{display:block;font-size:13px;font-weight:inherit;color:#939597;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.5625rem .9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header .sub-menu .current-menu-ancestor>a,.site-header .sub-menu .current-menu-item>a,.site-header .sub-menu .current-menu-parent>a,.site-header .sub-menu a:hover{background:#f5f5f5;color:#007cff}.site-header .sub-menu .sub-menu{top:-6px;left:-webkit-calc(100% + -16px);left:calc(100% + -16px)}.site-header .sub-menu .menu-item-has-children:not(.hideshow):after{line-height:1;right:15px;top:4px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.site-header .sub-menu .menu-item-has-children>a:after{left:-webkit-calc(100% + 5px);left:calc(100% + 5px);-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:28px;display:none}.site-header .sub-menu.active{opacity:1;visibility:visible}.site-header .bb-mobile-panel-wrapper .sub-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.site-header .menu-item-has-children{position:relative}.site-header .menu-item-has-children>a{position:relative}.primary-menu>li>.sub-menu:before,.user-wrap-container>.sub-menu:before{content:' ';position:absolute;width:0;height:0;top:0;right:28px;border:7px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:1002}.user-wrap-container>.sub-menu:before{right:78px}.site-header .main-navigation .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.site-header .header-aside .menu-item-has-children.selected>.sub-menu{opacity:1;visibility:visible}.user-wrap-container .sub-menu li.menupop{position:relative}.user-wrap-container .sub-menu li.menupop:hover .ab-sub-wrapper{display:block}.user-wrap-container .sub-menu .ab-sub-wrapper{display:none;position:absolute;width:187px;left:-187px;top:0;box-sizing:border-box;margin:0}.user-wrap-container .sub-menu .ab-sub-wrapper::before{content:'';width:12px;height:12px;display:block;box-shadow:2px -2px 2px -1px rgba(0,0,0,.1);position:absolute;right:-5px;top:11px;z-index:1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff}.user-wrap-container .sub-menu .ab-sub-wrapper .ab-submenu{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);list-style:none;padding:5px 0}.site-header .more-button{height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.more-button.active{position:relative}.more-button.active:after{content:' ';position:absolute;width:0;height:0;bottom:-2px;margin:0 auto;right:0;left:-7px;box-sizing:border-box;border:8px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:101;opacity:1;visibility:visible}#navbar-extend .menu-item-has-children:after,.primary-menu .menu-item-has-children:not(.hideshow):after{content:'\e826';font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;position:absolute;right:0;top:0;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header #navbar-extend.sub-menu .menu-item-has-children:after{right:15px;top:4px}li.hideshow{padding:0 8px;position:relative}.sub-menu .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;border-bottom:1px solid #eef0f3;margin-bottom:8px;padding-bottom:12px;padding-top:12px}.sub-menu span.user-name{font-size:16px;font-weight:500;color:#122b46;letter-spacing:-.24px;margin-bottom:2px;display:block}.sub-menu .user-mention{font-size:13px;color:#939597;letter-spacing:-.24px}.sub-menu .user-link img{float:left;margin-right:10px}.sub-menu li.current.selected a{background:#f5f5f5;border:0}.notification-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:76px}.notification-link.active i{position:relative}.notification-link.active i:after{content:'';background:#ee343c;border-radius:50%;width:6px;height:6px;position:absolute;right:4px;top:1px}.notification-link.active i.bb-icon-mail-small:after{right:0}.notification-dropdown{background:#fff;border:1px solid #e7e9ec;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;list-style:none;position:absolute;right:-15px;top:-webkit-calc(100% - 15px);top:calc(100% - 15px);margin:0;min-width:430px;overflow:hidden;opacity:0;visibility:hidden;z-index:1001}.menu-item-has-children.selected .notification-dropdown{opacity:1;visibility:visible}.dropdown-left .notification-dropdown{right:auto;left:-15px}@media (max-width:543px){.notification-dropdown{min-width:330px}}@media (max-width:380px){.notification-dropdown{min-width:280px}}.user-wrap.menu-item-has-children:not(.hideshow):after{display:none}.user-wrap.menu-item-has-children .bb-icon-angle-down{font-size:22px}.user-wrap.menu-item-has-children .sub-menu{min-width:180px}.user-wrap.menu-item-has-children .sub-menu a{display:block;position:relative}.user-wrap.menu-item-has-children .user-name{line-height:1.3;white-space:nowrap;padding-right:3px;text-overflow:ellipsis;max-width:100px;overflow:hidden}@media screen and (min-width:992px){.user-wrap.menu-item-has-children .user-name{max-width:180px}}.user-wrap.menu-item-has-children span.no-count{display:none}.user-wrap.menu-item-has-children span.count{font-size:10px;padding:1px 7px;position:absolute;right:10px}.user-wrap.menu-item-has-children>a:after{left:auto;right:48px;margin:auto;bottom:-3px}.user-wrap.menu-item-has-children #header-my-account-menu ul:not(.has-icon)>li>a,.user-wrap.menu-item-has-children #header-my-account-menu:not(.has-icon)>li>a{padding-left:14px}.user-wrap.menu-item-has-children #header-my-account-menu ul.has-icon>li.no-icon>a:before,.user-wrap.menu-item-has-children #header-my-account-menu.has-icon>li.no-icon>a:before{content:'\e98e';font-family:bb-icons;font-size:16px;line-height:1;position:absolute;left:14px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;min-width:16px;text-align:center}.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu{border-radius:4px}.user-wrap.menu-item-has-children #header-my-account-menu ul{padding:5px 0}.user-wrap.menu-item-has-children #header-my-account-menu li li>a{background-color:transparent}.user-wrap.menu-item-has-children #header-my-account-menu a{padding:9px 14px 9px 36px;position:relative!important;color:#939597;background-color:transparent}.user-wrap.menu-item-has-children #header-my-account-menu a:hover{background:#f5f5f5;color:#007cff}.user-wrap.menu-item-has-children #header-my-account-menu a:hover>i{color:#007cff}.user-wrap.menu-item-has-children #header-my-account-menu a i{font-size:16px;position:absolute;left:14px;top:50%;-webkit-transform:translateY(-55%);-ms-transform:translateY(-55%);transform:translateY(-55%);margin:0;min-width:16px;text-align:center;color:#939597}ul#wp-admin-bar-my-account-default{background-color:#464b50}ul#wp-admin-bar-my-account-default.has-menupop+#wp-admin-bar-my-account-buddypress li:not(.menupop),ul#wp-admin-bar-my-account-default.has-menupop>li:not(.menupop){padding-left:16px}#wp-admin-bar-user-actions #wp-admin-bar-user-info{margin-bottom:10px}.bb-more-menu-nav.dropdown-left{right:auto;left:-15px}.bb-more-menu-nav.dropdown-left .sub-menu{right:auto;left:95%}.bb-more-menu-nav.dropdown-left .menu-item-has-children>a:after{display:none}.bb-more-menu-nav a:after{display:none}.dropdown-left .bb-help-content,.dropdown-left .sub-menu{right:auto;left:-15px}.user-wrap .wp-admin-bar-arrow{display:none}span.count{box-shadow:0 2px 2px 0 rgba(0,0,0,.15)}.user-wrap ul.sub-menu a:not(.user-link)>.count{background:rgba(238,52,60,.95);box-shadow:none;border-radius:100px;margin-left:auto;padding:2px 6px;font-size:10px;font-style:normal;font-weight:600;color:#fff;letter-spacing:-.55px;min-width:16px;min-height:16px}.site-header-container .sub-menu .ab-submenu a:hover{background:0 0}#header-aside .bb-my-account-menu{list-style:none;margin:0}#header-aside .bb-my-account-menu li{position:relative}#header-aside .bb-my-account-menu li:hover>.sub-menu{display:block;opacity:1;visibility:visible}#header-aside .bb-my-account-menu i{position:relative;top:2px}#header-aside .bb-my-account-menu .sub-menu{display:none;position:absolute;width:187px;left:-187px;top:0;box-sizing:border-box;margin:0}#header-aside .bb-my-account-menu .sub-menu::before{content:'';width:12px;height:12px;display:block;box-shadow:2px -2px 2px -1px rgba(0,0,0,.1);position:absolute;right:-5px;top:11px;z-index:1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff}#header-aside .bb-my-account-menu .sub-menu a:hover{background:0 0}#header-aside .bb-my-account-menu .sub-menu .current-menu-item a{background:0 0}.header-aside .wrapper{position:relative}.header-aside .wrapper .count{display:none}.header-aside .wrapper .sub-menu-inner{width:187px;max-height:76vh;margin:0;overflow-x:hidden;overflow-y:auto}.header-aside .wrapper .bb-sub-menu{width:187px;margin:0;list-style:none}.header-aside .wrapper li{position:static!important}.header-aside .wrapper li .wrapper{position:absolute;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);list-style:none;left:-187px;z-index:10;display:none}.header-aside .wrapper li .wrapper:before{content:'';width:12px;height:12px;display:block;box-shadow:2px -2px 2px -1px rgba(0,0,0,.1);position:absolute;right:-5px;top:11px;z-index:1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff}.header-aside .wrapper li:hover>.wrapper{display:block}.header-aside .wrapper a{position:static!important}.buddypanel{background:#fff;box-shadow:0 3px 13px 0 rgba(18,43,70,.1);left:0;position:fixed;width:68px;height:100%;z-index:611;-webkit-transition:width .2s;transition:width .2s}.buddypanel .link-text{display:block;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buddypanel .link-text,.buddypanel span.count:not(.small){opacity:0;width:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s}.buddypanel [data-balloon][data-balloon-pos=right]:before{left:inherit;top:inherit;margin-left:60px;margin-top:8px}.buddypanel [data-balloon][data-balloon-pos=right]:after{left:inherit;top:inherit;margin-left:65px;margin-top:15px}.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]:after,.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos=right]:before{display:none}.buddypanel ul.buddypanel-menu li a span:not(.count){display:block;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buddypanel ul.buddypanel-menu>li>a>span:not(.count){margin-left:-10px}.buddypanel .site-branding{position:relative;z-index:29;background-color:#fff}.buddypanel .count{margin-right:15px}.buddypanel .menu-item-has-children .count{display:none}body.bb-buddypanel-right .buddypanel{left:auto;right:0}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel{width:0}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .side-panel-inner{display:none}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .site-branding{opacity:0;visibility:hidden}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .site{margin-left:0}body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site{margin-right:0}body.bb-buddypanel:not(.buddypanel-open):not(.sticky-header).bb-sfwd-aside .buddypanel.has-scrolled a.bb-toggle-panel{opacity:0;visibility:hidden}.buddypanel #site-logo{text-align:center;padding:20px 20px;height:auto;max-height:none}.buddypanel h1.site-title,.buddypanel h2.site-title{width:100%}.buddypanel .site-title img{max-height:none;max-width:180px}.buddypanel-menu{min-height:100%}.side-panel-menu-container{height:100%}@media screen and (min-width:800px){.bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header{width:-webkit-calc(100% - 68px);width:calc(100% - 68px)}}@media screen and (min-width:800px){.bb-buddypanel.buddypanel-open.sticky-header .site-header{width:-webkit-calc(100% - 220px);width:calc(100% - 220px)}.bb-buddypanel .bb-footer,.bb-buddypanel .header-search-wrap,.bb-buddypanel .site-content,.bb-buddypanel .site-header{padding:0 30px}.buddypanel-open .site{margin-left:220px}.buddypanel-open.bb-buddypanel-right .site{margin-right:220px;margin-left:inherit}.buddypanel-open .buddypanel{width:220px}.buddypanel-open .buddypanel .link-text,.buddypanel-open .buddypanel span.count:not(.small){opacity:1;width:auto;visibility:visible}.buddypanel-open .link-text{min-width:120px}.buddypanel-open span.count.small{opacity:0;-webkit-transition:all linear .1s;transition:all linear .1s}.buddypanel-open .buddypanel [data-balloon][data-balloon-pos=left]:after,.buddypanel-open .buddypanel [data-balloon][data-balloon-pos=left]:before,.buddypanel-open .buddypanel [data-balloon][data-balloon-pos=right]:after,.buddypanel-open .buddypanel [data-balloon][data-balloon-pos=right]:before{display:none}.buddypanel-open .buddypanel span.visuallyhidden{position:relative;width:auto;height:auto;margin:0}.buddypanel-open .buddypanel ul.buddypanel-menu>li>a>span{opacity:1;width:auto;visibility:visible}}@media screen and (max-width:799px){.buddypanel-open.buddypanel-header .site{margin-left:0}.header-search-wrap{padding:0 10px}}body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu>li>a>span{opacity:0;width:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s}body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu>li>a>span.count{display:none}.panel-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:76px;background-color:#fff;position:relative;z-index:29}.bb-buddypanel-right .panel-head{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.site-header .bb-toggle-panel{display:none;margin-right:20px;margin-left:0;color:#939597}.site-header .bb-toggle-panel:hover{color:#007cff}.site-header .bb-toggle-panel i{color:inherit;font-size:24px}.buddypanel-header .site-header .bb-toggle-panel{display:inherit}.bb-buddypanel.buddypanel-header.bb-buddypanel-right .site-header .header-3>.bb-toggle-panel{display:none}.bb-buddypanel.buddypanel-header.bb-buddypanel-right .bb-toggle-panel{margin-right:0}@-webkit-keyframes site-brand{0%{height:auto;opacity:1}50%{height:auto;opacity:0}100%{height:0;opacity:0}}body.buddypanel-header.buddypanel-open .buddypanel #site-logo{height:auto;opacity:1}body.buddypanel-header:not(.buddypanel-open):not(.bb-sfwd-aside) .buddypanel #site-logo{opacity:0;height:0;visibility:hidden;padding:0 0 15px;-webkit-animation:site-brand .3s;animation:site-brand .3s;-webkit-animation-fill-mode:none;animation-fill-mode:none}.buddypanel .bb-toggle-panel{color:#939597;font-size:24px;padding:10px 16px;min-width:68px;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s}.buddypanel .bb-toggle-panel i{font-size:inherit}.buddypanel .bb-toggle-panel:hover{color:#007cff}.side-panel-inner{height:-webkit-calc(100% - 120px);height:calc(100% - 120px);overflow:hidden}.side-panel-menu{list-style:none;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.side-panel-menu li{min-height:52px}.side-panel-menu .bp-menu-item-at-bottom{margin-top:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.side-panel-menu .bp-menu-item-at-bottom~.bp-menu-item-at-bottom{margin-top:0}.side-panel-menu a{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;color:#939597;letter-spacing:-.24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;position:absolute;width:100%}.side-panel-menu a:hover{color:#007cff}.side-panel-menu a:hover i{color:#007cff}.side-panel-menu a:hover span.count{color:#fff}.side-panel-menu i{color:#939597;font-size:20px;margin-left:7px;margin-right:.4em;margin-top:2px}.side-panel-menu .current-menu-item>a{font-weight:500}.side-panel-menu .current-menu-item a,.side-panel-menu .current-menu-item i{color:#007cff}.side-panel-menu .current-menu-item a:hover i{color:#007cff}.side-panel-menu .bs-submenu-toggle{cursor:pointer;position:absolute;right:10px;top:10px;z-index:22;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:22px;width:30px;height:30px;line-height:30px;text-align:center;margin:0}.buddypanel-open .side-panel-menu .bs-submenu-toggle{opacity:1;visibility:visible}.side-panel-menu .sub-menu{list-style:none;margin-left:0;margin-bottom:0}.side-panel-menu .sub-menu a{width:-webkit-calc(100% - 32px);width:calc(100% - 32px)}.side-panel-menu .sub-menu i._mi._before,.side-panel-menu .sub-menu i.bb-icon-file{margin-left:0}span.count{background:#fe6f4b;border-radius:100px;margin-left:auto;padding:2px 9px;font-size:11px;font-style:normal;font-weight:600;color:#fff;letter-spacing:-.55px}.buddypanel span.count{box-shadow:none}span.count.small{font-size:10px;padding:3px 5px 4px;position:absolute;left:34px;top:10px;line-height:1;-webkit-transition:all linear .6s;transition:all linear .6s}.buddypanel-menu>li>.bb-menu-item>img{margin:0 24px}.buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){margin:0;min-width:68px;text-align:center}@media (max-width:799px){.buddypanel-menu>li>.bb-menu-item>img{margin:0 17px 0 0}.buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){min-width:32px;text-align:left;margin-right:5px}}.buddypanel-menu .menu-item-has-children:not(.hideshow):after{display:none}.buddypanel-menu .sub-menu{display:none;position:static;opacity:1;visibility:visible}@media (min-width:800px){.buddypanel-open .buddypanel-menu .sub-menu.bb-open{display:block;box-shadow:none;padding-left:32px;padding-top:52px}.buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu{padding-left:0}}.widget-area{padding-bottom:1.25rem}.widget-area-secondary .widget:first-child{margin-top:0}.widget{background:#fff;border:1px solid #e7e9ec;border-radius:4px;font-size:.875rem;line-height:1.35;margin-bottom:1.25rem;padding:1.25rem .9375rem}.widget form,.widget ol,.widget ul{margin-bottom:0}.widget fieldset{border:0;margin:0;padding:0}.widget select{width:100%}.textwidget p:last-child{margin-bottom:0}.widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex}.widget .widget-title .widget-num-count{padding:0 .25rem;color:#a3a5a9;margin-right:auto}.widget .widget-title a.bs-widget-reload{color:#939597}.widget-title{font-size:.75rem;font-weight:600;color:#122b46;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase}.widget .widget-title:empty{display:none}form.search-form{position:relative}.widget_search{padding:.9375rem}.widget_search .search-field{background-size:17px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;border-radius:20px}.widget_search .search-field-top{background-image:none;padding-left:15px;padding-right:40px;width:100%}.widget_search .search-submit{border:0;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:0;opacity:.8}.widget_search .search-submit:hover{box-shadow:none;opacity:1}#wp-calendar{font-size:12px;margin-bottom:0;table-layout:fixed}#wp-calendar td,#wp-calendar th{padding:0}#wp-calendar caption{text-align:center;padding-bottom:5px;text-transform:uppercase;font-size:13px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:20px}.widget_nav_menu .sub-menu{margin-left:1.5rem}.widget_nav_menu li{padding-left:0;margin-top:10px}.widget.widget_media_gallery .gallery{margin:0}.widget_categories .children{margin-left:15px;margin-top:10px}.blog .site-main{position:relative;padding-bottom:0}.single:not(.single-post) .entry-content-wrap{padding:25px 0 0}.bb-user-avatar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-grid .hentry{margin-bottom:20px}.post-grid .first .ratio-wrap{width:42.417%}.post-grid .first .ratio-wrap .entry-img{padding-top:55.27%;height:100%}.post-grid .entry-content{font-size:1rem;color:#4d5c6d;letter-spacing:-.24px;line-height:1.5;margin-bottom:1.6875rem}.post-grid .entry-title{font-size:1.25rem;color:#122b46;letter-spacing:-.24px;line-height:1.31;margin:0;word-break:break-word}.post-related-posts .post-grid .first .ratio-wrap{width:100%}.post-related-posts .slick-list{padding:0 0 20px 0}.bb-standard .entry-title{font-size:1.625rem;font-weight:500}p.post-main-link{margin:0;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.post-inner-wrap{background:#fff;border:1px solid #e7e9ec;border-radius:4px;overflow:hidden;min-width:1px;-webkit-transition:all linear .2s;transition:all linear .2s;height:100%}.post-inner-wrap:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.first .post-inner-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.first .post-inner-wrap .entry-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:40px}.first .post-inner-wrap .entry-meta{margin-top:auto}.first .post-inner-wrap .entry-title{font-size:2.125rem;color:#122b46;letter-spacing:-.24px;line-height:2.625rem}.format-audio .post-inner-wrap{overflow:visible}.slick-slider .format-audio .mejs-time-float{margin-bottom:0}.post-grid .lg-grid-1-1 .entry-img{padding-top:36.334%;width:58.829%}.post-grid .lg-grid-1-3 .post-inner-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-grid .lg-grid-1-3 .entry-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.post-grid .lg-grid-1-3 .entry-meta{margin-top:auto}span.edit-link{display:none}.bb-masonry{margin-left:-10px;margin-right:-10px}.bb-masonry .bb-masonry-sizer{width:33.33%}.bb-masonry .hentry{margin-bottom:0;padding-bottom:20px;padding-left:10px;padding-right:10px;width:33.33%;float:left}.bb-masonry .hentry.bb-grid-1-1{width:100%}.bb-masonry .hentry.bb-grid-1-1.first .entry-img{padding-top:36.334%;width:58.829%}.bb-masonry .hentry.bb-grid-2-3{width:66.66%}.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap{width:42.417%}.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap .entry-img{padding-top:55.27%}body:not(.bb-page-loaded) .post-grid.bb-masonry .hentry{display:none}.post-grid .first.product .post-inner-wrap{-ms-flex-flow:row wrap;flex-flow:row wrap}.post-grid .first.product .ratio-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.post-grid .first.product .ratio-wrap .entry-img{height:auto}.post-grid .first.product .entry-content-wrap{padding:25px 30px 30px}.post-grid .first.product .entry-title{font-size:1.25rem;line-height:1.31}.button-load-more-posts{font-size:15px;color:inherit;display:inline-block}.button-load-more-posts.loading:after{display:inline-block;content:"\e838";color:inherit;font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear}@media (max-width:992px){.bb-masonry .bb-masonry-sizer,.post-grid:not(.bb-standard) .hentry{width:50%}.post-grid:not(.bb-standard) .hentry.first{width:100%}.post-grid:not(.bb-standard):not(.slick-slider) .hentry.first .entry-title{font-size:1.75rem}.post-grid:not(.bb-standard) .hentry.first .entry-content-wrap{padding:25px 30px 30px}}@media (max-width:799px){.bb-masonry .hentry.bb-grid-1-1{width:100%}.bb-masonry .hentry.bb-grid-1-1.first .entry-img{padding-top:40.476%;width:100%}.bb-masonry .bb-masonry-sizer,.post-grid .hentry:not(.bb-standard){width:100%}.hentry.first .post-inner-wrap{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-masonry .hentry.bb-grid-2-3.first .entry-img,.post-grid .hentry.first .entry-content-wrap,.post-grid .hentry.first .entry-img,.post-grid:not(.bb-standard) .hentry.first .entry-img{width:100%}.post-grid .hentry.first .entry-img{padding-top:52.56%}}.entry-img,.single .post-related-posts .entry-img{position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4}@media (max-width:800px){.entry-img,.single .post-related-posts .entry-img{padding-top:40.476%}}.single .entry-img{padding-top:36%;margin:0 0 32px}.single .post.full-fi figure.entry-img,.single .post.full-fi-invert figure.entry-img{width:100vw;margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%);padding-top:60%}.single-post.full-fi-invert .content-area{padding-top:0}.single-post.full-fi-invert .content-area header.entry-header{margin-top:32px}.entry-img img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.entry-content-wrap{padding:25px 30px 30px}.entry-content-wrap .avatar{border-radius:100%;max-width:38px}.entry-title a{color:inherit}.entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.meta-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1}.avatar-wrap{margin-right:10px}.post-author,.post-date{font-size:.875rem;color:#122b46;line-height:1}.post-date{display:block;margin-top:4px}.post-date a{color:#939597}.post-date a:hover{color:#122b46}.bb-bookmark{font-size:24px;display:inline-block}.top-meta .bookmark-link-container{line-height:1.5}.author-post-meta a.bb-more i:before{margin-right:.2em;margin-left:.2em;left:0;top:0;font-size:inherit}.single-attachment:not(.full-fi) .content-area,.single-attachment:not(.full-fi-invert) .content-area,.single-post:not(.full-fi) .content-area,.single-post:not(.full-fi-invert) .content-area{margin:0 auto;max-width:800px}.single-attachment:not(.has-sidebar) .content-area,.single-attachment:not(.has-sidebar) .site-content-grid,.single-post:not(.has-sidebar) .content-area,.single-post:not(.has-sidebar) .site-content-grid{margin:0 auto;max-width:800px}.single-attachment .entry-content,.single-post .entry-content{letter-spacing:-.24px}.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:40px}.single-attachment .entry-content li>ol,.single-attachment .entry-content li>ul,.single-post .entry-content li>ol,.single-post .entry-content li>ul{margin-bottom:0}@media (max-width:544px){.single-attachment .entry-content p,.single-post .entry-content p{margin-bottom:20px}}.single .entry-content-wrap{padding:0}.single .entry-title{font-size:2rem;line-height:1.2;margin-bottom:20px;letter-spacing:-.03rem}.single .entry-meta{margin-bottom:25px}@media (min-width:800px){.single-attachment .content-area,.single-post .content-area{max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}}.entry-content img.alignleft{margin:.5rem 2rem 1.625rem 0}.entry-content img.alignright{margin:.5rem 0 1.625rem 2rem}.author-post-meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0}.author-post-meta i{font-size:24px;color:#122b46;opacity:.4;-webkit-transition:all linear .2s;transition:all linear .2s}.author-post-meta i:hover{opacity:.9}.author-post-meta .bb-icon-like{font-size:33px;margin:0 5px 4px 0}.author-post-meta .bb-icon-like.bookmarked{opacity:1}.like-count{font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:1}.author-post-meta .author-box-share-wrap,.author-post-meta a[href="#comments"]{margin-right:12px}a.bb-like-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-2px;color:#7f868f}a.bb-like-wrap:hover{color:#122b46}a.bb-like-wrap:hover .like-count{color:#122b46}.show-support.show-support-inactive{display:none}.show-support.show-support-active{margin-bottom:20px}.post-author-info{border-bottom:1px solid #e7e9ec;margin-bottom:30px}.post-author-details{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #e7e9ec;padding-top:30px;padding-bottom:30px}.post-author-details .avatar{border-radius:100%;max-width:60px}.post-author-details a.post-author{font-size:16px;letter-spacing:-.27px}.post-author-details .author-desc{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;line-height:1.5;margin:0}.post-author-details .author-desc-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:15px}.post-meta-wrapper{border-top:1px solid #e7e9ec;padding-top:30px;font-size:15px}.post-meta-wrapper>div:first-child{margin-bottom:10px}.post-meta-wrapper i{font-size:17px}.show-support h6{font-size:18px;font-weight:400;letter-spacing:-.24px;margin:0 0 10px}.show-support p{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;margin:0 0 5px}.bb-subscribe-wrap{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/newsletter-bg.svg) no-repeat left bottom #fff;background-size:contain;border:1px solid #eef0f3;border-radius:4px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 20px 125px;min-height:401px;position:relative;overflow:hidden;margin-bottom:30px;clear:both}.bb-subscribe-wrap h3{font-weight:600;font-size:18px;color:#122b46;letter-spacing:-.24px;margin:0 0 0;text-transform:uppercase}.bb-subscribe-wrap p{font-size:14px;color:#a3a5a9;letter-spacing:-.24px}.bb-subscribe-wrap .bb-icon-mail-open{font-size:50px;color:rgba(0,0,0,.28)}.bb-subscribe-wrap .wpcf7-form input[type=date],.bb-subscribe-wrap .wpcf7-form input[type=email],.bb-subscribe-wrap .wpcf7-form input[type=number],.bb-subscribe-wrap .wpcf7-form input[type=tel],.bb-subscribe-wrap .wpcf7-form input[type=text],.bb-subscribe-wrap .wpcf7-form input[type=url],.bb-subscribe-wrap .wpcf7-form select,.bb-subscribe-wrap .wpcf7-form textarea{background-color:#f8f8f8;border-radius:3px;font-size:14px;color:#bdbdbd;border:1px solid #dedfe2}.bb-subscribe-wrap .wpcf7-form input[type=date].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form input[type=email].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form input[type=number].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form input[type=tel].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form input[type=text].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form input[type=url].bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form select.bb-newsletter-blog-post,.bb-subscribe-wrap .wpcf7-form textarea.bb-newsletter-blog-post{border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0}.bb-subscribe-wrap .wpcf7-form input[type=submit]{background:#dedfe2;border-radius:3px;border-left:0;font-size:14px;color:#fff;letter-spacing:-.24px}.bb-subscribe-wrap .wpcf7-form input[type=submit].bb-newsletter-bp-update{border-radius:0 3px 3px 0;vertical-align:bottom}@media (max-width:544px){.bb-subscribe-wrap .wpcf7-form input[type=date],.bb-subscribe-wrap .wpcf7-form input[type=email],.bb-subscribe-wrap .wpcf7-form input[type=number],.bb-subscribe-wrap .wpcf7-form input[type=tel],.bb-subscribe-wrap .wpcf7-form input[type=text],.bb-subscribe-wrap .wpcf7-form input[type=url],.bb-subscribe-wrap .wpcf7-form select,.bb-subscribe-wrap .wpcf7-form textarea{width:100%;margin-bottom:10px;border-radius:3px}.bb-subscribe-wrap .wpcf7-form input[type=submit]{width:40%;border-radius:3px}.bb-subscribe-wrap div.wpcf7 .ajax-loader{width:100%;background-position:center}}@media (max-width:992px){.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=date],.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=email],.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=number],.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=tel],.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=text],.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=url],.has-sidebar .bb-subscribe-wrap .wpcf7-form select,.has-sidebar .bb-subscribe-wrap .wpcf7-form textarea{width:100%;margin-bottom:10px;border-radius:3px}.has-sidebar .bb-subscribe-wrap .wpcf7-form input[type=submit]{width:40%;border-radius:3px}.has-sidebar .bb-subscribe-wrap div.wpcf7 .ajax-loader{width:100%;background-position:center}}.bb-standard .entry-img{padding-top:40.476%}.pagination-below{clear:both;overflow:hidden;padding:30px 0;text-align:center}.post-grid .format-quote .post-inner-wrap{background:#a3a5a9}.post-grid .format-quote .entry-content{font-size:22px;color:#fff;letter-spacing:-.24px;line-height:30px;font-style:italic}.post-grid .format-quote blockquote{color:#fff;margin:0}.post-grid .video-container{margin-bottom:0}.top-meta a{margin-left:15px}.top-meta a .bb-icon-like.bookmarked{color:#122b46}.top-meta .like-count,.top-meta a{font-size:12px;color:#939597;letter-spacing:-.21px}.top-meta a:hover{color:#007cff}.top-meta a:hover .like-count{color:#007cff}.top-meta a:hover i{opacity:.9}.top-meta i{font-size:24px;margin-right:5px;opacity:.4;color:#122b46}.top-meta i.bb-icon-like.bookmarked{opacity:.9}.hentry blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative}.hentry blockquote.wp-block-quote:before{content:'\e832';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;color:#fff;width:38px;height:38px;line-height:38px;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hentry blockquote.wp-block-quote p:last-child{margin-bottom:0}.entry-content .bb-chat-container{margin-bottom:40px}.entry-content .bb-chat-container p{margin:0;padding:15px;font-size:14px;color:#a3a5a9;letter-spacing:-.21px}.entry-content .bb-chat-container p:nth-child(odd){background:#eef0f3}.entry-content .bb-chat-container p:nth-child(even){background:#fff}.widget ul{list-style:none;margin-left:0}.widget ul a{font-size:14px;color:#939597;letter-spacing:-.21px;line-height:16px}.widget ul a:hover{color:#007cff}.widget li{margin-bottom:10px}.widget_mc4wp_form_widget .mc4wp-form-fields>p:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}.widget_mc4wp_form_widget input[type=email]{width:-webkit-calc(100% - 100px);width:calc(100% - 100px);background:#fbfbfc;border:1px solid #dedfe2;border-radius:3px 0 0 3px;font-size:14px}.widget_mc4wp_form_widget input[type=submit]{background:#d0d4d8;border-radius:0 3px 3px 0;border-left:0;font-size:14px;color:#fff;letter-spacing:-.24px}.widget_post_author .avatar{border-radius:100%;margin-right:8px;max-width:36px}.widget_post_author .post-author-head{margin-bottom:15px}.widget_post_author .post-author-head a:hover .post-author{color:#007cff}.widget_post_author .author-desc-wrap{color:#a3a5a9;letter-spacing:-.21px;line-height:22px}.bb_widget_recent_posts .bb-recent-posts,.elementor-widget-container .bb-recent-posts{margin-left:0}.bb_widget_recent_posts .bb-recent-posts li,.elementor-widget-container .bb-recent-posts li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.bb_widget_recent_posts .bb-recent-posts li>div,.elementor-widget-container .bb-recent-posts li>div{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb_widget_recent_posts .bb-recent-posts .entry-media.entry-img,.elementor-widget-container .bb-recent-posts .entry-media.entry-img{border-radius:3px;max-width:74px;width:74px;margin:0 15px 0 0;padding-top:21.43%}.bb_widget_recent_posts .bb-recent-posts h4,.elementor-widget-container .bb-recent-posts h4{margin:0;line-height:1;font-weight:400}.bb_widget_recent_posts .bb-recent-posts h4 a.bb-title,.elementor-widget-container .bb-recent-posts h4 a.bb-title{font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:22px}.bb_widget_recent_posts .bb-recent-posts h4 a.bb-title:hover,.elementor-widget-container .bb-recent-posts h4 a.bb-title:hover{color:#007cff}.bb_widget_recent_posts .bb-recent-posts span.post-date,.elementor-widget-container .bb-recent-posts span.post-date{font-size:12px;color:#939597;letter-spacing:-.24px;line-height:22px;margin:0}.bb-follow-links{font-size:24px;margin-top:-5px}.bb-follow-links a{color:#939597;margin-right:10px}.bb-follow-links a:hover{color:#007cff}.bb-follow-links a i{font-size:24px}.bb-follow-links [class*=" bb-icon-"]:before,.bb-follow-links [class^=bb-icon-]:before{margin:0}.archive-description{margin-bottom:30px}.bb-bookmark.bb-icon-loader{font-size:21px}.bb-bookmark.bookmarked:before{content:'\e833'}span.post-format-icon{height:38px;width:38px;background-color:#122b46;border-radius:100%;color:#fff;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:24px;margin-bottom:18px}span.post-format-icon.white{background:#fff;color:#a3a5a9}.content-area .gallery-icon{position:relative;overflow:hidden;padding-top:68.785%;display:block;background:#809ab4;border-radius:4px}.content-area .gallery-icon img,.content-area .gallery-icon>*{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.top-meta .bb-like-wrap:after,.top-meta .bb-like-wrap:before{display:none}.post-grid.bb-grid .bb-comment-text,.post-grid.bb-masonry .bb-comment-text{display:none}.post-grid.bb-grid .top-meta a,.post-grid.bb-masonry .top-meta a{margin-left:6px}.post-grid.bb-grid .post-date,.post-grid.bb-masonry .post-date{font-size:13px}.first .post-inner-wrap .entry-content-wrap .entry-content{margin-bottom:0}.post-related-posts .slick-slide>div{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.post-related-posts .slick-slide>div article{height:100%;padding:0 10px}.single-attachment .post-related-posts,.single-post .post-related-posts{border-bottom:1px solid #eef0f3;margin-bottom:20px;padding-bottom:10px}.single-attachment .post-related-posts>.post-grid,.single-post .post-related-posts>.post-grid{display:none}.single-attachment .post-related-posts>.post-grid.slick-initialized,.single-post .post-related-posts>.post-grid.slick-initialized{display:block}.single-attachment .post-related-posts .slick-slider .slick-list,.single-attachment .post-related-posts .slick-slider .slick-track,.single-post .post-related-posts .slick-slider .slick-list,.single-post .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev{right:auto;left:5px}.single-attachment .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i,.single-post .post-related-posts .slick-slider a.slick-arrow.bb-slide-prev i{display:block;margin-top:1px}.single-attachment .post-related-posts .slick-slider .slick-arrow,.single-post .post-related-posts .slick-slider .slick-arrow{background:rgba(0,0,0,.27);box-shadow:0 2px 6px 0 rgba(0,0,0,.09);border-radius:100%}.single-attachment .post-related-posts .slick-slider .slick-arrow i,.single-post .post-related-posts .slick-slider .slick-arrow i{color:#fff}.single-attachment .post-related-posts .gallery,.single-post .post-related-posts .gallery{margin-bottom:0}.single-attachment .post-related-posts .gallery .gallery-item,.single-post .post-related-posts .gallery .gallery-item{display:none}.single-attachment .post-related-posts .gallery .gallery-item:first-child,.single-post .post-related-posts .gallery .gallery-item:first-child{display:block}.single-attachment .post-related-posts .gallery.slick-initialized,.single-post .post-related-posts .gallery.slick-initialized{display:block}.single-attachment .post-related-posts .gallery.slick-initialized .gallery-item,.single-post .post-related-posts .gallery.slick-initialized .gallery-item{display:block}.single-attachment .post-related-posts .gallery ul.slick-dots,.single-post .post-related-posts .gallery ul.slick-dots{display:none!important}.single-attachment .post-related-posts .post-inner-wrap,.single-post .post-related-posts .post-inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-attachment .post-related-posts .post-grid .first .entry-img,.single-post .post-related-posts .post-grid .first .entry-img{width:100%}.single-attachment .post-related-posts .hentry blockquote,.single-post .post-related-posts .hentry blockquote{margin-bottom:0}.single-attachment .post-related-posts h1.entry-title,.single-attachment .post-related-posts h2.entry-title,.single-post .post-related-posts h1.entry-title,.single-post .post-related-posts h2.entry-title{margin-bottom:0;font-size:1.25rem;line-height:28px}.single-attachment .post-related-posts .entry-img,.single-post .post-related-posts .entry-img{margin-bottom:0}.single-attachment .post-related-posts>h5,.single-post .post-related-posts>h5{position:relative}.single-attachment .post-related-posts>h4,.single-post .post-related-posts>h4{position:relative}.single-attachment .post-related-posts .entry-content,.single-post .post-related-posts .entry-content{display:none}.single-attachment .post-related-posts .format-aside:not(.has-post-thumbnail) .entry-content,.single-attachment .post-related-posts .format-audio:not(.has-post-thumbnail) .entry-content,.single-attachment .post-related-posts .format-link:not(.has-post-thumbnail) .entry-content,.single-attachment .post-related-posts .format-quote .entry-content-wrap .entry-content,.single-attachment .post-related-posts .format-standard:not(.has-post-thumbnail) .entry-content,.single-post .post-related-posts .format-aside:not(.has-post-thumbnail) .entry-content,.single-post .post-related-posts .format-audio:not(.has-post-thumbnail) .entry-content,.single-post .post-related-posts .format-link:not(.has-post-thumbnail) .entry-content,.single-post .post-related-posts .format-quote .entry-content-wrap .entry-content,.single-post .post-related-posts .format-standard:not(.has-post-thumbnail) .entry-content{display:block}.single-attachment .post-related-posts .post-grid .format-quote .entry-content,.single-post .post-related-posts .post-grid .format-quote .entry-content{font-size:14px;color:#4d5c6d}.single-attachment .post-related-posts .lg-grid-1-3,.single-post .post-related-posts .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;vertical-align:top}.single-attachment .post-related-posts .entry-content-wrap,.single-post .post-related-posts .entry-content-wrap{padding:25px 30px 30px}.single-attachment .post-related-posts .entry-content-wrap .entry-meta,.single-post .post-related-posts .entry-content-wrap .entry-meta{margin-bottom:0}.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a,.single-post .post-related-posts .entry-content-wrap .entry-meta .push-right>a{display:none}.single-attachment .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container,.single-post .post-related-posts .entry-content-wrap .entry-meta .push-right>a.bookmark-link-container{display:inline-block}@media screen and (min-width:768px) and (max-width:1550px){.single-attachment .post-related-posts .single-post.bb-buddypanel .site-content,.single-post .post-related-posts .single-post.bb-buddypanel .site-content{padding-left:80px;padding-right:80px}}@media screen and (min-width:768px) and (max-width:1420px){.single-attachment .post-related-posts body.single-post .site-content-grid>.bb-share-container,.single-post .post-related-posts body.single-post .site-content-grid>.bb-share-container{display:block}}@media screen and (min-width:768px) and (max-width:1150px){.single-attachment .post-related-posts .single-post .content-area,.single-post .post-related-posts .single-post .content-area{max-width:100%;width:100%}.single-attachment .post-related-posts .single-post .widget-area:not(.widget-area-secondary),.single-post .post-related-posts .single-post .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%}.single-attachment .post-related-posts .single.single-post .site-content-grid,.single-post .post-related-posts .single.single-post .site-content-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:544px){.single-attachment .post-related-posts .slick-initialized .slick-list,.single-post .post-related-posts .slick-initialized .slick-list{height:100%!important}}@media (max-width:900px){body.has-sidebar.single-post .post-related-posts .slick-initialized .slick-list{height:100%!important}}.bb-share-container span.jssocials-share-label{display:none!important}@media (max-width:543px){.single .entry-title{font-size:1.5rem;line-height:1.5}.bb-masonry .hentry.bb-grid-2-3.first .ratio-wrap,.post-grid .first .ratio-wrap{width:100%}}@media (min-width:375px) and (max-width:543px){.post-grid.grid .entry-meta .top-meta{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-top:0}}@media (min-width:544px) and (max-width:767px){.post-related-posts .post-grid .hentry.first .entry-img{padding-top:36%}}.sticky-header #comments{position:relative}.sticky-header #comments:before{display:block;content:'';margin-top:-68px;height:68px;visibility:hidden;pointer-events:none}.comments-title{font-family:inherit;font-size:18px;font-weight:400;margin-bottom:20px}.comment-list{list-style:none;margin:0}.children{list-style:none;margin-bottom:0}.comment-author .avatar{border-radius:100%;max-width:42px}.comment-body{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:20px;padding:30px}cite.fn{display:block}.comment-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:12px}.comment-author{line-height:1}.comment-author a.url{font-size:14px;font-weight:600;font-style:normal;color:#122b46;letter-spacing:-.24px;line-height:18px}a.comment-date{font-size:14px;color:#939597;letter-spacing:-.24px}a.comment-date:hover{color:#122b46}.comment-text{font-size:16px;color:#4d5c6d;letter-spacing:-.24px;line-height:24px;margin-top:8px;margin-bottom:8px;word-break:break-word}.comment-text p:last-child{margin-bottom:0}.comment-footer{font-size:14px;color:#939597;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:-.26px;margin-bottom:-8px}.comment-footer a{color:inherit}.comment-footer .bb-bookmark{cursor:pointer}.comment-footer a:not(.bb-bookmark){color:inherit;margin-right:20px}.comment-respond{margin:20px 0;padding:30px;background:#fff;border:1px solid #e7e9ec;border-radius:4px;-webkit-transition:.3s all;transition:.3s all}.comment-respond.bb-active{box-shadow:0 6px 10px 0 rgba(0,0,0,.06)}.comment-respond .comment-author{font-weight:500;color:#122b46}.comment-respond .comment-author:hover{color:#007cff}.comment-respond .vcard{margin-right:12px}.comment-respond form{margin:0}.comment-respond form div.error{font-size:14px;line-height:20px}.comment-respond textarea{border-color:#dedfe2;-webkit-transition:all linear .2s;transition:all linear .2s}.comment-respond .form-submit{margin:0;text-align:right}.comment-respond .comment-form-comment{margin-bottom:15px}.comment-reply-title{font-size:18px;font-weight:500}p.comment-notes,p.logged-in-as{font-size:16px}.comment-form label{display:block}.comment-form textarea{width:100%;max-height:120px;resize:vertical}.comment-form input[type=email],.comment-form input[type=name],.comment-form input[type=text],.comment-form input[type=url]{width:100%}@media (min-width:800px){.comment-form-author,.comment-form-email,.comment-form-url{width:-webkit-calc(33.33% - 13.33px);width:calc(33.33% - 13.33px);float:left;margin-right:20px}}#respond .comment-form-url{margin-right:0}#respond .comment-form-url input{max-width:100%}p.form-submit{clear:both}a#cancel-comment-reply-link{float:right}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px;outline:0;-webkit-transition:all .3s ease;transition:all .3s ease}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{background:rgba(0,0,0,.27);box-shadow:0 2px 6px 0 rgba(0,0,0,.09);border-radius:100%;cursor:pointer;float:right;height:30px;left:5px;margin-top:-15px;position:absolute;text-align:center;top:50%;width:30px;opacity:.8;-webkit-transition:.3s all;transition:.3s all;z-index:10}.slick-arrow i{color:#fff;font-size:28px;margin:0 -3px;line-height:1.2}.slick-arrow.bb-slide-next{right:5px;left:auto}.slick-arrow.bb-slide-prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}ul.slick-dots{left:0;right:0;margin:0 auto;position:absolute;bottom:10px;list-style:none;text-align:center}ul.slick-dots li{display:inline-block}ul.slick-dots span{display:block;width:8px;height:8px;border-radius:100%;border:1px solid #fff;margin:0 2px}ul.slick-dots .slick-active span{background:#fff;cursor:pointer}.post-related-posts a.slick-arrow{right:5px;background-color:transparent;box-shadow:none}.post-related-posts a.slick-arrow i{color:#122b46}.post-related-posts a.slick-arrow:hover i{color:#007cff}.post-related-posts a.slick-arrow.slick-disabled i{opacity:.5}.post-related-posts a.slick-arrow.slick-disabled:hover i{color:#122b46}.post-related-posts a.slick-arrow.bb-slide-prev{right:35px;left:inherit}.post-related-posts a.slick-arrow.bb-slide-prev i{position:relative;bottom:2px}.post-related-posts .slick-slider .slick-list{padding-left:0;padding-right:0}body.page-template-page-fullwidth .wp-block-cover-image{width:100vw;margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%)}body.page-template-page-fullwidth .wp-block-code{max-width:1200px;margin-left:auto;margin-right:auto}pre.wp-block-code,pre.wp-block-preformatted,pre.wp-block-verse{max-width:1200px;width:100%}.wp-block-media-text,figure.wp-block-audio{margin:0 0 1.6875rem}ul.wp-block-gallery{margin-left:0}blockquote.wp-block-pullquote{color:#4d5c6d;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);padding:2em 0}blockquote.wp-block-pullquote p{font-size:24px;line-height:1.4;font-weight:inherit;margin-bottom:0}blockquote.wp-block-pullquote cite{font-style:italic;font-weight:inherit;font-size:15px;margin-top:1.25em;text-transform:none;display:inline-block}p.has-background{padding:30px}figure.wp-block-audio audio{width:100%}figure.wp-block-audio figcaption{color:#939597}figure.wp-block-video video{width:100%}figure.wp-block-video figcaption{color:#939597}pre.wp-block-code{padding:.75em 1.25em}pre.wp-block-code code{font-size:14px;line-height:1.5}table.wp-block-table{display:table}.wp-block-columns{margin-left:-10px;margin-right:-10px}.wp-block-columns p{padding-left:10px;padding-right:10px}hr.wp-block-separator{border-color:transparent;height:1px;border-bottom:0;background-color:#dedfe2}.wp-block-categories.aligncenter{text-align:inherit}.wp-block-categories ul{list-style:none;text-align:left;margin-left:0}.wp-block-categories ul li.cat-item{font-size:14px}.wp-block-categories ul li.cat-item a{color:#939597}.wp-block-categories ul li.cat-item a:hover{color:#122b46}.wp-block-categories ul li.cat-item ul{padding-left:2em}ul.wp-block-latest-posts{list-style:none;margin-left:0}ul.wp-block-latest-posts li{text-align:left}ul.wp-block-latest-posts li a{color:#939597;font-size:14px}ul.wp-block-latest-posts li a:hover{color:#122b46}ul.wp-block-latest-posts li .wp-block-latest-posts__post-date{font-size:12px;color:#bdbdbd}figure.wp-block-embed{margin:0}.entry-content .wp-block-embed .fluid-width-video-wrapper{margin-top:10px;margin-bottom:10px}.wp-block-table td,.wp-block-table th{border-color:rgba(0,0,0,.05)}.wp-block-table td:first-child,.wp-block-table th:first-child{padding-left:.5em}.wp-block-table td:last-child,.wp-block-table th:last-child{padding-right:.5em}table.wp-block-table.is-style-regular{border-top:1px solid rgba(0,0,0,.05)}.entry-content img{vertical-align:bottom}.entry-content .emoji,.entry-content .emojioneemoji{vertical-align:middle}body .wp-block-cover .wp-block-cover-image-text,body .wp-block-cover .wp-block-cover-text,body .wp-block-cover h2,body .wp-block-cover-image .wp-block-cover-image-text,body .wp-block-cover-image .wp-block-cover-text,body .wp-block-cover-image h2{font-size:2.5em;font-weight:600}.wp-block-embed-wordpress-tv .wp-block-embed__wrapper{width:100%;position:relative;padding-top:56.25%}.wp-block-embed-wordpress-tv iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-block-social-links{margin:1.6875rem 0}.jssocials-shares{text-align:center}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1.5em}img.jssocials-share-logo{width:auto;height:1em}.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em -.5em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{display:inline-block;height:1.5em;padding:0 .3em;line-height:1;vertical-align:middle;cursor:default}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}.jssocials-share-logo.fa:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jssocials-share-logo.fa-twitter:before{content:'\e83e'}.jssocials-share-logo.fa-facebook:before{content:'\e83f'}.full-fi .site-content-grid>.bb-share-container,.full-fi-invert .site-content-grid>.bb-share-container{margin-left:60px}.single .site-content-grid{position:relative}.bb-share-container{position:absolute;width:50px;top:175px;background:#fff;box-shadow:0 6px 10px 0 rgba(0,0,0,.06);border-radius:100px;padding:15px 0;text-align:center;z-index:21}.sidebar-left .bb-share-container{margin-left:60px}.sidebar-right .bb-share-container{margin-left:-60px}.single-attachment:not(.has-sidebar) .bb-share-container,.single-post:not(.has-sidebar) .bb-share-container{margin-left:-60px}.bb-share-container .bb-bookmark,.bb-share-container .bb-icon-bookmark-small:before{color:inherit;font-size:24px;margin:0}.bb-share-container .like-count{display:block;text-align:center}.bb-share-container a.bb-like-wrap{-ms-flex-flow:column;flex-flow:column;margin:6px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-share-container .bb-icon-like{font-size:26px;color:#122b46;line-height:1.3}.bb-share-container a{color:#122b46;font-size:17px;margin-bottom:2px;-webkit-transition:all linear .2s;transition:all linear .2s}.bb-share-container a>*{opacity:.4}.bb-share-container a:hover{color:#122b46}.bb-share-container a:hover>*{opacity:1}.bb-share-container a i.bookmarked{opacity:1}.bb-share-container a i.bb-icon-like.bookmarked{opacity:.9}.bb-share-container a i.bb-icon-bookmark-small.bookmarked{opacity:.4}.bb-share-container a i.bb-icon-bookmark-small.bookmarked:hover{opacity:1}.bb-share-container a i.bookmarked+.like-count{opacity:1}.bb-share-container.bb-share-author-box{position:absolute;top:auto;left:auto;margin:15px;bottom:20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all linear .2s;transition:all linear .2s;visibility:hidden;opacity:0;min-height:110px}.jssocials-share-count-box{display:block;font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:1;opacity:.4;margin-bottom:5px}.jssocials-share.jssocials-share-twitter{margin-bottom:0}.author-box-share-wrap{position:relative}.author-box-share-wrap:hover .bb-share-author-box{visibility:visible;opacity:1}.author-box-share-wrap .jssocials-shares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.content-area .jssocials-shares{margin:12px 0}.content-area .author-post-meta .jssocials-shares{margin-bottom:6px;margin-top:6px}.bb-share-container .jssocials-share:not(:last-child){margin-bottom:8px}.social-networks .fa{font-family:FontAwesome;font-weight:400}.bb-share-container span.like-count{display:none}@media (max-width:1400px){.bb-share-author-box{display:-webkit-box;display:-ms-flexbox;display:flex;box-shadow:0 6px 10px 10px rgba(0,0,0,.06);width:auto;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 15px;top:80%}.bb-share-author-box a.bb-like-wrap{-ms-flex-flow:row;flex-flow:row;margin:0 10px 0 0}.bb-share-author-box a{font-size:16px;margin:0}.bb-share-author-box .bb-bookmark{position:relative;top:2px}.bb-share-author-box .jssocials-shares{display:-webkit-box;display:-ms-flexbox;display:flex}.has-sidebar .site-main>.bb-share-container{display:none}}@media (max-width:1420px){.has-sidebar .site-content-grid>.bb-share-container{display:none}}@media (min-width:1241px){.single.full-fi .site-content-grid>.bb-share-container,.single.full-fi-invert .site-content-grid>.bb-share-container{display:block}}@media (max-width:1190px){.buddypanel-open.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.buddypanel-open.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}@media (max-width:1040px){.single-attachment:not(.has-sidebar) .site-content-grid>.bb-share-container,.single-post:not(.has-sidebar) .site-content-grid>.bb-share-container{display:none}}.bb-footer{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;font-size:13px;color:#a3a5a9}.bb-footer li a{font-size:13px;color:#939597;letter-spacing:-.24px}.bb-footer .widget ul li a{color:#939597}.bb-footer .widget ul li a:hover{color:#007cff}.bb-footer .widget{background-color:transparent;border:0;font-size:inherit;color:inherit;margin-bottom:30px;padding:0}.bb-footer .widget li{margin-bottom:16px}.bb-footer .widget li i{margin-right:5px}.bb-footer .widget li.vcard{margin-bottom:0}.bb-footer .widget h4:not(.widget-title){margin-bottom:0}.bb-footer .widget-title{font-size:14px;font-weight:500;letter-spacing:.5px;margin-bottom:30px}.bb-footer .sub-menu{top:auto;bottom:100%;margin-top:16px;margin-left:0}.bb-footer .menu-item-has-children>a:after{top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bb-footer .bs-submenu-toggle{cursor:pointer;position:relative;font-size:20px;top:3px;z-index:22}.bb-footer .widget_nav_menu .sub-menu a{color:#939597;display:inline-block}.bb-footer .widget_nav_menu .sub-menu a:hover{color:#007cff}.bb-footer .bb-menu-widget{margin-bottom:30px}.bb-footer .bbp-login-links{clear:both;margin:20px 0 0;float:left;width:100%}.bb-footer .bbp_widget_login .bbp-remember-me{float:left;margin-top:28px}.bb-footer .bbp_widget_login .bbp-submit-wrapper{width:100%}.bb-footer .bbp_widget_login .bbp-login-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-footer .widget.buddypress div.item-options a{margin-right:.9375rem;font-size:.8125rem}.bb-footer .footer-bottom{border-top:0;padding:40px 0 40px;font-size:14px}.bb-footer .footer-bottom li{padding:0}.bb-footer .footer-bottom li a{font-size:14px}.bb-footer .footer-widget-area{padding-top:50px;padding-left:10px;padding-right:10px}.bb-footer .footer-widget-area+.footer-bottom{border-top:1px solid #e7e9ec}.bb-footer .footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none}.bb-footer .footer-menu a{padding:0;font-size:14px;color:#122b46;letter-spacing:.5px;text-transform:uppercase;margin-right:30px}.bb-footer .footer-menu a:hover{color:#007cff}.bb-footer .footer-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 0 auto;list-style:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bb-footer .footer-socials a{display:block;line-height:1;margin:6px}.bb-footer .footer-socials a:hover{color:#007cff}.bb-footer .footer-socials li:first-child a{margin-left:0}.bb-footer .footer-socials li:last-child a{margin-right:0}.bb-footer .footer-socials i{font-size:22px}span.bb-separator.vertical{background:rgba(0,0,0,.1);height:100%;max-height:100%;margin:0}span.bb-separator.horizontal{background:rgba(0,0,0,.1);max-height:1px;width:100%;margin:1rem 0}#page .footer-widget-area{padding-top:30px}#page .footer-bottom{padding-top:30px;padding-bottom:30px}.footer-bottom .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.copyright{margin-right:30px}.copyright,.footer-desc{font-size:14px;letter-spacing:-.24px}.footer-desc{text-align:right}.footer-socials+.footer-desc{margin-top:5px}.footer-desc p:last-child{margin-bottom:0}.footer-copyright-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:5px}.footer-copyright-wrap .footer-menu a{font-size:14px;color:rgba(147,149,151,.5);letter-spacing:-.24px;text-transform:none}.footer-logo-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:15px}.footer-logo-wrap .footer-loto{margin-right:20px}span.footer-tagline{font-size:14px}.bb-footer.style-2 .footer-bottom-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bb-footer.style-2 .footer-socials{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bb-footer.style-2 .footer-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-footer.style-2 .footer-desc{margin:0 0 10px}.footer-bottom-left{-webkit-box-flex:1;-ms-flex:1;flex:1}.footer-bottom-right{padding-left:20px}.footer-loto img{height:auto;max-height:70px;width:auto}@media screen and (max-width:992px){.bb-footer .footer-widget{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media screen and (max-width:767px){.bb-footer .footer-widget{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer-bottom .container.flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bottom .footer-menu,.footer-bottom .footer-socials{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-footer .footer-menu a{margin:0 15px}.footer-bottom-right,.footer-copyright-wrap{margin-top:20px}.copyright,.footer-desc{text-align:center}.copyright,.footer-bottom .footer-menu.secondary{margin:0;width:100%}.footer-bottom-right{width:100%}.footer-logo-wrap .footer-loto{margin:0 auto 15px}span.footer-tagline{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}}@media screen and (max-width:543px){.bb-footer .footer-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bb-meeting-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;background:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px;margin-bottom:20px}.bp-vertical-navs .bb-meeting-container{border:0;padding:0}.bb-meeting-container #subnav{margin:20px -20px;width:auto;padding:0 20px}.bb-meeting-container .bb-meeting-actions-wrap{margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bb-meeting-container .bb-meeting-actions-wrap .bb-title{margin:0}@media screen and (max-width:360px){.bb-meeting-container .bb-meeting-actions-wrap .bb-meeting-actions #bp-add-meeting{padding:8px 10px;font-size:12px}}#bp-meeting-create .modal-mask,#bp-meeting-edit .modal-mask{z-index:999}#bp-meeting-create .modal-mask .modal-wrapper,#bp-meeting-edit .modal-mask .modal-wrapper{max-width:1100px}#buddypress #bp-new-zoom-meeting-form{height:90vh;overflow:auto;margin:5vh 0;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup{display:inline-block;width:100%}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap{width:48%;float:left;margin-right:2%;margin-right:0;clear:left}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap:nth-child(even){margin-left:2%;clear:none}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap.full-row{width:100%;margin-left:0;margin-right:0}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap.checkbox-row label{position:relative;line-height:1.3}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap.checkbox-row label:before{position:absolute;left:0;top:-1px}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap.checkbox-row label>span{font-weight:400;padding-left:25px;display:inline-block}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bp-zoom-meeting-form-submit-wrapper{clear:both}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .select2-container--default .select2-selection--multiple .select2-selection__choice{border-radius:20px;background:#eceef1 none!important;border:0;color:#333;padding:3px 15px}#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-select-container span.select2-selection__choice__remove:before{font-size:14px;background:0 0}#buddypress #bp-new-zoom-meeting-form p label{font-size:16px;letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer}#buddypress #bp-new-zoom-meeting-form p label[aria-hidden=true]{cursor:auto}#buddypress #bp-new-zoom-meeting-form p input+label{font-size:15px;margin-top:12px}#buddypress #bp-new-zoom-meeting-form .select2-container{width:100%!important}#buddypress #bp-new-zoom-meeting-form .bp-zoom-meeting-alt-host .select2-selection__rendered{width:100%;display:block!important}#buddypress #bp-new-zoom-meeting-form .bp-zoom-meeting-alt-host .select2-selection__rendered .select2-search.select2-search--inline{width:100%;margin-top:10px}#buddypress #bp-new-zoom-meeting-form .bb-model-footer{clear:both}#buddypress #bp-new-zoom-meeting-form .submit.loading:after{content:"\e838";font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear}.meeting-item-container .load-more .button.loading:after{content:"\e838";font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear}.meeting-item-container .bb-internal-model .bb-media-section video{width:80%;height:auto}@media screen and (max-width:1024px){#buddypress #bp-new-zoom-meeting-form #boss-media-create-meeting-popup .bb-field-wrapper>.bb-field-wrap{width:100%;margin-left:0!important}}.bs-dir-search{float:right;margin:0 0 20px}.bs-dir-search input[type=text]{background:0 0;border-radius:100px;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px}.bs-search-form{background-color:#fff;border:1px solid #dedfe2;border-radius:100px;margin-bottom:0;position:relative}.bs-search-form:before{content:'\e81f';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:#4d5c6d;left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-secondary-list-tabs{border-bottom:0;margin:.9375rem 0}.bb-secondary-list-tabs h4{font-size:16px;font-weight:400;color:#a3a5a9;letter-spacing:-.24px;margin:0}.bb-secondary-list-tabs ul{list-style:none;margin-left:auto;margin-bottom:0}.bs-sort-button{color:#122b46;opacity:.4;font-size:22px;line-height:1;display:block;padding:5px 10px;text-decoration:none;-webkit-transition:.3s all;transition:.3s all}.bs-sort-button.active,.bs-sort-button:hover{color:#122b46;opacity:1}.bs-dir-form{margin:0}.bs-groups-items.bs-item-list.list-view .bs-item-wrap,.bs-members-items.bs-item-list.list-view .bs-item-wrap{-webkit-transition:border-color .2s linear,box-shadow .2s linear;transition:border-color .2s linear,box-shadow .2s linear}.bs-groups-items.bs-item-list .sm-grid-1-2,.bs-members-items.bs-item-list .sm-grid-1-2{border-color:#e7eaec}.item-title a{color:#122b46;display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-title a:hover{color:#007cff}.bs-members-items.list-view div.action{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.list-view .bs-generic-button{margin-right:20px}.list-view .avatar:not(.profile-avatar){margin:0;max-width:52px}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:75px}.list-view .item-wrap-left{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:38%;-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;padding-right:20px}.bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.bs-members-items.grid-view .awaiting_response.bs-generic-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bs-members-items.grid-view .awaiting_response.bs-generic-button a{width:auto!important}.bs-item-list-tabs .more-button i{font-size:18px;line-height:1}.bs-item-list-tabs .sub-menu{-ms-flex-flow:row wrap;flex-flow:row wrap;top:38px}.bs-item-list-tabs .sub-menu li{float:none;margin:0;width:100%}@media (max-width:800px){.list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:75px}.list-view .bs-followers{margin:0 18px 0 0}.list-view .bs-dropdown-wrap{position:absolute;right:15px;top:5px}.bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:30px;padding:6px 20px;margin-bottom:5px}}@media (max-width:543px){.list-view .item-title{margin-bottom:3px}.list-view .item-title a{font-size:18px}.bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:8px;margin-bottom:4px}#buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}.bs-item-list.list-view .bs-generic-button{margin-right:10px}.list-view .bs-followers{margin:0 15px 0 0}.bs-dir-search{margin:0 0 40px;float:left}}@media (max-width:380px){.bs-item-list.list-view div.action{padding-left:70px}.bs-item-list.list-view .item-wrap-left{-ms-flex-flow:nowrap;flex-flow:nowrap}.bs-item-list.list-view .bs-list-actions .send-private-message{margin-right:0}}span.location i{font-size:19px;margin:0 -6px 0 -6px;position:relative;top:2px}.bs-members-items.list-view .location{display:block;position:relative;padding-left:15px;padding-top:3px;line-height:1.2}.bs-members-items.list-view .location i{position:absolute;left:0;top:0}.bs-followers{font-size:14px;color:#939597;letter-spacing:-.24px}.bs-followers span{color:#4d5c6d}.follow-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.follow-wrap .bs-followers{font-size:13px}.follow-wrap .follow{border:0;padding:0;font-size:13px;font-weight:500;color:#007cff;letter-spacing:-.24px}.follow-wrap .follow:hover{border:0;background:0 0}.follow-wrap .bs-generic-button{line-height:1;margin-left:auto}.member-status{background:#00e652;border-radius:100%;position:absolute;width:9px;height:9px;right:5px;top:0}.bs-item-list.grid-view>li{margin-bottom:1.25rem}.bs-item-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid #e7eaec;border-radius:4px;height:100%;margin:0 0 -1px;padding:25px 20px 0;position:relative;text-align:center;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-item-list-inner:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list-inner .bs-item{margin-bottom:.625rem}.bs-item-list-inner .item-meta{font-size:.875rem;color:#a3a5a9;letter-spacing:-.24px;line-height:1}.bs-item-list-inner .follow-wrap{margin-top:auto}.bs-item-avatar a{display:inline-block;position:relative}.bs-item-avatar img.avatar{max-width:125px;width:100%}.grid-view .member-status{right:25px;top:5px}.grid-view .bs-item-avatar{margin-bottom:1rem}div.action a{color:rgba(18,43,70,.4);border:0;display:inline-block;line-height:1;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;border-style:solid}div.action a.active,div.action a:hover{background:0 0;color:rgba(18,43,70,.8)}div.action i{font-size:20px}div.action i:not(.boss-icons){line-height:0}#buddypress .action .button{border:1px solid #007cff;background:#007cff;border-radius:100px;font-weight:500;font-size:14px;font-style:normal;color:#fff;letter-spacing:-.24px;padding:8px 20px;display:block;line-height:1.2;min-width:140px;opacity:1;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#buddypress .action .button:focus,#buddypress .action .button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}#buddypress .action .button:active{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);color:#fff}#buddypress .action .button.outline{border:1px solid #007cff;background:0 0;color:#007cff;box-shadow:none}#buddypress .action .button.outline:focus,#buddypress .action .button.outline:hover{background:0 0;box-shadow:none}ul.grid-view .action{border-top:1px solid #e7e9ec;margin:0 -20px}ul.grid-view .action>*{border-right:1px solid #e7e9ec;-webkit-box-flex:1;-ms-flex:1;flex:1}ul.grid-view .action>:last-child{border:0}ul.grid-view .action .bs-dropdown:after{right:42px}@media (min-width:800px) and (max-width:1150px){.has-sidebar .list-view .item-wrap-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar .bs-item-list.list-view div.action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:70px}.has-sidebar .list-view .bs-dropdown-wrap{position:absolute;right:15px;top:5px}.has-sidebar .bs-list-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:auto;margin-right:0}.has-sidebar .list-view .bs-followers{margin:0 18px 0 0}}@media (min-width:800px) and (max-width:850px){.has-sidebar .bs-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-generic-button{margin-right:10px}.has-sidebar .bs-item-list.list-view div.action{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar .bs-item-list.list-view .bs-button-follow{margin-left:0;margin-top:5px;margin-bottom:5px}.has-sidebar #buddypress .list-view .action .button{font-size:13px;min-width:110px;min-height:24px;padding:6px 20px}ul.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.activity-item-header .item-title span img{border-radius:3px}.bp-login-widget-user-avatar{position:relative}.bp-login-widget-user-avatar img.avatar{height:auto;max-width:46px;width:100%;border-radius:3px}.bp-login-widget-user-avatar img.avatar.profile-avatar{max-width:110px}#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;display:-webkit-box;display:-ms-flexbox;display:flex}.no-cover-img #content .bb-profile-avatar{-ms-flex-item-align:end;align-self:flex-end}#content .bb-profile-avatar img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border-radius:5px;max-width:180px;width:100%}img.profile-avatar{background:#fff;border:5px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border-radius:5px;max-width:100px;width:100%}.bb-profile-details{padding:0 0 15px 30px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-profile-details-inner{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-profile-details-inner .button{margin-top:6px;margin-bottom:6px}.bb-profile-details-inner a.button.small.outline{min-height:10px}.cover-img .profile-item-header{margin:15px 0 3px}#buddypress .profile-title{font-size:2rem;line-height:1.1;margin:6px 15px 6px 0;position:relative}#buddypress .profile-title a{color:#122b46}#buddypress .profile-title a:hover{color:#007cff}#buddypress .profile-title .bs-dropdown-wrap{font-size:20px}@media (max-width:580px){#buddypress .profile-title{font-size:1.5rem}}.bb-field-tag{margin-right:15px;margin-bottom:6px;margin-top:6px;border-radius:100px}.bb-field-tag>span{border-radius:100px;display:inline-block;font-weight:500;font-size:10px;color:#fff;line-height:18px;padding:0 6px;letter-spacing:.25px;text-transform:uppercase;margin:0 3px}@media (max-width:580px){.bb-field-tag>span{padding:0 15px}}.profile-single-meta{font-size:15px}.bs-meta-bp_group_description{color:#4d5c6d}.bb-profile-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:14px;line-height:1.3575;color:#a3a5a9}.bb-profile-meta>span{margin-right:22px;margin-bottom:6px;margin-top:6px}.bb-profile-meta span span{color:#4d5c6d}.bb-profile-meta a{color:#122b46;display:inline-block;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-profile-meta a:hover{opacity:.9}.bb-profile-meta i[class*=bb-icon-]{font-size:19px;line-height:1}.bb-separator-dot{color:#122b46;opacity:.15;margin-left:2px}.bb-field-counter,.normal{margin-right:18px;margin-bottom:5px;margin-top:5px}.bb-field-counter i,.normal i{line-height:1;margin-right:5px;font-size:18px;position:relative;top:2px;color:rgba(18,43,70,.3)}.bb-field-counter span:not(.bs-output),.normal span:not(.bs-output){font-size:14px;color:#a3a5a9}.bb-profile-details-inner>.action{margin-top:6px;margin-bottom:6px;margin-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-meta-bp_group_privacy{line-height:1;text-transform:capitalize}#buddypress .list-view div.pending a{color:rgba(18,43,70,.4)}#buddypress .list-view div.pending a:hover{color:rgba(18,43,70,.8)}#item-nav{background:#fff;border:1px solid #e7e9ec;padding:0 20px;margin:0 0 30px;border-radius:0 0 4px 4px}.no-cover-img+#item-nav{padding-left:242px}.main-navs #messages-personal-li,.main-navs #notifications-personal-li,.main-navs #settings-personal-li{display:none!important;width:0!important}.single-item #content .bs-meta-bp_group_members .bs-group-members img.round{max-width:32px}.single-item .bs-meta-bp_group_members.bb-field-normal{margin:12px 0}.bs-meta-bp_group_privacy.bb-field-tag i{font-size:10px}@media (max-width:800px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px}.profile-title{font-size:28px;margin-top:0}.no-cover-img .bb-profile-avatar{-ms-flex-item-align:start;align-self:flex-start}.no-cover-img+#item-nav{padding-left:30px}}@media (max-width:720px){.bb-profile-details-inner>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}div#bb-media-model-container{text-align:left}.bb-profile-details{margin-bottom:12px}.profile-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}.profile-first-row{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px}.bs-groups-items.grid-view .profile-first-row{-webkit-box-flex:1;-ms-flex:1;flex:1}.profile-item .profile-first-row{margin-top:5px}.profile-item-header+div{margin-top:0}.bb-profile-details .bb-field-tag{margin:0 5px}.bb-profile-details{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:center}#content .no-cover-img .bb-profile-avatar img.profile-avatar{display:block;margin:0 auto 20px;max-width:160px;float:none}div#buddypress div#item-header img.avatar{margin:0 auto;float:none}div.no-cover-img .bb-profile-details-inner{margin-top:0}#buddypress .bb-profile-details .profile-title{margin-right:0;margin-bottom:5px}.bb-profile-details-inner .action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-item-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bb-profile-meta>div{margin:0 5px 15px}.bb-profile-meta i[class*=bb-icon-]{margin-left:5px}.bs-groups-items.grid-view .bb-profile-meta{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}span.bb-separator-dot{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-profile-meta>span{margin:0 auto 10px;padding:0 8px}.no-cover-img+#item-nav{padding-left:20px}#buddypress div.item-list-tabs#object-nav li.hideshow{float:right;margin:0}}.item-avatar{position:relative}.bbp-logged-in h4,.bp-login-widget-user-link{position:relative}.profile-single-meta:empty{display:none}.widget .item-avatar{position:relative}.medium-editor-toolbar-active.medium-editor-toolbar-active{z-index:9999}.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#fff;padding:10px 10px;box-shadow:0 6px 24px 0 rgba(18,43,70,.08);border-radius:8px}.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-form a{font-size:16px}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active{background:#242424;border-radius:5px;color:#999}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input,.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active .medium-editor-toolbar-input:focus{color:#ccc;border:0;height:50px;vertical-align:middle}.bp-user-blog>.medium-editor-toolbar .medium-editor-toolbar-form-active a{vertical-align:middle}address{font-style:inherit}.bb-field-location{margin-bottom:6px;margin-top:6px;margin-right:20px;font-size:14px;line-height:1.2}.bb-field-location i{font-size:17px;line-height:0;position:relative;top:2px;margin-left:-3px}.bb-field-icon,.bb-field-link{margin-right:20px;margin-bottom:6px;margin-top:6px}.bb-field-icon a,.bb-field-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#122b46;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.bb-field-icon a:hover,.bb-field-link a:hover{opacity:.9}.bb-field-icon i,.bb-field-link i{font-size:22px;line-height:1}.bb-field-icon .prefix,.bb-field-link .prefix{line-height:1;margin-left:8px}.bs-meta-xprofile_field:not(.show-balloon),.bs-meta-xprofile_field[data-balloon='']{cursor:initial}.bs-meta-xprofile_field:not(.show-balloon):after,.bs-meta-xprofile_field:not(.show-balloon):before,.bs-meta-xprofile_field[data-balloon='']:after,.bs-meta-xprofile_field[data-balloon='']:before{display:none}.bb-field-icon{font-size:0}.bb-field-icon:after,.bb-field-icon:before{display:none}.bb-field-icon.show-balloon:after,.bb-field-icon.show-balloon:before{display:block}.bb-field-icon .prefix{display:none}.bb-profile-index-card-area{height:100%}.profile-second-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.list-view .bb-profile-index-card-area .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:0}.list-view .bb-profile-index-card-area div.action i:not(.boss-icons){line-height:0}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .list-view .bb-profile-index-card-area .bs-generic-button a{white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:2px}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-view .bb-profile-index-card-area .profile-first-row .bb-field-counter{margin-top:5px}.list-view .bb-profile-index-card-area .bs-item-wrap:last-child{border-radius:0}.list-view .bb-profile-index-card-area .bb-field-description{display:none}a[data-balloon='']:after,a[data-balloon='']:before{display:none}.grid-view .bb-profile-index-card-area .bb-field-location,.grid-view .bb-profile-index-card-area .profile-first-row .bb-field-location{margin-bottom:0;margin-top:8px;margin-right:0}.grid-view .bb-profile-index-card-area .profile-second-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap}.grid-view .bb-profile-index-card-area .profile-second-row>div{margin:0 auto}.grid-view .bb-profile-index-card-area .profile-third-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap}.grid-view .bb-profile-index-card-area .profile-third-row>div{margin:0 auto 10px}.grid-view .bb-profile-index-card-area .bb-field-counter span:not(.bs-output){font-size:13px;letter-spacing:-.24px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a{min-width:10px;height:auto;border:0;font-size:13px;line-height:1.5;color:rgba(18,43,70,.4);min-height:35px;cursor:pointer;padding:6px}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a:hover{color:rgba(18,43,70,.8)}#buddypress .grid-view .bb-profile-index-card-area .bs-generic-button a i:not(.boss-icons){line-height:0}.grid-view .bb-profile-index-card-area .bb-field-description p:last-child{margin-bottom:0}.grid-view .bb-profile-index-card-area div.action a{width:100%}.grid-view .bb-profile-index-card-area .profile-single-meta{margin-bottom:12px;margin-top:auto}.grid-view .bb-profile-index-card-area .bs-item{margin-bottom:12px}#buddypress .list-view .action .button{min-width:130px}.bb-field-normal{margin:6px 18px 6px 0}.bs-meta-xprofile_field:not(.bb-field-tag){background-color:transparent!important}@media (max-width:580px){.bb-field-normal{margin:3px 10px 3px 0}}#content .bs-meta-bp_group_members .bs-group-members{display:inline-block;margin-right:12px;min-width:24px}#content .bs-meta-bp_group_members .bs-group-members img.round{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left}.bs-meta-bp_group_members.bb-field-normal>span,.bs-meta-bp_group_members.normal>span{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#groups-list .item-avatar a{display:inline-block}.entry-content p.bps_filters{font-size:14px}p.bps_filters~.bs-members-directory .bs-dir-search{margin-top:0}.widget.widget_bps_widget label{font-size:12px}.widget.widget_bps_widget .label{background:0 0;padding:0}.widget.widget_bps_widget a.clear-value{display:none!important}.widget.widget_bps_widget .editfield input{height:34px!important}.bb-group-profile-index-card-area .bs-group-toggle{display:inline-block;margin-left:15px}.bb-group-profile-index-card-area .bs-groups-items .action{padding-left:12px}.bb-group-profile-index-card-area .bb-field-counter{line-height:1}.bb-group-profile-index-card-area .bs-generic-button+.bs-generic-button{margin-top:10px}.bs-groups-items .bb-group-profile-index-card-area .action{padding-left:20px}.bb-group-profile-index-card-area .bb-field-location{margin-bottom:5px}.bs-meta-bp_group_description{line-height:1.357}.profile-single-meta .normal{margin:6px 0}.bs-meta-bp_group_description.bb-field-description{font-size:14px;line-height:1.357;margin-top:6px;margin-bottom:6px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bs-dropdown-model .bb-icon-loader{margin-left:10px;font-size:14px}ul.bb-profile-fields{padding:0;list-style:none;margin:0 0 20px}ul.bb-profile-fields li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:1rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;font-size:14px;color:#a3a5a9;line-height:1.3;padding-right:10px}ul.bb-profile-fields .bb-data{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.3;word-wrap:break-word;min-width:0}.single-item.groups.forum .forums-header{display:none}.single-item.groups.forum .forums-header h1.entry-title{display:none;visibility:hidden}#activity-actionlist-media a.close-link{display:block;cursor:pointer;margin:0 auto;max-width:100px;text-align:center}.bs-meta-bp_followers_count span.bs-output,.bs-meta-bp_following_count span.bs-output,.bs-meta-bp_friends_count span.bs-output{font-weight:500}body.bs-model-open{overflow:hidden}@media (min-width:992px) and (max-width:1240px){ul.bs-item-list.bs-groups-items.grid-view.grid .md-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px) and (max-width:1100px){ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (max-width:991px){div.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border:0}.bs-profile-details-grid>div{margin-bottom:20px}}@media (min-width:821px){#buddypress>.no-cover-img>div>div>.bb-profile-avatar>a{display:block;position:absolute;bottom:0;width:100%}}@media (max-width:832px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media (max-width:580px){#content .bb-profile-avatar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.entry-header+.entry-content .bs-dir-search{margin-top:0;width:100%}.bs-dir-search input[type=text]{width:100%}ul.bb-profile-fields li{margin-bottom:1.5rem}ul.bb-profile-fields .bb-label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin-bottom:6px}ul.bb-profile-fields .bb-data{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.profile-second-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bs-groups-items.grid-view .profile-second-row{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}@media (max-width:767px){ul.bs-item-list.bs-groups-items.list-view .profile-first-row{display:block}ul.bs-item-list.bs-groups-items.list-view .bb-field-normal{margin:0 0 12px}ul.bs-item-list.bs-groups-items.list-view .item-wrap-left{margin-bottom:10px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}ul.bs-item-list.bs-groups-items.list-view .bs-meta-bp_group_privacy{display:inline-block}ul.bs-item-list.bs-groups-items.list-view .bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:560px){.bs-members-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view .bb-profile-index-card-area .action.item-wrap-right:not(.profile-second-row){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.list-view.bs-groups-items .avatar:not(.profile-avatar){max-width:70px}.bs-item-list-tabs ul{display:block}.bs-item-list-tabs ul:after{content:'';display:table;clear:both}.bs-item-list-tabs ul li{float:left}}.activity-inner{word-break:break-all}li.feed>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}li.feed>a:before{margin-right:3px}.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none}#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}#buddypress ul.group-inviters li{font-size:13px}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}#buddypress div#item-header .bb-media-model-container .item-avatar .avatar{max-width:36px}#buddypress div#item-header .activity-item-header .item-title .avatar{margin-right:2px;margin-top:2px;float:none}.bs-meta-bp_group_members>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{box-shadow:none}#buddypress button.ac-reply-cancel{font-size:14px;font-weight:500;color:#a3a5a9;letter-spacing:-.24px;margin-right:15px;background:0 0;border:0;padding:0;margin:0 0 0 10px}#buddypress button.ac-reply-cancel:hover{color:#122b46}.vue-tabs .tab-content{min-width:0}.tab-container-inner .v-select .dropdown-toggle .clear{background:0 0;right:38px;font-size:20px}.tab-container-inner .v-select .dropdown-toggle .clear:hover{color:#ef3e46}.tab-container-inner .v-select.v-select .open-indicator{bottom:8px;right:15px}.tab-container-inner .v-select .open-indicator:before{border-width:2px 2px 0 0;width:8px;height:8px}.tab-container-inner .dropdown-menu li{margin-bottom:0!important}.tab-container-inner .dropdown-menu li a{font-size:14px!important}.tab-container-inner .v-select.v-select .dropdown-toggle{position:relative}.tab-container-inner .v-select .selected-tag{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;margin-top:0;min-width:0;max-width:82%}.tab-container-inner .bs-styled-checkbox+label:before{min-width:20px}.tab-container-inner input.form-control[type=search]{position:absolute;left:0}div,dl,li{border-radius:0}.acomment-content,.bs-forum-content{word-wrap:break-word}body.activity-permalink .activity-list .activity-content .activity-header{text-align:left}.bb-model-form-content .vue-input-tag-wrapper .new-tag{width:auto}#content #buddypress #bb-media-model-container .activity-comments-items ul:not(.bs-dropdown){padding-bottom:0}#content #buddypress #bb-media-model-container .activity-comments-items ul .avatar{max-width:28px}.bb-profile-details-inner .bs-generic-button.bs-button-follow>a:first-child{margin-right:12px}.webui-popover-title{font-weight:500;padding:12px 14px}.webui-popover-inner .close{font-size:24px;margin:10px 10px 0 0}.appbosscm-feedback-form-submit-button{margin-top:0}#buddypress #activity-stream .activity-meta .bp-secondary-action.appbosscm-activity-report-button:before{content:"\E8EA";display:inline-block;font:normal normal normal 14px/1 bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:normal;background:0 0;font-size:15px}.appbosscm-feedback-form-field-wrap select{font-size:14px}.activity-comments .appbosscm-report-button:after,.single-attachment .appbosscm-report-button:after,.single-post .appbosscm-report-button:after{display:none}.single-attachment .appbosscm-moderation-button-wrap,.single-post .appbosscm-moderation-button-wrap{margin-bottom:30px}#buddypress .groups-meta.action .appbosscm-moderation-button-wrap{padding-left:10px}#buddypress .groups-meta.action .appbosscm-moderation-button-wrap a{box-shadow:none}#buddypress .bs-dropdown .appbosscm-moderation-button-wrap{font-family:inherit;display:block}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link,#buddypress .bs-dropdown .appbosscm-moderation-button-wrap .appbosscm-report-button{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:0}.medium-editor-toolbar-form-active{box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px}.medium-editor-toolbar-form .medium-editor-toolbar-input,.medium-editor-toolbar-form .medium-editor-toolbar-input:focus{background:0 0;border:1px solid #dedfe2;color:#4d5c6d;height:40px}.medium-editor-toolbar .medium-editor-toolbar-actions{height:auto;padding:0;overflow:hidden;padding:0 15px 10px}.medium-editor-toolbar li .medium-editor-button-first{border-bottom-left-radius:0!important;border-top-left-radius:0!important;padding-left:10px!important}.medium-editor-toolbar li .medium-editor-button-last{border-bottom-right-radius:0!important;border-right:none!important;border-top-right-radius:0!important;padding-right:10px!important}.bbpress a.medium-editor-toolbar-close,.bbpress a.medium-editor-toolbar-save,.buddypress a.medium-editor-toolbar-close,.buddypress a.medium-editor-toolbar-save{font-size:0;color:inherit}.bbpress a.medium-editor-toolbar-close:before,.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-save:before{font-family:bb-icons;line-height:20px;text-align:center}.bbpress a.medium-editor-toolbar-save:before,.buddypress a.medium-editor-toolbar-save:before{content:'\E876';font-size:22px}.bbpress a.medium-editor-toolbar-close:before,.buddypress a.medium-editor-toolbar-close:before{content:'\E828';font-size:24px}.medium-editor-toolbar-form .medium-editor-toolbar-close{margin-left:0;margin-right:10px}.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder{color:rgba(0,0,0,.3)}.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder{color:rgba(0,0,0,.3)}.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder{color:rgba(0,0,0,.3)}.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder{color:rgba(0,0,0,.3)}.medium-editor-anchor-preview{font-size:14px;max-width:300px}.medium-editor-anchor-preview a{margin:0;padding:5px}.widget-area .multi-review{background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.widget-area .multi-review>div{width:100%}.widget-area .bp-member-add-form p:last-child{margin-top:20px}.widget-area .bp-member-add-form label{font-size:14px}@media screen and (min-width:46.8em){.bp-list li .item{overflow:visible}}.bp-list:after,.bp-list:before{content:normal}.bp-pagination.top{display:none}#buddypress a.button{color:#fff;background-color:#007cff;font-weight:500;text-decoration:none;border:1px solid transparent;outline:0;vertical-align:middle}#buddypress a.button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:100px;line-height:1.4}#buddypress a.button:focus,#buddypress a.button:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1);border-color:transparent}#buddypress a.button:active{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:initial}#buddypress #pag-top{display:none}#buddypress .dir-form{margin-top:40px}li#members-order-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-title a{color:#122b46;display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2}.item-title a:hover{color:#007cff}@media only screen and (max-width:320px){#buddypress li div.item{margin-left:0}}#buddypress div#item-header img.avatar{margin:0;max-width:160px}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#item-header-cover-image{min-height:225px}#buddypress div.item-list-tabs#object-nav{border-top:1px solid #e7e9ec;margin-top:20px;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li{float:left;margin:0;padding:0 30px 0 0}#buddypress div.item-list-tabs#object-nav li.hideshow{padding:0}#buddypress div.item-list-tabs#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}#buddypress div.item-list-tabs#object-nav a:hover{color:#122b46}#buddypress div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid #007cff;margin-bottom:-1px;opacity:1;font-weight:500;color:#122b46}#buddypress div.item-list-tabs#object-nav .selected a span{background-color:#007cff}#buddypress div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}p#user_switching_switch_on{max-width:1200px;padding-left:10px;padding-right:10px;margin:20px auto 50px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{font-family:inherit;font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;min-height:40px;padding:10px 20px;font-weight:500;text-decoration:none;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-transition:.3s all;transition:.3s all}#buddypress .comment-reply-link:focus,#buddypress .comment-reply-link:hover,#buddypress .generic-button a:focus,#buddypress .generic-button a:hover,#buddypress .standard-form button:focus,#buddypress .standard-form button:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress input[type=button]:focus,#buddypress input[type=button]:hover,#buddypress input[type=reset]:focus,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:focus,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:focus,#buddypress ul.button-nav li a:hover,a.bp-title-button:focus,a.bp-title-button:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#buddypress .comment-reply-link:active,#buddypress .generic-button a:active,#buddypress .standard-form button:active,#buddypress a.button:active,#buddypress input[type=button]:active,#buddypress input[type=reset]:active,#buddypress input[type=submit]:active,#buddypress ul.button-nav li a:active,a.bp-title-button:active{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#buddypress .comment-reply-link.disabled,#buddypress .generic-button a.disabled,#buddypress .standard-form button.disabled,#buddypress a.button.disabled,#buddypress input[type=button].disabled,#buddypress input[type=reset].disabled,#buddypress input[type=submit].disabled,#buddypress ul.button-nav li a.disabled,a.bp-title-button.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}#buddypress .comment-reply-link.small,#buddypress .generic-button a.small,#buddypress .standard-form button.small,#buddypress a.button.small,#buddypress input[type=button].small,#buddypress input[type=reset].small,#buddypress input[type=submit].small,#buddypress ul.button-nav li a.small,a.bp-title-button.small{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px;border-radius:100px}#buddypress .comment-reply-link.big,#buddypress .generic-button a.big,#buddypress .standard-form button.big,#buddypress a.button.big,#buddypress input[type=button].big,#buddypress input[type=reset].big,#buddypress input[type=submit].big,#buddypress ul.button-nav li a.big,a.bp-title-button.big{font-size:16px;min-height:62px;padding:20px 40px;border-radius:100px}#buddypress .comment-reply-link.large,#buddypress .generic-button a.large,#buddypress .standard-form button.large,#buddypress a.button.large,#buddypress input[type=button].large,#buddypress input[type=reset].large,#buddypress input[type=submit].large,#buddypress ul.button-nav li a.large,a.bp-title-button.large{font-size:16px;min-height:50px;padding:14px 30px;border-radius:100px}#buddypress .comment-reply-link.outline,#buddypress .generic-button a.outline,#buddypress .standard-form button.outline,#buddypress a.button.outline,#buddypress input[type=button].outline,#buddypress input[type=reset].outline,#buddypress input[type=submit].outline,#buddypress ul.button-nav li a.outline,a.bp-title-button.outline{background:0 0;border-width:1px;border-color:#007cff;color:#007cff}#buddypress .comment-reply-link.outline:hover,#buddypress .generic-button a.outline:hover,#buddypress .standard-form button.outline:hover,#buddypress a.button.outline:hover,#buddypress input[type=button].outline:hover,#buddypress input[type=reset].outline:hover,#buddypress input[type=submit].outline:hover,#buddypress ul.button-nav li a.outline:hover,a.bp-title-button.outline:hover{background:0 0;color:#0070e6;border-color:#0070e6;box-shadow:none}#buddypress .comment-reply-link.outline:active,#buddypress .generic-button a.outline:active,#buddypress .standard-form button.outline:active,#buddypress a.button.outline:active,#buddypress input[type=button].outline:active,#buddypress input[type=reset].outline:active,#buddypress input[type=submit].outline:active,#buddypress ul.button-nav li a.outline:active,a.bp-title-button.outline:active{background:0 0;color:#2e94ff;border-color:#2e94ff;box-shadow:none}#buddypress .comment-reply-link.outline.disabled,#buddypress .comment-reply-link.outline:disabled,#buddypress .generic-button a.outline.disabled,#buddypress .generic-button a.outline:disabled,#buddypress .standard-form button.outline.disabled,#buddypress .standard-form button.outline:disabled,#buddypress a.button.outline.disabled,#buddypress a.button.outline:disabled,#buddypress input[type=button].outline.disabled,#buddypress input[type=button].outline:disabled,#buddypress input[type=reset].outline.disabled,#buddypress input[type=reset].outline:disabled,#buddypress input[type=submit].outline.disabled,#buddypress input[type=submit].outline:disabled,#buddypress ul.button-nav li a.outline.disabled,#buddypress ul.button-nav li a.outline:disabled,a.bp-title-button.outline.disabled,a.bp-title-button.outline:disabled{background:0 0;color:#c8cbcf;border-color:#f5f5f5;opacity:1}#buddypress .standard-form button.wp-switch-editor{padding:6px 12px;height:auto;min-height:10px;border-radius:0;border:1px solid #d7e0e2;border-bottom:0;background:#dcdcdc;color:inherit}#buddypress .standard-form .tmce-active .wp-switch-editor.switch-tmce{background:#f5f5f5}#buddypress .standard-form .html-active .wp-switch-editor.switch-html{background:#f5f5f5}#buddypress .standard-form .html-active .button{min-height:20px;color:#122b46;border:1px solid #d7e0e2;padding:6px 6px;margin:4px 1px;font-size:13px;line-height:1;border-radius:3px}#buddypress a.button.outline{box-shadow:none}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:100%;padding:0 0 20px;border:0}#buddypress div.item-list-tabs ul:after{content:'';display:table;clear:both}#buddypress div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#buddypress div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%;padding:0}#buddypress div.item-list-tabs#object-nav li li.selected a{border:0}#buddypress div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:#4d5c6d;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}.bb-single-bp-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:14px 0;line-height:1.1}#buddypress div.item-list-tabs#object-nav a.more-button.active:after{bottom:-17px}#buddypress div.item-list-tabs ul.sub-menu{top:50px;padding:10px 0}div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#buddypress div.item-list-tabs#object-nav li.hideshow span{float:right}#sitewide-notice #message{background:#1c86f2;color:#fff;border:0;border-radius:10px;width:auto;left:auto;right:1%;margin-left:1%;opacity:.9;font-size:15px;padding:10px 20px 10px 20px}#sitewide-notice #message h4{max-width:90%;font-size:18px;color:#fff;margin-bottom:10px;font-weight:500}#sitewide-notice #message p{padding:0;margin:0 0 1rem;font-size:1rem;line-height:1.4}#sitewide-notice #message p:empty{display:none!important}#sitewide-notice .bb-notice-content>:last-child{margin-bottom:0}#sitewide-notice ol,#sitewide-notice ul{margin-left:0;margin-bottom:1rem;list-style-position:inside}#sitewide-notice button{position:absolute;top:15px;right:15px;min-height:0;height:18px;width:18px;padding:0;line-height:16px;font-size:10px;font-weight:800;background:#fff;color:#1c86f2}@media (min-width:768px){#sitewide-notice #message{min-width:500px}}#buddypress ul.item-list{border-top:0;margin-bottom:20px}#buddypress ul.item-list li:not(.load-more){border-bottom:0}#buddypress ul.item-list li img.avatar{margin:0}.widget_bp_core_friends_widget .item-meta{display:none}.dir-list{margin-bottom:30px}input#send_reply_button{min-width:87px}#buddypress div.item-list-tabs#subnav{overflow:visible}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.gif-search-result .loading-icon{display:block;margin:0 auto;max-height:300px}#buddypress div#message-thread div.message-content{margin-left:0}#buddypress div.item-list-tabs ul.bs-dropdown{padding:10px 0}#buddypress div.item-list-tabs ul.bs-dropdown a{padding:9px 15px}#buddypress #member-forums-sub-nav ul{margin-bottom:25px}#buddypress #member-forums-sub-nav li{padding-right:30px;padding-bottom:10px}#buddypress #member-forums-sub-nav a{display:block;font-size:14px;color:#939597;opacity:1;padding:0 0 10px}#buddypress #member-forums-sub-nav .selected a{background:0 0;border-bottom:1px solid #007cff;font-weight:500;font-size:14px;color:#122b46;opacity:1}@media (max-width:540px){.bb-photos-wrap .bb-title{margin:0 0 20px}.bb-photos-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-photos-actions a{margin-bottom:10px;margin-left:0!important}}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:100%}#buddypress .standard-form select{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}#buddypress .standard-form select:focus{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center}#buddypress .standard-form select[multiple]{background-image:none}#buddypress .standard-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);background-position:left 10px center;padding-left:2rem}.widget.buddypress .bp-login-widget-user-links>div{padding:0}.widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.widget_bp_core_login_widget .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.widget_bp_core_login_widget .widget-title:empty{display:none}.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-right:15px}.widget_bp_core_login_widget .bp-login-widget-user-links{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp_widget_login{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bbp_widget_login>.inner{width:100%}.bbp_widget_login .widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login .widget-title:empty{display:none}.bbp_widget_login .bbp-logged-in{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-logged-in{position:relative}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{cursor:initial}body #buddypress * a{box-shadow:initial}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:0 0 1.6875rem}.bp-navs.bp-navs{overflow:initial}body #buddypress .group-item-avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 15px;border:0;padding:0}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.buddypress.widget ul.item-list li .item{padding:0}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress .bp-feedback.custom-homepage-info button.bp-tooltip{padding:0}#buddypress .custom-homepage-info.info{border:1px solid #e7e9ec;background:#fff;box-shadow:none;border-radius:3px;padding:20px;position:relative;font-size:16px;margin-bottom:20px;margin-top:0}#buddypress .custom-homepage-info.info button{position:absolute;right:10px;top:10px;background:0 0;border:0;color:#ef3e46;box-shadow:none}#buddypress .custom-homepage-info.info p{padding:0}#buddypress .custom-homepage-info.info p:last-child{margin-bottom:0}.bs-groups-items.grid-view .item-avatar .avatar{width:100%}.buddypress-wrap:not(.round-avatars) .bs-groups-items.grid-view .item-avatar .avatar{border-radius:0}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:24px}@media screen and (min-width:75em){.member-front-page .buddypress.widget ul.item-list li .avatar,.widget-area .buddypress.widget ul.item-list li .avatar{width:100%}.member-front-page .buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0;width:100%}}body.buddypress.activation .site-content,body.buddypress.register .site-content{padding-top:5%}body.buddypress.activation .site-content .content-area,body.buddypress.register .site-content .content-area{padding-top:0}@media screen and (min-width:46.8em){body.buddypress .site-content{padding-top:0}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav{border-bottom:1px solid #e7e9ec;border-top:0;box-shadow:none;margin-bottom:20px;margin-top:0}.bp-single-vert-nav .bp-navs.vertical li.selected,.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:rgba(77,92,109,.1)}}#cover-image-container{background:#fff;border:1px solid #e7e9ec;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px 30px 0;font-size:14px;line-height:1.3575}#header-cover-image{background-color:#607387}body #buddypress #header-cover-image{background-position:center center;margin:-30px -30px 0;position:relative;width:auto}body #buddypress #header-cover-image.width-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-bottom:1px solid #e7e9ec}body #buddypress #header-cover-image.cover-large{height:300px}body #buddypress #item-header-cover-image{min-height:auto;margin-bottom:0;padding-bottom:20px;width:100%}body #buddypress .groups-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}body #buddypress .groups-header #item-header-cover-image .group-item-actions{min-width:170px}.bp-user #buddypress #item-header{margin:0}#buddypress #item-header-cover-image #item-header-avatar{margin-top:-40px;margin-right:30px;margin-bottom:5px;padding:0}#buddypress #item-header-cover-image.bb-disable-cover-img #item-header-avatar{margin-top:0}body #buddypress #item-header-cover-image #item-header-avatar img.avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff;max-width:180px}body #buddypress:not(.round-avatars) #item-header-cover-image #item-header-avatar img.avatar{border-radius:4px}nav#object-nav{background:#fbfbfc;border:1px solid #e7e9ec;padding:0 20px;margin:0 0 20px;margin-top:-1px;border-radius:0 0 4px 4px}nav#object-nav li{float:left;margin:0;padding:0 30px 0 0}nav#object-nav li.hideshow{padding-right:5px}nav#object-nav a{color:#939597;display:block;padding:11px 0;text-decoration:none;font-size:14px;line-height:2}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:0 0;color:#122b46}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:#007cff}nav#object-nav .selected>a{background-color:transparent;border-bottom:1px solid #007cff;margin-bottom:-1px;opacity:1;font-weight:500;color:#122b46}body #buddypress div#item-header-cover-image h2,body #buddypress div#item-header-cover-image h2 a{font-size:2rem;position:relative;color:#122b46;text-shadow:none}body #cover-image-container span.activity{font-size:14px}.single-headers .item-meta{margin:0 0 10px;padding:0}#item-header-cover-image .member-header-actions .generic-button a,#item-header-cover-image .member-header-actions .generic-button button{font-size:12px;min-height:30px;padding:0 20px;line-height:28px}#item-header-cover-image .member-header-actions .generic-button a.friendship-button.pending_friend.requested,#item-header-cover-image .member-header-actions .generic-button button.friendship-button.pending_friend.requested{line-height:13px}#item-header-cover-image .member-header-actions .generic-button a.follow-button.not_following.outline,#item-header-cover-image .member-header-actions .generic-button button.follow-button.not_following.outline{color:#fff}#item-header-cover-image .member-header-actions div.generic-button{display:inline-block;float:none}#item-header-cover-image .member-header-actions>li{float:none}#item-header-cover-image .flex>#send-private-message{margin-top:35px;text-align:left;min-width:140px;margin-right:-20px}#item-header-cover-image .flex>#send-private-message .thickbox{font-size:12px;min-height:30px;padding:0 20px;line-height:28px}@media screen and (max-width:1200px){.has-sidebar #buddypress div#item-header #item-header-cover-image #item-header-content>.flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar #buddypress div#item-header #item-header-cover-image #item-header-content>.flex .bb-user-content-wrap{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.has-sidebar #buddypress div#item-header #item-header-cover-image #item-header-content>.flex .flex>#send-private-message{margin:5px 0 10px 10px}}@media screen and (max-width:980px){#item-header-cover-image .flex>#send-private-message{margin:20px 0 0 0;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width:782px){.bp_members.type-bp_members #item-header-content .gamipress-buddypress-points{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp_members.type-bp_members #item-header-content>.flex #send-private-message,.bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap,.bp_members.type-bp_members #item-header-content>.flex .member-header-actions{text-align:center}}#TB_window{border-radius:4px 4px 4px 4px}#TB_window #TB_title{display:inline-block;width:100%;height:auto;padding:10px 5px;border-radius:4px 4px 0 0}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{right:10px}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:active,#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus{box-shadow:none}#TB_window #TB_title #TB_closeAjaxWindow #TB_closeWindowButton:focus .tb-close-icon{box-shadow:none}#TB_window #TB_ajaxContent{padding:0 20px 20px 20px;width:100%!important;height:auto!important}#TB_window #private-message-form-ux{margin-bottom:0;margin-top:12px;width:100%}#TB_window #private-message-form-ux>label{margin-bottom:10px;display:inline-block}#TB_window #private-message-form-ux input,#TB_window #private-message-form-ux textarea{display:block;width:100%;max-height:200px}#TB_window #private-message-form-ux input+br{display:none}@media screen and (max-width:560px){#TB_window{width:80%!important;max-width:100%!important;margin-left:0!important;margin-top:0!important;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}body .single-headers a.button,body .single-headers div.generic-button,body .single-headers li.generic-button{margin:5px 8px 5px 0}nav#object-nav .more-button{font-size:20px;padding:14px 0;line-height:1.1}nav#object-nav .more-button.active:after{bottom:-18px}nav#object-nav .sub-menu{top:50px;padding:10px 0}nav#object-nav .sub-menu li{margin:0;display:block;width:100%;padding:0}nav#object-nav .sub-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:13px;font-weight:inherit;color:#939597;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem;overflow:hidden}nav#object-nav .sub-menu a:hover{background:#f5f5f5}nav#object-nav .sub-menu span.count{float:right;font-size:10px}nav#object-nav .sub-menu .selected>a{background:#f5f5f5;border:0}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-left:0}}.bp-single-vert-nav .bp-wrap .bp-subnavs ul li.current:not(:last-child),.buddypress-wrap .bp-subnavs ul li:not(:last-child){padding-right:30px}.bp-single-vert-nav .bp-wrap .bp-navs.bp-subnavs{margin-bottom:20px}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.selected a{background:0 0;border-bottom:1px solid #007cff;font-weight:500}@media screen and (max-width:782px){#buddypress #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress #item-header-cover-image #item-header-avatar{margin-right:auto;margin-left:auto;margin-bottom:20px}#buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:0 0;float:left}.buddypress-wrap .single-screen-navs li{border-bottom:0}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{color:#122b46}}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search]{padding:6px 10px;height:auto;font-size:14px}body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);background-position:left 10px center;padding-left:2rem;width:100%;min-width:210px;border-radius:100px}@media screen and (max-width:544px){body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{min-width:150px}}body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:360px}@media screen and (max-width:544px){body.pending-invites .buddypress-wrap .bp-invites-search-form input[type=search]{min-width:280px}}body .buddypress-wrap form.bp-messages-search-form input[type=search]:-webkit-autofill{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);background-position:left 10px center}.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:#fff;border:1px solid #dedfe2;box-shadow:none;border-radius:100px;margin:0;position:relative}#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit,body #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;left:0;z-index:10;overflow:hidden}.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit]{position:absolute;opacity:0;visibility:hidden;width:0;height:0}.buddypress-wrap .bp-tables-report,.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec}.buddypress-wrap .bp-tables-report tr td,.buddypress-wrap .bp-tables-report tr th,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:25px 20px}.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:1px solid #e7e9ec}.buddypress-wrap .bp-tables-report tbody tr,.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:0 0}.buddypress-wrap .bp-tables-report tbody tr:nth-child(odd),.buddypress-wrap .bp-tables-user tbody tr:nth-child(odd){background:#f7fafe}.buddypress-wrap .bp-tables-report tbody tr:hover,.buddypress-wrap .bp-tables-user tbody tr:hover{background:#f5f5f5}td.notification-description a{font-size:16px;color:#122b46;letter-spacing:-.24px;line-height:1.3;position:relative}.buddypress-wrap .subnav-filters .select-wrap{margin-right:12px}.buddypress-wrap .select-wrap{background-color:#fff;border:1px solid #e7e9ec;border-radius:3px}.buddypress-wrap .select-wrap select{margin-right:0;padding:6px 25px 6px 10px;position:relative;text-indent:0}.buddypress-wrap .select-wrap span.select-arrow{display:none}.buddypress-wrap .current-visibility-level{color:#a3a5a9}.buddypress-wrap .field-visibility-settings{color:inherit}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;min-height:34px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0}.buddypress-wrap .bp-pagination{color:#a3a5a9;padding:10px 0}.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:3px;line-height:1;margin:1px 0 0 10px;padding:0 20px;min-height:34px;height:34px;font-size:14px;font-weight:500}.bb-sort-by-date{font-size:15px;color:#a3a5a9;letter-spacing:-.24px;margin:0}span.notifications-order-actions{box-shadow:0 0 0 1px #dedfe2;margin-left:5px;padding-top:1px;position:relative}body.buddypress .buddypress-wrap .bs-section-title{margin-bottom:0}.buddypress-wrap .bp-messages{border:1px solid #e7e9ec;margin:0;border-radius:3px}.buddypress-wrap .bp-messages:after{content:'';clear:both;display:table}span.count:empty{display:none!important}#whats-new-content+#message{margin-top:20px}.buddypress-wrap #group-settings-form .bp-messages{margin-bottom:20px}.buddypress-wrap .bp-feedback,.widget-error .bp-feedback{box-shadow:none;border:1px solid #e7e9ec;border-radius:3px;color:#4d5c6d}.buddypress-wrap .bp-feedback:after,.widget-error .bp-feedback:after{content:'';display:table}.buddypress-wrap .bp-feedback .bp-icon,.widget-error .bp-feedback .bp-icon{border-radius:3px 0 0 3px}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.widget-error .bp-feedback.help .bp-icon,.widget-error .bp-feedback.info .bp-icon{background-color:#1c86f2}.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon,.widget-error .bp-feedback.loading .bp-icon,.widget-error .bp-feedback.warning .bp-icon{background-color:#f7ba45}.buddypress-wrap .bp-feedback.success .bp-icon,.widget-error .bp-feedback.success .bp-icon{background-color:#1cd991}.buddypress-wrap .bp-feedback.error .bp-icon,.widget-error .bp-feedback.error .bp-icon{background-color:#ef3e46}.buddypress-wrap .bp-feedback:not(.custom-homepage-info) p,.widget-error .bp-feedback p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;padding-right:20px}#buddypress .bp-invites-content ul.item-list li img.avatar{border-radius:50%}#buddypress .bb-groups-messages-left .action .invite-button,#item-body #group-invites-container .bp-invites-content .action button.invite-button{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px}#buddypress .bb-groups-messages-left .action .invite-button .icons,#item-body #group-invites-container .bp-invites-content .action button.invite-button .icons{opacity:0;visibility:hidden}#buddypress .bb-groups-messages-left .selected .invite-button,#item-body #group-invites-container .bp-invites-content .selected .action button.invite-button{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-close.svg) no-repeat}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\e921"}.buddypress-wrap .bp-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.bulk-select-all,.bulk-select-check{min-width:40px}.bulk-select-all label,.bulk-select-check label{margin:0!important}.notification-list.bb-nouveau-list{margin-bottom:20px}.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:0;visibility:hidden}@media (hover:none) and (pointer:coarse){.notification-dropdown .notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible}}.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions{opacity:1;visibility:visible}.notification-list.bb-nouveau-list .actions{opacity:1;visibility:visible;font-size:0}.notification-list.bb-nouveau-list .actions a{color:rgba(18,43,70,.4);margin-left:6px}.notification-list.bb-nouveau-list .actions .dashicons{font-size:18px}.notification-list.bb-nouveau-list .actions .delete .dashicons{font-size:16px;position:relative;top:2px}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,.notification-list.bb-nouveau-list .actions .dashicons-hidden:before,.notification-list.bb-nouveau-list .actions .dashicons-trash:before,.notification-list.bb-nouveau-list .actions .dashicons-visibility:before{content:"\e8fc";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:15px}.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before{content:"\e8f6"}.notification-list.bb-nouveau-list .actions .dashicons-trash:before{content:"\E937"}.notification-list.bb-nouveau-list .actions .dashicons-hidden:before{content:"\e8be"}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{display:none}.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:0}}@media (max-width:543px){.notification-list.bb-nouveau-list .avatar:not(.profile-avatar){max-width:44px}.notification-list.bb-nouveau-list .actions{font-size:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:8px 0 0 98px}.notification-list.bb-nouveau-list .notification-content+.actions{-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0}body.buddypress .buddypress-wrap .bs-section-title{font-size:20px}.bb-sort-by-date{font-size:13px;text-align:right}.notification-list .bs-item-wrap:not(.bs-header-item){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#whats-new-form,#whats-new-form-placeholder{margin:0}#whats-new-form .bp-feedback,#whats-new-form-placeholder .bp-feedback{min-width:100%}#whats-new-form #whats-new-post-in-box input[type=text],#whats-new-form-placeholder #whats-new-post-in-box input[type=text]{font-size:13px;min-width:200px}#whats-new-form #whats-new-post-in-box .bp-activity-object,#whats-new-form-placeholder #whats-new-post-in-box .bp-activity-object{font-size:13px;border-radius:3px;border-color:#dedfe2;padding:2px 6px;min-height:34px}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{background-color:transparent;border:0;padding:0;margin-top:0;margin-left:30px;margin-right:2px;line-height:1}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item:before{content:"\e8f7";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#939597}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:0 0 15px}body.buddypress article.page>.entry-header .entry-title{font-size:28px}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:34px}select#activity-filter-by{border:0}.filters .feed{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters .feed a{color:rgba(18,43,70,.4)}.filters .feed a:hover{color:#122b46}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:15px}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin-right:15px}@media screen and (max-width:400px){body #buddypress #members-list.bp-list.following-list .following-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button,body #buddypress #members-list.bp-list.following-list .following-meta.action .generic-button:last-child{margin-left:5px;margin-right:5px}}#bp-login-widget-form label{display:block}#bp-login-widget-form label[for=bp-login-widget-rememberme]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bp-login-widget-form input{margin-bottom:12px}.widget_bp_core_login_widget label[for=bp-login-widget-user-login]::before,.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]::before{top:30px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{top:32px}.widget_bp_core_login_widget .forgetmenot{width:100%}.bp-list li .item-avatar{float:left}div#cover-image-container{margin-top:-31px}@media screen and (min-width:46.8em){.bp-dir-vert-nav .dir-navs{min-width:180px}.bp-dir-vert-nav .screen-content{border-color:#e7e9ec}.bp-dir-vert-nav .dir-navs ul li.selected a{background:0 0;color:inherit}.bp-dir-vert-nav .dir-navs ul li.selected{border:0}#buddypress.bp-dir-vert-nav .dir-navs a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:0;padding:4px 0}#buddypress.bp-dir-vert-nav .dir-navs li.selected a{border-bottom:0}.bp-dir-vert-nav .dir-navs ul li.selected a span{color:#fff}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:0}}.entry-content #groups-list .item-avatar a{display:inline-block;background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border-radius:3px}.entry-content .widget #groups-list .item-avatar a{box-shadow:none;border:0}.buddypress-wrap.round-avatars .item-avatar a{border-radius:50%}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;line-height:1.6}.buddypress #buddypress.bp-dir-vert-nav .create-button a{font-size:14px;font-weight:400;min-height:34px;padding:4px 20px;border:1px solid #007cff;background:0 0;color:#007cff;box-shadow:none;border-radius:50px;text-decoration:none}#buddypress h4.bb-active-order{margin:0 0 0 20px}.buddypress-wrap .groups-list li .group-desc{border:0;border-radius:0;color:#737373;font-style:italic;margin:0;padding:0}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;margin-top:0;min-height:10px;font-size:13px}.buddypress-wrap .grid.bp-list>li .item .item-block{min-height:auto}.buddypress-wrap .grid.groups-list>li .item .last-activity{margin-top:0}.buddypress-wrap .grid.groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .groups-list li p{margin:0 0 15px}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}@media screen and (min-width:24em){.grid.groups-list .list-wrap{min-height:40px}.grid.groups-list .list-wrap .item-block{min-height:10px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:20px;width:auto}.buddypress-wrap .groups-list li .group-desc{font-size:13px;line-height:1.5;font-style:normal}}@media screen and (max-width:980px){body #buddypress .group-invites-column .bp-list .action{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-left:0;max-width:100%}.bp-list li .item-meta,.bp-list li .meta{letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:#a3a5a9;margin:0}.single-headers{margin-bottom:0}body.buddypress .buddypress-wrap .bp-screen-title{margin:15px 0 0;display:none}.single-headers .activity{font-size:13px;margin-bottom:0}#buddypress #item-header-cover-image .highlight{margin-bottom:6px;padding:0}.group-description p{margin-bottom:1rem}.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current{border-color:#e7e9ec;font-size:14px}.bp-avatar-nav ul.avatar-nav-items li.current{border-bottom-color:#fff}#buddypress input#bp-browse-button{margin-top:10px}.avatar-crop-management #avatar-crop-pane{margin-bottom:10px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel{color:#939597;font-size:15px}.avatar-crop-management #avatar-crop-actions a.avatar-crop-cancel:hover{color:#007cff}body #buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{display:block;font-size:85%;margin:1em 0;color:#856404;background-color:#fff3cd;border-color:#ffeeba;position:relative;padding:10px 15px;margin-bottom:1rem;border:1px solid transparent;border-radius:4px}.bb-bp-profile-screen{font-size:16px}.bb-bp-profile-screen .bp-cover-image{margin-top:20px;margin-bottom:20px}#buddypress #bp-delete-avatar,#buddypress #bp-delete-cover-image{color:#fff;background-color:#ef3e46;border:0;font-size:14px;padding:12px 25px;font-weight:500}#buddypress #bp-delete-avatar:hover,#buddypress #bp-delete-cover-image:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#pass-strength-result{margin-bottom:30px}#buddypress .register-section .bp-heading{font-size:18px;margin:0 0 15px;line-height:1.2}#buddypress .register-section label,#buddypress .register-section legend{font-weight:400;font-size:14px;margin:0 0 3px}#buddypress .register-section input[type=password]{margin-bottom:20px}#buddypress .register-section a.clear-value{display:none}#buddypress .register-section .field-visibility-settings-header{font-size:12px;margin-bottom:10px}#buddypress .register-section .field-visibility-settings div.radio label{position:relative}#buddypress .register-section .field-visibility-settings div.radio .field-visibility-text{margin-left:35px}#buddypress .register-section .field-visibility-settings input[type=radio]{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0;margin-right:10px}#buddypress .register-section .field-visibility-settings span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7}#buddypress .register-section .field-visibility-settings span.bs-radio.on:after{content:'';position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:#007cff;z-index:9}#buddypress .register-section .visibility-toggle-link{font-size:13px;background-color:transparent;color:#122b46;border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px}#buddypress .register-section .visibility-toggle-link:active,#buddypress .register-section .visibility-toggle-link:focus,#buddypress .register-section .visibility-toggle-link:hover{background:0 0;color:#007cff;box-shadow:none}#buddypress .register-section p.description{font-size:14px}#buddypress .register-section .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .register-section .datebox-selects label,#buddypress .register-section .datebox-selects select{margin-right:10px;margin-bottom:10px}#buddypress .register-section .wp-editor-tabs button{background:0 0;border:1px solid #ddd;color:inherit;padding:6px 12px;height:auto;min-height:10px;border-radius:3px 3px 0 0}#buddypress .register-section .wp-editor-tabs button:active,#buddypress .register-section .wp-editor-tabs button:focus,#buddypress .register-section .wp-editor-tabs button:hover{background:0 0;color:inherit;border:1px solid #ddd}#buddypress .register-section .html-active .wp-editor-tabs .switch-html,#buddypress .register-section .tmce-active .wp-editor-tabs .switch-tmce{background-color:#f5f5f5;border-bottom-color:#f5f5f5}#buddypress .register-section .quicktags-toolbar .button{color:inherit;background:0 0;border:0;font-weight:700;padding:0 5px;margin:0 6px 0 0;border-radius:0;box-shadow:none;font-size:14px;height:auto;min-height:10px}#buddypress .register-section .editfield:first-child{margin-top:0}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:block}.buddypress-wrap.extended-default-reg .register-page .default-profile,.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding:0}}#group-invites-container ul.subnav li{float:none;margin:0;padding-right:0}#group-invites-container ul.subnav a{border-bottom:0;padding:6px 0}@media screen and (max-width:680px){#group-invites-container ul.subnav li{float:left}}form#group_invites_search_form:after{content:'';display:table;clear:both}.drag-drop .drag-drop-inside p{color:inherit}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:none;padding:0}body .groups-manage-members-list .section-title{background:0 0;color:#122b46;font-weight:500;font-size:20px;line-height:1.1;padding-left:0;letter-spacing:0}#buddypress #members-list .members-meta.action>.generic-button:last-child a,#buddypress #members-list .members-meta.action>.generic-button:last-child button{font-size:.875rem;min-height:32px;padding:5px 20px;border-radius:100px;border:1px solid #007cff;background:0 0;color:#007cff;margin-left:10px;min-width:120px}#buddypress #members-list .members-meta.action>.generic-button:last-child a:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child a:hover,#buddypress #members-list .members-meta.action>.generic-button:last-child button:focus,#buddypress #members-list .members-meta.action>.generic-button:last-child button:hover{box-shadow:none}#buddypress .groups-manage-members-list{padding:0}#buddypress .groups-manage-members-list ul.item-list{margin:0 0 30px}#buddypress .groups-manage-members-list .item-list>li{background-color:#fff;border:1px solid #e7e9ec;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0}#buddypress .groups-manage-members-list .item-list>li .avatar{max-width:44px;width:100%;margin-right:15px}#buddypress .groups-manage-members-list .members-manage-buttons{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding-left:57px;margin:0}#buddypress .groups-manage-members-list .members-manage-buttons .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px;margin:5px 10px 5px 0}#buddypress .groups-manage-members-list .list-title.member-name a{font-size:20px;font-weight:400}#group-settings-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0;font-size:14px;line-height:1.5}#group-settings-form p.description{padding:10px 0;font-size:13px;margin-bottom:20px}.groups.group-admin #item-body #group-settings-form label[for=delete-group-understand]{margin:30px 0 15px}#buddypress input#delete-group-button{color:#fff}div#bs-member-profile:empty{display:none}#item-body .bb-message-heading h2,#item-body .bs-member-notifications .title.title{margin:0}.group-create #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column,.group-create .type-bp_members #buddypress.bp-single-vert-nav #group-invites-container .group-invites-column{padding:0}.type-bp_members .buddypress-wrap .activity-list .load-more a,.type-bp_members .buddypress-wrap .activity-list .load-newest a{color:#007cff}.type-bp_members .buddypress-wrap .activity-list .load-more a:hover,.type-bp_members .buddypress-wrap .activity-list .load-newest a:hover{color:#0f74e0}#item-body #group-invites-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:#fbfbfc;border-right:1px solid #e7e9ec;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}#item-body #group-invites-container .bp-navs.group-subnav a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 20px;line-height:1;margin-bottom:1px}#item-body #group-invites-container .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)}#item-body #group-invites-container .bp-navs.group-subnav .current a,#item-body #group-invites-container .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:#007cff;font-weight:400}#item-body #group-invites-container .group-invites-column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:#fff;border:1px solid #e7e9ec;border-bottom:0;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}#item-body #group-invites-container .bp-invites-content .item-list>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid #e7eaec;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#item-body #group-invites-container .bp-invites-content .list-title{color:#122b46;font-size:20px;margin:0 auto;width:100%}#item-body #group-invites-container .bp-invites-content .item-meta .group-inviters li{color:#a3a5a9}#item-body #group-invites-container .bp-invites-content .action{position:static}#item-body #group-invites-container .bp-invites-content .action button{height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:0 0;box-shadow:none}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content .button.selected{color:#ee343c}#item-body #group-invites-container .bp-invites-content #send-invites-editor{margin-top:30px}#item-body #group-invites-container .bp-invites-content #send-invites-editor img.avatar{border-radius:50%;max-width:40px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form label{font-size:14px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button{color:#939597}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send{margin-left:0;background-color:#007cff;color:#fff;min-height:34px;padding:6px 20px;border-radius:100px}#item-body #group-invites-container .bp-invites-content #send-invites-editor #bp-send-invites-form .action button#bp-invites-send:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#item-body #group-invites-container .bp-invites-content .action{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:768px) and (max-width:1040px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form{padding:20px}#group-invites-container ul.subnav li,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav li{float:left!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid #e7e9ec}}@media screen and (max-width:767px){#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column{padding:20px}#group-invites-container ul.subnav li{float:left!important}#item-body #group-invites-container .bp-navs.group-subnav{border-bottom:1px solid #e7e9ec}}@media screen and (max-width:680px){#buddypress .bb-bp-settings-content,#item-body #group-invites-container .bp-navs.group-subnav,#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body #group-settings-form,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-bottom:1px solid #e7e9ec;border-radius:4px 4px 0 0}#item-body #group-invites-container .bp-navs.group-subnav,.groups.group-admin #buddypress #item-body nav.bp-navs.group-subnav{padding:0}#item-body #group-invites-container .group-invites-column,.groups.group-admin #buddypress #item-body form#group-settings-form{border-bottom:0;margin-bottom:0;padding:20px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav li{float:left}}.groups.group-create #buddypress .group-create-buttons{list-style:none;margin:0;overflow:hidden;display:inline-block}#create-group-form div#header-cover-image{background-color:#fbfbfc;border-radius:4px;max-width:100%;margin:0 auto 15px}.groups.group-create .buddypress-wrap{background:#fff;border:1px solid #e7e9ec;border-radius:4px;max-width:960px;margin:50px auto;padding:50px 100px}.groups.group-create .buddypress-wrap h2.bp-subhead{font-size:28px;line-height:1;margin-bottom:30px;text-align:center}.groups.group-create .buddypress-wrap #group-create-tabs{background:#fbfbfc;border-top:1px solid #e7e9ec;border-bottom:1px solid #e7e9ec;margin:0 -100px 40px;padding:10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;letter-spacing:-.24px}.groups.group-create .buddypress-wrap .group-create-buttons li{padding-right:0}.groups.group-create .buddypress-wrap .group-create-buttons li a,.groups.group-create .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after,.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) span:after{content:'';display:inline-block;width:24px;height:1px;background:#a3a5a9;margin:0 15px}.groups.group-create .buddypress-wrap .group-create-buttons li span{color:#a3a5a9}.groups.group-create .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background:#007cff}.groups.group-create .buddypress-wrap .group-create-buttons li.current a{background:0 0;color:#007cff}.groups.group-create .buddypress-wrap label{font-size:15px;font-weight:400;color:#122b46;letter-spacing:-.24px;line-height:1;margin:0 0 8px;cursor:pointer}.groups.group-create .buddypress-wrap input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]){margin:0 0 25px}.groups.group-create .buddypress-wrap #group-desc{height:120px!important;padding:10px!important;margin:0 0 25px}.groups.group-create .buddypress-wrap .submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap}.groups.group-create .buddypress-wrap #group-creation-next{margin-right:0;margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-previous{margin-bottom:15px}.groups.group-create .buddypress-wrap #group-creation-finish{margin-bottom:15px}.groups.group-create .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px}.groups.group-create .buddypress-wrap legend{color:#122b46;letter-spacing:-.14px;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:20px;display:block;width:100%;line-height:1;margin-bottom:22px}.groups.group-create .buddypress-wrap .group-status-type ul{font-size:14px;margin:0 0 30px 53px;line-height:1.6;letter-spacing:-.24px}.groups.group-create .buddypress-wrap h4{font-weight:500}.groups.group-create .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px}.groups.group-create .buddypress-wrap img.avatar{width:100%}.groups.group-create .buddypress-wrap .main-column{margin-left:0;font-size:14px;letter-spacing:-.24px;text-align:center;line-height:1.5}.groups.group-create .buddypress-wrap .main-column p{margin-bottom:1rem}.groups.group-create .buddypress-wrap #drag-drop-area{background:#fbfbfc;border:1px dashed #e7e9ec;border-radius:3px}.groups.group-create .buddypress-wrap button#bp-delete-avatar{margin-top:30px}.groups.group-create .buddypress-wrap div#avatar-crop-pane{margin-bottom:20px}.groups.group-create .buddypress-wrap #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.groups.group-create .buddypress-wrap #subnav li{margin:0 12px}.groups.group-create .buddypress-wrap #subnav a{font-size:18px;font-weight:500;letter-spacing:-.14px;line-height:40px}.groups.group-create .buddypress-wrap #group_invites_search_form,.groups.group-create .buddypress-wrap .bp-search,.groups.group-create .buddypress-wrap .group-invites-search.subnav-search{width:100%}.groups.group-create .buddypress-wrap input#group_invites_search{background-size:15px;background-position:left 14px center;background-color:#fbfbfc;height:32px;margin:0;border:0;border-radius:50px;padding-left:38px;font-size:14px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li{background-color:#fff;border:1px solid #e7e9ec;margin-bottom:-1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px 20px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{color:#122b46;font-size:20px;margin:0 auto;width:100%}.groups.group-create .buddypress-wrap .bp-invites-content #members-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{position:static}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button{height:auto;min-height:10px;padding:0;min-width:60px;border:0;color:inherit;background:0 0;box-shadow:none}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .button.selected{color:#ee343c}.groups.group-create .buddypress-wrap .bp-invites-content #members-list button .icons:before{font-size:22px}#item-body #group-invites-container .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.01)}#group-create-body{padding:0}#group-create-body #group-invites-container{margin-bottom:25px}#group-create-body #group-invites-container ul#members-list:after{content:'';display:table;clear:both}#buddypress textarea.activity-update{box-shadow:none}.groups.group-admin .settings-header{display:none}.bp-feedback{clear:both}.bb-group-settings .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-member-notifications .title{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .standard-form.bps_form .editfield{margin-bottom:15px}.widget .standard-form.bps_form label{display:block;margin-bottom:5px}#buddypress h1.entry-title.settings-title{margin:0}.buddypress-wrap select{height:40px}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-left:0}div.bp-avatar-status p.updated,div.bp-cover-image-status p.updated{border-radius:3px;font-size:14px;line-height:1.5}div.bp-avatar-status p.success,div.bp-cover-image-status p.success{background-color:#1cd991;border-color:#1cd991;color:#fff}.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (max-width:800px){.buddypress-wrap div#group-invites-container .group-subnav-filters .last{text-align:right}}.mce-top-part.mce-top-part:before{box-shadow:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{font-size:18px;padding-right:2px;padding-top:1px}div.has-text-field #wp-link .query-results{top:260px}@media screen and (max-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}.groups-header .groups-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#wp-link-wrap.has-text-field .query-results{top:275px}}#buddypress a.view.activity-time-since{display:inline-block}.bp-user.notifications #buddypress #item-header{margin-bottom:20px;display:none}body #buddypress div#item-header li{float:none}body #buddypress div#item-header .activity-comments-items{margin:0;list-style:none;background:#fbfbfc;padding:15px}div#item-header .bp-feedback.bp-messages{border-radius:0;margin-bottom:20px}div#item-header .bp-feedback.bp-messages .bp-icon{border-radius:0}.type-bp_members div#item-header #cover-image-container+.bp-feedback.bp-messages{margin-top:20px}.bp-user.notifications #buddypress div#item-header .bp-feedback.bp-messages{margin-bottom:0}#bp-send-invites-form #bp-invites-reset,#bp-send-invites-form #bp-invites-send{display:inline-block;margin-right:15px;margin-bottom:15px}#item-header.groups-header .bp-feedback.bp-feedback{border-top:0;border-radius:0;margin:0}#item-header.groups-header .bp-feedback.bp-feedback .bp-icon{background:#fbfbfc;font-size:23px;margin:0;padding:0 0 0 15px}#item-header.groups-header .bp-feedback.bp-feedback.help .bp-icon,#item-header.groups-header .bp-feedback.bp-feedback.info .bp-icon{color:#007cff}#item-header.groups-header .bp-feedback.bp-feedback.warning .bp-icon{color:#f7ba45}#item-header.groups-header .bp-feedback.bp-feedback.success .bp-icon{color:#1cd991}#item-header.groups-header .bp-feedback.bp-feedback.error .bp-icon{color:#ef3e46}#item-header.groups-header .bp-feedback.bp-feedback p{padding:10px;background:#fbfbfc}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{box-shadow:none;background:#1cd991;border-radius:3px}.buddypress-wrap .filter label{font-size:14px;margin-right:10px;margin-bottom:0}.buddypress-wrap .filter label:before{display:none}.buddypress.widget .activity-list blockquote{margin:0 0 10px;padding:0 0 10px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)}.buddypress.widget .activity-list blockquote>p{word-wrap:break-word;margin-bottom:10px}.buddypress.widget .activity-list blockquote iframe{max-width:100%;height:auto}.buddypress.widget .activity-list blockquote footer{overflow:hidden}.buddypress.widget .activity-list blockquote cite{float:left;margin-right:15px}.buddypress.widget .activity-list blockquote a.view.activity-time-since{line-height:1;display:block}.friends-request-list .list-wrap{width:100%}#buddypress .group-front-page{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}#buddypress .group-front-page .group-description{padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}#buddypress .group-front-page #group-front-widgets{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px;padding-left:10px;padding-right:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#buddypress .group-front-page #group-front-widgets .item-avatar .avatar{width:100%}#buddypress .group-front-page .widget_bp_core_login_widget{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .group-front-page .widget_bp_core_login_widget h2.widget-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .group-front-page .widget .widget-title{font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem;margin:0 0 20px;text-transform:uppercase}.buddypress-wrap .custom-homepage-info button[data-bp-close] span:before{font-size:20px}.custom-homepage-info .dashicons-dismiss{color:rgba(18,43,70,.4)}.custom-homepage-info .dashicons-dismiss:hover{color:rgba(18,43,70,.9)}.custom-homepage-info .dashicons-dismiss:before{display:inline-block;text-rendering:auto;font-size:20px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e8f6"}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{border-radius:4px;margin-top:20px}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 0 0 4px}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li{-webkit-transition:.3s all;transition:.3s all}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li:hover{background:rgba(77,92,109,.1)}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li a:hover{color:#007cff}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical li span{border-radius:100px}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical .selected>a{font-weight:inherit}.buddypress-wrap.round-avatars .widget_bp_core_login_widget .avatar{border-radius:3px}.buddypress .buddypress-wrap .mejs-button>button{background-color:transparent;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../../../../../wp-includes/js/mediaelement/mejs-controls.svg);color:inherit;border:0;padding:0;width:20px}.buddypress .buddypress-wrap .mejs-button>button:hover{background-color:transparent}.buddypress .buddypress-wrap .mejs-play>button{background-position:0 0}.buddypress .buddypress-wrap .mejs-pause>button{background-position:-20px 0}.buddypress .buddypress-wrap .mejs-unmute>button{background-position:-40px 0}.buddypress .buddypress-wrap .mejs-mute>button{background-position:-60px 0}.buddypress .buddypress-wrap .mejs-fullscreen-button>button{background-position:-80px 0}.buddypress .buddypress-wrap .mejs-unfullscreen>button{background-position:-100px 0}.buddypress .buddypress-wrap .mejs-captions-button>button{background-position:-140px 0}.buddypress .buddypress-wrap .mejs-replay>button{background-position:-160px 0}.buddypress .buddypress-wrap .mejs-chapters-button>button{background-position:-180px 0}.bp-user .messages nav#object-nav,.bp-user .notifications nav#object-nav,.bp-user .settings nav#object-nav{display:none}.bb-group-header-wrapper{overflow:hidden;background:#fff;border:1px solid #e7e9ec;border-bottom:0;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:30px;font-size:14px;line-height:1.3575}.bb-group-header-wrapper .avatar{box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff;border-radius:5px}@media screen and (max-width:46.8em){.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:0 0}}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec}.bb-user-nav-display-wrap nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;padding:0;border-radius:0;border:0;border-right:1px solid #e7e9ec;padding:20px 0}nav#object-nav.vertical li{width:100%;padding:0}nav#object-nav.vertical .selected>a{background:rgba(77,92,109,.1)}nav#object-nav.vertical a{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1px;padding:10px 15px}nav#object-nav.vertical a:hover{background:rgba(77,92,109,.1)}.bp-single-vert-nav .item-body{min-height:50vh;padding:20px}.group-invites.buddypress .bp-single-vert-nav .item-body,.type-bp_members .bp-single-vert-nav .item-body{overflow:inherit}.bp-single-vert-nav .bp-navs.vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}}.bp-messages .bp-feedback{margin:12px 8px}.messages .buddypress-wrap .bp-navs li,.notifications .buddypress-wrap .bp-navs li{float:left}.widget.bp-latest-activities .fluid-width-video-wrapper{margin-bottom:25px}.bb-group-settings h4+#bb_profile_avatar_wrap,.settings-messages+#bb_profile_avatar_wrap{margin:0 auto 30px}.bb-author.bb-message-title{min-height:67px}.grid-filters .dashicons{font:normal normal normal 22px/1 bb-icons;width:auto;height:auto}.grid-filters .layout-grid-view .dashicons:before{content:'\e82b'}.grid-filters .layout-list-view .dashicons:before{content:'\e82a'}.widget.widget_bp_profile_completion_widget{padding-bottom:10px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap .progress_container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border:0;background-color:#eef0f3;margin-bottom:6px;border-radius:10px;overflow:hidden}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap .progress_container .pc_progress{height:6px;border-radius:10px 0 0 10px;background-color:#05d786}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap .progress_text_wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:left}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap .progress_text_wrap .progress_text{color:#a3a5a9;font-size:12px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .pc_detailed_progress{margin-top:15px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{margin:0;padding:10px 0;position:relative;border-top:1px solid #e7e9ec;margin-left:30px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap:before{content:'';border:2px solid #d0d3d6;margin-left:-30px;margin-right:10px;display:inline-block;vertical-align:middle;height:22px;width:22px;border-radius:50%}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_name a{text-decoration:none;font-size:15px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{background-color:transparent;border:1px solid #f78f02;color:#f78f02;border-radius:30px;width:40px;font-size:12px;font-weight:600}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_name{width:-webkit-calc(100% - 55px);width:calc(100% - 55px);display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed:after{content:'\e809';font-family:bb-icons;position:absolute;left:-30px;margin-top:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:23px;color:#05d786}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed:before{border-color:#05d786}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed .section_name a{text-decoration:line-through;font-size:15px;color:#c8cbcf}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{border-color:#05d786;color:#05d786}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.progress_not_started .progress .completed_staus{border-color:#ff3a30;color:#ff3a30}@media screen and (max-width:980px){.groups.group-create .buddypress-wrap{padding:50px 30px}.groups.group-create .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}}@media screen and (max-width:640px){.bp-invites-content .bp-list li .item-avatar{margin-right:15px}.bp-invites-content #members-list.item-list .item-avatar img{max-width:42px}#item-body #group-invites-container .bp-invites-content .list-title{font-size:16px}#item-body #group-invites-container .bp-invites-content .action button .icons:before{font-size:18px}#item-body #group-invites-container .bp-invites-content .action button{min-width:20px}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page,.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page{margin-bottom:10px}.buddypress-wrap .subnav-filters .bulk-actions-wrap.bp-show{margin-top:20px;margin-bottom:10px}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:0}.groups.group-create .buddypress-wrap #group-creation-next,.groups.group-create .buddypress-wrap #group-creation-previous,.submit input#group-creation-create{font-size:13px;font-weight:500}.groups.group-create .buddypress-wrap label{font-size:14px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title{font-size:16px}.groups.group-create .buddypress-wrap .bp-invites-content #members-list .action{margin-left:auto}}@media screen and (max-width:511px){.buddypress-wrap .subnav-filters div{clear:both;margin-top:10px;margin-bottom:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap{margin-top:10px;margin-bottom:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div.bulk-actions-wrap div{margin-top:0;margin-bottom:0}.buddypress-wrap .subnav-filters>ul{margin-left:0;margin-bottom:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}li.group-act-search{-webkit-box-flex:1;-ms-flex:1;flex:1}.avatar-crop-management #avatar-crop-pane{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.drag-drop-inside p.drag-drop-buttons{margin-top:10px}}@media screen and (max-width:370px){.avatar-crop-management #avatar-crop-pane{margin-left:-30px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}#avatar-crop-actions{margin-top:-60px}}@media screen and (min-width:55em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}}@media screen and (min-width:75em){body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.activity-update-form,.bp-nouveau-activity-form-placeholder-{border:0;margin:0;padding:0}.activity-update-form #activity-form-submit-wrapper{border-top:1px solid #eef0f3;margin:0;padding:0 15px}#activity-form-submit-wrapper select{height:34px;margin-right:12px;border:1px solid #dedfe2;font-size:13px}#whats-new-post-in-box-items{display:inline-block}form#whats-new-form #whats-new-post-in-box input[type=text]{padding:0 10px;height:34px}.activity-post-avatar{color:#122b46;font-size:14px;font-weight:500;letter-spacing:-.24px}.activity-post-avatar:hover{color:#007cff}#whats-new-form,#whats-new-form-placeholder{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;box-shadow:none;margin:0 0 20px;padding:0;position:relative}#whats-new-form-placeholder.focus-in,#whats-new-form.focus-in{box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}#whats-new-form .avatar,#whats-new-form-placeholder .avatar{margin-right:10px;max-width:36px}#whats-new-form .username,#whats-new-form-placeholder .username{color:#122b46;font-size:14px;font-weight:500;text-transform:capitalize}#whats-new-form .username:hover,#whats-new-form-placeholder .username:hover{color:#007cff}#whats-new-form .activity-url-scrapper-container,#whats-new-form-placeholder .activity-url-scrapper-container{margin:0;width:100%}#whats-new-form .activity-url-scrapper-container #activity-link-preview-url,#whats-new-form-placeholder .activity-url-scrapper-container #activity-link-preview-url{max-width:400px;width:100%}#whats-new-form #whats-new-attachments,#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-attachments,#whats-new-form-placeholder #whats-new-toolbar{margin:0;padding:0 15px}#whats-new-form #whats-new-toolbar,#whats-new-form-placeholder #whats-new-toolbar{margin-bottom:10px}@media screen and (max-width:520px){#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker{margin-left:-5px}#whats-new-form #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:27px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-left:-39px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:62px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-left:-73px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:96px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-left:-107px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:130px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker{margin-left:-141px}#whats-new-form #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,#whats-new-form-placeholder #whats-new-toolbar .post-emoji:nth-child(5) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:163px}#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown{left:-10px}#whats-new-form #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{left:30px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown{left:-44px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{left:64px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown{left:-78px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{left:98px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown{left:-112px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{left:130px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown{left:-146px}#whats-new-form #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before,#whats-new-form-placeholder #whats-new-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{left:166px}}#whats-new-form .gif-image-container img,#whats-new-form-placeholder .gif-image-container img{max-width:100%}#whats-new-form .found-media-item img,#whats-new-form-placeholder .found-media-item img{max-width:100%}.activity-attached-gif-container{background-repeat:no-repeat;margin:15px 0;max-width:100%}.activity-inner .activity-attached-gif-container{margin-bottom:0}.acomment-content .activity-attached-gif-container{margin-top:10px}.gif-image-container video{display:block}.activity-attached-gif-container .gif-image-overlay,.messages-attached-gif-container .gif-image-overlay{background:#fd4343;width:20px;height:20px;border-radius:50%}.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title{color:#122b46;font-weight:500}.bp-nouveau-activity-form-placeholder- #whats-new-placeholder{padding:10px 15px}.activity-update-form #whats-new{padding:10px 15px}.activity-update-form #whats-new pre{white-space:pre-wrap}.activity-update-form #whats-new pre p{margin-bottom:0}.activity-update-form #whats-new p{margin-bottom:15px}.activity-update-form #whats-new ol,.activity-update-form #whats-new ul{margin:0 0 15px}.activity-update-form #whats-new ol li,.activity-update-form #whats-new ul li{margin:0 0 3px 18px}.activity-update-form #whats-new-content{padding:0}.activity-update-form #whats-new-avatar,.bp-nouveau-activity-form-placeholder- #whats-new-avatar{background-color:#fbfbfc;border-bottom:1px solid #e7e9ec;border-radius:4px 4px 0 0;margin:0;padding:12px 15px;line-height:36px;text-align:left;width:100%}.activity-update-form textarea#whats-new{box-shadow:none;border:0;border-radius:0;font-size:1rem;font-weight:300;resize:none!important;min-height:85px;padding:15px}.activity-update-form textarea#whats-new:focus{box-shadow:none}.activity-update-form #whats-new-post-in-box{margin:10px 0}.focus-in #whats-new-elements{border-bottom:1px solid #e7e9ec}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #dedfe2;font-size:13px;height:34px}.dropzone .dz-preview .dz-progress .dz-upload{background:#007cff}.dropzone .dz-complete .dz-remove:after{position:relative;top:-2px}#buddypress #whats-new-submit{margin:10px 0 10px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse}#buddypress input#aw-whats-new-reset{background:0 0;border:0;font-size:14px;color:#a3a5a9;font-weight:400;margin:0 10px;padding:0 10px;width:auto;box-shadow:none}#buddypress input#aw-whats-new-submit{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px;min-height:34px;margin:0}@media screen and (min-width:46.8em){.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-left:0}}ul.activity-list.bp-list{background:0 0;border:0;padding:0}#bbpress-forums .activity-list.bp-list .activity-item,#buddypress .activity-list.bp-list .activity-item,#buddypress .activity-lists.bp-list .activity-item{background:#fff;border:1px solid #e7e9ec;border-radius:4px;box-shadow:0 6px 24px 0 rgba(18,43,70,0);font-size:.875rem;line-height:1.5;margin-bottom:20px;padding:15px 15px 0}#bbpress-forums .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-list.bp-list .activity-item .activity-link-preview-image img,#buddypress .activity-lists.bp-list .activity-item .activity-link-preview-image img{margin-top:0;max-width:200px}#bbpress-forums .bb-media-model-inner .activity-list.bp-list .activity-item,#buddypress .bb-media-model-inner .activity-list.bp-list .activity-item{margin-bottom:0;min-height:90vh}#bbpress-forums .bb-media-model-container .activity-list.bp-list .activity-item,#buddypress .bb-media-model-container .activity-list.bp-list .activity-item{border-radius:0;border-left:0;border-top:0;border-right:0}.actvity-head-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.actvity-head-bar .subnav-filters{margin:0 0 0 auto}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.activity-list .activity-item .activity-inner p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content){background:#e3e6ea;border-radius:3px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content):before{content:'\e832';font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#fff;width:28px;height:28px;font-size:20px;line-height:28px;background:#7f868f;border-radius:100%;margin-bottom:10px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p{font-size:20px}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.activity-list .activity-item .activity-inner blockquote:not(.wp-embedded-content) a{color:#a3a5a9}.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0 0 15px}.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 0 3px 18px;padding:0}.activity-list .activity-item .activity-inner>ol li:before,.activity-list .activity-item .activity-inner>ul li:before{display:none}.activity-list .activity-item .activity-inner>ul li{list-style:disc}.activity-list .activity-item .activity-inner pre{white-space:pre-wrap}.activity-list .activity-item .activity-inner pre p{margin-bottom:0}.activity-list .activity-content .fluid-width-video-wrapper{margin-top:5px;margin-bottom:15px}.activity-list .bb-video-wrapper,.bb-activity-media-wrap{max-width:640px}.activity-list .activity-item .activity-header{color:#7f868f;font-size:14px;letter-spacing:-.24px;margin:0;width:auto}.activity-header a{font-size:14px;font-weight:500;letter-spacing:-.24px;color:#122b46;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.activity-header a:hover{color:#007cff}.activity-header p{margin:0}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{margin-bottom:15px}#buddypress .activity-list .activity-item .activity-header img.avatar,#buddypress .activity-lists .activity-item .activity-header img.avatar{margin-right:5px;margin-left:3px;position:relative;bottom:1px}#bbpress-forums a.view.activity-time-since,#buddypress a.view.activity-time-since{display:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px}.activity-date{color:#939597;font-size:12px}.activity-list .activity-item .bp-generic-meta.action{border:0;background:0 0;padding:0}body #bbpress-forums .bp-list.bp-list .bp-generic-meta .generic-button,body #buddypress .bp-list.bp-list .bp-generic-meta .generic-button{margin-bottom:5px;margin-right:15px}#bbpress-forums .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .button,#buddypress .activity-list .action.bp-generic-meta .open-close-activity,#buddypress .activity-lists .action.bp-generic-meta .button,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity{background:0 0;border:0;color:#007cff;margin:0;min-width:10px;min-height:1px;padding:0;-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}#bbpress-forums .activity-list .action.bp-generic-meta .button:hover,#bbpress-forums .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .button:hover,#buddypress .activity-list .action.bp-generic-meta .button:hover span,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-list .action.bp-generic-meta .open-close-activity:hover span,#buddypress .activity-lists .action.bp-generic-meta .button:hover,#buddypress .activity-lists .action.bp-generic-meta .button:hover span,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover,#buddypress .activity-lists .action.bp-generic-meta .open-close-activity:hover span{background:0 0;border:0;box-shadow:none;color:#007cff}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count,.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:#007cff}.activity-list .activity-item .bp-generic-meta.action .unfav:hover:before{color:#007cff}.activity-state{color:#a3a5a9;font-size:13px;margin-bottom:5px}.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button:before,.activity-list .activity-item .bp-generic-meta.action .delete-activity:before,.activity-list .activity-item .bp-generic-meta.action .edit-activity:before,.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before,.activity-list .activity-item .bp-generic-meta.action .spam-activity:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{display:inline-block;text-rendering:auto;font-size:22px;min-width:22px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle}.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before,.activity-list .activity-item .bp-generic-meta.action .view.button:before{position:relative;top:-2px}.activity-list .activity-item .bp-generic-meta.action .delete-activity:before{position:relative;top:-1px;font-size:19px}.activity-list .activity-item .bp-generic-meta.action .edit-activity:before{position:relative;top:-1px;font-size:17px}.activity-list .activity-item .bp-generic-meta.action .spam-activity:before{font-size:16px;position:relative;top:-2px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity:before{content:"\e90d";font-size:15px;position:relative;top:-2px;color:#007cff;min-width:20px;margin-right:3px}.activity-list .activity-item .bp-generic-meta.action .open-close-activity.bplua-open-activity:before{content:"\e8e4"}div#buddypress .activity-read-more a{font-size:inherit;border:0;padding:0}#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity{margin:0 15px 5px 0!important;box-shadow:none;line-height:32px!important}#buddypress .activity-list .activity-item .bp-generic-meta.action .open-close-activity,#buddypress .activity-lists .activity-item .bp-generic-meta.action .open-close-activity,.activity-list .activity-item .bp-generic-meta.action .button span:not(.bp-screen-reader-text){font-size:13px;font-weight:400;color:#7f868f;letter-spacing:-.24px;line-height:1;margin-left:2px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.activity-header{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-list.item-list .activity-item .activity-avatar{margin:0 15px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.activity-list .activity-item div.item-avatar img,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:36px}.buddypress-wrap .activity-comments ul{margin-top:15px;margin-bottom:2px}.buddypress-wrap .activity-comments>.ac-form{padding-top:15px}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .actvity-head-bar nav{margin-bottom:0}.buddypress-wrap .activity-inner{font-size:14px}}.buddypress-wrap .activity-comments{margin:0;overflow:visible}.buddypress-wrap .activity-comments form{margin:0;padding:0;background:#fbfbfc;margin:0 -15px;padding:15px 15px}.buddypress-wrap .activity-comments>ul{background:#fbfbfc;margin:0 -15px;padding:15px 15px 0;border-top:1px solid #eef0f3;border-radius:0 0 4px 4px}.buddypress-wrap .activity-comments>form:first-child{border-top:1px solid #eef0f3}.activity-list .activity-item.has-comments{padding-bottom:0}.buddypress-wrap .activity-comments form{padding-top:0}.buddypress-wrap .activity-comments li form.ac-form{padding-top:15px;padding-bottom:0}form.ac-form .ac-reply-content{padding-left:0}.activity-comments li form.ac-form{margin-right:0}.activity-list .activity-item,.buddypress-wrap .activity-comments ul li{padding:0}#buddypress button.ac-reply-cancel{background:0 0;box-shadow:none;border:0;font-size:14px;color:#a3a5a9;font-weight:500;margin:0;padding:0 10px;width:auto}.buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0 0 0 51px;padding:0;overflow:hidden}.buddypress-wrap .activity-comments ul ul .acomment-content,body #buddypress .bp-list .comment-item .comment-item .action{margin-left:43px}.buddypress-wrap .activity-comments ul ul .acomment-content{margin-bottom:5px}.buddypress-wrap .activity-comments .acomment-meta{padding-left:0;color:inherit}.activity-comments-items li{position:relative}.activity-comments-items .item-title p{margin-bottom:10px;margin-top:10px}.activity-comments-items .bs-item-wrap .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-comments-items .item-title .video-container{display:block;margin-top:10px;margin-bottom:10px;border-radius:0}.activity-comments-items:not(.depth1){padding-bottom:0}.bs-activity-wrap.bb-media-info-section .activity-comments-items{max-height:100%;overflow-x:initial;overflow-y:initial}@media screen and (max-width:544px){.activity-update-form #whats-new-post-in-box{float:none;width:100%;margin-bottom:0}.activity-update-form #whats-new-post-in-box select{width:100%}.activity-update-form #activity-post-form-privacy{margin-top:10px}}.activity-type .gif-photo-type{font-size:13px;position:absolute;z-index:9;cursor:pointer;left:10px;bottom:10px;background-color:#000;padding:2px 10px;color:#fff;border-radius:5px;font-weight:lighter}.activity-type .gif-photo-source{position:absolute;z-index:9;cursor:pointer;bottom:-30px;font-size:14px;color:#767676}.buddypress-wrap .activity-comments .bp-feedback{padding:5px 10px;font-size:13px}.buddypress-wrap .activity-comments .bp-feedback.error{background-color:#ef3e46;color:#fff;border:0;margin-top:20px}body #buddypress .bp-list .activity-comments .action{line-height:1;margin-left:51px}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto}.activity-list.item-list .activity-item .activity-comments>ul ul li img.avatar{max-width:28px}.activity-list .activity-item div.item-avatar{margin:0 15px 0 0}.buddypress-wrap .activity-comments .show-all button:hover{color:inherit;text-decoration:none}form.ac-form .ac-reply-content .ac-textarea textarea,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none;border-color:#eef0f3;resize:none;background:#fff;height:36px;padding:5px 10px}#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a{background:0 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:0}.buddypress-wrap .activity-comments .show-all button{box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;text-decoration:none;padding:0;margin-bottom:15px}.buddypress-wrap .activity-comments .show-all button .icon{margin-right:6px}.buddypress-wrap .activity-comments .show-all button .text-button{color:#939597}.buddypress-wrap .activity-comments .show-all button .text-button:hover{color:#007cff}.buddypress-wrap .activity-comments ul li{border-top:0;margin:0;padding-bottom:15px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:13px}.acomment-meta .author-name{color:#122b46;font-weight:600}.acomment-meta .activity-time-since{color:#a3a5a9;font-size:12px}form.ac-form .ac-reply-content .ac-textarea{padding:0 10px}#buddypress form.ac-form .ac-reply-content input[type=submit]{padding:7px 20px;height:auto;min-height:10px;line-height:1;font-size:14px;font-weight:500;margin:0 0 0 10px}.acomment-content iframe{margin-top:15px;margin-bottom:5px}.buddypress-wrap .activity-comments ul li ul{margin-bottom:0;margin-top:0}.buddypress-wrap .activity-comments ul li ul li{margin-bottom:0;padding-bottom:0}.buddypress-wrap .activity-comments ul li ul li:first-child{margin-top:15px}.buddypress-wrap .activity-comments>ul>li>ul{margin-left:51px}ul.activity-list.item-list.bp-list{margin-bottom:0}#buddypress ul.item-list .activity-header img.avatar{margin-right:6px;margin-left:4px}.activity-list .activity-item .activity-header .time-since{font-size:12px;color:#a3a5a9;text-decoration:none}.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none}.activity-list .activity-item .activity-header .activity-time-since:before{color:#a3a5a9}.activity-list .activity-item .activity-content .activity-inner{background:0 0;margin:0 0 12px;overflow:hidden;padding:0}.activity-list .activity-item .activity-content .activity-inner iframe{margin-top:10px}.activity-list .activity-item .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner{border-color:#e7e9ec}.activity-header .activity-time-since:before{display:block;content:''}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header,.buddypress-wrap .activity-inner{font-size:14px}}body.activity-permalink #activity-stream{margin-top:0;padding-top:0}body.activity-permalink ul.activity-list{margin-top:0}body.activity-permalink .bp-messages{margin-bottom:20px}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:15px}body.activity-permalink .activity-comments>ul{padding:15px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{left:0;top:0}}.activity-comments-items .item-title{word-break:break-word}.buddypress-wrap .activity-comments .show-all button:focus,.buddypress-wrap .activity-comments .show-all button:hover{color:inherit}@media screen and (min-width:46.8em){.activity.buddypress .bp-single-vert-nav .item-body{overflow:inherit}.activity-update-form #whats-new-content,.activity-update-form #whats-new-elements,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-left:0}}.acomment-content .fluid-width-video-wrapper,.activity-inner .fluid-width-video-wrapper{margin:12px 0}.fluid-width-video-wrapper iframe{margin:0}.bs-activity-wrap{background:#fff;border:1px solid #eef0f3;border-radius:4px;margin-bottom:20px;font-size:14px;line-height:1.5;box-shadow:0 6px 24px 0 rgba(18,43,70,0)}#bs-activity-form-wrap.highlight .bs-activity-wrap{border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.08)}.bs-activity-wrap .inner-wrap .map-wrap img{width:100%;border-radius:4px}.bs-activity-wrap .inner-wrap .gif-wrap img{border-radius:4px}.bs-activity-wrap .inner-wrap .video-container{border-radius:4px;overflow:hidden;margin:0}.activity-type .dropzone .dz-preview{min-width:200px}.bb-dz-preview-wrap .dz-image{border-radius:4px;position:relative;overflow:hidden;padding-top:100%;display:block}.bb-dz-preview-wrap .dz-image img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;height:auto!important;width:auto!important;min-width:100%;object-fit:cover!important;cursor:move}.bs-update.bs-activity-wrap .inner-wrap{margin-top:15px;margin-bottom:15px}.bs-activity-wrap.bb-media-info-section{margin:0}.loading.bs-activity-wrap:not(.bs-update){padding:0 15px}.bb-activity-author{margin-right:3px}.bb-activity-author+p{display:inline}.bb-mini-profile-card-area+p{display:inline}div#buddypress .activity-read-more{margin-left:0}div#buddypress .activity-read-more a{font-size:inherit;border:0}div#buddypress .activity-read-more a:hover{background:0 0}.wp-embedded-content+.video-container{height:auto;padding-bottom:0}.wp-embedded-content+.video-container iframe{position:static}iframe.wp-embedded-content{max-width:100%;width:100%}.activity-item-header{border-radius:4px 4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:61px;margin-bottom:5px;padding:12px 0}.bs-update .activity-item-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-item-header .item-avatar{margin-right:12px;padding-top:3px;position:relative}.activity-item-header .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-item-header .item{line-height:21px}.activity-item-header .item p{margin-bottom:0;color:#7f868f}.activity-item-header .item p a{color:#122b46}.activity-item-header .item p a:hover{color:#007cff;text-decoration:none}.activity-item-header .item p a img.avatar{border-radius:50%;margin-right:4px;position:relative;bottom:1px}.activity-item-header .item p a.activity-time-since{display:none}.activity-item-header .bs-dropdown:after{right:19px}#buddypress .activity-item-header .item p a.activity-time-since:hover{text-decoration:none}.bs-update .activity-item-header{background-color:#fbfbfc;border-bottom:1px solid #eef0f3;padding:12px 15px}.activity-item-header .item-title{font-size:14px;letter-spacing:-.24px;color:#939597;position:relative}.activity-item-header .item-title img{position:relative;bottom:1px}.gif-holder .loading-icon{max-width:80px}.activity-item-header .item-title a{font-size:14px;letter-spacing:-.24px;color:#122b46;display:inline}.activity-item-header .item-title a:hover{color:#007cff}.activity-item-header .item-meta{font-size:12px}.activity-date{color:#a3a5a9}a.activity-date:hover{color:#122b46}.activity-item-body .inner-wrap.act-photo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-6px;margin-right:-6px;margin-top:0;margin-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.activity-body-photo a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.activity-item-footer{padding:15px 0}.activity-item-footer input{width:100%}span.gif-photo-source{display:none}.activity-item-footer a.bb-comment-ico .bb-icon-comment,.activity-item-footer a.bb-like-wrap .bb-icon-like{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-item-footer a.bb-like-wrap.bb-favorite .bb-icon-like{color:#122b46}.activity-item-footer a.bb-comment-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 0 25px}.activity-item-footer a.bb-comment-ico i.bb-icon-comment:hover,.activity-item-footer a.bb-like-wrap i.bb-icon-like:hover{color:rgba(18,43,70,.8)}.activity-item-footer .comment-count,.activity-item-footer .like-count{color:#7f868f}.bs-activity-wrap .bs-dropdown-link{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px;opacity:.4}.bs-activity-wrap .bs-dropdown-link:hover{color:rgba(18,43,70,.8)}span.gif-photo-type{display:none}.bs-activity-wrap .bs-dropdown{right:-12px}.bs-activity-wrap .bs-dropdown#activity-actionlist-location{padding:10px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart{border:0}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor{color:rgba(18,43,70,.3);cursor:pointer}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor:hover{color:rgba(18,43,70,.8)}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected{color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart .emoji-mart-anchors .emoji-mart-anchor-selected .emoji-mart-anchor-bar{background-color:rgba(18,43,70,.8)!important}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search{margin-bottom:6px}.bs-activity-wrap .bs-dropdown.bs-emoji-dropdown .emoji-mart-search input{height:35px;font-size:14px;padding:.1em .9em}.bs-activity-wrap .bs-dropdown:after{right:22px}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown{bottom:40px;top:auto;right:-5px;left:auto}.bb-media-model-container .activity-comments-items li:nth-child(n+4) .bs-emoji-dropdown:after,.bb-media-model-container .add-comment-wrap.bb-emoji-up .bs-emoji-dropdown:after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown{top:auto;bottom:25px}.bb-media-model-container .bs-item-wrap:last-child .bs-dropdown:after{right:-2px;bottom:-10px;top:auto;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bs-activity-comments{background-color:#fbfbfc;border-top:1px solid #eef0f3;margin:0 -15px}.activity-comments-items .bs-activity-comments{border-top:0;margin-top:10px}.bs-activity-ctrl{border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-activity-ctrl>div{margin-top:10px;margin-bottom:10px}#buddypress h6.list-comments-heading{padding:15px 20px 5px;margin-bottom:0;font-size:13px;color:#939597;font-weight:400;letter-spacing:0;line-height:1}#buddypress h6.list-comments-heading a{color:inherit}#buddypress h6.list-comments-heading a:hover{color:#007cff}.activity-comments-items .bs-item-wrap .item-avatar{margin-right:12px}.activity-comments-items .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){border-radius:50%;max-width:36px}.activity-comments-items:not(.depth1) .bs-item-wrap .item-avatar .avatar:not(.profile-avatar){max-width:28px}.bb-media-comments-wrapper:not(.depth1){padding-left:48px}.bb-media-comments-wrapper.depth3{padding-left:42px}.bb-media-comments-wrapper.depth4{padding-left:40px}.activity-comments-items>li>.bb-media-comments-wrapper.depth1{padding-left:50px}.bb-mini-profile-card-area:empty{display:none}.add-comment-wrap{background-color:#fbfbfc;border-top:1px solid #eef0f3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 15px;border-radius:0 0 4px 4px}.add-comment-wrap .item-avatar{margin-right:12px}.add-comment-wrap .avatar:not(.profile-avatar){max-width:36px}.add-comment-wrap .add-comment{width:100%;background:0 0;border-radius:4px}.add-comment-wrap .add-comment:hover{background:#fff}.bb-activity-info-inner-wrap{font-size:14px;letter-spacing:-.24px;line-height:22px;padding:0 15px}.bs-activity-comments:empty{display:none}.bb-media-model-wrapper.bb-internal-model .bb-activity-info-inner-wrap{max-height:-webkit-calc(100% - 61px);max-height:calc(100% - 61px);overflow:auto}.activity-item-footer .like-count{margin-left:7px}.activity-item-footer .comment-count{margin-left:10px}.activity-comment-field{margin-right:auto}.activity-comment-field{width:100%}.activity-comment-field textarea.bs-comment-textarea{width:100%;padding:5px 12px;height:2.417em;border-color:transparent;background-color:transparent;color:#7f868f;font-size:14px;resize:none;font-size:13px;color:#4d5c6d;letter-spacing:-.22px;line-height:1.307}.activity-comment-field textarea.bs-comment-textarea:focus{border-color:transparent;background-color:transparent}.bs-activity-comments .add-comment .bs-generic-button{position:relative}.bs-activity-comments .add-comment .bs-generic-button a{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px}.bs-activity-comments .add-comment .bs-generic-button a:hover{color:rgba(18,43,70,.8)}.bs-activity-comments .add-comment .bs-generic-button i{font-size:20px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:first-child,.bs-item-list.activity-comments-items.list-view .bs-item-wrap:last-child{border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap{border:0;background-color:transparent}.bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);border-radius:3px;position:relative;z-index:1}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{right:7px;top:45px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items{width:100%;padding-top:10px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li{padding-right:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:hover{box-shadow:none;border-radius:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li:last-of-type{padding-bottom:0}.bs-item-list.activity-comments-items.list-view .bs-item-wrap ul.activity-comments-items li .item-expand .bs-dropdown{right:-15px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .item{line-height:24px}.bs-item-list.activity-comments-items.list-view .bs-item-wrap .add-comment-wrap{padding-right:0}.list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:1px solid #eef0f3}.bs-item-list.activity-comments-items.list-view.depth1 li.bs-item-wrap.hide_comment{display:none}.item-wrap-stretch{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.activity-comments-items .bs-item-wrap .item-expand{margin-left:20px;position:relative}.activity-comments-items .bs-item-wrap a.expand-comment{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s;font-size:14px;opacity:1}.activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down{font-size:22px;position:relative;top:-5px}.activity-comments-items .bs-item-wrap a.expand-comment:hover{color:rgba(18,43,70,.8)}.activity-comments-items .item,.activity-comments-items .item-title a,.bs-item-list.activity-comments-items.list-view .item-meta{font-size:14px}.activity-comments-items .activity-comment-text{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta{margin:5px 0 0;font-size:12px}.bs-item-list.activity-comments-items.list-view .item-meta a{color:#7f868f}.bs-item-list.activity-comments-items.list-view .item-meta a:hover{color:#007cff}.activity-comments-items .item-expand .bs-dropdown{top:28px}.inner-wrap.act-poll{margin-left:70px}.inner-wrap.act-poll label{font-size:1rem;margin-bottom:20px;display:block}.poll-button{margin-right:20px}#buddypress .poll-button input[type=button],.poll-button input[type=button]{padding-right:40px;padding-left:40px}.bb-input-vote .count{color:#7f868f}.bb-input-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0 0}.bb-shared-poll .poll-item{background:#fff;border-radius:4px;position:relative;height:35px;line-height:35px;margin:10px 0;padding:0 15px;position:relative;z-index:1;overflow:hidden}.bb-shared-poll .poll-progress{display:inline-block;height:35px;background-color:#e7e9ec;position:absolute;top:0;left:0;z-index:2}.poll-data{position:relative;z-index:9}.poll-item i.bb-icon-check-small{margin:0 0 0 10px}.poll-item i.bb-icon-check-small:before{content:'\e809';width:22px;height:22px;line-height:22px;border:1px solid #4d5c6d;border-radius:50%}.bs-befriend .inner-wrap{text-align:center;color:#7f868f}.befriend-info{margin-bottom:5px}.befriend-info p{margin:0}.befriend-info a{color:#122b46}.befriend-info img.avatar{max-width:30px;border-radius:50%;margin-right:6px}.befriend-date{font-size:12px;display:none}#buddypress .befriend-info a.activity-time-since{color:#122b46}#buddypress .befriend-info a.activity-time-since:hover{color:#007cff;text-decoration:none}.befriend-info a:hover{color:#007cff}.befriend-icon img{max-width:70px;display:block;margin:0 auto 15px}.bs-activity-wrap .post-info{letter-spacing:-.24px;line-height:1.357;word-wrap:break-word}.bs-activity-wrap .post-info p{margin-bottom:1rem}.bs-activity-wrap .post-info img{margin-top:1rem}.bs-activity-wrap.bb-poll .activity-item-body{padding-left:48px}.bs-activity-wrap.bb-poll .activity-item-body .inner-wrap{font-size:16px}.bb-poll-footer{margin-bottom:10px}.entry-content .bs-video-post .fluid-width-video-wrapper{margin-bottom:0;margin-top:0}.bs-activity-map .map-wrap img{width:100%}.post-link-container{border-radius:4px;border:1px solid #eef0f3;overflow:hidden;margin-bottom:20px;max-width:420px;position:relative;min-height:36px}.post-link-container .close-link{position:absolute;right:5px;top:5px}.post-link-container h4{font-size:15px;font-weight:500;letter-spacing:-.24px;line-height:1.21;margin:0 0 10px}.post-link-container .link-wrap{padding:7px 10px}.link-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:40px 20px;font-size:13px;color:#939597;letter-spacing:-.24px;line-height:1.38;-ms-flex-item-align:center;align-self:center}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;min-height:208px}.link-img-holder a{display:block;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-color:transparent;border-top-left-radius:4px;border-bottom-left-radius:4px;min-height:140px}.post-link-container .bb-icon-close-circle:before{color:#939597;font-size:1.5em;margin-top:5px}.activity-update-buttons{padding:0;margin-left:auto}a.cancel{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;margin-right:15px}#buddypress .activity-post input[type=button]{padding-left:40px;padding-right:40px;font-size:14px}#buddypress .activity-post input.cancel[type=button]{background-color:#fff;border-color:#fff;color:#7f868f}textarea.activity-update{width:100%;min-height:85px;padding:0;border-color:#fff;font-size:1rem;font-weight:300;resize:none;border:0}label[for=whats-new-post-in]{font-size:14px;color:inherit;letter-spacing:-.24px;margin-right:5px}#whats-new-post-in{height:30px;width:auto;font-size:13px}.bs-update .activity-item-body{padding:0 15px}.bs-update .activity-item-footer{padding:0 15px 15px}.bs-update .activity-item-footer a.activity-emoji-icon i,.bs-update .activity-item-footer a.activity-type-icon i{color:rgba(18,43,70,.4);font-size:24px;-webkit-transition:all linear .2s;transition:all linear .2s;padding:0 3px}.bs-update .activity-item-footer a.activity-emoji-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon i:hover,.bs-update .activity-item-footer a.activity-type-icon.active i{color:rgba(18,43,70,.8)}.group-wrap{overflow:hidden}.activity-types>*{text-align:center;display:inline-block;margin-right:8px}.bs-activity-wrap.bs-activity-group .inner-wrap{margin-top:0;margin-bottom:0}.group-hero-image{padding-top:40.476%;border-top-left-radius:4px;border-top-right-radius:4px;position:relative;overflow:hidden}.group-hero-image img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.group-icon{position:absolute;bottom:-60px;left:50px;z-index:5}.group-icon div#item-header-avatar{display:inline-block}.group-icon div#item-header-avatar img{max-width:160px}.group-meta{padding:25px 20px 25px 270px;border:1px solid #eef0f3;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.group-activity-members a{margin-left:-20px}.group-activity-members img.avatar{max-width:40px;border:2px solid #fff}.count-members{color:#7f868f;padding-left:10px}.type-case-photo ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;width:100%;margin-top:1rem;font-size:0;margin:0 0 1rem}.type-case-photo ul li{position:relative;display:inline-block;width:-webkit-calc(33.333% - .5rem);width:calc(33.333% - .5rem);margin-bottom:.5rem}.type-case-photo ul li a img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:4px}.type-case-photo ul li:before{display:block;width:100%;padding-bottom:100%;content:' '}.type-tag-wrap{display:inline-block;margin-bottom:1rem;font-size:16px}.type-tag-wrap a i:before{color:rgba(18,43,70,.4);font-weight:700}.type-tag-wrap .bs-dropdown{top:-75px;right:inherit;left:0;opacity:1;visibility:visible;padding:10px;min-width:300px}.type-tag-wrap .bs-dropdown input[type=search]{width:100%;padding-left:2.5rem}.type-tag-wrap .bs-dropdown:after{top:unset;right:unset;left:50px;bottom:-12px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.close-type-photo{font-size:24px;position:absolute;top:5px;right:5px;z-index:9;cursor:pointer}.close-type-photo i{color:#fd4343}.act-dropdown-wrap{position:relative}.act-dropdown{position:absolute;left:-15px;top:38px;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding:10px;-webkit-transition:all linear .2s;transition:all linear .2s;margin:0;min-width:400px;z-index:100}.act-dropdown:after{content:' ';position:absolute;width:0;height:0;top:1px;margin:0 auto;left:20px;box-sizing:border-box;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.act-dropdown#activity-actionlist-gifsearch .gif-search-result{max-height:300px;overflow:auto;margin:10px 0}.act-dropdown input[type=search]{padding-left:2.5rem;width:100%}@media (max-width:544px){.act-dropdown{min-width:250px}}a.activity-type-icon{position:relative}a.activity-type-icon.disabled{display:none}span.bs-dropdown-wrap.disabled{display:none}a.activity-type-icon.open-down:after{content:' ';position:absolute;width:0;height:0;top:37px;margin:0 auto;left:10px;box-sizing:border-box;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.gif-holder ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 5px 0 0}.gif-holder ul li{width:-webkit-calc(100% * (1/3));width:calc(100% * (1/3));margin-bottom:4px;padding:0 2px}.gif-holder ul li img{width:100%}.bs-dropdown-model{display:none}.bs-dropdown-model.open{display:block}.bb-input-poll{max-width:400px}.bb-input-poll .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0}.bb-input-poll .item:before{content:'';background:#fbfbfc;border:1px solid #dedfe2;width:18px;height:18px;border-radius:50%;margin-right:10px;cursor:move}.bb-input-poll input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:7px;font-size:14px;height:34px;max-width:343px}.bb-input-poll .bb-icon-close-circle{font-size:22px;color:#c4cad1;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.2s all;transition:.2s all}.bb-input-poll .item:hover .bb-icon-close-circle{visibility:visible;opacity:1}.bb-input-poll .bb-sign{font-size:14px}#adds-poll-choice{padding:10px 26px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;color:#007cff;letter-spacing:-.24px;font-weight:500;line-height:1}#adds-poll-choice a{cursor:pointer}.bb-input-poll .close-link{color:#ef3e46;margin-left:20px}.bb-input-poll .close-link .bb-sign{font-size:11px}.bb-activity-media-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.bb-activity-media-elem{padding:3px}.bb-activity-media-elem .entry-img{background:0 0;border-radius:3px;margin:0;position:relative;padding-top:38.56%}.bb-activity-media-elem .bb-photos-length{position:absolute;width:100%;top:0;left:0;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.4);color:#fff;font-size:16px}.bb-activity-media-elem .bb-photos-length strong{color:inherit;display:block;font-size:28px;font-weight:400;margin-bottom:10px}.bb-activity-media-elem.document-activity .document-action-wrap .document-action_collapse i{color:#007cff}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover{color:#007cff}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap>a:hover i{color:#007cff}.bbp-reply-content .bb-activity-media-elem .bb-photos-length{font-size:12px}.bbp-reply-content .bb-activity-media-elem .bb-photos-length strong{font-size:20px;line-height:1;margin-bottom:5px}.bb-media-length-2 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.activity-body-photo a.entry-img{padding-top:40.476%;border-radius:4px}.activity-body-photo .act-grid-1-2 a.entry-img{padding-top:52.56%}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static}.bb-media-length-2 .bb-activity-media-elem .entry-img{padding-top:80%}.bb-media-length-3 .bb-activity-media-elem .entry-img.act-grid-1-1{padding-top:52.56%}.bb-media-length-4 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-media-length-4 .bb-activity-media-elem.act-grid-1-2 .entry-img{padding-top:72.56%}.bb-media-length-5 .bb-activity-media-elem .entry-img{padding-top:72.56%}.bb-media-length-5 .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-media-length-5 .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-2 .entry-img{padding-top:55.56%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:105.6%}.bb-activity-media-wrap.bb-media-length-3 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;right:0;bottom:0;width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout{-webkit-box-flex:0;-ms-flex:0 0 64%;flex:0 0 64%;max-width:64%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%;max-width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout~.bb-activity-media-elem .entry-img{padding-top:69.1%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout .entry-img{padding-top:119%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div{position:absolute;right:0;top:33.4%;width:36%}.bb-activity-media-wrap.bb-media-length-4 .act-grid-1-1.bb-vertical-layout+div+div{position:absolute;right:0;bottom:0;width:36%}.bb-activity-media-wrap.bb-media-length-more .bb-activity-media-elem .entry-img{padding-top:82.56%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-1+.act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bb-activity-media-wrap.bb-media-length-more .act-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.activity-item-header .item-title img{margin-right:5px;margin-left:5px}ul.bb-choices{list-style:none;font-size:16px;color:#122b46;margin:0 0 20px}ul.bb-choices li{margin-bottom:12px}ul.bb-choices a{color:inherit}ul.bb-choices .bb-choice-wrap{position:relative;border-radius:3px;overflow:hidden;font-size:16px;color:#122b46;padding:6px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.bb-choices label{font-size:16px}ul.bb-choices .bar{margin-right:20px;position:relative}ul.bb-choices svg{position:relative}ul.bb-choices .bg-bag{width:50%;background:#e7e9ec;display:block;position:absolute;left:0;height:100%;top:0}ul.bb-choices strong{font-weight:500;min-width:42px;display:inline-block}ul.bb-choices .bb-votes{color:#a3a5a9;letter-spacing:-.24px}ul.bb-choices .bs-styled-radio+.bb-radio-label:before,ul.bb-choices .bs-styled-radio+label:before{border-width:1px;width:18px;height:18px;top:-2px}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:before,ul.bb-choices .bs-styled-radio:checked+label:before{background:#1cd991;border-color:#1cd991}ul.bb-choices .bs-styled-radio:checked+.bb-radio-label:after,ul.bb-choices .bs-styled-radio:checked+label:after{background:0 0;color:#fff;content:'\E809';display:inline-block;font:normal normal normal 14px/1 bb-icons;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:-3px;top:-2px}.bb-poll-footer .button{min-width:110px;margin-right:25px}.bb-poll-footer .bb-votes{color:#a3a5a9;letter-spacing:-.24px}.map-wrap{background:#fff;border:1px solid #e7e9ec;border-radius:4px}.map-wrap .bb-map-img-wrap{position:relative;overflow:hidden;padding-top:42.56%;display:block}.map-wrap .bb-map-img-wrap img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.map-wrap .location-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px}.map-wrap h4{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 3px}.map-wrap .location-meta{font-size:13px;color:#a3a5a9;line-height:1.4}.map-wrap .bb-checkin-img{display:inline-block;margin-right:15px}.activity-add-smile{position:relative}.bb-load-new-activities{margin-bottom:20px}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:200px;max-height:200px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:1px;max-width:200px;height:200px;font-size:14px;line-height:1;margin:0 5px 10px 5px}#buddypress div#subnav.bb-item-list-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav{margin:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav>li{padding-bottom:0}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu{top:36px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li{float:none}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li a{padding:9px 15px}#buddypress div#subnav.bb-item-list-tabs ul#activity-sub-nav .sub-menu li.selected a{background:#f5f5f5;color:#122b46;border-bottom:0}#buddypress div#subnav.bb-item-list-tabs a.more-button{font-size:16px}#buddypress div#subnav.bb-item-list-tabs a.more-button:after{bottom:-25px}#buddypress div#subnav.bb-item-list-tabs .bs-dropdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}#buddypress div#subnav.bb-item-list-tabs .bs-sort-button{padding:5px 0 5px 10px}ul#activity-sub-nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-mini-group-profile-card-area:empty,.dz-details{display:none}.activity.bp-user #bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:99px;height:100px;min-height:100px;font-size:11px;line-height:1}.activity.bp-user .activity-type .dropzone .dz-preview{min-width:99px}.activity.bp-user .dropzone .dz-default span:before{height:25px;width:30px;margin:0 auto 10px}.activity-comments-items{margin:0;list-style:none;background:#fbfbfc;padding:15px}.activity-comments-items li:not(:last-child){margin-bottom:20px}.activity-comments-items .item-title{font-size:13px;letter-spacing:-.22px;line-height:1.307;position:relative}.activity-comments-items .item-title a{font-weight:600}.activity-comments-items .bs-activity-comments:not(.show){display:none}.activity-comments-items .bs-item-list.list-view .bs-item-wrap{margin-bottom:15px;padding:0}.activity-comments-items .bs-item-list.list-view .bs-item-wrap:last-child{margin-bottom:0}.activity-comments-items h6.list-comments-heading{padding:0;margin-bottom:16px;font-size:13px;color:#939597}.activity-comments-items h6.list-comments-heading a{color:inherit}.activity-comments-items .activity-comments-items .bs-item-wrap a.expand-comment .bb-icon-angle-down:before{font-size:20px}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown{min-width:100px;right:24px;top:-5px;padding:2px 0}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap .item-expand .bs-dropdown:after{top:8px;right:-12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity-comments-items .bs-item-list.activity-comments-items.list-view .bs-item-wrap:hover{box-shadow:none}.activity-comments-items .activity-comments-items .activity-comment-text{display:inline-block;font-size:13px;letter-spacing:-.22px;line-height:17px;color:inherit}.activity-comments-items .activity-comment-text p{margin:0}.activity-comments-items .list-comments-wrap>.bs-item-list.activity-comments-items.list-view{border-bottom:0}.activity-comments-items .add-comment-wrap .add-comment{background:#fff}.activity-comments-items .item-meta{font-size:12px;color:#a3a5a9;letter-spacing:-.18px;line-height:1.666;margin:5px 0 0}.activity-comments-items .item-meta a{color:inherit}.activity-comments-items .item-meta a:hover{color:#122b46}.bb-media-comment-text{border:0;height:36px;resize:none;width:100%;font-size:14px;padding:5px 12px;overflow:hidden}.bb-media-comment-wrap{position:relative}.bb-media-comment-wrap .item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;right:6px;bottom:2px;font-size:20px}.bb-media-comment-wrap .item-meta a{color:#a3a5a9}.activity-item-header .item-title .bs-dropdown a{display:block}.bs-item-list-tabs .more-button.active:after{bottom:-18px}body.activity.bp-user:not(.settings):not(.edit-details) .dropzone .dz-default span:before{height:26px;width:31px}body.activity.bp-user .dropzone .dz-preview .dz-error-mark{top:28%}li.load-more a.button{min-width:180px}li.load-more a.loading:after{content:"\e838";font-family:bb-icons;font-size:18px;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:0 0;border:0;border-radius:0;box-shadow:none;overflow:hidden}.webui-popover.webui-popover{z-index:999912}#buddypress .activity-list.item-list.bp-list>li.load-newest,#buddypress .activity-lists.item-list.bp-list>li.load-newest{padding-bottom:0;border-bottom:1px solid #e7e9ec}.emojionearea-search>input,.search-query-input{border-radius:100px}.blogs.activity-item .activity-inner img:not(.emoji){border-radius:3px;margin-top:10px;max-width:640px;display:block}#bp-activity-group-ac-items .bp-activity-object .avatar{border-radius:0;margin-right:0}#whats-new-post-in-box-items .bp-activity-object .avatar{margin-right:0}#whats-new-post-in-box #bp-activity-group-ac-items .bp-activity-object{border-radius:0}#whats-new-post-in-box-items .bp-activity-object .bp-item-name{font-size:14px;margin-right:20px}.activity-privacy>li,.media-privacy>li{font-size:14px}.activity-privacy .selected,.media-privacy .selected{color:#007cff;font-weight:500}p.activity-date{display:inline-block}.bb-media-privacy-wrap:before{content:'\00b7';display:inline-block;margin:0 4px}.bb-media-privacy-wrap .activity-privacy{left:-5px}.privacy{vertical-align:bottom}.buddypress .buddypress-wrap form#whats-new-form button.bp-remove-item{margin-left:auto}#bp-activity-group-ac-items .dashicons-update:before{content:'\e838';font-family:bb-icons;font-size:20px;display:block}#bb-media-model-container .bb-edit-privacy:before{content:'\e965'}#bb-media-model-container .bb-edit-privacy a{color:inherit}#bb-media-model-container .bb-edit-privacy a:hover{color:inherit}.bb-media-only-privacy .privacy{background:rgba(0,0,0,.6);color:rgba(255,255,255,.9)}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:before{margin-bottom:0}.bb-media-model-container .bb-media-privacy-wrap [data-bp-tooltip][data-bp-tooltip-pos=up]:after{margin-bottom:4px}.activity-anonymous-options{position:relative;font-size:14px;margin:-15px 0 15px;padding:8px 14px;background-color:#fff;border:1px solid #ebe9e6;border-radius:4px}.activity-anonymous-options .anonymous-post-as-text{margin-right:5px}.activity-anonymous-options label{margin-right:5px;font-size:14px}.activity-anonymous-options label input{margin-right:5px}@media only screen and (min-width:1081px){#secondary.sidebar-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (min-width:768px) and (max-width:1080px){#user-activity{display:none}.directory.activity.activity-sidebar-left #primary{grid-row-start:1;grid-row-end:4}.directory.activity.activity-sidebar-left:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #page #primary,.directory.activity.activity-sidebar-left:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #primary{width:auto}.directory.activity.activity-sidebar-left .site-content-grid{display:grid;grid-template-columns:auto 300px}.directory.activity.activity-sidebar-left #secondary-right{padding-top:0;margin-top:-20px}}@media only screen and (max-width:640px){.bb-input-poll .bb-icon-close-circle{visibility:visible;opacity:1}.bb-activity-media-elem .bb-photos-length{font-size:11px}.bb-activity-media-elem .bb-photos-length strong{font-size:18px;line-height:1;margin:0}.activity-comments-items:not(.depth1){padding-left:8px;padding-right:8px}.activity-comments-items.depth3{padding-left:8px}.activity-comments-items.depth4{padding-left:8px}.post-link-container{-ms-flex-flow:row wrap;flex-flow:row wrap}.link-img-holder{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;min-height:180px}.link-info{padding:20px}.activity-type .dropzone .dz-preview{min-width:104px}#bs-activity-update-wrap .dropzone.dz-started .dz-message{max-width:106px;height:106px;font-size:11px;line-height:1.2}body:not(.settings):not(.edit-details) .dropzone .dz-default span:before{height:31px;width:36px}body:not(.settings):not(.edit-details) .dropzone .dz-default{min-height:18vh;font-size:14px}.dropzone .dz-preview .dz-error-mark{top:28%}#bs-activity-form-wrap .bs-activity-wrap.bs-activity-wrap .dropzone .dz-default{min-height:80px;max-height:104px}}@media screen and (max-width:720px){.blogs.activity-item .activity-inner img:not(.emoji){max-width:100%}}@media screen and (max-width:520px){.ac-reply-toolbar .post-emoji:first-child .emojionearea-picker{margin-left:-52px}.ac-reply-toolbar .post-emoji:first-child .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:75px}.ac-reply-toolbar .post-emoji:nth-child(2) .emojionearea-picker{margin-left:-84px}.ac-reply-toolbar .post-emoji:nth-child(2) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:105px}.ac-reply-toolbar .post-emoji:nth-child(3) .emojionearea-picker{margin-left:-120px}.ac-reply-toolbar .post-emoji:nth-child(3) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:143px}.ac-reply-toolbar .post-emoji:nth-child(4) .emojionearea-picker{margin-left:-154px}.ac-reply-toolbar .post-emoji:nth-child(4) .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:177px}.ac-reply-toolbar .post-gif:first-child .gif-media-search-dropdown{left:-58px}.ac-reply-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{left:77px}.ac-reply-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown{left:-92px}.ac-reply-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{left:111px}.ac-reply-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown{left:-125px}.ac-reply-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{left:145px}.ac-reply-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown{left:-158px}.ac-reply-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{left:178px}.has-comments .ac-reply-toolbar .gif-media-search-dropdown,.has-comments .ac-reply-toolbar .post-emoji .emojionearea-picker{-webkit-transform:translateX(-40px);-ms-transform:translateX(-40px);transform:translateX(-40px)}.has-comments .ac-reply-toolbar .gif-media-search-dropdown.open:before{-webkit-transform:translateX(40px) rotate(-45deg);-ms-transform:translateX(40px) rotate(-45deg);transform:translateX(40px) rotate(-45deg)}.has-comments .ac-reply-toolbar .post-emoji .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{-webkit-transform:translateX(40px);-ms-transform:translateX(40px);transform:translateX(40px)}}@media only screen and (max-width:544px){#whats-new-post-in-box-items{display:block;margin:10px 0 0;width:100%}#activity-form-submit-wrapper select{margin-right:0}#activity-post-form-privacy{width:100%}#activity-post-form-privacy:first-child{margin-top:15px;margin-bottom:5px}#activity-post-form-privacy select{width:100%}#whats-new-form #whats-new-post-in-box input[type=text]{width:100%}.bb-media-privacy-wrap .activity-privacy{left:auto;right:-30px}.bb-media-privacy-wrap .activity-privacy:before{left:auto;right:32px}}@media only screen and (max-width:520px){.actvity-head-bar{-ms-flex-flow:row wrap;flex-flow:row wrap}.actvity-head-bar .subnav-filters{margin:10px 0 0;width:100%}}.avatar{border-radius:50%}.subnav-search.members-search{float:right;margin-top:-56px;display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-wrap .subnav-search.members-search .subnav-filters{margin-top:0;margin-left:10px}#buddypress #dir-members-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px}.member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;right:2px;top:0}.grid .member-status{right:18px;top:5px;width:14px;height:14px}#friend-list.grid,#groups-list.grid,#members-list.grid{margin:0 -10px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img{border-radius:50%}#friend-list.item-list li,#members-list.item-list li,.item-list.bp-search-results-list li,.item-list.groups-list li{margin:0;padding:0}#friend-list.item-list:not(.grid) .list-wrap,#members-list.item-list:not(.grid) .list-wrap,.item-list.bp-search-results-list:not(.grid) .list-wrap,.item-list.groups-list:not(.grid) .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}#friend-list.item-list:not(.grid) li:first-child .list-wrap,#members-list.item-list:not(.grid) li:first-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:first-child .list-wrap,.item-list.groups-list:not(.grid) li:first-child .list-wrap{border-radius:3px 3px 0 0}#friend-list.item-list:not(.grid) li:last-child .list-wrap,#members-list.item-list:not(.grid) li:last-child .list-wrap,.item-list.bp-search-results-list:not(.grid) li:last-child .list-wrap,.item-list.groups-list:not(.grid) li:last-child .list-wrap{border-radius:0 0 3px 3px}#friend-list.item-list .list-wrap,#members-list.item-list .list-wrap,.item-list.bp-search-results-list .list-wrap,.item-list.groups-list .list-wrap{background-color:#fff;border:1px solid #e7e9ec;margin:0 0 -1px;overflow:visible;padding:15px 20px;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s}#friend-list.item-list .list-wrap:hover,#members-list.item-list .list-wrap:hover,.item-list.bp-search-results-list .list-wrap:hover,.item-list.groups-list .list-wrap:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1}#friend-list.item-list.grid .list-wrap,#members-list.item-list.grid .list-wrap,.item-list.bp-search-results-list.grid .list-wrap,.item-list.groups-list.grid .list-wrap{border-radius:4px}#friend-list.item-list.grid .list-wrap.footer-buttons-on,#members-list.item-list.grid .list-wrap.footer-buttons-on,.item-list.bp-search-results-list.grid .list-wrap.footer-buttons-on,.item-list.groups-list.grid .list-wrap.footer-buttons-on{padding:15px 20px 52px 20px}#friend-list.item-list .item-avatar img,#members-list.item-list .item-avatar img,.item-list.bp-search-results-list .item-avatar img,.item-list.groups-list .item-avatar img{max-width:52px}#members-list.item-list:not(.grid) .list-wrap{display:block}#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner{display:-webkit-box;display:-ms-flexbox;display:flex}#members-list.item-list li .bp-members-list-hook .more-action-button{display:none}#members-list.item-list li .bp-members-list-hook .generic-button{margin:10px 0 0;display:block}#members-list.item-list li .bp-members-list-hook .generic-button a{font-size:13px;display:block;padding:10px 20px;border:1px solid #e7e9ec;border-radius:5px;background-color:transparent;color:#939597;min-height:0;text-align:center;line-height:1}#members-list.item-list li .bp-members-list-hook .generic-button a:hover{color:#4c464e}#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-right:35px}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) .has_hook_content.list-wrap{padding-bottom:25px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .button-wrap.member-button-wrap{padding-right:6px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{position:absolute;right:0;top:27px;padding-right:10px;z-index:11;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:20px;color:#939597}@media screen and (max-width:1240px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-4px}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button i.bb-icon-menu-dots-h{font-size:24px}}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:26px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-2px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{top:inherit;bottom:27px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .more-action-button{right:-1px;top:50%;bottom:inherit;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-4px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:0;visibility:hidden;-webkit-transition:ease .3s;transition:ease .3s;background-color:#fff;margin-top:0;text-align:center;padding:15px;border-radius:4px;position:absolute;right:0;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);top:70px;z-index:111}@media screen and (max-width:1100px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:880px) and (min-width:768px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}@media screen and (max-width:680px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:100%;margin-top:-20px}}@media screen and (max-width:480px){#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{top:50%;margin-top:20px}}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner:before{content:' ';position:absolute;width:0;height:0;margin:0 auto;top:0;right:16px;box-sizing:border-box;border:8px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:101;opacity:1;visibility:visible}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button{margin:0 0 15px 0;display:block}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button:last-child{margin:0}#members-list.item-list:not(.grid) li .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner .generic-button a{font-size:14px;min-height:34px;padding:6px 20px;border:1px solid #e7e9ec;color:#939597;border-radius:100px;text-align:center;min-width:140px;line-height:1.5}#members-list.item-list:not(.grid) li.active{z-index:111}#members-list.item-list:not(.grid) li.active .has_hook_content .bp-members-list-hook .bp-members-list-hook-inner{opacity:1;visibility:visible}.item-list.groups-list .item-avatar img{max-width:75px}.buddypress-wrap #members-list li .user-update{border:0;border-radius:0;font-style:normal;font-size:13px;margin:0;padding:0;clear:both}#friend-list.grid,#groups-list.grid,#members-list.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto}#friend-list.grid>li,#groups-list.grid>li,#members-list.grid>li{margin:0 0 20px;padding:0 10px}#groups-list.groups-list{padding:0;margin-top:0;margin-bottom:0}.list-title a{color:#122b46;display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2}.list-title a:hover{color:#007cff}.buddypress-wrap #friend-list:not(.grid) li .user-update,.buddypress-wrap #members-list:not(.grid) li .user-update,.buddypress-wrap .groups-list:not(.grid) li .group-desc{display:none}body #bbpress-forums .bp-list .action,body #buddypress .bp-list .action{margin:0}body #bbpress-forums .bp-list .action .generic-button,body #buddypress .bp-list .action .generic-button{margin:0 10px 0 0}body #bbpress-forums .bp-list .action .generic-button:last-child,body #buddypress .bp-list .action .generic-button:last-child{margin-right:0}body #bbpress-forums .bp-list .action .generic-button a,body #bbpress-forums .bp-list .action .generic-button button,body #buddypress .bp-list .action .generic-button a,body #buddypress .bp-list .action .generic-button button{font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background:0 0;border:1px solid #007cff;background:0 0;color:#007cff;margin:5px 0;-webkit-font-smoothing:initial;-moz-font-smoothing:initial;box-shadow:none}body #bbpress-forums .bp-list.members-list .action .generic-button a,body #bbpress-forums .bp-list.members-list .action .generic-button button,body #buddypress .bp-list.members-list .action .generic-button a,body #buddypress .bp-list.members-list .action .generic-button button{padding:0;line-height:1.54;min-height:auto;border:0;color:#939597;margin-bottom:0;box-shadow:none}body #bbpress-forums .bp-list.members-list .action .generic-button a:hover,body #bbpress-forums .bp-list.members-list .action .generic-button button:hover,body #buddypress .bp-list.members-list .action .generic-button a:hover,body #buddypress .bp-list.members-list .action .generic-button button:hover{color:#007cff}.buddypress-wrap .bp-list li .list-title{margin-bottom:5px}.buddypress-wrap .bp-list li .last-activity,.buddypress-wrap .bp-list li .member-type{clear:left;margin-top:0;letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:#a3a5a9;margin:0}.buddypress-wrap .grid>li .last-activity{font-weight:500}.buddypress-wrap .grid>li .member-type{font-weight:500;font-size:13px}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:left}.bp-list li .item-avatar{float:left;margin-right:20px}.bp-list li .item-avatar a{display:inline-block;position:relative}.bp-list li .item .item-block{margin-right:0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 36%;flex:0 0 36%}.bp-list li .item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.buddypress-wrap #friend-list li .user-update,.buddypress-wrap #members-list li .user-update{font-size:14px}#friend-list.bp-list.grid li,#members-list.bp-list.grid li{margin-bottom:20px}#friend-list.bp-list.grid .item-avatar,#members-list.bp-list.grid .item-avatar{margin-bottom:18px;margin-top:10px}#friend-list.bp-list.grid .item-avatar a,#members-list.bp-list.grid .item-avatar a{display:inline-block}#friend-list.bp-list.grid .item-avatar img,#members-list.bp-list.grid .item-avatar img{max-width:126px;width:100%}#friend-list.bp-list.grid .action,#members-list.bp-list.grid .action{text-align:center}#friend-list.bp-list.grid .action .generic-button,#members-list.bp-list.grid .action .generic-button{margin:0}#friend-list.bp-list.grid .action .generic-button a,#friend-list.bp-list.grid .action .generic-button button,#members-list.bp-list.grid .action .generic-button a,#members-list.bp-list.grid .action .generic-button button{width:auto;float:none;margin:0 auto 12px}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:10px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:30px}.grid>li .list-wrap .list-title{padding:0}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:15px;height:100%}.buddypress-wrap .grid.bp-list>li .action{padding:0;position:static;width:100%}#friend-list.grid .list-wrap .item-block,#members-list.grid .list-wrap .item-block{min-height:10px}#friend-list.grid .list-wrap .item-block .member-name a,#members-list.grid .list-wrap .item-block .member-name a{width:100%;overflow-wrap:break-word;word-wrap:break-word}.buddypress-wrap .grid.bp-list>li .item .user-update{text-align:center;width:100%}.grid>li .list-wrap .update{color:#737373;padding:0;font-size:13px;line-height:1.6}div#buddypress .bs-members-items.list-view .activity-read-more a{padding-left:0}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post,div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field{line-height:1.3;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}div#buddypress .bs-members-items.list-view .bs-meta-bp_member_last_post.normal span:not(.bs-output),div#buddypress .bs-members-items.list-view .bs-meta-xprofile_field.normal span:not(.bs-output){font-size:13px}#buddypress .bb-member-profile-card span.activity{font-size:13px}#buddypress .single-headers .item-meta span{color:#a3a5a9}.buddypress-wrap .subnav-filters{margin-bottom:0;margin-top:0}.bp-secondary-header{margin-bottom:20px}.bp-secondary-header .bb-icon-grid-view-small,.bp-secondary-header .bb-icon-list-view-small,.bp-secondary-header .bb-icon-sort-desc{font-size:22px}#friend-list,#members-list{padding:0;margin:0}.buddypress-wrap .grid-filters{background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px}.buddypress-wrap .grid-filters a{color:#122b46;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.buddypress-wrap .grid-filters a:hover{color:#122b46;opacity:1}.buddypress-wrap .grid-filters .active{opacity:1}a.layout-grid-view{padding-left:5px;border-right:1px solid #e7e9ec}.buddypress-wrap .subnav-filters:after{content:'';display:table;clear:both}.buddypress-wrap .subnav-filters .bp-search{float:left}.buddypress-wrap .subnav-filters .grid-filters{padding:0;clear:right;float:right}.buddypress-wrap .subnav-filters .grid-filters a{padding-top:4px;padding-bottom:4px}.buddypress-wrap .subnav-filters .grid-filters a i{font-size:22px}.button-wrap.member-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.button-wrap.member-button-wrap i{font-size:22px}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button{background:0 0;color:#939597;padding:0;margin:0;line-height:1;min-height:1px;border:0}#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) a:hover,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:focus,#buddypress .button-wrap.member-button-wrap .generic-button:not(.follow-button) button:hover{color:#007cff;background:0 0;box-shadow:none}.followers-wrap,.following-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#939597;line-height:1;margin-bottom:5px;margin-top:5px}.followers-wrap b,.following-wrap b{color:#4d5c6d;font-weight:400;margin-right:3px}#buddypress .member-button-wrap .follow-button .follow-button{min-width:140px}#buddypress .bp-list li .generic-button{margin:0 0 0 20px}.directory.members .buddypress-wrap .subnav-filters{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .item{width:100%}.bp-list:not(.grid) .only-grid-view{display:none!important}.bp-list.grid li .item{-ms-flex-flow:column;flex-flow:column}.bp-list.grid .only-list-view{display:none!important}.button-wrap.member-button-wrap.on-top{position:absolute;top:2px;right:5px}#buddypress .bp-list li .on-top .generic-button{margin:0}#buddypress .bp-list li .on-top .generic-button i{opacity:.7}#buddypress .bp-list li .on-top #send-private-message{margin:0 2px 0 0}#buddypress .only-grid-view .follow-button .follow-button{background:0 0;border:0;border-radius:0;box-shadow:none;color:#007cff;line-height:1.3;min-height:1px;padding:0}#buddypress .only-grid-view .follow-button .follow-button:hover{color:#007cff}#buddypress .bp-list li .follow-container>div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}#buddypress .bp-list li .follow-container .generic-button{font-size:14px;line-height:1;margin:5px 0}.bb-friend-button-tag{display:none}.member-header-actions .bb-friend-button-tag{display:inline-block}.member-header-actions .friendship-button i{display:none}.member-header-actions .friendship-button[data-balloon]:after,.member-header-actions .friendship-button[data-balloon]:before{display:none}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success{font-size:0;border:0;margin:0;padding:0;text-align:center}#buddypress .bp-list li .member-button-wrap .friendship-button .bp-feedback.success:before{content:'\e93b';font-family:bb-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;padding-top:3px;vertical-align:top;text-align:center;color:#939597;opacity:.7}#buddypress .bp-list li .member-request-list-wrap .friends-meta .bp-feedback.success{border:0;font-size:13px;font-weight:500;min-height:32px;line-height:32px;padding:0 20px;background:0 0;border:1px solid #e7e9ec;background:0 0;color:#a3a5a9;margin:5px 0;-webkit-font-smoothing:initial;border-radius:100px}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap{border-top:1px solid #e7e9ec;margin:0 -20px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;bottom:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.generic-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px;padding:6px 10px 7px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap>.friendship-button{border-right:1px solid #e7e9ec}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button{border:0}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap a:focus,#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap button:focus{color:#007cff;opacity:1}#buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap i{opacity:.7}.follow-container{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list-wrap:not(.footer-buttons-on) .follow-container{margin-top:20px}body.logged-in .bp-list li .list-wrap:not(.follow-active) .item .item-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.buddypress-wrap .bb-profile-grid .subnav-filters{margin-bottom:20px}#buddypress .member-request-list-wrap #send-private-message,#buddypress .member-request-list-wrap .follow-button{display:none}.follow-container.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.button-wrap.member-button-wrap .friendship-button i{font-size:17px}.button-wrap.member-button-wrap .friendship-button .bb-icon-connection-waiting{font-size:18px}#buddypress .follow-button button{color:#fff;border-color:#007cff}#buddypress .follow-button button.outline{border-color:#007cff;color:#007cff}#buddypress .bp-list:not(.grid) .follow-button button.outline{background-color:transparent}.bp-members-list-hook:empty,.member-button-wrap.footer-button-wrap:empty{display:none!important}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:40px}}@media screen and (max-width:1120px){.has-sidebar #friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}.has-sidebar #friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.has-sidebar #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}.has-sidebar #buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:992px){#friend-list .list-wrap.member-request-list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}#friend-list .friends-meta.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body #buddypress .list-wrap.member-request-list-wrap .friends-meta.action{margin-top:15px}#buddypress #friend-list .action .button{min-width:100px}}@media screen and (max-width:980px){body #buddypress .bp-list .action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:1100px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:768px) and (max-width:880px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}}@media screen and (max-width:680px){body.logged-in .bp-list li .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:511px){.directory.members .buddypress-wrap .subnav-filters .component-filters,.directory.members .buddypress-wrap .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:480px){body.logged-in .bp-list li .item .item-block{margin-bottom:8px}#buddypress .bp-list:not(.grid) li .follow-button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0}#buddypress #friend-list .action .button,.has-sidebar #buddypress #friend-list .action .button{min-width:80px}body #buddypress #friend-list .action .generic-button{margin-right:5px}.buddypress .item-list.groups-list:not(.grid) .list-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.buddypress .item-list.groups-list:not(.grid) .list-wrap .item-avatar{margin-bottom:15px}}#object-nav .sub-menu{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;list-style:none;padding:10px 0;position:absolute;right:-20px;top:50px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:100}#object-nav .sub-menu.active{opacity:1;visibility:visible}#object-nav .more-button{padding:14px 0;line-height:1.1}#object-nav .more-button i{font-size:1.25rem}body.buddypress.bp-user #page #primary .entry-header{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-dir-hori-nav nav#object-nav{background:#fff}.bp-dir-hori-nav nav.horizontal{display:block;width:100%;height:auto}.bb-user-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-user-content-wrap .member-social{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-user-content-wrap .member-social>.flex{margin-bottom:10px}.social-networks-wrap{white-space:nowrap}.social-networks-wrap svg path{fill:#939597}.member-title-wrap{margin:30px 0 5px 0}.users-header .bp-member-type{background:#d94c61;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px 4px;line-height:1}.single-headers .member-header-actions>.generic-button{margin:5px 0 10px 10px}body #buddypress .member-header-actions{padding-left:20px;margin:15px 0 0;text-align:right;overflow:visible}body #buddypress .member-header-actions a,body #buddypress .member-header-actions button{font-weight:500}body #buddypress .member-header-actions .friendship-button i{font-size:15px}#buddypress div#item-header-cover-image .user-nicename,#buddypress div#item-header-cover-image .user-nicename a{margin:0 10px 0 0}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-flex:initial;-ms-flex:initial;flex:initial;margin-right:20px}.single-headers .followers-wrap b,.single-headers .following-wrap b{font-weight:500}#member-front-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}#member-front-widgets .widget{margin:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 -webkit-calc(25% - 20px);flex:0 0 calc(25% - 20px)}#member-front-widgets ul.item-list{margin:0}#buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px}#buddypress .bb-bp-invites-content .screen-heading{font-weight:500;font-size:22px;line-height:1.1}#buddypress .bb-bp-invites-content .invite-info{font-size:16px;color:#a3a5a9;letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-invites-content label{display:block;font-size:16px;font-weight:400;color:#a3a5a9;letter-spacing:-.27px;line-height:1.2;margin:1.6875rem 0}#buddypress .bb-bp-invites-content textarea{height:120px;margin-bottom:0;padding:10px 15px}#buddypress .bb-bp-invites-content .bp-feedback{margin:0 0 30px}#member-invites-table{box-shadow:none;margin-bottom:0}#member-invites-table td,#member-invites-table th{padding:12px 0 12px 25px}#member-invites-table th{background-color:#f5f6f7;border-bottom:1px solid #e7e9ec;border-top:1px solid #e7e9ec}#member-invites-table th:first-child{border-left:1px solid #e7eaec}#member-invites-table th:last-child{border-right:1px solid #e7eaec}#member-invites-table tr{background-color:transparent!important;border-bottom:0}#member-invites-table tr td{border-bottom:0}#member-invites-table tr td input{background-color:#fbfbfc!important}#member-invites-table tr td:first-child{border-left:1px solid #e7eaec}#member-invites-table tr td:last-child{border-right:1px solid #e7eaec}#member-invites-table tr:first-child td{padding-top:24px}#member-invites-table tr:last-child td{border-bottom:1px solid #e7eaec;padding-top:10px;padding-bottom:25px}#member-invites-table td.field-actions,#member-invites-table th.actions{padding:12px 0 12px 25px;text-align:left}#member-invites-table td.field-actions span,#member-invites-table th.actions span{color:#9ca8b4;border:1px solid #9ca8b4;border-radius:100%;padding:1px 1px;line-height:16px;font-size:16px;text-align:center;display:inline-block;vertical-align:middle;margin-right:5px;margin-left:-15px;cursor:pointer}#member-invites-table td.field-actions span i:before,#member-invites-table th.actions span i:before{content:'\e828';font-family:bb-icons;height:20px;width:20px;display:inline-block;font-size:20px}#member-invites-table .field-actions-last{padding:12px 0;text-align:left}#member-invites-table .field-actions-add{margin-left:7px}#member-invites-table .field-actions-add i{vertical-align:middle;display:inline-block;background-color:#007cff;color:#fff;border-radius:100%;padding:5px;height:auto;width:auto;line-height:1;font-size:20px}#member-invites-table .field-actions-add i :before{content:'\e922';font-family:bb-icons}#buddypress #send-invite-form #wp-bp-member-invites-custom-content-editor-container{border-radius:4px;overflow:hidden}#buddypress #send-invite-form .submit{padding-top:30px}@media screen and (max-width:420px){#send-invite-form #member-invites-table{table-layout:fixed}#send-invite-form #member-invites-table th{white-space:normal;line-height:1.2}#send-invite-form #member-invites-table th.title{width:40%}#send-invite-form #member-invites-table th.title.actions{width:20%}#send-invite-form #member-invites-table td{padding:12px 5px}#send-invite-form #member-invites-table td input{max-width:100%;margin:0 5px}#send-invite-form #member-invites-table td.field-actions span{margin-right:0;margin-left:6px}#send-invite-form #member-invites-table td .field-actions-add{margin-left:2px}}.bp-invitee-status a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-invitee-status span{font-size:20px;width:22px;margin-right:5px}.bp-invitee-status .registered{color:inherit}#buddypress #invites-send-invite-personal-li a:before{content:'\E910'}#buddypress #invites-sent-invites-personal-li a:before{content:'\E8AE'}td.field-email span,td.field-name span{word-break:break-word}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs{background:0 0;border-bottom:1px solid #e7e9ec;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs a{margin:0 20px -1px;padding:14px 0}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs a:before{display:none}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs a:hover{background:0 0}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs .selected a{background:0 0;border-bottom:1px solid #007cff;font-weight:500}body.invites.has-sidebar #buddypress .bp-settings-container .bp-navs li{float:left}body.invites.has-sidebar #buddypress .bb-bp-invites-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 50px}body.invites.has-sidebar #buddypress.bp-single-vert-nav .bb-bp-invites-content{padding:30px}body.invites.has-sidebar #buddypress.bp-single-vert-nav .bp-settings-container{margin:0 -20px;border:0}.member-header-actions.action:empty{display:none}@media only screen and (min-width:1081px){#group-activity,#user-activity{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}}#secondary.no-padding-top{padding-top:0}.bp-single-vert-nav .bb-profile-grid #subnav{margin-bottom:20px}.recent-visitors{background:#fff;border:1px solid #e7e9ec;padding:20px;border-top:0}.recent-visitors h5{font-weight:500;margin-bottom:12px!important}.recent-visitors a{display:inline-block;margin-right:5px}@media screen and (max-width:600px){.invite-settings.bp-tables-user{white-space:nowrap;margin-bottom:10px}}@media screen and (max-width:1200px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 -webkit-calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px)}}@media screen and (min-width:981px){body #buddypress .member-header-actions{margin:30px 0 0}}@media screen and (max-width:1080px){#buddypress .bb-bp-invites-content{padding:30px}}@media screen and (max-width:900px){#buddypress .bb-bp-invites-content{padding:20px;max-width:100%}body.invites.has-sidebar #buddypress .bb-bp-invites-content{padding:20px}}@media screen and (max-width:980px){div#item-header-content .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}body #buddypress .member-header-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;text-align:left}body #buddypress .member-header-actions>.generic-button{float:left;margin-left:0;margin-right:10px}#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 -webkit-calc(50% - 20px);flex:0 0 calc(50% - 20px)}}@media screen and (max-width:782px){div#item-header-content .flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.social-networks-wrap{width:100%}.member-title-wrap{margin-top:5px}.single-headers .following-wrap{margin-right:0}body #buddypress .member-header-actions{text-align:center}body #buddypress .member-header-actions>.generic-button{float:none;margin-left:5px;margin-right:5px}.single-headers .followers-wrap,.single-headers .following-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress div#item-header-cover-image .user-nicename{margin:0 0 5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.single-headers .activity{margin-bottom:0}}@media screen and (max-width:640px){#member-front-widgets .widget{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 20px);flex:0 0 -webkit-calc(100% - 20px);flex:0 0 calc(100% - 20px)}}.elementor-widget-wrap div.item-options,.widget.buddypress div.item-options{border-bottom:1px solid #e7e9ec;font-size:0;line-height:1;margin:-10px 0 15px;padding:0}.elementor-widget-wrap div.item-options a,.widget.buddypress div.item-options a{color:#939597;font-size:.875rem;display:inline-block;padding-bottom:10px;margin-right:1.25rem;margin-top:10px;-webkit-animation:unset!important;animation:unset!important}.elementor-widget-wrap div.item-options a:hover,.widget.buddypress div.item-options a:hover{color:#007cff}.elementor-widget-wrap div.item-options a:last-child,.widget.buddypress div.item-options a:last-child{margin-right:0}.elementor-widget-wrap div.item-options .selected,.widget.buddypress div.item-options .selected{border-bottom:1px solid #007cff;color:#007cff;font-weight:600;margin-bottom:-1px}.widget.buddypress .bp-login-widget-user-links>div,.widget.buddypress div.item{margin:0}.widget.buddypress .bp-login-widget-user-links .bp-login-widget-user-link{margin-bottom:0;margin-top:4px}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:500;font-size:14px;line-height:19px;color:#122b46}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a:hover{color:#007cff}.widget.buddypress div.item-avatar img{height:auto;margin:0;max-width:38px;width:100%;border-radius:100%}.widget.widget_bp_groups_widget div.item-avatar img{border-radius:3px}.widget_bp_groups_widget.buddypress div.item-avatar img{height:auto;max-width:48px;width:100%}.elementor-widget-wp-widget-bp_core_follow_following_widget div.item-avatar img,.elementor-widget-wp-widget-bp_core_recently_active_widget div.item-avatar img,.elementor-widget-wp-widget-bp_core_whos_online_widget div.item-avatar img,.widget_bp_core_recently_active_widget.buddypress div.item-avatar img,.widget_bp_core_whos_online_widget.buddypress div.item-avatar img,.widget_bp_follow_follower_widget.buddypress div.item-avatar img,.widget_bp_follow_following_widget.buddypress div.item-avatar img{height:auto;max-width:52px;width:100%}.widget.buddypress:not(.widget_bp_groups_widget) span.activity{display:none}.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0}.elementor-widget-wp-widget-bp_core_members_widget #friends-list li,.elementor-widget-wp-widget-bp_core_members_widget #members-list li,.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.elementor-widget-wrap #groups-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin-left:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .avatar-block,.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}.elementor-widget-wp-widget-bp_core_follow_following_widget .item-avatar,.elementor-widget-wp-widget-bp_core_recently_active_widget .item-avatar,.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar,.widget_bp_core_recently_active_widget .item-avatar,.widget_bp_core_whos_online_widget .item-avatar,.widget_bp_follow_follower_widget .item-avatar,.widget_bp_follow_following_widget .item-avatar{padding:2px;max-width:20%}.widget .item-list .item-avatar{margin-right:12px}.widget .item-list .item{-webkit-box-flex:1;-ms-flex:1;flex:1}.widget .item-list .item-title a{color:#122b46;letter-spacing:-.24px;line-height:16px}.widget .item-list .item-title a:hover{color:#007cff}.widget.widget_bp_groups_widget .item-list .item-title{margin-bottom:3px}.widget.widget_bp_groups_widget .item-list .item-title a{font-size:.9375rem;font-weight:500;color:#122b46;letter-spacing:-.24px}.widget.buddypress span.activity{color:#a3a5a9;font-size:12px;letter-spacing:-.26px;line-height:1.2}.widget_bp_core_login_widget:after{content:'';display:table;clear:both}.widget_bp_core_login_widget.bs-bp-login .widget-title{margin-bottom:10px}.widget_bp_core_login_widget label{font-size:.875rem}.widget_bp_core_login_widget .input{height:34px;padding-left:35px}.widget_bp_core_login_widget .input[type=password],.widget_bp_core_login_widget .input[type=text]{width:100%}.widget_bp_core_login_widget .forgetmenot{float:left;margin-top:10px}.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit{float:right;margin-top:20px;margin-right:0;background:#9ca8b4;border-radius:100px;border:0;color:#fff;font-size:14px;font-weight:500;min-width:100px;height:34px;cursor:pointer;padding:5px 20px}.widget_bp_core_login_widget.buddypress #bp-login-widget-form #bp-login-widget-submit.bp-login-btn-active{background:#007cff}.widget_bp_core_login_widget label[for=bp-login-widget-user-login],.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]{position:relative}.widget_bp_core_login_widget label[for=bp-login-widget-user-login]:before,.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]:before{font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:10px;color:#a1abb5}.widget_bp_core_login_widget label[for=bp-login-widget-user-login]:before{content:'\e825';font-size:16px;top:30px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass]:before{content:'\e829';font-size:20px;top:29px}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch{position:absolute;top:32px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch:after{content:'\e8be';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:14px;cursor:pointer;color:#a1abb5}.widget_bp_core_login_widget label[for=bp-login-widget-user-pass] span.label-switch.bb-eye:after{content:'\e8fc'}.widget_bp_core_login_widget .bp-login-widget-register-link{clear:both;display:none}.widget_bp_core_login_widget .bs-login-id{margin:0;text-align:center}.widget_bp_core_login_widget .bs-login-id span{width:33%;border-radius:100%;position:relative;display:inline-block;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%}.widget_bp_core_login_widget .bs-login-id span:after{content:"";display:block;padding-bottom:100%}.widget .bp-site-wide-message #message button{background:0 0;border:0;padding:0;position:absolute;top:0;min-height:1px;top:-48px;right:-7px}.widget .bp-site-wide-message #message button span{font-size:0;line-height:1;display:block}.widget .bp-site-wide-message #message button span:before{content:'\e80a';color:#a1abb5;font-family:bb-icons;font-size:26px;font-style:normal;font-weight:400;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .bp-site-wide-message #message p{margin:0;padding-right:0;position:static}.widget .bp-site-wide-message #message p strong{font-weight:600;font-size:12px;color:#122b46;letter-spacing:.25px;line-height:16px;text-transform:uppercase;margin-bottom:-8px;display:block}.bp-site-wide-message{position:relative}div#groups-list-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-widget-dropdown{margin-left:auto;position:relative}.bb-widget-dropdown i.bb-icon-menu-dots-v{position:relative;top:-2px;font-size:20px;margin-bottom:-5px;display:block}.widget_bp_core_recently_active_widget .widget-title{display:-webkit-box;display:-ms-flexbox;display:flex}.widget_bp_core_recently_active_widget .widget-title a.bs-widget-reload{color:#939597;margin-left:auto}.more-block{text-align:center;text-transform:uppercase;margin:10px 0 0;display:block;height:14px;font-size:12px;line-height:14px}.more-block a.count-more{cursor:pointer;padding-left:10px}.more-block a.count-more .bb-icon-angle-right{vertical-align:middle;line-height:14px}.more-block .bb-icon-angle-right:before{font-size:24px;vertical-align:bottom;margin-left:.1em;margin-right:0}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a,.widget_bp_core_whos_online_widget .item-avatar a{position:relative;display:inline-block}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status,.widget_bp_core_whos_online_widget .item-avatar a .member-status{width:13px;height:13px;right:-3px;top:1px;border:2px solid #fff}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.online,.widget_bp_core_whos_online_widget .item-avatar a .member-status.online{background-color:#1cd991}.elementor-widget-wp-widget-bp_core_whos_online_widget .item-avatar a .member-status.offline,.widget_bp_core_whos_online_widget .item-avatar a .member-status.offline{background-color:#bdbdbd}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a,.widget_bp_core_members_widget #members-list .item-avatar a{position:relative;display:inline-block}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;right:-3px;top:1px;border:2px solid #fff}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.online,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.online{background-color:#1cd991}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd}.widget_bp_core_members_widget #members-list .member_last_visit{font-size:12px;color:#a3a5a9}.widget.buddypress #network-list li{display:-webkit-box;display:-ms-flexbox;display:flex}.widget.buddypress #network-list li .item-title a{letter-spacing:0;color:#122b46}.widget.buddypress #network-list li .item-data{color:#122b46}.widget.buddypress #network-list li .item-data .netowrk-post-activity{color:#939597}.widget.buddypress #network-list li div.item-avatar img{width:28px;height:28px}.widget.buddypress #network-list li .data-photo{max-width:60%;margin:5px 0 5px}.widget.buddypress #network-list li .data-photo a{border-radius:3px}.netowrk-post-type{color:#939597}a.button.logout-link{padding:6px 15px;min-height:20px;font-size:12px;font-weight:600;font-style:normal;line-height:1}body.buddypress .buddypress-wrap .bbp-logged-in h4{margin-top:4px;margin-bottom:0}#buddypress .bbp_widget_login a.button.logout-link,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link{padding:3px 0 3px;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:#007cff;background:0 0;border:0;min-height:auto}#buddypress .bbp_widget_login a.button.logout-link:hover,.buddypress .buddypress-wrap .bbp_widget_login a.button.logout-link:hover{color:#0f74e0}.bp-login-widget-user-logout a.logout{padding:0 0 3px;font-size:13px;font-weight:500;font-style:normal;line-height:1}.single .hentry .buddypress.widget .activity-list blockquote{background:0 0;color:#4d5c6d}.single .hentry .buddypress.widget .activity-list blockquote:before{display:none}.elementor-widget-wp-widget-bp_core_follow_following_widget .avatar-block,.elementor-widget-wp-widget-bp_core_recently_active_widget .avatar-block,.widget_bp_follow_follower_widget .avatar-block,.widget_bp_follow_following_widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -2px}#buddypress .widget .mc4wp-form-fields p,.buddypress .buddypress-wrap .widget .mc4wp-form-fields p,.widget .mc4wp-form-fields p{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .widget .mc4wp-form-fields input[type=submit],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit],.widget .mc4wp-form-fields input[type=submit]{font-size:14px;padding:0 10px;border-radius:0 3px 3px 0}#buddypress .widget .mc4wp-form-fields input[type=submit]:disabled,.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit]:disabled,.widget .mc4wp-form-fields input[type=submit]:disabled{background:#d0d4d8}#buddypress .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=submit][disabled=disabled],.widget .mc4wp-form-fields input[type=submit][disabled=disabled]{background:#d0d4d8;color:#fff;border:1px solid transparent}#buddypress .widget .mc4wp-form-fields input[type=email],.buddypress .buddypress-wrap .widget .mc4wp-form-fields input[type=email],.widget .mc4wp-form-fields input[type=email]{border-radius:3px 0 0 3px;border-right:0;font-size:14px;letter-spacing:-.24px;min-width:160px}.widget_display_topics ul li{margin-bottom:15px}.widget_display_topics ul div{font-size:12px;color:rgba(0,0,0,.45);margin-top:3px}.widget_display_topics ul img.avatar{border-radius:50%}body.buddypress .buddypress-wrap .bb-recent-posts h4{margin:0}#buddypress .widget_display_search input#bbp_search_submit{display:none}.buddypress-wrap.round-avatars .widget:not(.widget_bp_core_members_widget) .avatar{border-radius:3px}.buddypress-wrap .widget.widget_bps_widget .standard-form label{font-weight:400;margin-top:0}.buddypress-wrap .widget.widget_bps_widget .standard-form .submit{padding-top:0}.widget_sfwd-quiz-widget li h4,body.buddypress .buddypress-wrap .widget_sfwd-quiz-widget li h4{margin-bottom:10px}#buddypress .widget_search .search-submit{display:none}.widget_nav_menu.buddypress_object_nav{overflow:hidden}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{width:100%;min-height:auto}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li.selected{background:0 0}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical li a{padding:2px 0}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li a:hover{color:#122b46}#buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical ul li:hover{background:0 0}.widget_nav_menu.buddypress_object_nav nav#object-nav,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical{padding-left:0;padding-right:0;background-color:transparent;border:0;margin-bottom:0}.widget_nav_menu.buddypress_object_nav nav#object-nav .more-button,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical .more-button{display:none}.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical>ul>li,.widget_nav_menu.buddypress_object_nav nav#object-nav>ul>li{padding-right:0;float:none}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu{margin-left:0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a{padding:8px 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu a:hover,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu a:hover{background:0 0}.widget_nav_menu.buddypress_object_nav nav#object-nav ul.sub-menu .selected>a,.widget_nav_menu.buddypress_object_nav nav#object-nav.vertical ul.sub-menu .selected>a{background:0 0}.widget .bp-navs ul li{margin-bottom:10px}.bp-profile-search-widget{background:#fff;border:1px solid #e7e9ec;border-radius:4px;font-size:.875rem;line-height:1.35;margin-bottom:.9375rem;padding:0}.bp-profile-search-widget .bps-form-title{font-family:inherit;font-size:.75rem;font-weight:600;color:#122b46;letter-spacing:.25px;line-height:1rem;border-bottom:1px solid rgba(0,0,0,.06);margin:0;padding:1.125rem 1.25rem;text-transform:uppercase}.bp-profile-search-widget .bps-form{margin:0;padding:1.125rem 1.25rem 1.375rem}.bp-profile-search-widget .bps-label{font-size:14px;font-weight:400;margin-bottom:8px;display:block}.bp-profile-search-widget .bps-label strong{font-weight:400}.bp-profile-search-widget label{font-size:14px;font-weight:400}.bp-profile-search-widget .bp-checkbox-wrap label,.bp-profile-search-widget .bp-radio-wrap label{color:#7f868f}.bp-profile-search-widget input[type=search]{background:0 0;padding-left:12px;width:100%}.bp-profile-search-widget p.bps-description{margin:5px 0;font-size:12px;color:#7f868f}.bp-profile-search-widget .bp-checkbox-wrap,.bp-profile-search-widget .bp-radio-wrap{margin-bottom:10px}.bp-profile-search-widget .submit-wrapper input{min-width:140px;font-size:14px;font-weight:500}.bp-profile-search-widget .bp-field-wrap input:not([type=checkbox]):not([type=radio]){width:100%}.bp-profile-search-widget .clear-from-wrap{margin-bottom:20px}.bp-profile-search-widget .bp-heading-field-wrap{background:#fbfbfc;border-top:1px solid #e7e9ec;border-bottom:1px solid #e7e9ec;margin:0 -20px 20px;padding:12px 20px}.bp-profile-search-widget .bp-heading-field-wrap strong{text-transform:uppercase;font-size:.75rem;font-weight:600;color:#122b46}.bp-profile-search-widget .bp-heading-field-wrap p.bps-description{margin:5px 0 0}.bp-profile-search-widget .date-label{display:block;margin-bottom:5px}.bp-profile-search-widget .date-wrapper select{margin-bottom:10px}.buddypress.widget ul.item-list{margin:0}.buddypress.widget ul.item-list li .item-avatar .avatar{width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-image,.widget.activity_update .activity-link-preview-image{max-width:100%}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-content,.widget.activity_update .activity-link-preview-content{clear:both;padding:0}.elementor-widget-wp-widget-bp_latest_activities .activity-link-preview-title,.widget.activity_update .activity-link-preview-title{font-style:normal;margin-bottom:5px;margin-right:0}.elementor-widget-wp-widget-bp_latest_activities footer cite,.widget.activity_update footer cite{margin-right:12px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div,.widget.activity_update .activity-list>div{margin-bottom:15px}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div:last-of-type,.widget.activity_update .activity-list>div:last-of-type{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .activity-list>div p,.widget.activity_update .activity-list>div p{margin-bottom:10px}.elementor-widget-wp-widget-bp_latest_activities .activity-list img,.widget.activity_update .activity-list img{margin-bottom:0}.elementor-widget-wp-widget-bp_latest_activities .view.activity-time-since,.widget.activity_update .view.activity-time-since{font-style:normal;font-weight:500;font-size:13px}.elementor-widget-wp-widget-bp_latest_activities footer,.widget.activity_update footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-wp-widget-bp_latest_activities .activity-update .update-item,.widget.activity_update .activity-update .update-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-wp-widget-bp_latest_activities .activity-update p,.widget.activity_update .activity-update p{color:#a3a5a9}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a:not(.activity-time-since),.widget.activity_update .activity-update p a:not(.activity-time-since){color:#122b46;font-weight:500}.elementor-widget-wp-widget-bp_latest_activities .activity-update p a:not(.activity-time-since):hover,.widget.activity_update .activity-update p a:not(.activity-time-since):hover{color:#007cff}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since,.widget.activity_update .activity-update .activity-time-since{display:block;font-size:12px;color:#939597;margin-top:5px}.elementor-widget-wp-widget-bp_latest_activities .activity-update .activity-time-since:hover,.widget.activity_update .activity-update .activity-time-since:hover{color:#007cff}.buddypress.widget .activity-update .update-item cite{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.widget.bp-latest-activities .activity-update{color:#a3a5a9;font-size:14px;letter-spacing:-.24px;margin-bottom:20px}.widget.bp-latest-activities a{color:#122b46}.widget.bp-latest-activities a:hover{color:#007cff}.widget.bp-latest-activities p{margin-bottom:0}.widget-area .widget.bp-latest-activities .activity-update p img{max-width:15px;vertical-align:text-bottom;margin-right:5px;margin-left:2px}.subnav-search.groups-search{float:right;margin-top:-56px}.bs-groups-items{margin-bottom:0}.bs-groups-items .item-title a{margin-bottom:8px;display:inline-block}.bs-groups-items .item-meta p{margin-bottom:7px}.bs-groups-items .item-meta p:last-child{margin:0}.bs-groups-items span.status{text-transform:capitalize}.bs-groups-items .item-desc{font-size:14px;color:#4d5c6d;line-height:1.35;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:30px;display:block;display:-webkit-box;height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bs-groups-items .item-desc:after{content:' ';display:inline-block;vertical-align:middle}.bs-groups-items .action{margin-left:auto}.bs-groups-items.list-view .item-title-wrap{min-width:0}.bs-groups-items.list-view .item-title a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-item-avatar{background:#fff;border:3px solid #fff;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border-radius:1px;display:inline-block}a.group-item-avatar{border-radius:3px}a.group-item-avatar .avatar{max-width:100%}.bs-groups-items.grid-view .bs-item-list-inner{padding-bottom:14px;text-align:left}.bs-groups-items.grid-view .item-avatar{margin-top:-50px;position:relative;max-width:75px;width:100%}.bs-groups-items.grid-view span.status{font-size:13px;color:#939597;letter-spacing:-.24px}.bs-groups-items.grid-view .item-title{margin-bottom:15px}.bs-groups-items.grid-view .item-title a{margin-bottom:0}.bs-group-head{margin-bottom:6px}.btn-group{color:#007cff;font-size:13px;line-height:1.1875;letter-spacing:-.24px;font-weight:500;cursor:pointer}.buddypress-wrap .item-list.groups-list .item-meta{font-size:13px;font-weight:400;color:#a3a5a9}.buddypress-wrap .item-list.groups-list .invite-message{margin-top:5px;font-size:14px;font-style:italic}body #buddypress .bp-list .action .generic-button .leave-group,body #buddypress .bp-list .action .generic-button .membership-requested{background:#007cff;color:#fff}body #buddypress .bp-list .action .generic-button .leave-group:hover,body #buddypress .bp-list .action .generic-button .membership-requested:hover{color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}body #buddypress .bp-list .action .generic-button .membership-requested{min-width:140px}.item-desc.group-item-desc{-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:1.4;padding-right:20px}.buddypress-wrap .groups-list .item-desc.group-item-desc p{margin:0;max-width:85%}#buddypress .bp-list.groups-list li .list-wrap .item .item-block{-webkit-box-flex:0;-ms-flex:0 0 28%;flex:0 0 28%;padding-right:15px}#buddypress .bp-list.groups-list li .list-wrap .item .item-block .groups-title a{width:100%;overflow-wrap:break-word;word-wrap:break-word}.groups-loop-buttons{-ms-flex-item-align:center;align-self:center;min-width:140px}#groups-order-select,.bp-groups-filter-wrap #dir-filters,div#groups-order-select .select-wrap{margin-top:0;margin-bottom:0}@media (hover:none){.entry-content .bs-group-head a.btn-group:not(.button):hover{color:#007cff}}#buddypress .group-title{line-height:1;margin:6px 0 2px}.bs-group-cover{overflow:hidden;margin:-15px -20px 5px;position:relative}.bs-group-cover a{border-radius:3px 3px 0 0;position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#809ab4}.bs-group-cover a:before{background:rgba(0,0,0,.25);content:'';position:absolute;width:100%;height:100%;left:0;top:0}.bs-group-cover img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bs-group-members{display:inline-block;margin-right:12px}.bs-group-members img{border:1px solid #fff;max-width:24px;display:inline-block;margin-right:-8px;position:relative;z-index:3}.bs-group-members img:nth-child(2){z-index:2}.bs-group-members img:nth-child(3){z-index:1}a.bb-more{display:inline-block}a.bb-more i:before{margin:0;font-size:19px;line-height:.5;position:relative;top:3px;left:-7px;opacity:.7}.members-count{color:#4d5c6d}.bs-groups-items .bs-item-list-inner .item-meta{font-size:12px}.bs-groups-directory .bs-item-list-tabs{clear:both}#groups-list.bp-list .avatar{border-radius:3px}#groups-list.bp-list .group-avatar-wrap{min-height:81px;min-width:81px}.elementor-widget-wrap .buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin:25px 0}.elementor-widget-wrap #groups-list.bp-list li{min-width:inherit;padding:0 9px;margin:0 0 20px;display:list-item}.elementor-widget-wrap #groups-list.bp-list li .item{line-height:inherit}.elementor-widget-wrap #groups-list.bp-list li .item-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:0}.elementor-widget-wrap #groups-list.bp-list li .bs-group-members img{max-width:24px;border-radius:50%;border:1px solid #fff}.elementor-widget-wrap #groups-list.bp-list:not(.grid) .item-avatar{margin-right:20px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar{margin-bottom:20px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap{margin-top:-47px}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar img{max-width:75px;width:100%}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button{text-align:right}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button{line-height:1.3;min-height:1px;padding:0;border:0;border-radius:0;min-width:1px;width:auto;background:0 0;box-shadow:none;margin:5px 0 5px auto;font-size:14px;color:#007cff;-webkit-transition:all linear .2s;transition:all linear .2s}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button:hover{color:#007cff}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span{font-size:0}#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .generic-button .group-button span:before{content:'\e876';font-family:bb-icons;speak:none;font-size:14px;margin-right:5px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased}#groups-list.bp-list.grid.bb-cover-enabled .item-meta,#groups-list.bp-list.grid.bb-cover-enabled .list-title{text-align:left}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons{-ms-flex-item-align:end;align-self:flex-end;min-width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px}#groups-list.bp-list.grid.bb-cover-enabled .groups-loop-buttons .group-button{text-align:right}#groups-list.bp-list.grid.bb-cover-enabled .footer-button-wrap,#groups-list.bp-list.grid.bb-cover-enabled .last-activity{display:none}#groups-list.bp-list.grid.bb-cover-disabled .item-avatar .groups-loop-buttons{display:none}#groups-list.bp-list.grid.bb-cover-disabled img.avatar{max-width:115px;width:100%}#groups-list.bp-list.grid.bb-cover-disabled .group-avatar-wrap{margin:5px 0 20px}#groups-list.bp-list.grid.bb-cover-disabled .item-meta{margin-bottom:5px}.group-members-wrap.only-grid-view{font-size:12px;color:#a3a5a9;letter-spacing:-.24px;margin-bottom:2px;text-align:left}.groups.group-members #group-members-search{height:34px;font-size:15px}.groups.group-members .buddypress-wrap .subnav-filters{margin-bottom:20px}a.bb-more-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}a.bb-more-link i{font-size:12px}.groups.single-item .activity-update-form{margin-bottom:20px}#item-body.group-single-wrapper{margin:0 -10px}.bb-cover-disabled.grid .group-members-wrap.only-grid-view{display:none}.bp-shortcode-wrap .bp-feedback.info{margin-top:-5px;margin-bottom:20px}.bp-shortcode-wrap .dir-list{border-top:1px solid #e7e9ec;padding-top:30px}.bp-shortcode-wrap .item-desc.group-item-desc{padding-right:40px}.buddypress-wrap.bp-shortcode-wrap .subnav-filters{margin-top:-56px;float:right}body #buddypress .bp-list .action .generic-button .group-button{min-width:170px}#request-membership-form #group-request-membership-comments{min-height:80px;margin-bottom:20px}@media screen and (min-width:800px){.sidebar-left .bb-profile-grid,.sidebar-left .bb-user-nav-display-wrap{-ms-flex-flow:row-reverse;flex-flow:row-reverse}}@media (min-width:800px) and (max-width:1150px){.has-sidebar .bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.has-sidebar .bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.has-sidebar .bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.has-sidebar .bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.has-sidebar .bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0}.has-sidebar #buddypress .bs-groups-items .action .button{display:inline-block}.bs-item-list.list-view .bb-group-profile-card .bs-meta-bp_group_last_active{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}}@media (max-width:1000px){.bs-groups-items.list-view .item-wrap-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bs-groups-items.list-view .item-wrap-left{margin-bottom:20px}.bs-groups-items.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;margin:0}.bs-groups-items.list-view .item-wrap-right{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-groups-items .item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px;padding-right:0}#buddypress .bs-groups-items .action .button{display:inline-block}.item-desc.group-item-desc{margin:10px 0;padding-right:0}#buddypress .bp-list.groups-list li .list-wrap .item .item-block,.item-desc.group-item-desc{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:0}.buddypress-wrap .groups-list .item-desc.group-item-desc p{max-width:100%}body.logged-in .bp-list.groups-list li .item .item-block{margin-bottom:0}}@media (max-width:543px){.item-title a{font-size:18px;line-height:1.4}.bs-groups-items.list-view .item-wrap-left{padding-right:0}.bs-groups-items.list-view .item-wrap-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:782px){#item-actions.group-item-actions dl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px;padding:0}.directory.groups .bp-secondary-header{margin-top:20px}.bp-group-filter-wrap #group-type-filters,.bp-group-filter-wrap #group-type-select,.bp-group-filter-wrap #group-type-select .select-wrap{margin-top:0;margin-bottom:0}}@media (max-width:380px){.list-view .item-wrap-left{-ms-flex-flow:row wrap;flex-flow:row wrap}.bs-item-list.list-view .item-avatar{margin-right:15px}.bs-groups-items .item-title a{margin-bottom:3px}.bs-groups-items.list-view .item-title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:360px){.subnav-search.groups-search{float:right;margin-top:-6px;width:100%;margin-bottom:20px}}.bb-single-bp-content{background:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px;margin-bottom:20px}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-10px}.bb-single-bp-content .bs-item-list-tabs{margin-top:20px;margin-bottom:-16px;border:0}.bb-single-bp-content .bs-item-list-tabs .selected a{font-weight:inherit}#buddypress .bb-single-bp-header{border-bottom:1px solid #e7e9ec;margin:0 -20px 20px;padding:0 20px 15px}#buddypress .bb-single-bp-header .bs-title{font-family:inherit;font-size:1rem;letter-spacing:.33px;margin-bottom:0;font-weight:600;text-transform:uppercase;line-height:1}#buddypress .bb-single-bp-header .bs-dir-search{margin:0 0 0 auto}#buddypress .bb-single-bp-header .bs-link{font-size:14px}.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{max-width:none}.single-item.groups #buddypress div#item-header div.generic-button{margin:0}.single-item.groups #buddypress div#item-header #item-buttons{padding:0;margin-bottom:0}.single-item.groups #buddypress .group-title-bar{margin-top:30px}.single-item.groups #buddypress div#item-header div#item-meta{margin:10px 0 5px 0;padding:0}.single-item.groups #buddypress div#item-header div#item-meta p{margin-bottom:12px;color:#4d5c6d}.single-item.groups #buddypress .highlight,.single-item.groups #buddypress .highlight strong{display:block;margin-bottom:12px;font-size:15px;background:0 0}.single-item.groups #buddypress ul.bbp-threaded-replies li.highlight{margin-bottom:0}.single-item.groups #buddypress .group-members-preview .gmp-list{margin-right:10px}.single-item.groups #buddypress .group-members-preview img{float:right;width:32px;height:32px;margin-left:-10px;border-radius:50%;border:1px solid #fff}.single-item.groups #buddypress .group-members-preview img:last-child{margin:0}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p{margin:0;font-size:13px;color:#939597}.single-item.groups #buddypress div#item-header div#item-meta .group-members-preview p span{color:#3c4a5a}.single-item.subgroups #buddypress .item-body .subnav-filters{margin-bottom:1.5em}.single-item.subgroups #buddypress .item-body .groups-type-navs{display:none}#buddypress #item-header-cover-image #item-buttons{margin-left:auto}#buddypress .bs-group-invite .button,#buddypress .generic-button a.group-button.join-group,#buddypress .generic-button a.group-button.leave-group{background:0 0;border-width:1px;border-color:#007cff;box-shadow:none;color:#007cff;font-size:14px;min-height:34px;padding:6px 20px;border-radius:100px}#buddypress .bs-group-invite .button:hover,#buddypress .generic-button a.group-button.join-group:hover,#buddypress .generic-button a.group-button.leave-group:hover{color:#0070e6;border-color:#0070e6}.bb-group-members-wrap.bb-single-bp-content .item-meta{margin:10px 0 15px}.bs-suggested-groups .item{margin-bottom:10px;border:1px solid #e7e9ec;border-radius:4px;overflow:hidden}.bs-suggested-groups .item .bs-suggested-group-cover{height:66px;display:block;background-position:center top;background-repeat:no-repeat;background-size:cover}.bs-suggested-groups .item #item-header-avatar{position:relative;width:52px;margin-left:15px;margin-top:-40px;border:2px solid #fff;border-radius:3px}.bs-suggested-groups .item #item-header-avatar a{border-radius:3px;overflow:hidden}.bs-suggested-groups .item .item-meta{position:relative;padding:10px 15px 15px}.bs-suggested-groups .item h5{margin-bottom:0}.bs-suggested-groups .item .meta-members{font-size:13px;color:#939597}.bs-suggested-groups .item a.meta-join{font-size:15px;position:absolute;top:2px;right:15px}.bs-suggested-groups .item a.meta-join:hover{color:#0070e6}.widget-title .stats{color:#818385}.bs-group-invite .more,.bs-suggested-groups .more{font-weight:600}.bs-group-admins ul,.bs-group-members-grid ul,.bs-group-photos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px -4px}.bs-group-admins ul li,.bs-group-members-grid ul li,.bs-group-photos ul li{margin-bottom:4px;padding:0 2px;width:-webkit-calc(100% * (1/4));width:calc(100% * (1/4))}.bs-group-admins ul a,.bs-group-members-grid ul a,.bs-group-photos ul a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;border-radius:3px;overflow:hidden;background:rgba(18,43,70,.05);color:#007cff}.bs-group-admins ul img,.bs-group-members-grid ul img,.bs-group-photos ul img{width:100%}.bs-group-photos ul li{width:-webkit-calc(100% * (1/3));width:calc(100% * (1/3))}.bs-group-invite .widget-title{margin-bottom:10px}.bs-group-invite p{margin-bottom:12px}.widget .more{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .more i{margin-left:-8px;font-size:24px}.widget .more:hover{color:#0070e6}.bs-group-members-grid,.bs-group-photos{padding-bottom:15px}.bs-group-members-grid .more,.bs-group-photos .more{margin-top:15px;text-transform:uppercase;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#buddypress .bs-group-invite .group-invite-form,.bs-group-invite .group-invite-form{margin-bottom:10px}#buddypress .bs-group-invite input,.bs-group-invite input{font-size:14px;height:33px}#buddypress .bs-group-invite input[type=email],.bs-group-invite input[type=email]{width:-webkit-calc(100% - 72px);width:calc(100% - 72px);border:1px solid #dedfe2;border-radius:3px 0 0 3px}#buddypress .bs-group-invite input[type=submit],.bs-group-invite input[type=submit]{min-height:33px;line-height:33px;padding-top:0;padding-bottom:0;background:#d0d4d8;border-radius:0 3px 3px 0;border-left:0;color:#fff}#buddypress .bs-group-invite .button:hover,.bs-group-invite .button:hover{background:0 0}.group-members-heading{padding:20px;border:1px solid #e7e9ec;border-bottom:none;border-radius:4px 4px 0 0;background:#fff}.group-members-heading h6{margin:0;text-transform:uppercase}hr.group-members-border{height:1px;margin:0 20px;background:#e7e9ec}#buddypress #member-list{padding:10px;border:1px solid #e7e9ec;border-top:none;border-radius:0 0 4px 4px;background:#fff}#buddypress #member-list li{padding:10px;border:none}#buddypress #member-list h5{margin-bottom:0;font-weight:600}#buddypress #member-list h5 a{color:#122b46}#buddypress #member-list .member-options-wrap{position:relative;cursor:pointer}#buddypress #member-list .member-options-wrap>a{color:#a3a5a9}#buddypress #member-list .member-options-wrap>a:after{content:' ';position:absolute;width:0;height:0;top:26px;margin:0 8px 0 0;right:0;box-sizing:border-box;border:8px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101;opacity:0;visibility:hidden}#buddypress #member-list .member-options-wrap .member-options-menu{position:absolute;right:0;top:26px;margin-right:-10px;padding:10px 0;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;z-index:100;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s}#buddypress #member-list .member-options-wrap .member-options-menu a{display:block;padding:2px 15px;margin:0;min-height:0;font-size:13px;line-height:24px;white-space:nowrap;border:0;border-radius:0;background:0 0;color:#4d5c6d;text-align:left}#buddypress #member-list .member-options-wrap .member-options-menu a:hover{color:#007cff;background:#f5f5f5}#buddypress #member-list .member-options-wrap:hover>a{color:#122b46}#buddypress #member-list .member-options-wrap:hover>a:after{opacity:1;visibility:visible}#buddypress #member-list .member-options-wrap:hover .member-options-menu{opacity:1;visibility:visible}#buddypress #member-list .inside{border:1px solid #e7e9ec;border-radius:4px;overflow:hidden}#buddypress #member-list .inside>a{display:block;overflow:hidden}#buddypress #member-list .inside img{margin:0}#buddypress #member-list .member-info{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px}#buddypress #member-list .member-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#939597}#buddypress #member-list .member-location i{margin-left:-8px;font-size:20px}#buddypress #member-list .activity{position:absolute;bottom:20px;left:20px}.bs-item-list.square-view .bs-item-list-inner{padding:0}.bs-item-list.square-view .bs-item-avatar{margin-bottom:0}.bs-item-list.square-view .bs-item-avatar img.avatar{border-radius:3px 0 0 3px;max-width:150px}.bs-item-list.square-view .bb-member-deails-wrap{text-align:left;padding:20px}.bs-item-list.square-view .follow-wrap{margin-bottom:0}.bs-item-list.square-view a.bs-dropdown-link{color:#122b46;border:0;display:inline-block;line-height:1;opacity:.4;padding:7px 0;-webkit-transition:all linear .2s;transition:all linear .2s;font-size:20px}.bb-member-deails-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-member-deails-wrap>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bb-member-deails-wrap>div:last-child{margin-top:auto}.bb-member-deails-wrap .item-meta{margin-top:-20px}.bp-group-status{margin-bottom:1rem}p.bp-group-meta.bp-group-status,p.bp-group-meta.bp-group-type{-ms-flex-item-align:start;align-self:flex-start;margin-top:8px;margin-bottom:10px}.groups-header #item-header-cover-image #item-actions{padding:0;text-align:left}.group-description{font-size:14px;color:inherit;margin:10px 0 0}.groups-header div#item-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.group-members #buddypress #item-body .bp-navs.group-subnav,.groups-header .moderators-lists .moderators-title{display:none}.buddypress-wrap.bp-single-vert-nav .group-invites-members-listing{padding-bottom:20px}#group-invites-container .bb-groups-invites-left #members-list{max-height:60vh}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{padding-bottom:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{border:0;margin:0 -20px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{background:0 0;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 20px;border-radius:0;border:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:0}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body li.selected{background:0 0}.pending-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .group-invites-column{padding:20px 20px 0}.pending-invites #item-body #group-invites-container .bp-invites-content .list-title{margin-bottom:5px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid #e7e9ec}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #group-invites-container ul.subnav li{float:left;margin-right:30px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected{background:0 0;border-bottom:1px solid #007cff;margin-bottom:-1px}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .subnav li.selected a{font-weight:500}.group-invites .bp-dir-hori-nav:not(.bp-vertical-navs) #item-body #group-invites-container .bp-navs.group-subnav a{background:0 0;margin-bottom:0;padding:16px 0}@media (max-width:1050px){.group-invites .bp-single-vert-nav nav#object-nav.vertical{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:0;border-bottom:1px solid #e7e9ec;min-height:1px;padding:10px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical li{width:auto}.group-invites #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap nav#object-nav.vertical{border-radius:4px 4px 0 0}.group-invites nav#object-nav.vertical a{padding:5px 15px}}.groups-header .parent-list .parent-title{display:none}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body{border:0;-ms-flex-flow:column;flex-flow:column}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body .bp-navs.group-subnav{background:0 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;padding:0;border:0}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body .bp-navs.group-subnav a{background:0 0;line-height:1.6875rem;padding:0 0 10px;margin-bottom:-1px}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body .bp-navs.group-subnav .selected a{border-bottom:1px solid #007cff;font-weight:500}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body .bp-navs.group-subnav li{float:left}.groups.group-admin #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-settings-form{padding:30px 0 0}.bp-learndash-reports-filters-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap}.bp-learndash-reports-filters-form>*{margin-left:10px;margin-bottom:10px}.bp-learndash-reports-filters-form button.button{font-size:14px;font-weight:500;min-height:34px;min-width:120px;padding:6px 20px}.bp-learndash-reports-filters-form .bp-learndash-reports-filters select{height:34px}.bp_ld_report_table_wrapper h2{font-weight:500;font-size:22px;line-height:1.1}.bp_ld_report_table_wrapper .bp_ld_report_table{border:0;border-collapse:collapse;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #e7eaec;width:100%!important}.bp_ld_report_table_wrapper .bp_ld_report_table thead tr{background:#fff;border-bottom:1px solid #e7e9ec}.bp_ld_report_table_wrapper .bp_ld_report_table thead th{border-bottom:0;font-size:13px;outline:0;font-weight:400;text-transform:uppercase;color:#a3a5a9}.bp_ld_report_table_wrapper .bp_ld_report_table td,.bp_ld_report_table_wrapper .bp_ld_report_table th{border:0;font-size:14px;padding:12px 20px}table.dataTable.no-footer.bp_ld_report_table{border-bottom:0}table.dataTable thead .sorting{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/sort-arrows.svg) no-repeat center right 15px;background-size:10px}table.dataTable thead .sorting_asc{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/sort-up.svg) no-repeat center right 15px;background-size:8px}table.dataTable thead .sorting_desc{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/sort-down.svg) no-repeat center right 15px;background-size:8px}.dataTables_wrapper .dataTables_processing{background:rgba(255,255,255,.78);box-shadow:0 0 0 1px #e7eaec;top:0;height:-webkit-calc(97% - 29px);height:calc(97% - 29px);min-height:48px;margin:0 auto;left:0;padding:15px 0 0 0;border-radius:4px;font-size:0}.dataTables_wrapper .dataTables_processing:after{content:'\e838';-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ld-report-course-name{font-weight:500;font-size:22px;line-height:1.1}.ld-report-course-name a{color:inherit}a.button.ld-report-export-csv.has-data{min-width:140px}.ld-report-course-stats,.ld-report-user-stats{color:#939597;margin-bottom:35px;border-radius:5px}.ld-report-course-stats b,.ld-report-user-stats b{color:#4d5c6d}.user-steps{color:#939597}.user-steps b{color:#4d5c6d}.ld-report-user-stats .user-message{margin-left:auto}.ld-report-user-stats a.send-message{min-width:120px}.ld-report-user-stats .item-meta{font-size:13px}.ld-report-user-stats .user-info{min-width:25%}#buddypress .ld-report-user-stats .generic-button .send-message{font-size:14px;font-weight:500;min-height:34px;padding:6px 20px}.item-header-wrap .bp-group-meta{margin:0}.item-header-wrap .bp-group-meta span{background-color:#eef0f3;border-radius:100px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.25px;color:rgba(77,92,109,.8);padding:6px 12px;line-height:1;margin:0 6px 0 0;white-space:nowrap}.item-header-wrap .bp-group-meta .group-type{background:#d94c61;color:#fff}.item-header-wrap .bp-group-meta .type-separator{display:none}.buddypress-wrap .item-header-wrap .bp-title{font-size:13px;font-weight:500;color:#a3a5a9;margin:0 0 5px}.item-header-wrap #item-actions.group-item-actions{margin-bottom:0}.item-header-wrap span.group-visibility:before{font:normal normal normal 12px/1 bb-icons;speak:none;display:inline-block;margin-right:5px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-header-wrap span.group-visibility.public:before{content:'\e8e4';color:#0dd081}.item-header-wrap span.group-visibility.private:before{content:'\e90d';color:#d94c61}.item-header-wrap span.group-visibility.hidden:before{content:'\e850';color:#f7ba45;-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}#buddypress div#item-header-cover-image .bb-bp-group-title{margin:0 10px 6px 0}#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto}#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 10px 0 0}#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0}.bp-group-parent-wrap{margin-bottom:10px}#buddypress .bp-group-status .group-type,#buddypress .bp-group-type .group-visibility{display:none}.bp-parent-group-title{color:#4d5c6d;font-size:14px;font-weight:500;letter-spacing:-.2px}.bp-current-group-title{font-size:14px;letter-spacing:-.2px;color:#939597}#admins-list .action{margin-left:auto;margin-bottom:0}#admins-list .action .button{min-height:30px;font-size:12px;font-weight:600;letter-spacing:0;padding:0 20px;line-height:30px}#group-settings-form #admins-list li:last-child,#group-settings-form #members-list li:last-child{border-bottom:1px solid #e7e9ec}ul#group-admins li{margin:0 -10px 0 0}ul#group-admins li a{display:inline-block}ul#group-admins li .avatar{border:2px solid #fff}@media (max-width:800px){ul#group-admins{margin-left:-10px}}.groups-header .moderators-lists{margin:0}.groups-header #item-header-cover-image #item-actions,.groups-header #item-header-cover-image #item-header-content{padding-bottom:0}.groups-header #item-header-content .generic-button .group-button{background:0 0;color:#007cff;box-shadow:none}.groups-header #item-header-content .generic-button .group-button:focus,.groups-header #item-header-content .generic-button .group-button:hover{background:0 0;color:#0070e6;border-color:#0070e6}.groups-header #item-header-content .generic-button .group-button:active{background:0 0;color:#3d9bff;border-color:#3d9bff}#buddypress .action .button.appbosscm-report-button{min-height:1px;margin:0}#buddypress .groups-header.single-headers .action .button{margin-left:12px;margin-right:0}#buddypress .bp-list.grid .button.appbosscm-report-button{min-width:1px;width:auto}form.appbosscm-feedback-form{margin:0 0 1rem}form.appbosscm-feedback-form label{font-size:14px}.appbosscm-feedback-form-field-wrap{margin-bottom:1rem}.appbosscm-feedback-form-wrapper input.appbosscm-feedback-form-submit-button{min-width:120px;font-weight:500;font-size:14px;min-height:1px;padding:8px 20px;height:auto}#buddypress .users-header.single-headers .action .button.appbosscm-report-button{min-width:1px}.groups-header .moderators-lists .user-list{-webkit-box-flex:1;-ms-flex:1;flex:1}#buddypress .groups-header.single-headers .action .generic-button:first-child .button{margin-left:0}.groups-meta.action:after{content:'';display:table;clear:both}.buddypress-wrap:not(.bp-single-vert-nav) .bp-manage-group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:30px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;background:#fbfbfc;border-right:1px solid #e7e9ec;border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1;margin-bottom:1px}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav a:hover{background:rgba(77,92,109,.1)}.groups.group-admin #buddypress #item-body .bp-navs.group-subnav .current a,.groups.group-admin #buddypress #item-body .bp-navs.group-subnav .selected a{background:rgba(77,92,109,.1);color:#007cff;font-weight:400;text-decoration:none}.groups.group-admin #buddypress #item-body #group-settings-form{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:40px 50px}.groups.group-admin #buddypress #item-body #group-settings-form label{display:block;font-size:15px;font-weight:400;color:#4d5c6d;letter-spacing:-.27px;line-height:1.187;margin-bottom:12px;margin-top:0}.groups.group-admin #buddypress #item-body #group-settings-form h4.bb-section-title{font-size:20px;font-weight:500;letter-spacing:-.24px}.groups.group-admin #buddypress #item-body #group-settings-form p.bb-section-info{margin:0 0 1rem}.groups.group-admin #buddypress #item-body #group-settings-form .bb-sep-line{background:#eef0f3;height:1px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable{background:#fbfbfc;border:1px solid #e7e9ec;border-radius:5px;padding:16px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-group-option-enable label{margin:0}.groups.group-admin #buddypress #item-body #group-settings-form #delete-group-understand+label:before{margin-right:12px}.groups.group-admin #buddypress #item-body #group-settings-form input[type=text],.groups.group-admin #buddypress #item-body #group-settings-form textarea{margin-bottom:30px}.groups.group-admin #buddypress #item-body #group-settings-form textarea{height:auto;min-height:100px;line-height:1.35;padding:10px 12px}.groups.group-admin #buddypress #item-body #group-settings-form .bp-controls-wrap{margin:0 0 30px}.groups.group-admin #buddypress #item-body #group-settings-form .group-settings-selections fieldset label{font-weight:600}.groups.group-admin #buddypress #item-body #group-settings-form .group-parent #bp-groups-parent{margin-bottom:1em}.groups.group-admin #buddypress #item-body .group-settings-selections fieldset{border:0;padding:0;margin:0 0 20px}.groups.group-admin #buddypress #item-body .group-settings-selections legend{color:#122b46;font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;width:100%;margin-bottom:25px}.groups.group-admin #buddypress #item-body .group-settings-selections ul{font-size:13px;margin:0 0 30px 53px;line-height:1.6}.groups.group-admin #buddypress #item-body label.bp-label-text.warn{margin-top:40px}.groups.group-admin #buddypress #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;letter-spacing:-.24px;line-height:26px}.groups .bp-single-vert-nav #item-body #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -20px;padding:0 20px;border-bottom:1px solid #e7e9ec}.groups .bp-single-vert-nav #item-body #subnav .subnav li:not(:last-child){padding-right:30px}.groups .bp-single-vert-nav #item-body #subnav .subnav .current a{border-color:#007cff;font-weight:500}.groups .bp-single-vert-nav #item-body #subnav .subnav a{background:0 0;border-bottom:1px solid transparent;display:block;padding:0 0 16px;line-height:1;margin-bottom:-1px}.groups .bp-single-vert-nav .bb-media-container.group-albums,.groups .bp-single-vert-nav .bb-media-container.group-media{border:0;padding:0}.groups .bb-single-course-sidebar{margin:0!important}.groups .bb-single-course-sidebar .widget{box-shadow:none;border:1px solid #e7e9ec}.groups .bb-learndash-content-wrap{padding-top:0}.groups .bb-grid .bb-learndash-content-wrap{padding-right:10px}.groups h3.bbp-topic-title{display:none}.groups #bbpress-forums{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.groups #bbpress-forums .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.groups .bb-learndash-content-wrap .entry-title{font-weight:500;margin-top:10px}.groups .bb-learndash-content-wrap .bb-course-excerpt{margin-bottom:30px}.groups .bb-learndash-content-wrap .ld-progress-stats{color:inherit!important}.groups .bb-learndash-content-wrap .bb-about-instructor h5{margin:0 0 5px}.groups .learndash-wrapper .ld-course-status .ld-status{font-weight:500}#bbpress-forums.single-with-sub-forum{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#bbpress-forums.single-with-sub-forum .bp-group-single-forums{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#bbpress-forums .bp-group-single-forums hr{height:1px;margin:0 0 35px}#group-messages-container{min-height:100%}#group-settings-form #request-list{margin:0;padding:0}#group-settings-form #request-list li{-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff;border:1px solid #e7e9ec;border-bottom:0;margin:0 0 -1px;padding:15px 20px}#group-settings-form #request-list li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}#group-settings-form #request-list li:last-child{border-bottom-width:1px;border-bottom-style:solid;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-color:#e7e9ec}#group-settings-form #request-list li .item-meta{margin-right:20px}#group-settings-form #request-list li .item-meta span.comments{display:block;font-size:14px;font-weight:400;margin-bottom:6px}#group-settings-form #request-list li .item-meta span.activity{display:block;font-size:13px;font-weight:400}#group-settings-form #request-list .action{-webkit-box-flex:1;-ms-flex:1;flex:1}#group-settings-form #request-list .item-title{text-align:left}#group-settings-form #request-list img.avatar{max-width:50px}#group-settings-form #request-list .item{-ms-flex-flow:column;flex-flow:column}#group-settings-form #request-list .item-title h3{margin:0 0 5px}.group-avatar #avatar-crop-pane,.group-avatar #group-create-body .avatar{border-radius:4px}@media (min-width:1181px){.logged-in .item-header-wrap .bp-group-title-wrap,.logged-in .item-header-wrap .group-description{max-width:70%}.logged-in .item-header-wrap .groups-meta.action{position:absolute;top:20px;right:0;max-width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.logged-in .item-header-wrap .groups-meta.action>.generic-button{margin-bottom:10px!important}}@media (max-width:1080px){.groups-header .groups-meta{margin:12px 0 4px}#buddypress .groups-header.single-headers .groups-meta.action .button{margin-left:0}.single-item.groups.has-sidebar .bp-zoom-meeting-container{padding-bottom:0}.single-item.groups.has-sidebar .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:0}}@media (max-width:960px){.dataTables_wrapper{overflow:auto}}@media (min-width:992px) and (max-width:1200px){#buddypress #member-list .inside img{width:90px}#buddypress #member-list .activity{position:static}}@media (max-width:799px){.bb-single-bp-content .flex.bs-item-list-tabs{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:-45px;float:right}.bb-single-bp-content .bs-item-list-tabs ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;clear:both}#buddypress div#item-header-cover-image .bb-bp-group-title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 12px}div#item-header-content .group-description{margin-top:20px}.groups-header .groups-meta{margin:4px 0}}@media (min-width:749px){.bp-single-vert-nav #group-messages-container{background:0 0;border:0;border-radius:0;margin-bottom:0}.groups.messages .bp-single-vert-nav .groups-header.single-headers{margin-bottom:20px}}@media (max-width:748px){.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container .bp-navs.group-subnav{padding-top:15px}.group-invites #buddypress.buddypress-wrap.bp-single-vert-nav #item-body #group-invites-container{margin:0 -10px}.group-invites nav#object-nav.vertical a{padding:5px 0}.group-invites .bp-single-vert-nav nav#object-nav.vertical{border-bottom:0}.group-invites .buddypress-wrap.bp-vertical-navs .bb-profile-grid{border:1px solid #e7e9ec;border-radius:4px}}@media (max-width:520px){.bs-item-list.square-view .bs-item-avatar img.avatar{max-width:100px}.bb-member-deails-wrap .item-meta{margin-top:-8px}.bb-single-bp-header .bs-dir-search{width:100%}#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;margin-bottom:20px}.bs-item-list.square-view .bb-member-deails-wrap{padding:8px 15px}.tab-container-inner .list-view .avatar:not(.profile-avatar){max-width:36px}.tab-container-inner .bb-group-settings .item-title a{font-size:16px}.tab-container-inner .action .button{width:100%}}@media (max-width:380px){#buddypress .bb-single-bp-content.bb-friends-wrap .bs-dir-search{margin-top:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}}.messages-wrapper{background:#fff;border:1px solid #e7e9ec;border-radius:5px;min-height:50vh}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px}.messages-wrapper #subnav li{margin:0;padding:0}.messages-wrapper #subnav #compose-personal-li{margin-right:0}.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s}.messages-wrapper #inbox-personal-li a{color:#122b46;font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1;padding:0}.messages-wrapper #inbox-personal-li a:hover{color:#007cff}.messages-wrapper #compose-personal-li a{color:#007cff;font-size:0;padding:0}.messages-wrapper #compose-personal-li a:after{font-size:22px;line-height:20px}.messages-wrapper #user_messages_search{height:32px;background-size:14px;background-position:left 12px center;background-color:#fbfbfc}.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%}.bp-messages-nav-panel #subnav{padding:0 20px;margin:0}@media (max-width:800px){.bp-messages-nav-panel #subnav{border-bottom:1px solid #e7e9ec}}.buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{margin:15px 20px}.bp-messages-feedback:empty{display:none}#buddypress div.message-search{margin-right:0;margin-left:10px}#buddypress div.message-search input[type=text]{height:34px;font-size:13px;padding:0 12px;border-radius:17px;background-size:16px;background-repeat:no-repeat;background-position:14px 53%;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);padding-left:2.375rem}.messages-screen .bp-messages-feedback .bp-feedback{margin:30px}@-webkit-keyframes autofill{to{background-color:transparent;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg)}}#buddypress div.message-search input#messages_search:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-left:1px solid #e7e9ec;max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto}div#buddypress #message-thread .confirm{position:absolute;top:20px;right:20px}div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)}.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap}.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-right:15px}.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:#122b46;margin-bottom:2px}.message-metadata .meta-user-info a:hover{color:#007cff}.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:#a3a5a9}.thread-load{display:block;text-align:center}#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.1875}#buddypress #message-thread #message-recipients{letter-spacing:-.24px;margin:0}#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent}#buddypress #message-thread #message-recipients .highlight a{color:#122b46}#buddypress #message-thread #message-recipients .highlight a:hover{color:#007cff}#message-thread{margin:0;font-size:14px;color:#4d5c6d;line-height:1.5;letter-spacing:-.24px}#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem}a.bb-cover-link{display:block;position:absolute;width:100%;left:0;top:0;font-size:0;height:100%}.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important}.reply-box{padding:30px}.reply-box .reply-box-header{margin-bottom:16px}.reply-box .avatar{width:40px;margin-right:10px}.reply-box .reply-user-info p{margin-bottom:0;line-height:20px}.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:#4d5c6d}.reply-box .reply-user-info p:last-child{font-size:12px;color:#a3a5a9}.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 0 0 50px;border:none;font-size:16px;resize:vertical}#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:100px;line-height:1.4}#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#0070e6;border-color:transparent}#send_message_form{padding:20px;margin:0;position:relative;color:#4d5c6d;min-height:-webkit-calc(69vh + 128px);min-height:calc(69vh + 128px);max-height:-webkit-calc(69vh + 128px);max-height:calc(69vh + 128px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#send_message_form .bp-messages-form-header{border-bottom:1px solid #e7e9ec;margin:0 -20px 20px;padding:0 20px 18px}#send_message_form label[for=send-to-input]{margin:0}#send_message_form .select2-selection--multiple{border-color:transparent;padding:0}#send_message_form .select2-selection__rendered li{margin:0}#send_message_form li.select2-selection__choice{margin-right:10px}#send_message_form #bp-message-content{margin:auto -20px 0;padding:20px 20px 0}#buddypress #send_message_form .select2-search__field{background:0 0;border-width:0;min-width:100%;width:100%!important;padding-left:0}#send_message_form .dropzone .dz-default{margin:0 0 0 5px}#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#4d5c6d;border-color:#4d5c6d;font-size:14px;color:#fff;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row-reverse;flex-flow:row-reverse;padding:0 8px}#send_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 0 0 8px}body .select2-container .select2-dropdown{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;border:0;padding:5px 10px;margin-right:0;max-width:300px}body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px}.thread.bb-new-message{background:rgba(0,124,255,.1)}.messages .ac_results{background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;border:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-left:-12px;margin-top:4px;overflow:visible}.messages .ac_results:after{content:' ';position:absolute;width:0;height:0;top:1px;margin:0 auto;left:15px;box-sizing:border-box;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.messages .ac_results .ac_odd{background:#fff}.messages .ac_results .ac_over{color:#007cff;background:#f5f5f5}.messages .ac_results img{margin-right:0;width:auto!important;max-width:25px;border-radius:50%}#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:#4d5c6d}#sitewide-notice{position:fixed;z-index:9999;top:2%;right:1%}@media (max-width:600px){#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.thread.bb-new-message{display:none}#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%}.bb-mobile-view .bb-messages-wrap{display:none}#message-thread{padding:30px 20px}.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:50px}.message-metadata .message-star-actions{margin-left:auto}}@media (max-width:520px){#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%}.bb-message-heading .message-search #messages_search{width:100%}}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:10px;margin-right:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid #eee;-webkit-appearance:none;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;font-size:14px;height:26px;padding:0 25px 0 8px}#bp-message-thread-list{max-height:-webkit-calc(69vh - 78px);max-height:calc(69vh - 78px);min-height:-webkit-calc(69vh - 78px);min-height:calc(69vh - 78px)}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0}.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content{margin:0}.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:100%}.bp-messages-content-wrapper #messages-post-document-uploader.open,.bp-messages-content-wrapper #messages-post-media-uploader.open{height:-webkit-calc(100% - 145px);height:calc(100% - 145px);left:0;margin:0}#message-threads{border:0}#message-threads li{margin-bottom:1px}#message-threads li .close-conversation{right:26px}#message-threads li .close-conversation .dashicons-no-alt{font-family:bb-icons}#message-threads li .close-conversation .dashicons-no-alt:before{content:'\e828';font-size:22px}#message-threads li .close-conversation .dashicons-no-alt:hover{color:#122b46}#message-threads .bb-user-avatar{margin-right:15px}#message-threads .bb-user-avatar .avatar{max-width:40px}.bb-thread-subject{line-height:1.3;margin-bottom:10px}nav#subnav #subnav{margin-bottom:0}.bb-thread-cb{margin-top:10px}#message-threads .bp-message-link{border-bottom:0;padding:10px 28px 10px 20px;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#message-threads .bp-message-link:last-child{border-bottom:0}#message-threads .bp-message-link.unread{background-color:inherit}#message-threads .bp-message-link.unread .thread-to{position:relative}#message-threads .bp-message-link.unread .thread-to:before{content:'\25CF';font-size:14px;color:#007cff;position:absolute;left:-14px;top:0}#message-threads .bp-message-link:hover{background:#f5f6f7}#message-threads .bp-message-link:hover .thread-to{color:#007cff}#message-threads li.selected{background-color:#f7fafe}#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bb-thread-title{font-size:15px}.bb-thread-title .bb-user-link{font-weight:500;color:inherit}.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px}#message-threads .bp-message-link .thread-date{padding:0 0 0 10px;line-height:1;font-size:11px;color:#939597;-webkit-box-flex:1;-ms-flex:1;flex:1;letter-spacing:-.19px;min-width:0}.bp-messages-content time{font-size:12px;letter-spacing:-.24px;line-height:1.3;font-size:12px;font-weight:300;color:#a3a5a9}.user-messages-bulk-actions .bs-styled-checkbox+label:before{margin-right:15px}#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:0 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px}#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:#7f868f;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:#122b46;padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:-.27px;line-height:1.25}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:0}ul.participants-list{list-style:none;margin:0}.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0}dl.thread-participants{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px 20px 10px 0}dl.thread-participants+.actions{position:absolute;right:20px}.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0}.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;color:#122b46;letter-spacing:-.27px}.bp-messages-content .thread-participants .participants-name a{color:#122b46}.bp-messages-content .thread-participants .participants-name a:hover{color:#007cff}.bp-messages-content .thread-participants dt{padding-right:10px}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.2em}.bp-messages-content .participants-list a{display:inline-block;margin-right:3px}div#subsubnav:empty{display:none}dl.thread-participants{font-size:14px;line-height:1.5;letter-spacing:-.24px}body.compose .bp-messages-content{border:0}body.compose #compose-personal-li #compose{color:#939597}.mce-btn button:hover,.mce-window-head .mce-close:hover{background:0 0;box-shadow:none}.message-action-delete.bp-tooltip.bp-icons{background:0 0;border:0;color:inherit}.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:0 0;box-shadow:none;border:0}.bp-hide{display:none!important}.bp-messages-content .thread-participants li{float:left;margin:5px 2px}.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:65px}.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px}.bp-messages-content .single-message-thread-header .message_actions .message_action__list li a{padding:10px 12px}.bp-messages-content .single-message-thread-header .message_actions .message_action__list li a:hover{background-color:#f5f5f5;color:#007cff}.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block}.bp-messages-content:empty{display:none}.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0}#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;margin-right:15px}#message-threads .bp-message-link .thread-avatar img.avatar{margin:0}.thread-to{font-size:14px;color:#122b46;margin-bottom:5px;opacity:.85;text-transform:capitalize}.unread .thread-to{font-weight:500;opacity:1}.unread .thread-subject{font-weight:500}.unread .thread-date time{position:relative}.unread .thread-date time:after{content:'';height:8px;width:8px;border-radius:100%;background-color:#0f74e0;display:inline-block;position:absolute;right:-17px}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0}.messages.compose #message-threads .bp-message-link .thread-date,.messages.view #message-threads .bp-message-link .thread-date{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;padding:7px 0 0 10px;margin-bottom:auto}#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:15px}#message-threads .bp-message-link .thread-content .thread-subject{color:#939597;font-size:12px;letter-spacing:-.21px;line-height:1.5}#message-threads li.unread .thread-subject .subject{color:#939597}.bp-avatar-wrap{margin-right:18px;max-width:38px}.bp-messages-content #bp-message-thread-list{background:0 0;border:0;border-top:1px solid #e7e9ec;margin:0 -20px;padding:10px 20px;-webkit-box-flex:1;-ms-flex:auto;flex:auto;height:auto}.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto}.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after{display:none}.bp-messages-content form.send-reply .avatar-box{padding:0}#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0}.bp-messages-content .thread-participants .thread-date{color:#a3a5a9;font-size:13px;font-weight:400}#bp-message-load-more:empty{display:none}#buddypress .message-action-delete,#buddypress .message_action__anchor{background:0 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%}#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:0 0;box-shadow:none}#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597}#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px}.bp-messages-content .actions{line-height:1.3}.message-metadata .user-link{height:auto}.bp-messages-content #bp-message-thread-list .message-metadata time{color:#a3a5a9;font-size:12px;padding-left:4px}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto}.bp-messages-content #send-reply{margin:0 -20px 0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-messages-content #send-reply .message-box{width:100%}.bp-messages-content #send-reply .wp-editor-container{border-left:0;border-right:0}.bp-messages-content #send-reply .message-metadata{display:none}.bp-messages-content #send-reply #bp-message-content{margin-top:0}.bp-messages-content #send-reply .dropzone .dz-default{padding:18px}.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0}#bp-message-thread-list:empty{border:0;max-height:-webkit-calc(58vh + 65px);max-height:calc(58vh + 65px);min-height:-webkit-calc(58vh + 65px);min-height:calc(58vh + 65px);padding:20px;text-align:center}#bp-message-thread-list:empty:before{font:normal normal normal 20px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\E838';-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}#bp-message-load-more .button .dashicons-update{font-family:bb-icons}#bp-message-load-more .button .dashicons-update:before{content:"\e838"}.messages.compose .bp-messages-filters{display:block}#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedfe2}.send-reply.loading{position:relative}.send-reply.loading:before{background:rgba(255,255,255,.6);content:'';position:absolute;height:100%;width:100%;z-index:10}.send-reply.loading:after{position:absolute;top:42%;left:0;right:0;margin-top:0;margin:auto;content:"\e838";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}#message_content_ifr{max-height:80px}#message_content{margin-bottom:0}#message_content>p:last-child{margin-bottom:0}.no-message-wrap .dashicons-email-alt{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/new-message.svg) no-repeat center center;display:block;margin:20px auto 0;height:80px;width:86px}.no-message-wrap .dashicons-email-alt:before{display:none}.no-message-content{padding:20px 40px;font-size:15px;color:#939597;letter-spacing:-.24px;line-height:1.46}#bp-messages-threads-list .no-message-content h3{font-size:22px;margin-bottom:15px}#bp-message-content{border-top:1px solid #e7e9ec;padding:20px}#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{font-size:16px;line-height:1.28}#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1}#bp-message-content pre p{margin-bottom:0}#bp-message-content p{margin-bottom:15px}#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-left:16px}#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0}#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:60px;max-height:120px;margin:0 -20px;padding:0 20px;overflow:auto}#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after{left:0;font-size:16px;position:absolute;font-style:normal;margin:0;pointer-events:none}#bp-message-content .medium-editor-placeholder:after{color:#c3c6c9}#bp-message-content .messages-attached-gif-container{margin-bottom:10px}@media screen and (max-width:560px){#bp-message-content .messages-attached-gif-container{max-width:100%;background-repeat:no-repeat}}.bp-messages-content #send_reply_button{margin:0}#message-new-submit,#message-reply-new-submit{padding:0}#message-new-submit input,#message-reply-new-submit input{margin-right:0}.bp-messages-container .bp-messages.loading{border:0}.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons}.bp-messages-container .bp-messages.loading .dashicons-update:before{content:"\e838"}.bp-message-content-wrap .bp-messages.loading{display:none}#page .ql-bubble .ql-tooltip{padding:0 10px}#page .ql-bubble .ql-tooltip button{background:0 0;margin:0;padding:0}#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px}#page .ql-bubble .ql-toolbar .ql-formats{margin:0}#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:0}.bp-single-message-content .bp-user-link,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:#122b46;letter-spacing:-.2px;line-height:1.21}.bp-single-message-content .message-metadata{line-height:1;margin-bottom:5px}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5}.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important}.bp-single-message-content blockquote{margin-top:0}ul#bp-message-thread-list .bp-message-content-wrap{color:#122b46;letter-spacing:-.2px;line-height:1.28;overflow:initial}ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:15px}ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-left:16px}ul#bp-message-thread-list .bp-message-content-wrap li{background:0 0;margin:5px 0;padding:0;list-style-type:disc}ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal}ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)}ul#bp-message-thread-list .bp-message-content-wrap blockquote{background:#e3e6ea;border-radius:4px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px;width:-webkit-calc(100% + 12px);width:calc(100% + 12px)}ul#bp-message-thread-list .bp-message-content-wrap blockquote p{font-size:20px;margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap blockquote:before{content:'\e832';font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;text-align:center;font-variant:normal;color:#fff;width:28px;height:28px;font-size:20px;line-height:28px;background:#7f868f;border-radius:100%;margin-bottom:10px}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap pre{width:auto;border:1px solid #f8e8ac;background:#fff}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote{width:auto;border:1px solid #f8e8ac;background:#fffef7}ul#bp-message-thread-list .group-messages-highlight .bp-message-content-wrap blockquote:before{color:#f8e8ac;border:1px solid #f8e8ac;background:#fff}.messages .bp-single-vert-nav .item-body{padding:0}.messages .bp-single-vert-nav #subnav{border-bottom:1px solid #e7e9ec}#whats-new-messages-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%;padding-bottom:0;padding-top:10px}#whats-new-messages-toolbar .gif-media-search-dropdown:before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse}#whats-new-messages-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px}#whats-new-messages-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0}#whats-new-messages-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px}#whats-new-messages-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0}#whats-new-messages-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1080px){#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999}#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px}#whats-new-messages-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}#whats-new-messages-toolbar .post-emoji:first-child .emojionearea .emojionearea-picker{left:-31px}#whats-new-messages-toolbar .post-emoji:first-child .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:34px}#whats-new-messages-toolbar .post-emoji:nth-child(2) .emojionearea .emojionearea-picker{left:-65px}#whats-new-messages-toolbar .post-emoji:nth-child(2) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:68px}#whats-new-messages-toolbar .post-emoji:nth-child(3) .emojionearea .emojionearea-picker{left:-99px}#whats-new-messages-toolbar .post-emoji:nth-child(3) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:102px}#whats-new-messages-toolbar .post-emoji:nth-child(4) .emojionearea .emojionearea-picker{left:-133px}#whats-new-messages-toolbar .post-emoji:nth-child(4) .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:136px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{left:-10px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{left:50px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-44px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{left:84px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{left:-78px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{left:118px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{left:-112px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{left:152px}}.bp-back-to-thread-list{color:rgba(18,43,70,.4);line-height:1;margin-left:-10px}.bp-back-to-thread-list .dashicons{font:normal normal normal 24px/1 bb-icons;-webkit-transition:all linear .2s;transition:all linear .2s;width:auto;height:auto}.bp-back-to-thread-list .dashicons:before{content:'\E87A'}#message-threads .current a{background:#f5f6f7}.bp-single-message-content .bp-message-content-wrap p.joined{color:#a3a5a9;font-weight:400}.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative}.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;left:0;top:0}.header-aside .thread-multiple-avatar img+img{top:auto;right:0;bottom:0;left:auto}.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5}.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe}.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}@media screen and (min-width:46.8em){.bp-single-vert-nav #subnav{background:0 0}.bp-single-vert-nav #subnav li{font-size:inherit;margin:0}.bp-single-vert-nav #subnav li a{border-right:0;padding:0 0 5px}}@media screen and (min-width:55em){.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){.bp-messages-nav-panel{border-right:1px solid #e7e9ec}}@media screen and (max-width:1080px){.messages-wrapper{margin-bottom:20px}.messages-wrapper .bp-messages-nav-panel .bp-messages-user-threads{max-height:650px}#send_message_form{min-height:74vh}}@media screen and (max-width:800px){.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid #e7e9ec}}@media screen and (max-width:680px){.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.messages-screen{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){.bp-messages-content #bp-message-content #message-form-submit-wrapper,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 -20px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar{padding:0 15px 0 20px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off+.medium-editor-toolbar,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off+.medium-editor-toolbar{bottom:-10px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:20px 20px 0;text-align:right;border-top:1px solid #ebe9e6;width:100%;margin-top:10px}}#buddypress .notifications-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}#buddypress .notifications-header .entry-title{margin:0}#buddypress .notifications-header .subnav-filters{margin:0}#buddypress .notifications-header #subnav{border:0}#buddypress .notifications-header .bp-navs{margin:0;width:auto}#buddypress .notifications-header .bp-navs li{margin-bottom:0}#buddypress .notifications-header .bp-navs li:last-child{padding:0}.notifications-options-nav .select-wrap{float:left}@media screen and (max-width:544px){.notifications-options-nav>.select-wrap{width:100%}.notification-list .bs-header-item .bb-sort-by-date{margin-left:10px}}#notifications-bulk-management #notification-select{background-position:right .6rem center;border:0;font-size:14px;height:34px;padding-right:30px;min-width:125px}.bs-member-notifications .notification-header{border:0;padding:0;margin-bottom:30px}.bs-member-notifications .title.title{font-size:1.75rem}.bs-member-notifications .notification-header a{font-size:.875rem}.bs-member-notifications .notification-header .settings{color:inherit;font-size:1.375rem;color:#9ca8b4;min-width:22px;text-align:right;margin-left:20px}.notification-wrap.menu-item-has-children>a:after{bottom:-4px;left:0}.notification-wrap.menu-item-has-children>a:before{content:'';display:block;position:absolute;bottom:7px;left:4px;width:15px;height:15px;background:#fff;border-right:1px solid #e7e9ec;border-bottom:1px solid #e7e9ec;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);opacity:0;visibility:hidden}.notification-wrap.menu-item-has-children.selected>a:before{opacity:1;visibility:visible;z-index:1002}.circle-mark{display:block;width:10px;height:10px;border:2px solid;border-radius:100%;color:rgba(0,124,255,.5)}.circle-mark.read{background:#007cff}.notification-list .unread{background:#f7fafe}.bs-item-list.notification-list .bs-item-wrap.read-item{background:#f7fafe}.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover{border-left-color:#f5f5f5;border-right-color:#f5f5f5}.unread-item{background:#f0f3f7}.notification-list{margin-left:0}.site-header .notification-list{min-width:420px;max-height:52vh;overflow:auto;padding-bottom:0;margin-bottom:0;overflow-x:hidden}@media (max-width:543px){.site-header .notification-list{min-width:330px}}@media (max-width:380px){.site-header .notification-list{min-width:280px}}.notification-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px 20px;border-bottom:1px solid #e7e9ec;position:relative}.notification-list li:hover{background:#f5f5f5}@media (min-width:1025px){.notification-list li:hover .actions{opacity:1;visibility:visible;-webkit-transition:.2s all;transition:.2s all}}.notification-list .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;padding-left:5px;position:relative}@media (min-width:1025px){.notification-list .actions{opacity:0;visibility:hidden}}.notification-list .actions a{display:inline-block;padding:0;font-size:24px;margin-left:4px}.notification-list .bs-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notification-list .delete-notification{color:#122b46;opacity:.4;margin-left:10px}.notification-list .delete-notification:hover{color:#007cff;opacity:1}.menu-item-has-children .notification-list li:last-child{margin-bottom:-1px}#header-notification-dropdown .notification-list li{padding-right:12px}.notification-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;border-bottom:1px solid #e7e9ec}.notification-header a{display:block;font-size:13px;font-weight:inherit;color:#007cff;letter-spacing:-.24px;line-height:1;margin:0 0 0 22px;padding:0}.notification-header a:hover{background:0 0}.notification-header a.mark-all-read{margin-left:auto}.notification-header .settings{color:inherit}.notification-header .settings i{margin-left:-7px}.notification-header .title{font-size:1rem;line-height:1;margin:0}.notification-header .title+a{margin-left:auto}.notification-header .mark-read-all{font-size:12px;font-weight:500;color:#007cff;cursor:pointer}.notification-header .mark-read-all:hover{color:#007cff}.notification-avatar{margin-right:10px;position:relative}.notification-avatar img{display:block;max-width:36px;border-radius:50%}.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#a3a5a9;letter-spacing:-.24px;line-height:1.3;position:relative}.notification-content a{color:#122b46}.notification-content a:hover{background:0 0}.notification-content a span{color:#007cff;display:inline-block}.notification-content .posted{display:block;margin-top:3px}.bs-item-wrap .notification-content{font-size:16px}.bs-item-wrap span.posted{font-size:14px}.bs-item-wrap .notification-avatar{margin-right:20px}.notification-footer{position:relative;bottom:0;background:#fff;width:100%;border-top:1px solid #e7e9ec}.notification-footer .delete-all{font-size:12px;font-weight:500;color:#007cff;padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.notification-footer .bb-icon-angle-right{color:inherit;margin-left:0;opacity:.6}.bb-full-link{font-size:0}.bb-full-link>a{cursor:pointer;font-size:0;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0}#header-messages-dropdown-elem .notification-link.active i:after{right:0}body.messages .bp-vertical-navs #item-body,body.notifications .bp-vertical-navs #item-body,body.settings .bp-vertical-navs #item-body{margin:0;padding:0}body.messages .bp-vertical-navs #subnav,body.notifications .bp-vertical-navs #subnav,body.settings .bp-vertical-navs #subnav{margin:0!important}body.messages #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.notifications #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap,body.settings #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}@media (min-width:544px){#notifications-filter-select .select-wrap{margin:0 0 0 30px}}@media (max-width:543px){.bs-member-notifications .bs-item-list.list-view .bs-item-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.notifications .notification-list .actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;padding-left:75px}.bs-item-wrap span.posted{margin-top:5px}.bs-member-notifications .notification-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #item-body .bs-member-notifications .title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bs-member-notifications .notification-header a.mark-all-read{margin-left:0}.bs-member-notifications .notification-header .settings{margin-left:auto}#buddypress .notifications-header{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .notifications-header .subnav-filters{margin-top:20px;width:100%}.notifications-header .notifications-search,.notifications-header .subnav-search{width:100%}#buddypress .notifications-header .bp-navs li:last-child{padding-right:0}.notifications-header .subnav-filters div{margin-top:0;margin-bottom:0}}@media screen and (max-width:440px){.bb-sort-by-date{margin-top:10px;width:100%}}body.bp-user.profile:not(.public) #buddypress.bp-single-vert-nav.bp-vertical-navs .bp-wrap{margin-top:0}body.bp-user.profile:not(.public) .bp-wrap{background:0 0;border:0}body.bp-user.profile:not(.public) .bp-vertical-navs #item-body{margin:0;padding:0}body.bp-user.profile:not(.public) .bp-vertical-navs #subnav{margin:0!important}.bp-vertical-navs .bb-profile-grid{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}.buddypress-wrap .profile{margin:0}header.profile-header{margin-bottom:30px}#item-body .bb-profile-title{margin:0}.profile-loop-header{margin-bottom:0;border-bottom:1px solid #e7e9ec;margin:0 -30px 30px;padding:10px 30px}.profile-loop-header .entry-title.bb-profile-title{margin:0;font-family:inherit;font-size:18px;font-weight:500}@media (max-width:375px){#buddypress .bp-profile-content .profile-loop-header .button{padding:6px 14px}}.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:30px}.bp-profile-wrapper table.profile-fields{box-shadow:none;border-radius:0}.bp-profile-wrapper .bp-tables-user tbody tr:nth-child(odd){background:0 0}.bp-profile-wrapper .bp-widget:not(:last-child){margin-bottom:30px}.bp-profile-wrapper #public-personal-li{display:none}.bb-user-nav-display-wrap .bp-profile-wrapper{background:0 0;border:0;border-radius:0}.bb-user-nav-display-wrap .bp-profile-content{padding:0}.bb-user-nav-display-wrap header.profile-header{padding-top:0;padding-bottom:20px}#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:#fbfbfc;border-right:1px solid #e7e9ec;border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}#page #buddypress #item-body .bp-profile-wrapper #subnav a:before{content:'\E8EE';font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#page #buddypress #item-body .bp-profile-wrapper #subnav a:hover{background:rgba(77,92,109,.1);color:#122b46}#page #buddypress #item-body .bp-profile-wrapper #subnav #edit:before{content:'\e89b'}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-avatar:before{content:'\E8A2'}#page #buddypress #item-body .bp-profile-wrapper #subnav #change-cover-image:before{content:'\e8a8'}#page #buddypress #item-body .bp-profile-wrapper #subnav .selected a{background:rgba(77,92,109,.1);color:#007cff;font-weight:400}.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;padding:0 30px 30px}.bp-profile-content .profile:not(.public){padding:50px}.bp-profile-content .profile:not(.public) .screen-heading{font-weight:500;font-size:22px;line-height:1.1}.profile.change-avatar .bp-feedback,.profile.change-cover-image .bp-feedback{font-size:14px;line-height:1.7}.profile.change-avatar .bp-help-text,.profile.change-cover-image .bp-help-text{font-style:normal;padding:10px 0}.profile.change-avatar .warning,.profile.change-cover-image .warning{line-height:1.6}.profile.change-cover-image .bp-cover-image{margin:20px 0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid #e7e9ec;font-size:18px;margin-bottom:15px;padding-bottom:5px}#buddypress div.bp-profile-content table.profile-fields tr td{padding:0 0 12px;word-break:break-word}#buddypress div.bp-profile-content table.profile-fields tr td.label{padding-right:12px}.buddypress-wrap .profile.edit .editfield .description{outline:0;color:#bdbdbd;font-size:14px}.bs-profile-details-wrap .profile-details-heading{margin-bottom:20px;padding:10px 0;line-height:30px;border-bottom:1px solid #e7e9ec}.bs-profile-details-wrap .bs-profile-widget-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.bs-profile-details-wrap .bs-profile-widget-heading i{display:none;margin-right:10px;width:30px;height:30px;line-height:30px;text-align:center;font-size:22px}.bs-profile-details-wrap .lg-grid-1-2:nth-child(2n+1){border-right:1px solid #e7e9ec}.bs-profile-details-wrap .bp-widget{margin-bottom:30px}.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:10px}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:10px}#buddypress table.profile-fields tr td.data,#buddypress table.profile-fields tr td.label{padding:5px 0;font-size:14px;font-weight:400;line-height:inherit;background:0 0;border:0}#buddypress table.profile-fields tr td.label{color:#a3a5a9;width:35%}#buddypress table.profile-fields tr td.data{color:#4d5c6d;width:65%}#buddypress table.profile-fields tr:hover{background:0 0}#buddypress table.profile-fields tr td.label{display:table-cell;padding-right:20px;width:35%;vertical-align:top}#buddypress table.profile-fields tr td.data{display:table-cell;width:65%;vertical-align:top}#item-body>div.profile .bp-feedback .bp-help-text{display:block;font-style:normal;padding:10px 5px}#item-body>div.profile p.bp-feedback{background:#fbfbfc;border:1px solid #e7e9ec;border-radius:3px;font-size:14px;line-height:1.5;overflow:hidden}#item-body .profile #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:#122b46;letter-spacing:-.24px;line-height:26px}#profile-edit-form fieldset{border:0;padding:0;margin-bottom:0;margin-top:0}#buddypress #profile-edit-form .datebox-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center}div#buddypress #profile-edit-form .datebox-selects label{margin-top:0;margin-bottom:0}#buddypress .profile.edit>#profile-edit-form{max-width:100%}#buddypress .profile.edit>#profile-edit-form .editfield{background:0 0;border:0;margin:0;padding:0}#buddypress .profile.edit>#profile-edit-form fieldset{padding:0}#buddypress .profile.edit>#profile-edit-form fieldset .editfield legend{font-size:14px;color:#122b46}#buddypress .profile.edit>#profile-edit-form input[type=email],#buddypress .profile.edit>#profile-edit-form input[type=number],#buddypress .profile.edit>#profile-edit-form input[type=text],#buddypress .profile.edit>#profile-edit-form select{height:50px}#buddypress .profile.edit>#profile-edit-form select[multiple]{min-height:90px;padding:5px}#buddypress .profile.edit>#profile-edit-form select[multiple] option{padding:7px}#buddypress .profile.edit>#profile-edit-form .editfield{margin:15px 0}#buddypress .profile.edit .button-nav{margin:30px 0;border-bottom:1px solid #e7e9ec}#buddypress .profile.edit .button-nav a{background:0 0;padding:0 0 10px;border:0;margin:0 20px -1px 0;color:inherit;min-height:1px;border-radius:0;box-shadow:none}#buddypress .profile.edit .button-nav a:hover{color:#122b46}#buddypress .profile.edit .button-nav .current a{background:0 0;border-bottom:1px solid #007cff;color:#122b46;font-weight:500}#buddypress .profile.edit .visibility-toggle-link{font-size:13px;background-color:transparent;color:#122b46;border:0;font-weight:600;min-height:auto;padding:0;vertical-align:baseline;border-radius:0;margin-left:5px}#buddypress .profile.edit .visibility-toggle-link:active,#buddypress .profile.edit .visibility-toggle-link:focus,#buddypress .profile.edit .visibility-toggle-link:hover{background:0 0;color:#007cff;box-shadow:none}#buddypress .profile.edit .field-visibility-settings-header{font-size:12px}.buddypress-wrap .profile.edit .button-nav li{margin-top:10px}#item-body>div.profile{background:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px;margin-bottom:20px;font-size:16px}#item-body>div.profile .bp-tables-user,#item-body>div.profile table.forum,#item-body>div.profile table.wp-profile-fields{border-radius:0;box-shadow:none}#item-body>div.profile tr:nth-child(odd){background:0 0}#item-body>div.profile .profile-group-title{border-bottom:0;margin-bottom:20px;color:#122b46;font-size:18px;line-height:1}#item-body>div.profile h2.screen-heading{border-bottom:1px solid #e7e9ec;margin:0 -20px 20px;padding:0 20px 15px;letter-spacing:.33px;font-size:1rem;font-weight:600;text-transform:uppercase;line-height:1}#buddypress #header-cover-image .header-cover-reposition-wrap>.button,a.link-change-cover-image,a.link-change-profile-image,a.position-change-cover-image{color:#939597}#buddypress #header-cover-image .header-cover-reposition-wrap>.button .bb-icon-edit-thin,a.link-change-cover-image .bb-icon-edit-thin,a.link-change-profile-image .bb-icon-edit-thin,a.position-change-cover-image .bb-icon-edit-thin{font-size:16px}#buddypress #header-cover-image .header-cover-reposition-wrap>.button:hover,a.link-change-cover-image:hover,a.link-change-profile-image:hover,a.position-change-cover-image:hover{color:#007cff}.bb-buddypanel #item-header .width-full .position-change-cover-image,.bb-buddypanel #item-header .width-full a.link-change-cover-image{left:45px}.bb-buddypanel #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:55px}.bb-buddypanel.buddypanel-open #item-header #header-cover-image.width-full .header-cover-reposition-wrap .cover-image-save{margin-right:135px}.bb-buddypanel.buddypanel-open #item-header .width-full .position-change-cover-image,.bb-buddypanel.buddypanel-open #item-header .width-full a.link-change-cover-image{left:120px}.buddypress-wrap .profile.edit .repeater_group_outer{background:#fbfbfc;border-radius:4px;padding:15px 15px 0}#buddypress #btn_add_repeater_set{float:left;height:32px;margin-right:10px}#buddypress #btn_add_repeater_set .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress #btn_add_repeater_set .dashicons:before{content:"\E922"}#buddypress .repeater_tools a{color:#939597;cursor:pointer}#buddypress .repeater_tools a:hover{color:#007cff}#buddypress .repeater_tools .dashicons{font:normal normal normal 18px/1 bb-icons}#buddypress .repeater_tools .dashicons-edit:before{content:"\E89B"}#buddypress .repeater_tools .dashicons-trash:before{content:"\E937"}tr.repeater-separator td{border-top:1px solid rgba(0,0,0,.025);border-bottom:0}.repeater_group_inner{border-top:1px solid #eee;display:none;margin:10px -15px;padding:10px 15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools{margin-bottom:15px}.buddypress-wrap .profile.edit .repeater_group_outer .repeater_set_title{font-size:17px}.active .repeater_set_title{font-weight:600}.bb-user-nav-display-wrap .widget-area{margin-top:20px}body #buddypress .bp-list.invites .action{margin:0 0 0 auto}.bp-sitewide-notice-wrap{background:0 0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-sitewide-notice .bp-sitewide-notice-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1200px;padding-left:10px;padding-right:10px;width:100%}.bp-feedback.bp-sitewide-notice+.users-header div#cover-image-container{margin-top:-26px}.site .bp-feedback.bp-sitewide-notice{background:#fff;box-shadow:0 10px 25px -5px rgba(18,43,70,.05);padding:20px 30px;border:0;border-bottom:1px solid #e7e9ec;border-radius:0;line-height:1.5;margin:0;position:relative}.site-content .bp-feedback.bp-sitewide-notice{display:none}.bp-feedback.bp-sitewide-notice button{height:auto;width:auto;padding:0;background:0 0;box-shadow:none;border:0;color:#4d5c6d;margin-left:auto}.bp-feedback.bp-sitewide-notice .bp-icon{display:none}.bp-feedback.bp-sitewide-notice p{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px 0 0;color:#4d5c6d;font-size:14px}.bp-feedback.bp-sitewide-notice strong{display:block;margin-bottom:-15px}.messages #buddypress .bp-feedback.bp-sitewide-notice{margin-top:-25px}@media (min-width:800px){#buddypress table.profile-fields tr td.label{width:25%}#buddypress table.profile-fields tr td.data{width:75%}}@media (max-width:991px){.bs-profile-details-grid .bb-field-group:nth-child(odd) .bp-widget{padding-right:0}.bs-profile-details-grid .bb-field-group:nth-child(even) .bp-widget{padding-left:0}}@media screen and (max-width:900px){#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:left;margin-right:1px}#buddypress .profile.edit .button-nav a{margin-top:20px}#buddypress .profile.edit .button-nav{margin-top:0}.buddypress-wrap .item-body .profile.edit .screen-heading{margin:0}.bp-profile-content .profile:not(.public){padding:30px 0}}@media screen and (max-width:520px){#buddypress #btn_add_repeater_set{margin-bottom:15px}#buddypress #profile-edit-form{margin-bottom:0}}.bp-settings-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:30px}body.settings #buddypress.bp-single-vert-nav .item-body:not(#group-create-body) #subnav{background:#fbfbfc}body.settings #buddypress.bp-single-vert-nav .item-body:not(#group-create-body) #subnav li.current a{color:#122b46}#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;background:#fbfbfc;border-right:1px solid #e7e9ec;border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}#buddypress .bp-settings-container .bp-navs li{float:none;padding:0}#buddypress .bp-settings-container .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}#buddypress .bp-settings-container .bp-navs a:before{content:'\E8EE';font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:768px){#buddypress .bp-settings-container .bp-navs a:before{display:none}}#buddypress .bp-settings-container .bp-navs a:hover{background:rgba(77,92,109,.1);color:#007cff}#buddypress .bp-settings-container .bp-navs #general:before{content:'\E92A'}#buddypress .bp-settings-container .bp-navs #notifications:before{content:'\E910'}#buddypress .bp-settings-container .bp-navs #profile:before{content:'\E90D'}#buddypress .bp-settings-container .bp-navs #invites:before{content:'\E93D'}#buddypress .bp-settings-container .bp-navs #export:before{content:'\E889'}#buddypress .bp-settings-container .bp-navs #delete-account:before{content:'\E937'}#buddypress .bp-settings-container .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){#buddypress .bp-settings-container .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}#buddypress .bp-settings-container .bp-navs .current a,#buddypress .bp-settings-container .bp-navs .selected a{background:rgba(77,92,109,.1);color:#007cff;font-weight:400}#buddypress .bb-bp-settings-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:55px 80px}#buddypress .bb-bp-settings-content h2.screen-heading{font-weight:500;font-size:22px;line-height:1.1}#buddypress .bb-bp-settings-content label{display:block;font-size:16px;font-weight:400;color:#4d5c6d;letter-spacing:-.27px;line-height:1.187;margin-bottom:12px}#buddypress .bb-bp-settings-content .bp-radio-wrap label{display:inline-block}#buddypress .bb-bp-settings-content .settings-input{margin-bottom:20px}#buddypress .bb-bp-settings-content .bp-feedback{margin-bottom:30px}#buddypress .bb-bp-settings-content .info.bp-feedback{background:#fbfbfc}#buddypress .bb-bp-settings-content .info.email-pwd-info{display:none}#buddypress .bb-bp-settings-content .bp-help-text{font-size:16px;color:#a3a5a9;letter-spacing:-.27px;line-height:1.2}#buddypress .bb-bp-settings-content .notification-settings{border-top:1px solid rgba(0,0,0,.05);margin-top:20px;margin-bottom:20px}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{border-bottom:0;padding:0}#buddypress .bb-bp-settings-content .notification-settings td,#buddypress .bb-bp-settings-content .notification-settings th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:inherit;letter-spacing:-.27px;line-height:1.38}#buddypress .bb-bp-settings-content .notification-settings th{font-size:14px;color:#a3a5a9;letter-spacing:.5px;text-transform:uppercase;font-weight:500}#buddypress .bb-bp-settings-content .notification-settings th.title{padding-top:30px}#buddypress .bb-bp-settings-content .notification-settings th.yes{min-width:80px}#buddypress .bb-bp-settings-content .bp-tables-user,#buddypress .bb-bp-settings-content table.forum,#buddypress .bb-bp-settings-content table.wp-profile-fields{table-layout:fixed}#buddypress .bb-bp-settings-content .bp-tables-user th.title,#buddypress .bb-bp-settings-content table.forum th.title,#buddypress .bb-bp-settings-content table.wp-profile-fields th.title{padding:12px 20px}#buddypress .bb-bp-settings-content .bp-tables-user td,#buddypress .bb-bp-settings-content table.forum td,#buddypress .bb-bp-settings-content table.wp-profile-fields td{background:0 0;border:0;padding:12px 20px}#buddypress .bb-bp-settings-content table#xprofile-settings-base th:first-child,#buddypress .bb-bp-settings-content table#xprofile-settings-important-data th:first-child{width:40%}#buddypress .bp-tables-report{table-layout:fixed}#buddypress .bp-tables-report th{padding:12px 20px}#buddypress .bp-tables-report td{background:0 0;border:0;padding:12px 20px}.bb-bp-settings-content #settings-form input.settings-input{height:50px}.bb-bp-settings-content #settings-form .bb-password-wrap .settings-input{padding-right:50px}.bb-bp-settings-content input#submit{min-width:160px;height:42px;font-weight:500}.bb-bp-settings-content .bb-password-wrap a.bb-toggle-password{height:50px;width:50px}.dz-default{font-size:14px;font-weight:300;cursor:pointer;letter-spacing:-.24px;line-height:1.3;position:relative;z-index:1;color:#fff;text-align:center}.dz-default:before{content:'\e847';font-family:bb-icons;font-size:24px;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dz-default span{display:block;margin-top:8px}.dz-default.dz-drag{position:absolute;width:100%;height:100%;top:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5;pointer-events:none}.dz-default.dz-drag:before{content:'\e82a'}.left-vertical-tabs{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;background:#fbfbfc;border-right:1px solid #e7e9ec;min-height:60vh;border-radius:4px 0 0 4px;padding:40px 0}.left-vertical-tabs ul{list-style:none;margin:0}.left-vertical-tabs ul a{font-size:14px;color:#939597;letter-spacing:-.24px;display:block;padding:13px 20px;line-height:1}.left-vertical-tabs ul a:hover{color:#007cff}.left-vertical-tabs ul i{font-size:24px;width:24px}.left-vertical-tabs li{-webkit-transition:.3s all;transition:.3s all;margin-bottom:1px}.left-vertical-tabs li:hover{background:rgba(77,92,109,.1)}.left-vertical-tabs .active{background:rgba(77,92,109,.1)}.left-vertical-tabs .active a{color:#122b46}.left-vertical-tabs span.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.left-vertical-tabs span.title span{margin-left:10px}.bb-input-wrap{display:block;position:relative}.bb-input-wrap .bb-input{height:50px;width:100%}.bb-input-wrap i{left:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;text-align:center;color:#122b46;opacity:.4;font-size:22px;z-index:1}.bb-input-wrap i+.bb-input{padding-left:48px}.bb-input-wrap .bb-icon-visibility{font-size:24px;left:auto;right:0}.bb-input-wrap .bb-textarea{height:120px;width:100%}.bb-input-wrap textarea{resize:vertical}span.bb-visibility-wrap{right:0;top:0;position:absolute;width:50px;height:50px;line-height:50px;z-index:1}.bb-input[type=password]+.bb-visibility-wrap .bb-icon-visibility:before{content:'\e850'}.bb-input[type=text]+.bb-visibility-wrap .bb-icon-visibility:before{content:'\e844'}.bs-settings-container .bb-input[type=password]{padding-right:40px}.settings-header.entry-header{margin-bottom:30px}.profile-header i.bb-icon-user-small,.settings-header i.bb-icon-user-small{margin:0;width:auto;height:auto;font-size:18px;position:relative;line-height:1;top:1px}div.bs-settings-container .bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-profile-avatar-wrap+.button-wrap{margin-top:0}#bb-profile-avatar-wrap-components{overflow:hidden;height:152px;width:152px;border-radius:4px;position:relative}#bb-profile-avatar-wrap-components video{position:absolute;z-index:3;object-fit:cover}#bb-profile-avatar-wrap-components #captureAvatarlink{position:absolute;z-index:3;top:0;left:10px;font-size:12px;font-weight:500;text-transform:uppercase}#bb-profile-avatar-wrap-components #avatar-drag-message{z-index:1}#bb-profile-avatar-wrap-components div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:5}#bb-profile-avatar-wrap-components div#profile_avatar:before{background:rgba(18,43,70,.3);content:'';position:absolute;left:0;top:0;height:100%;width:100%}#bb-profile-avatar-wrap-components .croppie-container{position:absolute;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:3}#bb-profile-avatar-wrap-components .croppie-container .cr-boundary{width:100%!important;height:100%!important;position:absolute;top:0;z-index:3;background:#fff}#bb-profile-avatar-wrap-components .croppie-container .cr-viewport{border:0}.has-sidebar .bb-profile-avatar-wrap{width:90px;height:90px;margin-top:-60px}.has-sidebar .bb-profile-avatar-wrap .dz-default span{display:none}.bb-profile-cover-wrap #cover-drag-message{z-index:1}.bb-profile-cover-wrap .croppie-container{position:absolute;overflow:hidden;border-radius:4px;z-index:3}.bb-profile-cover-wrap .croppie-container .cr-boundary{width:100%!important;height:100%!important;padding-top:26.895%;position:absolute;top:0;background:#fff}.bb-profile-cover-wrap .croppie-container .cr-viewport{border:0}.bb-profile-cover-wrap .dz-default{position:absolute;top:50%;margin-top:-25px}.bb-profile-cover-wrap .dz-default.dz-drag{top:0;margin:0}.cr-viewport{width:100%!important;height:100%!important}.bb-profile-wrap{z-index:2;position:relative}.bb-profile-wrap [class*=bb-delete]{color:#fff;font-size:22px;position:absolute;top:0;right:0;z-index:5}.bb-profile-wrap .bs-dropdown-wrap{position:absolute;z-index:7;top:0;right:0}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown{top:46px}.bb-profile-wrap .bs-dropdown-wrap .bs-dropdown:after{right:15px}.bb-profile-wrap .bs-dropdown-wrap .bb-icon-menu-dots-v{color:#fff;position:relative;right:10px;top:10px}.bb-profile-wrap.loading .cr-image{opacity:.6!important}.bb-profile-wrap.loading:before{position:absolute;top:38%;left:0;right:0;margin-top:0;margin:auto;content:"\e838";font-family:bb-icons;font-size:24px;line-height:36px;color:#fff;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}.bb-profile-wrap.loading .dz-default{display:none}.bb-field-wrap{margin-bottom:20px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:14px;cursor:pointer;color:#939597;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-position:right 7px;background-repeat:no-repeat;padding-right:15px}.bb-profile-section i{font-size:14px;color:#939597;margin-right:5px}.bb-profile-section input:not([type=checkbox]):not([type=radio]),.bb-profile-section select,.bb-profile-section textarea{width:100%}.bb-profile-section .bb-icon-user-small-plus{font-size:17px}.notification-settings-wrap{border-top:1px solid rgba(0,0,0,.05);padding-top:25px;padding-bottom:25px}.notification-settings-wrap:last-child{border-bottom:1px solid rgba(0,0,0,.05)}.notification-settings-wrap td,.notification-settings-wrap th{padding:6px 0;border:0;vertical-align:middle;font-size:16px;color:#4d5c6d;letter-spacing:-.27px;line-height:1.38}.notification-settings-wrap th{padding:5px 0 15px}.notification-settings-wrap .yes{padding-left:15px;text-align:right}div#message.error{background-color:#ef3e46;color:#fff;border:1px solid #ef3e46;padding:.615em 2.25em .615em 1.15em;font-size:14px;line-height:1.5;border-radius:3px}.bb-delete-account-wrap{margin:30px 0}.vdp-datepicker .vdp-datepicker__calendar{background:#fff;box-shadow:0 8px 14px 0 rgba(0,0,0,.08);border:0;border-radius:4px;max-width:100%}.vdp-datepicker .vdp-datepicker__calendar header{border-bottom:1px solid #e8eaed;overflow:hidden;height:48px;line-height:48px;font-size:14px;color:#007cff;letter-spacing:-.24px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vdp-datepicker .vdp-datepicker__calendar>div{padding:10px 20px 20px}.vdp-datepicker .vdp-datepicker__calendar .next,.vdp-datepicker .vdp-datepicker__calendar .prev{line-height:1;text-indent:0;font-size:0}.vdp-datepicker .vdp-datepicker__calendar .next:before,.vdp-datepicker .vdp-datepicker__calendar .prev:before{content:'\e827';color:#53597b;display:inline-block;font:normal normal normal 14px/1 bb-icons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:10px;font-size:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:-12px}.vdp-datepicker .vdp-datepicker__calendar .next:after,.vdp-datepicker .vdp-datepicker__calendar .prev:after{display:none}.vdp-datepicker .vdp-datepicker__calendar .next:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:10px;color:#4d5c6d;opacity:.5;text-transform:uppercase}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:14px;color:#122b46}.vdp-datepicker .vdp-datepicker__calendar .cell.selected,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover{background:0 0;color:#fff;position:relative}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover:not(.day),.vdp-datepicker .vdp-datepicker__calendar .cell.selected:not(.day){background:#007cff}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{content:'';position:absolute;left:0;right:0;margin:0 auto;display:block;height:32px;width:32px;background:#007cff;color:#fff;border-radius:50%;z-index:-1;top:3px}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:1px solid transparent}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.selected):hover{color:#007cff}#buddypress #profile-edit-form{max-width:520px;width:100%}#buddypress #profile-edit-form .editfield{margin-bottom:20px}#buddypress #profile-edit-form fieldset{margin:0}#buddypress #profile-edit-form .clear-value{display:none}#buddypress #profile-edit-form label:not(.bp-screen-reader-text),#buddypress #profile-edit-form legend:not(.bp-screen-reader-text){display:block;font-size:16px;font-weight:400;font-style:normal;color:#4d5c6d;letter-spacing:-.27px;line-height:1.187;margin-bottom:12px}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{color:#122b46;height:50px;font-style:normal;width:100%}#buddypress #profile-edit-form .field-visibility-settings-toggle{margin:0;position:relative}#buddypress #profile-edit-form .field-visibility-settings-toggle select{position:absolute;right:0;top:-6px;width:140px;height:30px;font-size:14px;color:#939597;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;padding-right:26px;border:0;text-align:right;direction:rtl;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none}#buddypress #profile-edit-form .wp-editor-container .button,#buddypress #profile-edit-form .wp-editor-container button{padding:4px 2px;background:0 0;border:0;height:auto;margin:0;min-height:20px}#buddypress #profile-edit-form .wp-editor-container .mce-ico{color:#222}#buddypress #profile-edit-form .quicktags-toolbar{background:#ecf0f1}#buddypress #profile-edit-form .wp-editor-container textarea{border:0;font-family:inherit;color:#122b46;letter-spacing:-.24px;line-height:1.5;font-size:1rem;padding-top:10px;padding-bottom:10px;height:auto}#buddypress #profile-edit-form .datebox-selects{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:10px}#buddypress #profile-edit-form .datebox-selects label{margin-right:10px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#buddypress #profile-edit-form div.submit{clear:none;padding:0}#buddypress #profile-edit-form div.submit input{margin-right:0}@media (min-width:1081px){.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}}@media (max-width:1080px){.has-sidebar .left-vertical-tabs{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:800px){.notification-settings-wrap td,.notification-settings-wrap th{font-size:14px}.bb-profile-avatar-wrap{width:80px;height:80px;margin-top:-70px;margin-left:30px}.bb-profile-avatar-wrap .dz-default span{display:none}}@media (max-width:800px){div.bs-settings-container .bb-profile-avatar-wrap{margin-left:30px;margin-top:-122px;height:120px;width:120px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bs-dropdown-wrap .bs-dropdown a.bb-webcam{display:none}.tab-container .bb-profile-wrap{z-index:initial}}@media screen and (max-width:900px){#buddypress .bp-settings-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}#buddypress .bp-settings-container .bp-navs li{float:left}#buddypress .bb-bp-settings-content{padding:20px}}@media (max-width:640px){div.bs-settings-container .bb-profile-avatar-wrap{width:120px;height:120px;margin:-20px auto 40px}.bb-profile-avatar-wrap #bb-profile-avatar-wrap-components{height:120px;width:120px}.bb-profile-avatar-wrap .button-wrap{margin-top:-15px}div.bs-settings-container .bb-profile-avatar-wrap .dz-default span{font-size:11px}#buddypress .bp-settings-container .bp-navs a{color:#007cff}}@media (min-width:541px){#buddypress #profile-edit-form .datebox-selects select[name*=day]{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}@media (max-width:540px){.bb-profile-wrap.loading:before{font-size:20px}.left-vertical-tabs [data-balloon]:after,.left-vertical-tabs [data-balloon]:before{display:none}.vdp-datepicker .vdp-datepicker__calendar .cell{font-size:10px}.vdp-datepicker .vdp-datepicker__calendar .cell.selected.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected.highlighted.day:before,.vdp-datepicker .vdp-datepicker__calendar .cell.selected:hover.day:before{height:24px;width:24px;top:8px}.vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:8px;font-weight:700}.bb-profile-avatar-wrap+.button-wrap{text-align:center}.bb-profile-avatar-wrap+.button-wrap .button{margin-bottom:10px}#buddypress #profile-edit-form .field-visibility-settings-toggle>span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form label,#buddypress #profile-edit-form legend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0}#buddypress #profile-edit-form .field-visibility-settings-toggle select{text-align:left;direction:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:static;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px;padding-left:0}#buddypress #profile-edit-form input[type=text],#buddypress #profile-edit-form select{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress #profile-edit-form .datebox-selects{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress #profile-edit-form .datebox-selects select:not(:last-child){margin-right:0;margin-bottom:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (max-width:380px){.bs-settings-container .button-wrap input[type=button]{margin-top:5px;margin-bottom:5px}.settings-messages .message{font-size:13px}.settings-messages .message code{font-size:13px}.bb-profile-section .bs-dropdown-link .bs-dropdown-link{font-size:11px}.bb-profile-section i{font-size:12px;margin-right:3px}span.push-right.field-visibility{margin:0}.settings #buddypress .settings-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.settings #buddypress .settings-header>.button{margin:10px auto 0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.buddypress-wrap .bp-tables-report tr th{font-size:14px}body #buddypress a.export-csv{background-color:#007cff;color:#fff;font-size:14px;border-radius:100px;padding:10px 30px;text-decoration:none;display:inline-block;line-height:1.3;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-transition:.3s all;transition:.3s all}body #buddypress a.export-csv:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.bs-bp-container-reg #buddypress #signup-form.standard-form{overflow:hidden}.bs-bp-container-reg #buddypress #signup-form.standard-form>p{font-size:14px;line-height:21px}.bs-bp-container-reg #buddypress #signup-form.standard-form p.description{margin:0 0 12px 0;background:0 0}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section{float:none;margin:0 auto;width:100%}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section>h2,.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section>h2{margin-bottom:.5rem}.bs-bp-container-reg #buddypress #signup-form.standard-form #basic-details-section.register-section{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form #profile-details-section.register-section .editfield{margin-top:0;margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=color],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=date],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime-local],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=datetime],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=email],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=month],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=number],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=password],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=range],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=search],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=tel],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=text],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=time],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=url],.bs-bp-container-reg #buddypress #signup-form.standard-form input[type=week],.bs-bp-container-reg #buddypress #signup-form.standard-form select,.bs-bp-container-reg #buddypress #signup-form.standard-form textarea{display:inline-block;width:100%;font-family:inherit;font-size:15px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;margin-bottom:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form input#signup_blog_url{margin-bottom:0}.bs-bp-container-reg #buddypress #signup-form.standard-form select{padding-right:30px}.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:auto}@media (max-width:544px){.bs-bp-container-reg #buddypress #signup-form.standard-form .datebox-selects select{width:100%;margin-bottom:10px}}.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset{margin-top:0}.bs-bp-container-reg #buddypress #signup-form.standard-form label,.bs-bp-container-reg #buddypress #signup-form.standard-form legend{font-weight:400;font-size:14px;color:#122b46}.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form .checkbox-options label,.bs-bp-container-reg #buddypress #signup-form.standard-form .radio-button-options label{margin-top:8px;margin-bottom:8px}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit input[type=submit],.bs-bp-container-reg #buddypress #signup-form.standard-form button{font-size:14px;margin-right:0}.bs-bp-container-reg #buddypress #signup-form.standard-form button{padding:6px 20px;min-height:34px}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle{font-size:12px;margin-top:.3rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .field-visibility-settings-toggle button{font-size:12px;font-weight:400;background:0 0;background-color:none;color:#a1abb5;border:0;min-height:auto;padding:0;border-radius:0;line-height:1.6875rem;vertical-align:baseline}.bs-bp-container-reg #buddypress #signup-form.standard-form a.clear-value{font-size:12px}.bs-bp-container-reg #buddypress #signup-form.standard-form .register-section>h2{font-size:18px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.html-active .wp-editor-tabs button.switch-html{background-color:#fbfbfc}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active .wp-editor-tabs button{border-color:#ddd;border-bottom:0;background-color:transparent;border-radius:3px 3px 0 0;box-shadow:none}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap.tmce-active button.switch-tmce{background-color:#fbfbfc}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-tabs button{border-radius:0;padding:0 15px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container{border-radius:3px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar{background-color:#fbfbfc}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover{box-shadow:none;border-color:transparent;color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .qt-dfw:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .qt-dfw:hover .mce-ico{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover .mce-ico{color:rgba(18,43,70,.4)}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel .mce-toolbar .mce-ico,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar .mce-toolbar .mce-ico{color:rgba(18,43,70,.4);-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .mce-panel button i,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container .quicktags-toolbar button i{font-size:16px}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]{background-color:transparent;border-color:transparent;border-radius:0;padding:0 8px;color:rgba(18,43,70,.4);box-shadow:none;min-height:30px;-webkit-transition:all linear .2s;transition:all linear .2s}.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container button:hover,.bs-bp-container-reg #buddypress #signup-form.standard-form .wp-editor-wrap .wp-editor-container input[type=button]:hover{color:rgba(18,43,70,.8)}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error{background-color:#ef3e46;color:#fff;width:100%;border-radius:3px;font-size:14px;padding:6px 12px;margin-bottom:3px;border:0}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .error{padding:0;border:0;border-radius:0;width:auto;margin:0;background:0 0;line-height:1}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error span.bp-icon{margin-right:0;display:none}.bs-bp-container-reg #buddypress #signup-form.standard-form div.error p{padding:0;margin:0;line-height:1.6875rem}.bs-bp-container-reg #buddypress #signup-form.standard-form .submit{padding:25px 0 0}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short,.bs-bp-container-reg .buddypress-wrap #pass-strength-result.show{font-weight:400;background-color:#e0e1e1;border-color:#e0e1e1;border-radius:3px;font-size:14px}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.short{background-color:#ef3e46;border-color:#ef3e46;color:#fff}.bs-bp-container-reg .buddypress-wrap #pass-strength-result.strong{background-color:#1cd991;border-color:#1cd991;color:#fff;font-weight:400!important}.bs-bp-container-reg .buddypress-wrap .bp-messages.info{background-color:#007cff;border-color:#007cff}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon{background-color:#007cff;margin-right:0}.bs-bp-container-reg .buddypress-wrap .bp-messages.info .bp-icon:before{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;content:"\e8c2"}.bs-bp-container-reg .buddypress-wrap .bp-messages.info p{color:#fff}body.buddypress.register article.bp_register{max-width:450px;width:100%;margin-left:auto;margin-right:auto}body.buddypress.register article.bp_register .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}body.buddypress.register article.bp_register .entry-header h1{font-size:20px;margin-right:auto}body.buddypress.register article.bp_register .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.register .register-section-logo{width:48%;max-width:450px;text-align:center;margin:0 auto 1.7rem}body.buddypress.register .register-section-logo img{max-width:320px;width:22%}body.buddypress.register .register-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.register .register-section-logo .bs-register-section-logo{visibility:hidden;width:100%}body.buddypress.register .register-section-logo a{font-size:20px;line-height:1.3em}body.buddypress.register.login-split-page .login-split{display:none}.register-section.extended-profile .checkbox-options,.register-section.extended-profile .radio-button-options,.register-section.extended-profile .wp-editor-wrap{margin-bottom:12px}@media (min-width:992px){body.buddypress.register.login-split-page{min-height:100%}body.buddypress.register.login-split-page .site-content{padding:0;min-height:100vh;height:100%}body.buddypress.register.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.register.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.register.login-split-page .login-split{padding:0;width:50%;position:fixed;left:0;height:100%;display:block}body.buddypress.register.login-split-page #primary{position:static;margin-left:50%}body.buddypress.register.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0}body.buddypress.register.login-split-page .register-section-logo{margin-right:0;margin-left:50px;margin-top:50px;min-width:320px;text-align:left}body.buddypress.register.login-split-page article.bp_register{margin-right:0;margin-left:50px;min-width:320px}body.buddypress.register.login-split-page .submit input[type=submit]{width:100%}body.buddypress.register.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:relative;z-index:1;opacity:0}body.buddypress.register.login-split-page .login-split div{color:#fff}body.buddypress.register.login-split-page .login-split>div:not(.split-overlay){display:block;width:50%;max-width:300px;margin:0 auto;padding:8% 0 0;font-size:32px;line-height:1.15;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;margin:auto}body.buddypress.register.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){body.buddypress.register article.bp_register{width:90%}body.buddypress.register .register-section-logo{width:90%}}@media (max-width:544px){body.buddypress.register article.bp_register{width:100%}body.buddypress.register .register-section-logo{width:100%}}body.register .registration-popup.bb-modal{max-width:800px}.bb-password-wrap a.bb-toggle-password{height:40px;width:40px}body.buddypress.activation article.bp_activate{max-width:450px;width:48%;margin-left:auto;margin-right:auto}body.buddypress.activation article.bp_activate .entry-header{margin-bottom:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex}body.buddypress.activation article.bp_activate .entry-header h1{font-size:20px;margin-right:auto}body.buddypress.activation article.bp_activate .entry-header span{font-size:14px;text-transform:lowercase}body.buddypress.activation article.bp_activate label{font-weight:400;font-size:14px}body.buddypress.activation .site{min-height:initial}body.buddypress.activation .activate-section-logo{width:48%;max-width:450px;text-align:center;margin:0 auto 1.7rem}body.buddypress.activation .activate-section-logo img{max-width:320px;width:22%}body.buddypress.activation .activate-section-logo span{background-size:contain;width:84px;height:auto;display:block;background-position:center top;background-repeat:no-repeat;margin:auto}body.buddypress.activation .activate-section-logo a{font-size:20px;line-height:1.3em}body.buddypress.activation.login-split-page .login-split{display:none}@media (min-width:992px){body.buddypress.activation.login-split-page{height:100%}body.buddypress.activation.login-split-page .site-content{padding:0;min-height:initial;height:100%}body.buddypress.activation.login-split-page .container{max-width:none;padding:0;height:100%}body.buddypress.activation.login-split-page .bb-grid{margin:0;height:100%}body.buddypress.activation.login-split-page .login-split{padding:0;width:50%;position:fixed;left:0;height:100%;display:block}body.buddypress.activation.login-split-page #primary{position:absolute;left:50%}body.buddypress.activation.login-split-page .bs-bp-container-reg{padding-left:0;padding-right:0}body.buddypress.activation.login-split-page .activate-section-logo{margin-right:0;margin-left:50px;margin-top:50px;min-width:320px;text-align:left}body.buddypress.activation.login-split-page article.bp_activate{margin-right:0;margin-left:50px;min-width:320px}body.buddypress.activation.login-split-page .submit input[type=submit]{width:100%}body.buddypress.activation.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:relative;z-index:1;opacity:0}body.buddypress.activation.login-split-page .login-split div{color:#fff}body.buddypress.activation.login-split-page .login-split>div:not(.split-overlay){display:block;width:50%;max-width:300px;margin:0 auto;padding:8% 0 0;font-size:32px;line-height:1.15;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;margin:auto}body.buddypress.activation.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}}@media (max-width:800px){body.buddypress.activation article.bp_activate{width:90%}body.buddypress.activation .activate-section-logo{width:90%}}@media (max-width:544px){body.buddypress.activation article.bp_activate{width:100%}body.buddypress.activation .activate-section-logo{width:100%}}body.group-create .site-content>.container{max-width:100%}body.group-create .content-area{padding-top:0}body.group-create #buddypress .item-body{margin:0}body.group-create #group-invites-container .total-members-text,body.group-create #group-invites-container input.select2-search__field,body.group-create #group-invites-container label.bp-group-invite-label{margin:0}body.group-create .bb-groups-invites-left .bb-panel-head{min-height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.group-create .bb-groups-invites-left .bb-panel-subhead{width:100%}body.group-create #group-invites-container .bb-groups-invites-left #members-list{max-height:67vh}body.group-create #send_group_invite_form .select2-selection__rendered{max-height:200px}.bb-create-group-container{margin:0 -20px}.bb-create-group-container div#profile_cover{padding-top:22%}.bb-create-group-container div#profile_cover:before{background:#eef0f3}#group-create-body .bb-create-group-container .dz-default{min-height:1px;background:0 0;border:0;line-height:1}#group-create-body .bb-create-group-container .dz-default span:before{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/group-avatar.svg) no-repeat;margin:0;width:65px;height:60px}#group-create-body .bb-create-group-container .dz-default.dz-message{font-size:0}.bb-create-group-container #bb_profile_avatar_wrap .more-actions,.bb-create-group-container .bb-profile-cover-wrap .more-actions{top:50%;left:0;right:0;margin:auto;margin-top:40px;max-width:240px;font-size:16px;text-align:center;z-index:22}.bb-create-group-container #bb_profile_avatar_wrap .croppie-container,.bb-create-group-container .bb-profile-cover-wrap .croppie-container{border-radius:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v{font-family:inherit;font-size:16px;color:rgba(77,92,109,.63);letter-spacing:-.24px;right:0;top:0}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v:before,.bb-create-group-container .bb-profile-cover-wrap .bb-icon-menu-dots-v:before{content:''}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown{top:35px;left:0;right:0;margin:auto;max-width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bs-dropdown:after,.bb-create-group-container .bb-profile-cover-wrap .bs-dropdown:after{right:0;left:0}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar{background:#eef0f3;border:2px solid rgba(255,255,255,.37);box-shadow:0 4px 12px 0 #d0d3d6;border-radius:5px}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:200px;width:200px;overflow:visible}.bb-create-group-container .bb-profile-avatar-wrap{margin-left:150px;margin-top:-162px}.bb-create-group-container #bb-profile-avatar-wrap-components div#profile_avatar:before{display:none}.bb-create-group-container .bb-profile-avatar-wrap .dz-default span{display:block}.bb-create-group-container .bb-profile-wrap .croppie-container .cr-boundary{border:1px solid #fff;border-radius:5px}.bb-create-group-container .bb-privary-box{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:160px;min-height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.bb-create-group-container .bb-privary-box .bb-text{opacity:.5;color:#4d5c6d;line-height:1;margin-top:15px}.bb-create-group-container .bb-privary-box svg{opacity:.5}div#profile_cover{border-radius:4px;padding-top:36.47%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-bottom:2rem;z-index:5}div#profile_cover:before{background:rgba(18,43,70,.3);content:'';position:absolute;left:0;top:0;height:100%;width:100%}.bb-profile-avatar-wrap{position:relative;margin-left:45px;margin-top:-155px;height:152px;width:152px}div#profile_avatar{background-size:cover;background-repeat:no-repeat;border:2px solid #fff;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:5}#group-create-body #bb_profile_avatar_wrap .dz-default span:before{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/group-profile.svg) no-repeat;margin-top:-20px}.bb-profile-wrap .croppie-container .cr-overlay{background:rgba(0,0,0,.3)}.bb-create-group-container #bb_profile_avatar_wrap .dz-started~div .bb-icon-menu-dots-v,.bb-profile-cover-wrap .dz-started~div .bb-icon-menu-dots-v{color:#fff}#create-group-form.standard-form .bb-create-group-details-wrap{max-width:750px;margin:auto;padding:80px 15px 0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 30px;padding:0;font-size:14px;color:#4d5c6d;letter-spacing:-.24px;line-height:1.57}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;padding:0;font-size:14px;font-weight:500;color:#4d5c6d;letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input{-webkit-box-flex:1;-ms-flex:1;flex:1}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-input label{font-size:14px;color:#4d5c6d;font-weight:500;letter-spacing:-.24px;cursor:pointer}#create-group-form.standard-form .bb-create-group-details-wrap input,#create-group-form.standard-form .bb-create-group-details-wrap select{height:48px;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap textarea{height:145px;resize:none;font-size:14px;letter-spacing:-.24px;padding:10px 15px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap{margin-bottom:20px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap:last-child{margin-bottom:0}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap span{color:#939597}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-inner-wrap .checked+span{color:#4d5c6d}#create-group-form.standard-form .bb-create-group-details-wrap input.button{min-width:200px}#create-group-form.standard-form .bb-create-group-details-wrap a.cancel{margin-right:25px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .radio .bb-field-inner-wrap{margin-right:10px}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box{box-shadow:0 7px 16px 0 rgba(0,0,0,.12),inset 0 -2px 0 0 #007cff}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box svg{opacity:1}#create-group-form.standard-form .bb-create-group-details-wrap .group-create-privacy .checked+.bb-privary-box .bb-text{opacity:1}#content form.standard-form .left-menu #invite-list ul{margin:0}#content form.standard-form .left-menu #invite-list ul li{margin:0 0 15px}#content div#invite-list{background:0 0;height:auto;margin:0;overflow:auto;padding:0 20px 20px;width:auto;max-height:500px}#content div#invite-list ul{margin:0;list-style:none}#content div#invite-list .avatar{max-width:40px;border-radius:50%;margin-right:10px}#content div#invite-list label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#content div#invite-list .bb-name-wrap span{display:block}#content div#invite-list .bb-name{font-size:16px;color:#4d5c6d;letter-spacing:-.24px;line-height:1}#content div#invite-list .bb-mention{font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#content div#invite-list .bb-input-wrap{margin-left:auto}#content div#invite-list .bb-input-wrap input{position:absolute;opacity:0}#content div#invite-list .bb-check-icon{display:inline-block;width:22px;height:22px;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0}#content div#invite-list input:checked+.bb-check-icon{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-select.svg);opacity:.5}ul#friend-list .avatar{border-radius:50%;max-width:52px}ul#friend-list .bb-user-avatar{margin-right:15px}.bb-invite-search{padding:20px}.bb-invite-user-meta h2{color:#122b46;font-size:18px;font-weight:500;letter-spacing:-.24px;line-height:1.2;margin:0}.bb-invite-user-meta h2 a{color:inherit}.bb-invite-user-meta .bb-activity{display:block;font-size:13px;font-weight:300;color:rgba(0,0,0,.3);letter-spacing:-.24px;line-height:1;margin-top:3px}#send-invite-form ul#friend-list li{border-bottom:1px solid #eaeaea;padding:20px 0}#buddypress div.pagination .pag-count{margin-left:0}.invite-action{margin-left:auto}.main-column.hide{display:none}div#group-step-popup{max-width:600px;padding:40px}div#group-step-popup #content div#invite-list{max-height:45vh}div#group-step-popup .bb-invite-search input{width:100%}div#group-step-popup .bb-input-wrap input{width:26px;height:26px;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-add.svg) no-repeat;background-size:cover;border:0;border-radius:0;margin-right:0;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}div#group-step-popup .bb-input-wrap input:checked{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-select.svg);opacity:.5}div#group-step-popup #content div#invite-list .avatar{max-width:44px;margin-right:20px}div#group-step-popup #content form.standard-form .left-menu #invite-list ul li{margin:0;border-bottom:1px solid #e7e9ec;padding-bottom:20px;padding-top:20px}div#group-step-popup #content div#invite-list .bb-name{font-size:18px}div#group-step-popup #content div#invite-list .bb-mention{margin-top:6px}div#group-step-popup input#groups_invite_search{height:50px}div#group-step-popup .bb-search-title{font-size:30px;color:#4d5c6d;letter-spacing:-.23px;text-align:center;line-height:40px;margin-bottom:5px}div#group-step-popup .mfp-close{background:0 0}div#group-step-popup .mfp-close:hover{background:0 0}.group-step-buttons{text-align:center}.group-step-buttons input.button{min-width:180px;min-height:46px}.bb-no-fiends{font-size:14px}#buddypress .bb-group-settings{font-size:16px}#buddypress .bb-group-settings .bs-styled-checkbox+label{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .bb-group-settings .bs-styled-checkbox:checked+label:before{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}#buddypress .bb-group-settings .bb-field-title{font-size:18px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px}#buddypress .bb-group-settings .bs-styled-radio:checked+.bb-radio-label:after,#buddypress .bb-group-settings .bs-styled-radio:checked+label:after{top:4px}#content #buddypress .bb-group-settings .action .button{min-width:20px;display:inline-block;font-size:12px;min-height:20px;padding:4px 12px}#content #buddypress .bb-group-settings .bs-item-wrap div.action{padding:0}#content #buddypress .bb-group-settings .bs-item-wrap .bs-generic-button{margin:0 5px 0 0}#buddypress .bb-group-settings .bs-item-wrap>.item>.item-title{margin-bottom:5px}#buddypress .bb-group-settings .item-title a{font-size:18px}#buddypress .bb-group-settings .bs-item-list.list-view{margin-bottom:30px}#buddypress .bb-group-settings .bs-members-items .bs-generic-button{margin-right:5px}#buddypress .bb-group-settings .item-title{position:relative}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#buddypress .bb-group-settings .bs-members-items.list-view .bb-profile-card div.action a{font-size:13px}.group-create-privacy label{font-weight:500}.bb-group-desc{font-size:13px;margin:0 0 30px 53px;line-height:1.6}.bb-delete-group-wrap{margin:30px 0}.bb-create-group-container div.bb-profile-avatar-wrap:first-child{margin:50px auto 0}p.group-setting-label{outline:0;margin:0 0 12px}#create-group-form #group-create-body select{width:auto;min-width:50%;margin:0 0 8px}.groups.group-create .buddypress-wrap .group-status-type ul:last-child{margin-bottom:0}.groups.group-create .buddypress-wrap .group-status-type label{font-size:16px;line-height:1}.groups.group-create .buddypress-wrap .submit{padding:0}#bp-delete-cover-image-container{margin-bottom:30px}#create-group-form>.bp-messages{margin-bottom:30px}@media (max-width:1080px){.bb-create-group-cover-wrap div#profile_cover{padding-top:28%}.bb-create-group-container .bb-profile-avatar-wrap{margin-left:60px}#send-invite-form .left-menu{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}#content div#invite-list .avatar{max-width:36px}#content div#invite-list .bb-name{font-size:14px}.invite-action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:67px;padding-top:6px}#buddypress a.button.small.remove{font-size:13px;min-height:30px;padding:5px 20px}.bb-invite-user-meta .bb-activity{font-size:11px}}@media (min-width:800px) and (max-width:920px){.invite-action.invite-action{padding-left:0}}@media (max-width:820px){.bb-create-group-container .bb-privary-box{min-width:130px;min-height:100px}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media (max-width:760px){.bb-create-group-cover-wrap div#profile_cover{padding-top:32%}.bb-create-group-container #bb-profile-avatar-wrap-components,.bb-create-group-container .bb-profile-avatar-wrap{height:160px;width:160px}.bb-create-group-container #bb_profile_avatar_wrap .bb-icon-menu-dots-v{font-size:12px}}@media (max-width:640px){.bb-create-group-container .bb-profile-avatar-wrap{margin:0 auto;margin-top:-50px}.bb-create-group-cover-wrap div#profile_cover{padding-top:45%}#create-group-form.standard-form .bb-create-group-details-wrap .bb-field-wrap>label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}}@media (max-width:580px){#send-invite-form .left-menu{border-right:0;border-bottom:1px solid #e7e9ec;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}div#group-step-popup{padding:30px}}@media (max-width:440px){.bb-create-group-cover-wrap div#profile_cover{padding-top:60%}}body.bp-search .buddypanel{z-index:611}body.bp-search .site-header{z-index:610}body.bp-search .bp-search-ac-header{box-shadow:0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15);display:block;left:0!important;padding:10px 0;right:0;width:100vw!important;z-index:50}body.bp-search .bp-search-ac-header>li:not(.bbls-view_all_type-type){max-width:1190px;margin:auto;width:-webkit-calc(100% - 68px);width:calc(100% - 68px)}body.bp-search .bp-search-ac-header>li.bbls-view_all_type-type{margin-top:10px;margin-bottom:-10px;text-align:center}body.bp-search .bp-search-ac-header img{border-radius:50%}@media (min-width:800px){body.bp-search.bb-buddypanel .bp-search-ac-header{left:68px!important;width:-webkit-calc(100vw - 68px)!important;width:calc(100vw - 68px)!important}body.bp-search.buddypanel-open .bp-search-ac-header{left:220px!important;width:-webkit-calc(100vw - 220px)!important;width:calc(100vw - 220px)!important}}body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase}body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;width:100%;height:auto}.members-group-list .item-entry-header{font-size:18px;color:#122b46}.activity-user{font-weight:500}.item-title.activity-content p:last-child{margin:0}.bp-search-results-list li:first-child .list-wrap{border-radius:0!important}#buddypress .bp-search-results-list .list-wrap{border-left:0;border-right:0;box-shadow:none;padding-left:0;padding-right:0}.bp-search-results-list .bp-search-item .item-avatar{max-width:90px;width:100%}.bp-search-results-list .bp-search-item .item-avatar a{border-radius:3px;display:block;margin-right:15px;max-width:100%;min-height:90px;overflow:hidden;position:relative;width:100%;height:auto}.bp-search-results-list .bp-search-item .item-avatar img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bp-search-results-list .entry-summary{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1.3;margin-bottom:6px}.bp-search-results-list .entry-content{float:none;width:auto;word-break:break-word}.bp-search-results-list .fluid-width-video-wrapper{min-width:240px;margin:0!important}.bp-search-results-list .item-meta.activity-header{margin-bottom:0!important}.bp-search-results-list .bp-search-item .entry-meta,.bp-search-results-list .bp-search-item .entry-meta a,.bp-search-results-list .bp-search-item .entry-meta span,.bp-search-results-list .bp-search-item .item-tags,.bp-search-results-list .bp-search-item .item-tags a,.bp-search-results-list .bp-search-item .item-tags span{font-size:13px;color:#939597;letter-spacing:0;line-height:1.3}.bp-search-results-list .bp-search-item .entry-meta span.middot,.bp-search-results-list .bp-search-item .item-tags span.middot{display:inline-block;margin:0 6px;font-size:17px;color:#c3c6c9;line-height:0}.bp-search-results-list .bp-search-item .item-tags{margin-top:5px}.bp-search-results-list .entry-content:last-child{margin:0}.search-results .bp-list li .item-meta{font-size:13px;font-weight:400}.search-results .bp-list li .item-meta a{color:#122b46}.search-results .bp-list li .item-meta a:hover{color:#007cff}.search-results .bp-list li .item-meta time{font-weight:500}.search-results .pag-count{float:left;margin:0 0 10px}.search-results .pag-data{color:#a3a5a9;font-size:13px}.search-results .pagination{float:right;margin:0 0 10px}.search-results .pagination-links a,.search-results .pagination-links span{color:#007cff;padding:0;border:0;font-size:13px;padding:0 5px}.search-results .pagination-links .current{color:#a3a5a9}.search-results .item-meta.last-activity{font-size:13px}#buddypress .dir-form.bp-search-results-wrapper{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:30px}#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;background:#fbfbfc;border-right:1px solid #e7e9ec;border-bottom:0;min-height:60vh;border-radius:4px 0 0 4px;margin:0;padding:30px 0}#buddypress .bp-search-results-wrapper .bp-navs li{float:none;padding:0}#buddypress .bp-search-results-wrapper .bp-navs a{border:0;font-size:14px;color:#939597;letter-spacing:-.24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;line-height:1;margin-bottom:1px}#buddypress .bp-search-results-wrapper .bp-navs a:before{content:'\e96A';font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;font-size:18px;margin-right:10px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px;text-align:center}@media only screen and (max-width:768px){#buddypress .bp-search-results-wrapper .bp-navs a:before{display:none}}#buddypress .bp-search-results-wrapper .bp-navs a:hover{background:rgba(77,92,109,.1);color:#007cff}#buddypress .bp-search-results-wrapper .bp-navs li:first-child a:before{content:'\e96F'}#buddypress .bp-search-results-wrapper .bp-navs .activity a:before{content:'\e854'}#buddypress .bp-search-results-wrapper .bp-navs .activity_comment a:before{content:'\e967'}#buddypress .bp-search-results-wrapper .bp-navs .members a:before{content:'\e96D'}#buddypress .bp-search-results-wrapper .bp-navs .groups a:before{content:'\e96B'}#buddypress .bp-search-results-wrapper .bp-navs .documents a:before{content:'\e980'}#buddypress .bp-search-results-wrapper .bp-navs .folders a:before{content:'\e959'}#buddypress .bp-search-results-wrapper .bp-navs .forum a:before,#buddypress .bp-search-results-wrapper .bp-navs .topic a:before{content:'\e969'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-product a:before{content:'\e970';-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#buddypress .bp-search-results-wrapper .bp-navs .cpt-bp-member-type a:before{content:'\e971'}#buddypress .bp-search-results-wrapper .bp-navs .posts a:before{content:'\e965'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-page a:before{content:'\e96A'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-course a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before{content:'\e957'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-sfwd-lessons a:before{content:'\e968'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-lesson a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-sfwd-topic a:before{content:'\e96C'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-llms_quiz a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-sfwd-quiz a:before{content:'\e956'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-command a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-wp-parser-class a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-wp-parser-function a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-wp-parser-hook a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-wp-parser-method a:before{content:'\e977'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-llms_assignment a:before{content:'\e96C'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-llms_membership a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-memberpressproduct a:before{content:'\e96E'}#buddypress .bp-search-results-wrapper .bp-navs .cpt-llms_certificate a:before,#buddypress .bp-search-results-wrapper .bp-navs .cpt-llms_my_certificate a:before{content:'\e975'}#buddypress .bp-search-results-wrapper .bp-navs ul.subnav{width:100%}@media only screen and (max-width:900px){#buddypress .bp-search-results-wrapper .bp-navs ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}#buddypress .bp-search-results-wrapper .bp-navs .current a,#buddypress .bp-search-results-wrapper .bp-navs .selected a{background:rgba(77,92,109,.1);color:#007cff;font-weight:400}.search-results-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-results-header .bp-search-form-wrapper{margin-bottom:1.6875rem}.bp-search-page .bp-navs ul li .count{margin-left:auto}.bp-search-results-list .bp-search-item .item-title,.buddypress-wrap .members-list li .member-name{margin-bottom:6px;margin-top:0;word-break:break-word;font-size:14px;color:#122b46;letter-spacing:-.21px;line-height:1.35}.entry-title.item-title a:empty{display:none}.results-group{margin-bottom:40px}.bp-search-page .results-group ul#activity-stream li.activity-item{padding:0}#buddypress .bp-search-form-wrapper .bp-dir-search-form input[type=search]{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px}#buddypress header.results-group-header{background:#fff;border-bottom:0;border-radius:3px 3px 0 0;padding:0 0 20px}#buddypress header.results-group-header .results-group-title{font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:1;margin:0;text-transform:uppercase}.search_results{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px 40px 10px;min-width:0}.search_results .avatar{border-radius:0}.search_results .item-title a{font-size:inherit}.search_results div.item-avatar a{display:block}.total-results{font-size:12px;color:#122b46;letter-spacing:.25px;line-height:1}#buddypress ul.bp-search-results-list{margin-bottom:0;padding-bottom:0}.bp-search-results-wrap .view-all-link{color:#007cff;font-size:14px;letter-spacing:-.22px}.bp-search-results-wrap .view-all-link:focus,.bp-search-results-wrap .view-all-link:hover{color:#007cff}.bp-search-results-wrap .view-all-link:after{content:'\e87b';font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#999;margin-left:2px}body.bp-search .bp-search-ac-header .bbls-undefined-type{padding:5px 10px;margin:5px auto 0!important}.bp-search-ac .loading-msg{padding:10px 20px}.bp-search-ac.ui-menu .ui-menu-item .bp-search-ajax-item.noresult{font-weight:500;font-size:14px;color:#122b46;padding:10px}.bp-search-results-wrapper .bp-navs.bp-subnavs{float:left;margin:0 0 30px;width:auto}.bp-search-results-wrapper .bp-search-form-wrapper{float:right;margin:0 0 30px}.bp-search-results-list .bp-search-item .item-desc{font-size:13px;font-weight:300;color:#a3a5a9}.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:#f7fafe}.bp-search-ajax-item .item-title{font-size:14px;color:#122b46;letter-spacing:-.24px}.bp-search-ajax-item .item .item-desc,.bp-search-ajax-item .item .item-tags{font-size:12px;color:#a3a5a9;letter-spacing:-.18px}.bp-search-results-wrap .results-group-footer{margin-top:15px}.bp-search-results-wrap.results-group-activity .activity-content .activity-header{margin-bottom:4px}.bp-search-results-wrap.results-group-activity .activity-header a{text-transform:capitalize}.bp-search-results-wrap.results-group-activity .activity-inner{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1.3}.bp-search-results-wrap.results-group-activity li .item{margin-bottom:0}.bp-search-results-wrap.results-group-activity time{font-size:13px;font-weight:400}.bp-search-results-wrap.results-group-activity .activity-item .activity-avatar{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.bp-search-results-wrap.results-group-activity .activity-avatar img{max-width:100%}.bp-search-results-wrap.results-group-activity_comment .activity-header a{letter-spacing:0;text-transform:capitalize}.bp-search-results-wrap.results-group-activity_comment .activity-inner{font-size:14px;color:#939597;letter-spacing:-.21px;line-height:1.42}.bp-search-results-wrap.results-group-activity_comment .activity-inner a{color:inherit}.bp-search-results-wrap.results-group-activity_comment .activity-inner a:hover{color:#007cff}.bp-search-results-wrap.results-group-activity_comment .activity-inner p{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product span.entry-meta{margin:4px 0}.bp-search-results-wrap.results-group-cpt-product .rating-custom .woocommerce-product-rating .star-rating{margin:0 0 5px}.bp-search-results-wrap.results-group-cpt-product .rating-custom .star-rating{font-size:14px}.bp-search-results-wrap.results-group-cpt-product .star-rating span{color:#ffd21a}.bp-search-results-wrap.results-group-cpt-product .product-sale{line-height:1;margin-top:2px}.bp-search-results-wrap.results-group-cpt-product .product-sale .onsale{background:#3ebc7d;border-radius:4px;font-size:11px;color:#fff;letter-spacing:-.24px;display:inline-block;line-height:1;padding:3px 6px}.bp-search-results-wrap.results-group-cpt-sfwd-courses dd.course_progress{height:4px;margin:0 0 8px;max-width:220px;width:100%}.bp-search-results-wrap.results-group-cpt-sfwd-courses .course_progress_blue{background:#05d786}.bp-search-results-wrap.results-group-cpt-sfwd-courses .entry-meta{margin-bottom:6px}.bp-search-page .results-group ul#activity-stream li.activity-item .activity-inner{margin-bottom:6px}#buddypress .bp-search-results-list.groups-list .avatar{border-radius:3px}.bp-search-item.bp-search-item_sfwd-lessons .entry-summary,.bp-search-item.bp-search-item_sfwd-topic .entry-summary{font-size:13px}.bp-search-ac.ui-autocomplete.bp-forum-search-ac-header{border-radius:10px;border:0}.bp-search-results-list .learndash-wrapper.learndash-widget{display:none}@media screen and (max-width:900px){#buddypress .bp-search-results-wrapper .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;border-right:0;border-radius:4px 4px 0 0;padding:0}#buddypress .bp-search-results-wrapper .bp-navs li{float:left}.bp-search-page .bp-navs ul li .count{margin-left:10px}.search_results{padding:30px}}@media (max-width:640px){#buddypress .bp-search-results-wrapper .search_filters>ul{padding-right:0}.bp-search-results-wrapper .bp-navs.bp-subnavs{margin-bottom:20px}.bp-search-results-wrapper .bp-navs.bp-subnavs,.bp-search-results-wrapper .bp-search-form-wrapper{float:none}}.directory.media .subnav-filters .subnav-search{position:absolute;right:0;top:0;margin:0}.directory.media .dir-search.media-search.bp-search{margin:0}.directory.media #buddypress #dir-media-search{border:0;background-color:transparent;padding-left:32px;font-size:14px;height:34px}.bb-media-container{background:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.bb-media-container #subnav{margin:20px -20px;width:auto;padding:0 20px}.bb-media-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#buddypress .bb-media-actions-wrap .bb-title{margin:0}.groups.single-item .bb-media-actions-wrap{margin-bottom:20px}#buddypress .media-list.item-list{margin-bottom:0;padding-top:0;margin-left:-10px;margin-right:-10px}#buddypress .bb-photo-list li{margin-bottom:20px;margin-top:0;padding:0 10px}#buddypress .bb-photo-cover-wrap{border-radius:3px}#buddypress .bb-photo-thumb{box-shadow:0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);-webkit-transition:all .3s ease;transition:all .3s ease}#buddypress .bb-photo-thumb:hover{box-shadow:0 15px 45px -5px rgba(7,10,25,.25);-webkit-filter:brightness(1.07);filter:brightness(1.07);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)}.single.media.albums .bb-media-container #subnav{margin-top:-10px}.bb-media-actions-wrap.album-actions-wrap{margin-bottom:30px}.dropzone .dz-default{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;border-radius:6px;min-height:20vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:#122b46;letter-spacing:-.24px;line-height:26px;padding:20px 0}.dropzone .dz-default:before{display:none}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent;border:0;color:#122b46!important;box-shadow:none!important;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/upload.svg) no-repeat center top!important;background-size:48px!important;padding:50px 0 0 0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important}#buddypress .bb-model-header h4{margin:0}#boss-media-create-album-popup .bb-model-header{margin-bottom:25px}#boss-media-create-album-popup .media-uploader-wrapper{max-height:48vh;overflow-x:hidden;overflow-y:auto}@media screen and (max-width:544px){#boss-media-create-album-popup .media-uploader-wrapper{max-height:40vh}}.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:48vh;overflow-x:hidden;overflow-y:auto}@media screen and (max-width:544px){.bbm-uploader-model-wrap .media-uploader-wrapper{max-height:40vh}}.bb-photos-meta{margin-bottom:20px}.bb-photos-meta .bb-delete{line-height:1}.bb-photos-meta .bb-delete i{font-size:24px}.bb-photos-meta .bb-select i{font-size:12px}.bb-photos-meta .bb-select.selected i{background:#007cff;color:#fff;border-color:#007cff}.bb-photos-meta i{font-size:22px}.bb-photos-meta .bb-icon-select{font-size:18px}.bb-media-check-wrap .bb-icon{width:22px;height:22px;border-radius:50%;border:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.selected .bb-media-check-wrap .bb-icon{background-color:#007cff}.modal-container .bp-existing-media-wrap{margin-bottom:0;padding:30px 0}.bb-model-header{margin-bottom:0}.bb-model-footer .button{margin-top:0}.bb-photo-thumb label{display:block}.bp-media-upload-tab-content{padding-top:30px}.modal-container .dropzone{margin-bottom:0}.modal-container .bp-media-upload-tab{font-weight:500;font-size:17px;color:#939597}.modal-container .bp-media-upload-tab.selected{color:#122b46}.activity-list.loading .bb-icon-loader{font-size:20px}#buddypress .bb-photo-list li.load-more{margin:20px auto 10px;text-align:center}.bb-member-photos-header{margin-top:0}.media-folder-document-filters .media-search-form:before{content:'\e81f';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:#4d5c6d;left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-folder-document-filters .select-wrap select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg) no-repeat right 1em center!important;padding-right:40px;height:34px;font-size:14px}#bp-media-create-child-folder .bb-folder-location-select:after,#bp-media-create-folder .bb-folder-location-select:after,#bp-media-edit-child-folder .bb-folder-location-select:after{content:'';background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:center;height:10px;width:10px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#bp-media-create-child-folder .bb-folder-location-select-list li:before,#bp-media-create-folder .bb-folder-location-select-list li:before,#bp-media-edit-child-folder .bb-folder-location-select-list li:before{content:'\e8ec'!important;font-family:bb-icons!important;display:inline-block;font-size:14px;margin-right:8px}.album-single-view #bp-media-uploader .bp-existing-media-wrap .load-more{max-width:220px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.bb-groups-invites-left .bb-panel-head{position:relative;border-bottom:1px solid #e7e9ec;padding:15px 20px}.bb-groups-invites-left .bb-panel-subhead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 0}.bb-groups-invites-left span.select-members-text{font-size:13px}.bb-groups-invites-left .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid #e7e9ec;padding:20px}.bb-groups-invites-left .bs-styled-checkbox+label:before{vertical-align:middle}.bb-groups-invites-left .bs-styled-checkbox:checked+label:after{top:4px}.bb-groups-invites-left #members-list.item-list .item-avatar img{max-width:45px}.bb-groups-invites-left input#group_invites_search{background-size:14px;background-position:left 12px center;background-color:#fbfbfc;height:32px}#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-groups-invites-right-top{min-height:222px}.bb-groups-invites-right-top div.bp-feedback{background:#fbfbfc}#send_group_invite_form .bb-groups-invites-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}.bb-groups-invites-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid #e7e9ec;padding:20px}#buddypress input#bp_invites_reset{background:0 0;color:#007cff;border:1px solid #007cff;box-shadow:none}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-add.svg) no-repeat;height:26px;width:26px;background-size:contain;padding:0;min-width:26px}#group-invites-container .bb-groups-invites-left .group-invites-members-listing li.selected .action button{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/circle-close.svg) no-repeat}#group-invites-container .bb-groups-invites-left .group-invites-members-listing .action button .icons{opacity:0}#send_group_invite_form .select2-selection__choice__remove{font-size:0;padding:1px 0 0 0}#send_group_invite_form .select2-selection__choice__remove:before{content:'\e828';font-family:bb-icons;font-size:14px;line-height:1;color:#4d5c6d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-font-smoothing:antialiased}#bp-group-invite-content #whats-new-toolbar{padding:20px;position:absolute;bottom:0;right:0}#group-invites-new-submit{padding:0}#group-invites-new-submit #bp_invites_reset{margin:0}#bp-invites-dropdown-options-loader{margin-left:auto;margin-right:10px;position:relative;top:3px}.group-invites-members-listing .bp-invites-feedback{padding:0 20px}#buddypress #send_group_invite_form .select2-search__field{height:30px}body #buddypress .group-invites-members-listing .bp-list .action{max-width:26px}body.send-invites .select2-container .select2-dropdown{display:none}.bb-more-invites-wrap .bb-icons{margin-right:5px;font-size:20px}.bb-panel-head{min-height:66px}.bb-groups-messages-left .bp-search{padding:0 20px}.bb-groups-messages-left select{height:37px}.bb-groups-messages-left .bp-list li .item-avatar{margin-right:15px}.bb-groups-messages-left #members-list.item-list .item-avatar img{max-width:45px}#item-body .total-members-text{font-size:18px;font-weight:500;letter-spacing:-.24px}#group_messages_search{background-size:14px;background-position:left 12px center;background-color:#fbfbfc;height:32px}.bb-groups-messages-right .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid #e7e9ec;padding:20px}.bb-groups-messages-right .group-messages-compose{font-size:0}.bb-groups-messages-right .group-messages-compose:after{content:"\E80C"!important;font-family:bb-icons!important;font-size:22px;line-height:20px;text-align:center}#group-messages-container .bb-groups-messages-right-top .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}label.bp-group-message-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-messages-members-listing .button{box-shadow:none!important}a.bb-close-select-members.button{min-width:110px}.add-more-members .bb-add-members{font-size:14px}.add-more-members .bb-add-members .bb-icon-plus-circle{margin-right:5px;font-size:18px;vertical-align:middle}@media screen and (max-width:560px){.add-more-members .bb-add-members{font-size:12px}.add-more-members .bb-add-members .bb-icon-plus-circle{font-size:16px}}#group-messages-container .load-more .bb-icon-loader{font-size:20px}#send_group_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 0 0 8px}#send_group_message_form .select2-selection__choice__remove:before{content:'\E828';font-family:bb-icons;font-size:13px;line-height:1;background:#fff;border-radius:50%;color:#4d5c6d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:13px;min-height:13px;text-indent:-1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bb-groups-messages-right .medium-editor-element,.bb-groups-messages-right .medium-editor-placeholder{padding:0}.bb-groups-messages-right .medium-editor-element pre,.bb-groups-messages-right .medium-editor-placeholder pre{white-space:pre-wrap;position:relative;z-index:1}.bb-groups-messages-right .medium-editor-element pre p,.bb-groups-messages-right .medium-editor-placeholder pre p{margin-bottom:0}.bb-groups-messages-right .group-messages-type{height:34px!important}.bb-groups-messages-right .standard-form .submit{padding:0}.bb-groups-messages-right div.bp-feedback{background:#fbfbfc}.bb-groups-messages-right .bp-group-messages-attached-gif-container{margin-bottom:20px}.bb-groups-messages-right .bp-group-messages-attached-gif-container.closed{display:none}.bb-groups-messages-right #bp-group-message-content .medium-editor-placeholder:after{font-style:normal;pointer-events:none}#group-messages-container .group-messages-members-listing .item-list li{border-bottom:0;margin:0 -20px 1px;width:auto;padding:8px 20px}.bb-groups-messages-right #whats-new-toolbar{padding:0;margin-top:auto}.bb-groups-messages-right #whats-new-toolbar #send_group_message_button{margin:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%;padding-bottom:0;padding-top:10px}.bb-groups-messages-right #whats-new-toolbar .gif-media-search-dropdown:before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.bb-groups-messages-right #whats-new-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column-reverse;flex-flow:column-reverse}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters{top:auto;bottom:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker .emojionearea-search-panel{top:auto;bottom:40px}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area{bottom:auto;top:0}.bb-groups-messages-right #whats-new-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul:after,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]):after{content:' ';display:table;clear:both}#bbpress-forums{font-size:inherit}.bs-forums-banner{padding:76px 20px}.entry-content .bs-forums-banner{margin-top:-30px}.bs-forums-banner.has-banner-img{background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff}.bs-forums-banner.has-banner-img .bs-search-form{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.4);border-radius:100px}.bs-forums-banner.has-banner-img .bs-search-form:before{color:#fff;opacity:.9}.bs-forums-banner.has-banner-img input[type=text]{color:#fff}.bs-forums-banner.has-banner-img input[type=text].placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:-moz-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::-moz-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]:-ms-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img input[type=text]::-webkit-input-placeholder{color:#fff;opacity:.85}.bs-forums-banner.has-banner-img h1,.bs-forums-banner.has-banner-img p{color:#fff}.bs-forums-banner h1{font-size:36px;font-weight:500;letter-spacing:0}.bs-forums-banner p{opacity:.9;font-size:18px;font-weight:300;letter-spacing:-.24px;line-height:26px}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search{float:none;margin:0 auto 15px;text-align:left;max-width:575px;width:98%}.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search{height:50px;padding-left:52px;width:100%}.bs-forums-banner .bs-search-form:before{top:15px;font-size:20px;left:18px}#bbpress-forums ul{clear:both}.bbp-the-content-wrapper .bbp-the-content ul{list-style-type:disc}#bbpress-forums{overflow:initial}#bbpress-forums h1:not(.bb-banner-title){font-size:1.75rem;line-height:1.5rem;margin:0;padding:0}#bbpress-forums ul.grid{margin-left:-10px;margin-right:-10px}#bbpress-forums ul.grid>li{margin-bottom:20px;padding-bottom:0}#bbpress-forums li.bs-item-wrap{background-color:#fff;margin:0 0 -1px}#bbpress-forums .bbp-breadcrumb{display:none}#bbpress-forums .bbp-forum-child .bbp-breadcrumb{display:block;font-size:12px;padding:10px 0;max-width:50%}@media (max-width:900px){#bbpress-forums .bbp-forum-child .bbp-breadcrumb{float:none;max-width:100%}}#bbpress-forums .bbp-forum-child .bbp-breadcrumb p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bb-icon-angle-right{margin:0 3px}#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-current,#bbpress-forums .bbp-forum-child .bbp-breadcrumb .bbp-breadcrumb-forum{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:50%}#bbpress-forums .bbp-forum-child .bbp-breadcrumb:first-child~.bbp-template-notice{display:none}#bbpress-forums fieldset.bbp-form{border:0;padding:0;margin:0}#bbpress-forums .bs-reply-list li.bs-reply-list-item:not(:last-child){margin-bottom:20px}#bbpress-forums .bs-dropdown{background:#fff}#bbpress-forums .bs-reply-list{width:100%}#bbpress-forums fieldset.bbp-form legend{padding:5px 20px;font-size:16px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]){border-bottom:1px solid #eef0f3;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li{margin:0 30px 0 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li:last-child{margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li span{display:block;padding:0 0 16px;text-decoration:none;font-size:14px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li a:hover span{background:#c8cbcf;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:12px;border:0;min-width:25px;display:inline-block;padding:3px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a{background-color:transparent;border-bottom:1px solid #007cff;margin-bottom:-1px;opacity:1;font-weight:500;color:#122b46}#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.current a span,#bbpress-forums #bbp-user-wrapper div.item-list-tabs:not([id=subnav]) ul li.selected a span{background-color:#007cff}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:1px solid #e7e9ec;margin-top:20px;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav ul{list-style:none;margin:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li{float:left;margin:0 30px 0 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a{color:#939597;display:block;padding:15px 0;text-decoration:none;font-size:14px;border:0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a{background-color:transparent;border-bottom:1px solid #007cff;margin-bottom:-1px;opacity:1;font-weight:500;color:#122b46}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .selected a span{background-color:#007cff}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav span{background:#c8cbcf;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:15px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px 1px;text-align:center;vertical-align:middle}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav{border-top:0;margin-top:0;margin-bottom:0;overflow:visible}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li{margin:0;display:block;width:100%}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li li a{display:block;font-size:13px;font-weight:inherit;color:#4d5c6d;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:.75rem .9375rem}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button{font-size:20px;padding:18px 0;line-height:1.05}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav a.more-button.active:after{bottom:-10px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs ul.sub-menu{background:#fff;top:50px;padding:10px 0}#bbpress-forums #bbp-user-wrapper div.item-list-tabs li.hideshow.menu-item-has-children>a:after{top:50px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav li.hideshow span{float:right}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#subnav{overflow:visible}#bbpress-forums #bbp-user-wrapper .widget-area:not(.widget-area-secondary){padding-top:0}@media screen and (max-width:800px){.bbpress .widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bbpress.has-sidebar.sidebar-left:not(.bp-user) #primary{padding-top:0}.bbpress.has-sidebar.sidebar-right #primary{padding-bottom:0}}.grid.bs-card-list{margin-bottom:15px}.entry-content .bs-forums-banner-wrap{margin-bottom:35px}.forum-archive #bbpress-forums .content-area.bs-topics-wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1200px){.bbpress:not(.bp-user) .container>.grid>.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bs-cover-list>li{margin-bottom:20px}.bb-cover-list-item{position:relative}.entry-content .bs-forum-details h3 a{color:#fff}.bs-forum-details-top{padding:15px 0 0}.bs-forum-details-top p{opacity:.75;font-size:14px;font-weight:300;letter-spacing:-.24px;margin-bottom:0;line-height:1.35;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bs-forum-details{position:absolute;bottom:0;padding:20px;color:#fff}.bs-forum-details h3{font-size:20px;font-weight:500;margin-bottom:10px;line-height:21px}.bs-forum-details h3 a{color:#fff}.bs-forum-details p{opacity:.75;font-size:14px;font-weight:300;color:#fff;letter-spacing:-.24px;line-height:19px;margin-bottom:15px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;letter-spacing:-.24px;padding:4px 10px;margin-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}.forums-meta span a{color:inherit}.forums-meta span:nth-child(n+3){display:none}.bs-card-list .bb-cover-wrap{border-radius:4px 4px 0 0;padding-top:48%}.bs-card-list .bb-cover-list-item{background:#fff;border:1px solid #e7e9ec;border-radius:4px;height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all}.bs-card-list .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1)}.bs-card-list .bs-timestamp{position:absolute;bottom:20px}.bs-card-list .bs-sec-header{margin-bottom:12px}.bs-card-list .forums-meta span{background:rgba(18,43,70,.1);color:#122b46}.bs-card-list .bb-cover-wrap:after{display:none}.bs-card-list .forums-meta{margin-bottom:12px}.site-content .bs-card-list .bs-sec-header h3{margin-bottom:0}.bs-timestamp{font-size:14px;color:#7f868f;letter-spacing:-.24px;line-height:1.6}.bs-timestamp a{color:inherit}.bs-timestamp a:hover{color:#122b46}.bs-cover-list .bs-timestamp a:hover{color:#fff}.bs-cover-list .forums-meta.bb-forums-meta{margin-bottom:0;margin-top:10px}.forums-meta.bb-forums-meta:empty{display:none}.bb-forum-content-wrap{margin-bottom:15px}.bs-card-forum-details{padding:22px 25px}.bs-card-forum-details h3{font-size:20px;font-weight:500;line-height:1.2}.bs-card-forum-details h3 a{color:inherit}.bs-card-forum-details h3 a:hover{color:#007cff}.bs-card-forum-details .bb-forum-content{font-size:14px;letter-spacing:-.24px;line-height:22px;margin-bottom:10px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap:not(.bs-header-item){border-top:0;border-radius:0}#bbpress-forums .bs-item-list:not(.bb-tag-items-list) .bs-item-wrap.bs-header-item{margin-bottom:0}.bs-item-wrap.bs-header-item{min-height:68px}#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1.125rem;letter-spacing:-.24px;line-height:1;margin:0}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar{font-size:0;-ms-flex-item-align:start;align-self:flex-start}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar img{border-radius:50%;margin-top:0}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar .bbp-author-name{display:none!important}#bbpress-forums#bbpress-forums .bs-forums-items .bs-sorting-list{list-style:none;margin-bottom:0}#bbpress-forums#bbpress-forums .bs-forums-items .avatar{max-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title{margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:16px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:14px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-right:5px;margin-bottom:4px;margin-top:5px;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta .bs-replied{margin-right:10px}#bbpress-forums#bbpress-forums .bs-forums-items i.bb-icon-reply:before{font-size:21px;line-height:0;margin:0;height:auto;width:auto;position:relative;top:3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item{background-color:#f5f6f7}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item:hover .bs-dropdown-wrap .bs-dropdown-wrap-inner,#bbpress-forums#bbpress-forums .bs-forums-items.list-view li.dropdown-open>.bs-reply-list-item .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-reply-list-item.in-focus{background-color:#f5f6f7}@media (hover:none) and (pointer:coarse){#bbpress-forums#bbpress-forums .bs-forums-items.list-view li .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:1;visibility:visible}}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap{position:relative;right:initial;top:initial;margin-left:10px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a{opacity:1;float:left;padding:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i{font-size:19px;color:#9ca8b4;background-color:#fff;padding:7px;border:1px solid #e7e9ec;border-left-width:0;border-radius:0 3px 3px 0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a>i:before{top:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner>a:first-child>i{border-left-width:1px;border-radius:3px 0 0 3px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown{padding:5px 0;z-index:112}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown:after{right:29px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links{padding:0}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a{padding:10px 14px;color:#7f868f;line-height:1.1}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a:before{font-family:bb-icons;font-size:16px;display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-close-link:before{content:'\e8f6'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-merge-link:before{content:'\e8af'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-edit-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-edit-link:before{content:'\e80c'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-move-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-move-link:before{content:'\e969'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-restore-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-restore-link:before{content:'\e8d7';margin-top:-2px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-delete-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-delete-link:before{content:'\e937'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-split-link:before{content:'\e88b'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-trash-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-trash-link:before{content:'\e937'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-reply-spam-link:before,#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a.bbp-topic-spam-link:before{content:'\e8c9'}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner .bs-dropdown .bbp-admin-links a:hover{color:#007cff}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner.bb-theme-actions .bb-forum-reply-text{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner.bb-theme-no-actions>a{background-color:#fff;padding:3px 11px 3px 9px;color:#9ca8b4;border:1px solid #e7e9ec;border-radius:5px;font-size:14px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner.bb-theme-no-actions>a:before{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner.bb-theme-no-actions>a:after{display:none}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner.bb-theme-no-actions>a>i{border:0;background-color:transparent;padding:0;vertical-align:middle}#bbpress-forums#bbpress-forums .bs-forums-items .closed .item-title a{opacity:.6;font-weight:400}#bbpress-forums#bbpress-forums .bs-forums-items .bb-icon-reply{margin-left:-2px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags{position:relative;margin-top:5px;padding-left:25px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags .bb-icon-tag{-webkit-transform:rotate(85deg);-ms-transform:rotate(85deg);transform:rotate(85deg);position:absolute;left:0;top:7px;font-size:17px;color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul{margin:0;list-style:none;display:inline-block}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li{display:inline-block;margin-right:8px;font-size:13px}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a{color:#aaa}#bbpress-forums#bbpress-forums .bs-forums-items .item-tags ul li a:hover{color:#393e41}#bb-forums-archive-content .bs-card-list{margin-bottom:0}.bs-forums-items .item-meta.bb-reply-meta{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}.bs-forums-items .item-meta>span.bs-like{margin-bottom:0}.bs-replied .bbp-author-avatar{display:none}span.color.bs-meta-item a{font-size:inherit;display:inline-block}@media (min-width:1241px){.bs-forums-meta{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-width:0}}.bs-meta-item{background:#007cff;border-radius:100px;font-size:11px;color:#fff;letter-spacing:-.19px;display:inline-block;line-height:1;margin-left:3px;text-align:center;max-width:100%;vertical-align:middle}body .bs-meta-item.bs-meta-item a{display:block;padding:4px 10px;color:#fff;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-meta-item.red{background:rgba(255,58,48,.15);color:#ff3a30}.bs-meta-item.green{background:rgba(72,191,30,.15);color:#48bf1e}.bs-meta-item.gray{background:rgba(138,139,145,.15);color:#8a8b91}.bs-meta-item.blue{background:rgba(22,167,241,.15);color:#16a7f1}.bs-meta-item.pink{background:rgba(197,107,218,.15);color:#c56bda}.bs-meta-item.color.no-action:hover{opacity:1}.bs-meta-item span.no-links{padding:4px 10px;display:inline-block}.bs-replied a{color:inherit}#bbpress-forums .bb-forums-list{margin-bottom:12px}#bbpress-forums .bs-forums-items{margin-bottom:30px}#bbpress-forums .bb-forums-list{margin-left:-10px;margin-right:-10px}#bbpress-forums .bb-forums-list>li{margin-bottom:20px}.forums-header{border-bottom:1px solid #eef0f3;margin-bottom:25px;padding-bottom:25px}.forums-header .flex{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-subforums{margin-left:1.25rem;margin-top:.625rem;margin-bottom:.75rem}.content-area.bs-topics-wrapper{padding-top:35px}.bs-dir-search.bs-forums-search{margin:0 0 0 auto}.bs-model-open .buddypanel{z-index:0}.bs-model-open .bbp-reply-form{position:relative;z-index:0}span.bs-like-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}span.bs-like-inner a{margin-right:5px}.btn-new-topic .bb-icon-edit-square-small:before{font-size:20px;line-height:1px}.bbp_before_forum_new_post{text-align:right}.bbp_before_forum_new_post .button.btn-new-topic{max-width:230px;margin-bottom:0}#bbpress-forums .bbp_before_forum_new_post+ul.bs-forums-items{margin-top:20px}.widget_display_search form#bbp-search-form{position:relative}.widget_display_search form#bbp-search-form input[name=bbp_search]{background-image:none}.widget_display_search form#bbp-search-form:before{position:absolute;content:'';display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg);background-position:left top;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:13px}.bbp-search-form #bbp_search_submit,.widget_display_search #bbp_search_submit{display:none}.bbp-search-form input[name=bbp_search],.widget_display_search input[name=bbp_search]{border-radius:30px;background-position:13px 50%;padding-left:2.4rem;width:100%}.widget_display_stats dl{overflow:hidden;margin:0}.widget_display_stats dt{clear:right}.widget_display_stats dd{float:right;position:relative;margin-top:-18px}.widget_display_stats dd strong{right:2px;top:0;position:absolute;display:block;font-size:10px;background:#999;color:#fff;padding:0 4px;border-radius:50%;min-width:20px;text-align:center;min-height:20px;line-height:20px}.widget_display_stats abbr[title]{text-decoration:none}.widget-area.bbpress-widget-area-sidebar{padding-bottom:0;padding-top:0}.bs-item-wrap .item-avatar{position:relative}.bb-topic-status{background-size:cover;background-repeat:no-repeat;width:28px;height:28px;position:absolute;top:0;right:-12px;border-radius:50%;font-style:normal}.bb-topic-status.sticky,.bb-topic-status.unsticky{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/sticky.svg)}.bb-topic-status.super-sticky{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/super-sticky.svg)}.bb-topic-status.closed,.bb-topic-status.open{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/lock.svg)}.bb-topic-status.favorited,.bb-topic-status.unfavorited{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/star.svg)}.bb-topic-status.moderator{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/admin.svg)}.bb-topic-status.subscribed,.bb-topic-status.unsubscribed{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/subscribed.svg)}.bb-topic-status.open,.bb-topic-status.unsticky,.bb-topic-status.unsubscribed{opacity:.4}.bb-topic-status.unfavorited{opacity:.4}.bb-topic-status+.bb-topic-status{top:14px;right:-10px}.bb-topic-status+.bb-topic-status+.bb-topic-status{top:26px;right:-2px}h4.bb-active-order{font-size:16px;font-weight:400;color:#a3a5a9;letter-spacing:-.24px;margin:0 0 0 20px}div#bb-forum-single-content{margin-bottom:30px}.bs-voices-wrap,span.bs-replied,span.bs-replies,span.bs-voices{display:inline-block}.bs-header-item .bb-topic-states .bb-topic-status{position:relative;display:inline-block;vertical-align:middle;line-height:1;height:28px;margin:0 0 -5px;width:28px;right:0;top:0}.bs-header-item .bb-topic-states .bb-topic-status a{display:block;text-indent:-9999px;width:28px;height:28px}.bs-item-list .bs-reply-list-item .item-avatar{margin-right:15px}.bs-reply-list-item:not(.depth-1) .item-avatar>a{min-width:24px}.bs-reply-list-item:not(.depth-1) .item-avatar .avatar{max-width:36px}.bs-like a{display:inline-block}#bbpress-forums #bbp-user-body{margin-left:0}#bbpress-forums div.even,#bbpress-forums div.odd,#bbpress-forums ul.even,#bbpress-forums ul.odd{background-color:transparent}@media (max-width:1200px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{padding-left:20px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view div.action{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;min-width:0;padding-left:65px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span{margin-bottom:6px}}@media (max-width:540px){#bbpress-forums#bbpress-forums .bs-forums-items .item-avatar>a{min-width:48px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title a{font-size:15px}#bbpress-forums#bbpress-forums .bs-forums-items.list-view .item-meta{font-size:12px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list .bs-meta-item{margin-bottom:5px}.bb-topic-status{width:20px;height:20px;right:-6px}.bs-dir-search.bs-forums-search{margin-top:20px;width:100%}}.bbp-pagination-links{border:1px solid #e7eaec;background:#fff;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 5px}.bbp-pagination-links:empty{display:none}.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:0 0;opacity:1;border:0}.bbp-pagination-links a,.bbp-pagination-links span.current{padding:8px 10px;margin-left:0;border:0;line-height:1}.bbp-pagination-links span.dots{padding:0 10px;margin-left:0;line-height:1}.bbp-pagination-count{color:#a3a5a9;font-size:13px}.bbp-pagination-count:empty{display:none}.scrubberpost{transition:background .5s;-webkit-transition:background 1s}#content #buddypress .scrubberpost.highlight{background:#fff5a1}.single-topic-sidebar-links{overflow:hidden}body:not(.bb-page-loaded) .scrubber{display:none}body.bb-page-loaded .scrubber{display:block}body.bb-page-loaded .scrubber.light{display:none}.scrubber{margin-top:25px;margin-left:10px;-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:auto;display:block;position:relative}.scrubber .reply-timeline-container{height:300px;margin-bottom:10px;border-left:1px solid #e1e3e6;margin-left:5px}.scrubber .handle{padding-left:15px;min-height:42px;cursor:move;font-size:14px;font-weight:500;color:#122b46}.scrubber .handle:after{background:#007cff;content:'';position:absolute;width:5px;border-radius:10px;height:100%;left:-3px;top:0}.scrubber .handle.animate{transition:top 1s;-webkit-transition:top 1s}.scrubber .desc{display:block;font-size:11px;font-weight:400;color:#a3a5a9;margin:0;line-height:1}.scrubber a.firstpostbtn,.scrubber a.lastpostbtn{font-size:12px;color:#939597;display:block;margin-bottom:5px;z-index:100}.scrubber a.lastpostbtn{position:absolute;bottom:-40px}.scrubber svg{margin-right:6px}.bbpress .widget_display_forums li li .color{visibility:hidden}.bbpress .widget_display_forums li a{color:#939597;white-space:nowrap;width:80%;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px;letter-spacing:-.24px}.bbpress .widget_display_forums li a:hover{color:#007cff}.bbpress .widget_display_forums li a.selected{color:#122b46}.bbpress .widget_display_forums span.topics-count{float:right}.bbpress .widget_display_forums li{margin:0 0 10px;padding:0}.bbpress .widget_display_forums span.color{width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid;position:relative;top:-1px}.bbpress .widget_display_forums>ul.bb-sidebar-forums>li a:before{content:'';width:13px;display:inline-block;height:13px;margin-right:7px;border-radius:50%;border:1px solid #e7e9ec;position:relative;top:1px;background-color:#007cff}.bbpress .widget_display_forums>ul.bb-sidebar-forums ul.bb-sidebar-forums li a:before{visibility:hidden}.bbpress-widget-area-sidebar .bb-quick-links{list-style:none;padding:0;margin:0 0 20px;font-size:14px}.bbpress-widget-area-sidebar .bb-quick-links.bb-topics-link{margin:-10px 0}.bbpress-widget-area-sidebar .bb-quick-links li{margin:0}.bbpress-widget-area-sidebar .bb-quick-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#122b46;opacity:.4;line-height:1;padding:10px 20px;-webkit-transition:.3s all;transition:.3s all}.bbpress-widget-area-sidebar .bb-quick-links a:hover{opacity:.9;color:#122b46}.bbpress-widget-area-sidebar .bb-quick-links a.selected{opacity:1}.bbpress-widget-area-sidebar .bb-quick-links .bb-svg-icon{margin-right:10px}.bbpress-widget-topicby .bb-quick-links a{padding:10px 0}.bs-topic-form-wrap .bbp-topic-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 -20px}.bs-topic-form-wrap input[type=text],.bs-topic-form-wrap select{width:100%;border-radius:0;border-right:0;border-left:0}.bs-topic-form-wrap .vue-input-tag-wrapper{border:1px solid #dedfe2;-webkit-appearance:initial;border-left:0;border-right:0}.bs-topic-form-wrap .vue-html5-editor{border-left:0;border-right:0;border-radius:0}.bbp-form-head{margin-bottom:15px}.bs-topic-avatar-wrap{margin-right:15px}.bs-topic-avatar-wrap .avatar{max-width:48px}.medium-editor-element,.medium-editor-placeholder{background-color:#fff;padding:20px 15px 0;cursor:text;text-align:left;outline:0;min-height:60px}.bb-bbp-form{margin:0}.bbp-form-fields-bottom-wrap{border-top:1px solid #e7e9ec}.bb-topic-tags-wrap{border-bottom:1px solid #e7e9ec;padding:10px 15px}.bb-bbp-form .vue-input-tag-wrapper.vue-input-tag-wrapper{border:0;-webkit-appearance:none;margin-left:10px;padding:5px 0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-bbp-form [name=bbp_topic_content]{border-radius:0;min-height:80px;max-height:30vh;overflow:auto;padding:0}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:50vh;max-height:54vh}.bb-bbp-form textarea[name=bbp_reply_content],.bb-bbp-form textarea[name=bbp_topic_content]{width:100%;border:none}.modal-container.bbp-topic-form{border-radius:8px 8px 0 0;padding:15px 15px 0}.modal-container.bb-reply-form{border-radius:8px 8px 0 0;padding:15px}.bb-bbp-form-fields-wrap{margin:0 -15px}.bbp-topic-content-wrap{margin:0 0 15px}.bb-bbp-form input[type=text]{border-radius:0;border:0;padding:0;margin:0;width:100%}.bb-bbp-form input.new-tag{width:auto;height:auto;min-height:24px}.bb-bbp-form-fields-wrap input[type=text]:focus{border-color:#e7e9ec}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{width:100%;color:#c3c6c9;font-style:normal;padding:0}.bbp-form-footer{-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{font-size:15px;color:#4d5c6d;letter-spacing:-.24px}.bb-bbp-form a.bb-btn-cancle.bb-btn-cancle{font-size:14px;color:#a3a5a9;letter-spacing:-.24px}.bbp-form-footer .button{min-width:110px;margin-left:15px}.medium-editor-toolbar .medium-editor-toolbar-actions{background:#122b46;border-radius:4px;height:44px;padding:0}div.medium-editor-toolbar li button{background:0 0;border-radius:0;padding:10px;-webkit-transition:initial;transition:initial;border:0}.bb-form-multiple-options{font-size:13px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:6px 15px;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-form-multiple-options>div{max-width:32%}.bb-form-multiple-options label{color:#999;font-size:12px}.bb-form-multiple-options select{color:inherit;font-size:13px;height:32px;width:100%}div.medium-toolbar-arrow-over:before,div.medium-toolbar-arrow-under:after{display:none}#bb-form-reply-wrapper,#bb-form-topic-wrapper{position:fixed;bottom:-400px;z-index:1111;width:100%;-webkit-transition:.4s bottom;transition:.4s bottom}#bb-form-reply-wrapper:empty,#bb-form-topic-wrapper:empty{visibility:hidden;opacity:0}#bb-form-reply-wrapper .infinite-loading-container .infinite-status-prompt,#bb-form-topic-wrapper .infinite-loading-container .infinite-status-prompt{display:none}#bb-form-reply-wrapper.show,#bb-form-topic-wrapper.show{bottom:0;-webkit-transition:.4s bottom;transition:.4s bottom}.bb-flyform-actions{position:absolute;right:15px;top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-resize-to-minimize .bb-flyform-actions{top:25px}.bb-flyform-actions a{margin-left:10px;color:rgba(18,43,70,.4)}body.bb-resize-to-full #bb-form-reply-wrapper,body.bb-resize-to-full #bb-form-topic-wrapper{max-width:100%!important;left:0;right:0;top:0}body.bb-resize-to-full #bb-form-reply-wrapper .bbp-form{min-height:100vh}body.bb-resize-to-full .modal-container.bbp-topic-form{min-height:100vh;border-radius:0}body.bb-resize-to-full .bbp-form{min-height:-webkit-calc(100vh - 15px);min-height:calc(100vh - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:auto}#replies-content{min-height:100vh}#replies-content .infinite-status-prompt{padding:0}#replies-content span:empty{display:none}body.bb-resize-to-full .bb-resize-large,body.bb-resize-to-minimize .bb-minimize,body:not(.bb-resize-to-full) .bb-resize-small,body:not(.bb-resize-to-minimize) .bb-maximize{display:none}body.bb-resize-to-minimize #bb-form-reply-wrapper.show,body.bb-resize-to-minimize #bb-form-topic-wrapper.show{bottom:auto;top:-webkit-calc(100vh - 70px);top:calc(100vh - 70px)}.item-meta.bb-reply-title{padding-left:12px;font-weight:500;font-size:16px;color:#122b46;min-width:0}.item-meta.bb-reply-title span{display:inline-block;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;line-height:1;padding-left:5px}.bbp-reply-form{width:100%}.bb-reply-form-elem .avatar{max-width:48px}.bb-reply-form-elem .bb-tags-wrap{border-bottom:1px solid #e7e9ec;padding:0 15px}.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-reply-form-elem .bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding:0 15px;top:10px}.bb-reply-form-elem .medium-editor-element,.bb-reply-form-elem .medium-editor-placeholder{min-height:80px;padding:10px 15px 0}div.vue-input-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;outline:0}div.vue-input-tag-wrapper .input-tag{margin:2px;padding:3px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;line-height:1.2}div.vue-input-tag-wrapper .input-tag span{display:inline-block;line-height:1;margin-right:4px}.item-title.bb-tag-letter{font-size:28px;font-weight:700;margin:2px 20px 0 5px;line-height:1;min-width:22px}ul.bb-tags-list{margin:0;list-style:none}ul.bb-tags-list li:not(:last-child){margin-bottom:7px}.bb-forum-search-content{font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:1.58;margin-top:16px;margin-bottom:10px;background:#f7fafe}.bb-forum-search-content>*{background:#f7fafe;border-radius:4px;margin-bottom:3px;padding:15px}.bb-forum-search-content>:last-child{margin-bottom:0}.bb-forum-search-content .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-forum-search-content p:empty{display:none}.item-title .highlight{background:#f9bb2d;color:#fff;padding:0 1px}.bb-tag-title{height:34px;position:relative}.bb-tag-title>a{background:#eef0f3;border-radius:4px;display:inline-block;font-size:16px;color:rgba(18,43,70,.6);letter-spacing:-.24px;line-height:1;padding:9px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb-tag-title .bb-tag-bg{background:#eef0f3;border-radius:4px;left:0;height:34px;position:absolute}.bb-tag-count-wrap{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;text-align:right;margin-left:10px;min-width:30px}span.topics-count{font-size:12px;color:#a3a5a9;letter-spacing:-.19px;text-align:right}.bb-reply-edit-form .bb-model-header{background:#fbfbfc;box-shadow:0 1px 0 0 #eef0f3;border-radius:4px 4px 0 0;padding:15px 25px;margin:-20px -30px 30px}.bb-reply-edit-form .bb-model-header h4{font-size:17px;font-weight:500;margin:0}.bb-reply-edit-form .medium-editor-element{background-color:#fff;border:1px solid #e7e9ec;border-radius:3px;box-shadow:none;margin-bottom:15px;padding:5px 12px}.bb-reply-edit-form .bb-topic-tags-wrap{border:1px solid #e7e9ec;padding:10px 15px;border-radius:3px;margin-top:15px;margin-bottom:15px}.bb-reply-edit-form .vue-input-tag-wrapper .new-tag{width:auto}.bb-reply-edit-form input[name=bbp_reply_edit_reason]{border:1px solid #e7e9ec;padding:5px 15px;border-radius:3px;font-size:14px;margin-bottom:15px}.bb-reply-edit-form .bbp-form-footer{padding-bottom:0;border-top:1px solid #e7e9ec;margin:10px -30px -15px;padding:15px 30px 0}.bb-reply-edit-form label{font-size:14px;color:#4d5c6d;letter-spacing:-.24px}.bb-search-forums-meta.bb-mobile-only{display:none}.component-fade-enter-active,.component-fade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.component-fade-enter,.component-fade-leave-to{opacity:0}.list-item{display:inline-block;margin-right:10px}.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s}.list-enter,.list-leave-to{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.bb-bbpress-profile-card div#object-nav{border-bottom:0!important}.bb-bbpress-profile-card .profile-item-header{margin-bottom:10px}.bb-bbpress-profile-card .bb-role,.bb-bbpress-profile-card .item-meta{font-size:15px;color:#939597;margin-bottom:10px}.bb-bbpress-profile-card .bb-description{color:#4d5c6d;margin-bottom:15px}.bb-edit-user-form-wrap{background:#fff;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:20px}.bb-edit-user-form-wrap #bbp-your-profile{border:0;background:0 0;padding:25px 40px;margin:0;max-width:640px;width:100%}.bb-edit-user-form-wrap legend{display:none}.bb-edit-user-form-wrap label{display:block;font-size:15px;color:#4d5c6d;letter-spacing:-.27px;line-height:1.1;margin-bottom:10px}.bb-edit-user-form-wrap input[type=password],.bb-edit-user-form-wrap input[type=text],.bb-edit-user-form-wrap select,.bb-edit-user-form-wrap textarea{line-height:1.4;width:100%}.bb-edit-user-form-wrap .bbp-form>div{margin-bottom:25px}#bbpress-forums .bb-edit-user-form-wrap fieldset.bbp-form,.bb-edit-user-form-wrap fieldset{border:0;padding:0;margin-bottom:20px;margin-top:0}.bb-edit-user-form-wrap .entry-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password .description{display:block;font-size:15px;color:#4d5c6d;letter-spacing:-.27px;line-height:1.3;margin-bottom:10px}.bb-edit-user-form-wrap .bbp-form.password input{margin-bottom:20px}.bb-edit-user-form-wrap .bbp-form.password br{display:none}.bb-edit-user-form-wrap #pass-strength-result:empty{display:none}.bb-edit-user-form-wrap #bbp_user_edit_submit{min-width:200px;min-height:48px}.topic-item-meta h3{font-size:16px;font-weight:500;margin:0 0 20px}.bb-topic-content-textarea{resize:none;padding:5px 12px;width:100%}.bb-reply-content-text{resize:none;width:100%}body:not(.logged-in) .bbp-form-fields-bottom-wrap.bb-tags-field-container{border-top:0}.button.btn-new-topic{margin-bottom:20px}.bs-topics-wrapper .btn-new-topic{margin:0 0 0 20px}.modal-container textarea{width:100%;resize:none}.bbpress.single .hentry blockquote:before{display:block}#bbp_editor_reply_content>p:last-child{margin-bottom:0!important}.more-actions .appbosscm-moderation-button-wrap{display:block}.more-actions .appbosscm-moderation-button-wrap a.appbosscm-report-button{color:inherit;margin-bottom:-3px;margin-top:3px}@media (max-width:680px){.bb-search-title-head{-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-search-title-head .bb-search-forums-meta{display:none}.bb-search-forums-meta.bb-mobile-only{margin-top:10px;display:block}.bb-bbp-form{padding-top:40px}.bb-resize-to-minimize .bb-bbp-form{padding-top:0}.bb-resize-to-minimize .bb-title-wrap,.bb-resize-to-minimize .item-meta.bb-reply-title{display:none}.bb-bbp-form input[type=text]{padding:0}.bb-form-multiple-options>div{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:10px}body:not(logged-in) .bb-form-multiple-options>div{max-width:100%}.bbp-submit-wrapper.push-right{margin:10px 0 10px auto}.bb-resize-to-full .bb-bbp-form [name=bbp_topic_content]{min-height:20vh;max-height:20vh}body.bb-resize-to-full .bbp-form-fields-bottom-wrap{margin-top:0}.bb-bbp-form [name=bbp_topic_content]{min-height:60px;padding-left:3px}.modal-container.bbp-topic-form{overflow-y:auto;max-height:94vh;padding-bottom:50px}.bb-flyform-actions a.bb-minimize{display:none}.bb-bbp-form-fields-wrap .medium-editor-placeholder-relative:after,.bb-bbp-form-fields-wrap .medium-editor-placeholder:after{padding-left:3px}}@media (max-width:340px){.bb-bbp-form input[type=text]{height:20px}label[for=bbp_reply_subscription],label[for=bbp_topic_subscription]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}}@media only screen and (max-device-width:680px){.bbp-topic-content-wrap.bb-bbp-form-fields-wrap{text-indent:-2px}}.bs-single-topic-sidebar{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;padding-top:.9375rem}.bs-single-topic-sidebar{padding-top:0;padding-bottom:100px}.bs-single-topic-sidebar .btn-reply{margin-bottom:10px}.bs-single-topic-sidebar.float aside{position:fixed;top:5px}.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{text-align:center}.bb-topic-reply-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-reply-link-wrap.mobile-only .subscription-toggle,.bb-topic-subscription-link-wrap.mobile-only .bbp-topic-reply-link,.bb-topic-subscription-link-wrap.mobile-only .subscription-toggle{max-width:300px}@media (min-width:1031px){.bb-topic-reply-link-wrap.mobile-only,.bb-topic-subscription-link-wrap.mobile-only{display:none}}@media (max-width:1030px){.bs-single-topic-sidebar{display:none}}#bbpress-forums h1.bb-reply-topic-title{font-family:inherit;font-size:22px;font-weight:500;line-height:1.2;letter-spacing:-.24px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-topic-reply-link-wrap{margin-bottom:10px}a.bbp-topic-reply-link,a.subscription-toggle{font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:all linear .2s;transition:all linear .2s}a.bbp-topic-reply-link:hover,a.subscription-toggle:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}a.bbp-topic-reply-link:active,a.subscription-toggle:active{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}a.bbp-topic-reply-link.disabled,a.subscription-toggle.disabled{cursor:default;font-style:normal;color:#c8cbcf;background-color:#f5f5f5;opacity:1}a.subscription-toggle{background:0 0;color:#007cff;border-color:#007cff}a.subscription-toggle:hover{background:0 0;color:#0070e6;border-color:#0070e6;box-shadow:none}a.subscription-toggle:active{background:0 0;color:#3d9bff;border-color:#3d9bff;box-shadow:none}a.subscription-toggle.disabled,a.subscription-toggle:disabled{background:#f5f5f5;color:#dedfe2;border-color:#dedfe2;opacity:1}.bbp-admin-links .bbp-topic-close-link,.bbp-admin-links .bbp-topic-reply-link,.bbp-admin-links .bbp-topic-sticky-link,.bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums#bbpress-forums .bb-user-subscribed a.subscription-toggle{border:0;width:auto!important;min-width:10px;padding:0;height:auto}#bbpress-forums fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px;line-height:1.187}#bbpress-forums fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums fieldset.bbp-form .bb-checkbox-label,#bbpress-forums fieldset.bbp-form .bb-radio-label{display:inline-block}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:11px;line-height:1.5;width:auto}#bbpress-forums fieldset select#bbp_forum_id{max-width:100%}h2.bb-form-title{font-size:20px;margin-bottom:20px}.bbp-the-content-wrapper{margin-bottom:1.5rem}fieldset.bbp-form{border:0;margin-left:0;margin-right:0;padding:0}.bs-header-item>.reply{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-pagination.bbp-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:30px}.bbp-login-form{max-width:600px;width:100%}.bbp-login-form .bbp-form>div{margin:0 0 1.6875rem}.bbp-login-form legend{border-bottom:1px solid #dedfe2;color:#122b46;font-weight:600;display:block;margin-bottom:30px;padding-bottom:10px;width:100%}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-username{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label{-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;min-width:130px;padding-right:15px}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{-webkit-box-flex:1;-ms-flex:1;flex:1}.bbp-login-form .bbp-username p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.bbp-login-form .bbp-username p .hide{display:block!important}@media (max-width:580px){.bb-form-select-fields>*,.bbp-login-form .bbp-email label,.bbp-login-form .bbp-password label,.bbp-login-form .bbp-username label,.bbp-login-form .bbp-username p .hide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-item-avatar-wrap{position:relative}div.bbp-submit-wrapper{float:left;margin-top:0}div.bbp-submit-wrapper .button.submit{min-width:140px;font-weight:500}#bbpress-forums .bs-single-forum-list>li{background-color:#fff;border:1px solid #e7e9ec;margin:0 0 -1px;padding:0;position:relative}#bbpress-forums .bs-single-forum-list>li .bs-reply-list-item{padding:15px 30px;transition:none;-webkit-transition:none}#bbpress-forums .bs-single-forum-list>li.bs-header-item{border-bottom:0;padding-top:25px;padding-bottom:25px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap{padding:15px 30px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-item-wrap:hover{box-shadow:none;border-left-color:#e7eaec;border-right-color:#e7eaec}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .bs-header-item.bs-item-wrap{padding-top:25px;padding-bottom:25px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;position:relative}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{font-size:22px;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;word-break:break-word}.bbpress .bp-feedback{box-shadow:none;border:1px solid #e7e9ec;border-radius:3px;color:#4d5c6d;font-size:14px}.bbpress .bbp-user-section .bp-feedback{margin-bottom:1.6875rem}.bbpress .bp-feedback.help .bp-icon,.bbpress .bp-feedback.info .bp-icon{background-color:#007cff}.bs-reply-button{font-size:16px;color:#c3c6c9}.bs-single-forum-list .single-item-meta{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:15px}.bs-single-forum-list .item-meta h3{font-size:14px;font-weight:600;letter-spacing:-.24px;line-height:1.2;margin-bottom:5px;font-family:inherit}.bs-single-forum-list .item-meta a{color:#122b46}.bs-single-forum-list .item-meta a:hover{color:#007cff}.bs-single-forum-list .bb-liked .bb-icon-like{color:#007cff}.bs-single-forum-list span.bs-timestamp{font-size:12px;color:#a3a5a9;letter-spacing:-.18px}.bs-single-forum-list .single-item-meta.secondary-meta{border-top:1px solid #e7e9ec;color:#4d5c6d;padding-top:15px}.bs-single-forum-list .children{border-top:1px solid #e7e9ec;margin-left:0;padding-left:50px;padding-top:15px}#content .bs-single-forum-list .item-meta h3{margin-bottom:5px}.bs-reply-list-item:last-child .single-item-meta{margin-bottom:0}.bs-reply-list-item.trash{background-color:rgba(239,62,70,.1)}.bs-reply-list-item.spam{background-color:rgba(77,92,109,.1)}.bs-reply-list{list-style:none;margin:0}.bs-reply-list li.bs-reply-list-item:not(:last-child){border-bottom:1px solid #e7e9ec;margin-bottom:20px}.bs-reply-list .bb-icon-like{font-size:25px;color:#939597}.bs-reply-list ul:empty{display:none}.bs-forum-content{font-size:14px;letter-spacing:-.24px;line-height:1.5;margin-bottom:20px}.bs-forum-content p{margin-bottom:20px}.bs-forum-content table[style]{width:100%!important}.bs-reply-header{margin-bottom:15px}.single-item-meta.secondary-meta span:not(.bs-meta-item){color:#4d5c6d}.bs-single-forum-sidebar{padding-top:0}.bs-single-forum-sidebar .btn-reply{margin-bottom:10px}.bs-item-list.list-view li.bs-item-wrap.bs-topic-form-wrap:hover{box-shadow:none;border-left-color:#e7eaec;border-right-color:#e7eaec}.bs-header-item .action.bs-forums-meta{display:inline-block;margin-right:5px}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .action.bs-forums-meta{padding:0}.single.single-topic #bbpress-forums#bbpress-forums .bs-item-wrap.bs-header-item .bs-meta-item{margin-left:0}.bbpress .color.bs-meta-item{-webkit-transition:.2s linear all;transition:.2s linear all}.bbpress .color.bs-meta-item:hover{opacity:.8}.bbpress .color.bs-meta-item a:hover{color:inherit}.bs-item-list.bs-single-forum-list{margin-bottom:40px}.bb-threaded-replies{list-style:none;margin-top:20px;border-top:1px solid #e7e9ec;padding-top:20px}#bbpress-forums #replies-content .bs-reply-list-item.depth-2{padding-left:65px}#bbpress-forums #replies-content .bs-reply-list-item.depth-3{padding-left:105px}#bbpress-forums #replies-content .bs-reply-list-item.depth-4{padding-left:145px}#bbpress-forums #replies-content .bs-reply-list-item.depth-5{padding-left:185px}#bbpress-forums #replies-content .bs-reply-list-item.depth-6{padding-left:225px}.bs-forum-content blockquote:not(.wp-embedded-content),.medium-editor-element blockquote:not(.wp-embedded-content){background:#e3e6ea;border-radius:3px;padding:12px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative;margin:0 0 15px 0}.bs-forum-content blockquote:not(.wp-embedded-content):before,.medium-editor-element blockquote:not(.wp-embedded-content):before{content:'\e832';font-family:bb-icons;font-style:normal;font-weight:400;display:block;text-align:center;font-variant:normal;color:#fff;width:28px;height:28px;font-size:20px;line-height:28px;background:#7f868f;border-radius:100%;margin-bottom:10px}.bs-forum-content blockquote:not(.wp-embedded-content) p,.medium-editor-element blockquote:not(.wp-embedded-content) p{font-size:20px}.bs-forum-content blockquote:not(.wp-embedded-content) p:last-child,.medium-editor-element blockquote:not(.wp-embedded-content) p:last-child{margin-bottom:0}.bs-forum-content blockquote:not(.wp-embedded-content) em,.medium-editor-element blockquote:not(.wp-embedded-content) em{font-size:14px;color:#fff;line-height:18px;display:block;margin-top:20px;font-style:normal}.bs-forum-content blockquote:not(.wp-embedded-content) a,.medium-editor-element blockquote:not(.wp-embedded-content) a{color:#a3a5a9}.medium-editor-element.medium-editor-placeholder.error:not(.emojionearea){background-color:rgba(239,62,70,.1)}.bb-loading .bb-cover-wrap,.bb-loading .bb-cover-wrap:after{background:#e7e9ec}#bbpress-forums #replies-content .bs-single-forum-list .bs-item-wrap:not(.bs-header-item):not(.bs-topic-form-wrap){padding:0}#bbpress-forums #replies-content .bs-reply-list-item{margin-bottom:0;padding:15px 30px}#bbpress-forums #replies-content .contentinput{max-height:240px;min-height:75px;overflow:auto;font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:22px}#bbpress-forums #replies-content .contentinput .h1,#bbpress-forums #replies-content .contentinput .h2,#bbpress-forums #replies-content .contentinput .h3,#bbpress-forums #replies-content .contentinput .h4,#bbpress-forums #replies-content .contentinput .h5,#bbpress-forums #replies-content .contentinput .h6,#bbpress-forums #replies-content .contentinput address,#bbpress-forums #replies-content .contentinput h1,#bbpress-forums #replies-content .contentinput h2,#bbpress-forums #replies-content .contentinput h3,#bbpress-forums #replies-content .contentinput h4,#bbpress-forums #replies-content .contentinput h5,#bbpress-forums #replies-content .contentinput h6,#bbpress-forums #replies-content .contentinput hr,#bbpress-forums #replies-content .contentinput p{margin-bottom:1rem}#bbpress-forums #replies-content .bs-single-forum-list .single-item-meta{margin-bottom:0}#bbpress-forums #replies-content .current-new-reply{opacity:.5}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container{border-top:1px solid #e7e9ec;margin:0 -15px}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container .bb-field-wrap{border-bottom:1px solid #e7e9ec;margin:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-anonymous-field-container input[type=text]{padding:0 15px}body:not(.logged-in) .bb-floating-form-wrapper .bbp-form-fields-bottom-wrap{border-top:0}body:not(.logged-in) .bb-floating-form-wrapper .bb-form-multiple-options>div{max-width:100%}.bb-model-form .dropdown.v-select .selected-tag{min-width:88%;line-height:1.2}#bbpress-forums blockquote.wp-embedded-content>a,#bbpress-forums blockquote.wp-embedded-content>p:first-child>a{font-weight:600}@media (max-width:768px){.bbpress-widget-area-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bb-user-topics-content{margin-bottom:20px}}@media (max-width:800px){#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title{-ms-flex-flow:row wrap;flex-flow:row wrap}#bbpress-forums h1.bb-reply-topic-title{margin-bottom:15px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a,.bs-header-item .bb-topic-states{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#bbpress-forums#bbpress-forums .bs-forums-items.bs-single-forum-list .item-title>a{margin-bottom:10px}}.bb-sticky .bbp-topic-super-sticky-link,.bb-super-sticky.unsticky .bbp-topic-sticky-link{display:none!important}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:auto}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:0;margin:0}.bbp-reply-content.bs-forum-content p:last-child{margin:0}.bs-reply-header .bbp-author-role{display:inline-block;margin-right:5px;margin-bottom:4px}#bbpress-forums#bbpress-forums .bs-forums-items .item-meta>span.bs-timestamp{line-height:1;margin-top:0}#bbpress-forums ul.bbp-threaded-replies{list-style:none;margin-left:0;margin-bottom:0}@media (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-left:15px}}@media (max-width:800px){#bbpress-forums ul.bbp-threaded-replies{margin-left:10px}}#bbpress-forums ul.bbp-threaded-replies .item-avatar{margin-right:12px}#bbpress-forums ul.bbp-threaded-replies .avatar,#bbpress-forums ul.bbp-threaded-replies .bbp-author-avatar{max-width:36px!important;min-width:36px!important}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding:20px 30px 20px 60px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:90px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:120px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:150px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:180px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:210px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:240px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:270px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:300px}@media screen and (max-width:1000px){#bbpress-forums ul.bbp-threaded-replies{margin-left:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:30px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:60px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:90px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:120px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:160px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:180px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:210px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:240px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:270px}}@media screen and (max-width:800px){#bbpress-forums ul.bbp-threaded-replies .bs-reply-list-item{padding-left:25px}#bbpress-forums ul.bbp-threaded-replies .depth-3>.bs-reply-list-item{padding-left:35px}#bbpress-forums ul.bbp-threaded-replies .depth-4>.bs-reply-list-item{padding-left:45px}#bbpress-forums ul.bbp-threaded-replies .depth-5>.bs-reply-list-item{padding-left:55px}#bbpress-forums ul.bbp-threaded-replies .depth-6>.bs-reply-list-item{padding-left:65px}#bbpress-forums ul.bbp-threaded-replies .depth-7>.bs-reply-list-item{padding-left:75px}#bbpress-forums ul.bbp-threaded-replies .depth-8>.bs-reply-list-item{padding-left:85px}#bbpress-forums ul.bbp-threaded-replies .depth-9>.bs-reply-list-item{padding-left:95px}#bbpress-forums ul.bbp-threaded-replies .depth-10>.bs-reply-list-item{padding-left:105px}}#bbpress-forums ul.bbp-threaded-replies li{margin-bottom:0}#bbpress-forums ul.bbp-threaded-replies .bs-reply-header{margin-bottom:5px}#bbpress-forums ul.bbp-threaded-replies .bbp-reply-content{line-height:1.4;margin-left:60px;padding-right:20px}@media only screen and (max-width:544px){.has-sidebar.forums-sidebar.sidebar-left #secondary+.content-area{padding-top:0}}#bbpress-forums .bs-dropdown .bbp-admin-links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3px 0;width:100%}#bbpress-forums .bs-dropdown .bbp-admin-links a{margin:0;padding:9px 15px;display:block;text-align:left;color:#4d5c6d;opacity:1;font-size:13px;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link{background-color:transparent;line-height:inherit;border:0;border-radius:inherit}#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-topic-reply-link:hover{background-color:#f5f5f5;box-shadow:none}#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-sticky-link,#bbpress-forums .bs-dropdown .bbp-admin-links .bbp-topic-super-sticky-link{display:none}#bbpress-forums .status-spam.even,#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.even,#bbpress-forums .status-trash.odd{width:auto}#bbpress-forums .bb-single-reply-list>li>.status-spam.even,#bbpress-forums .bb-single-reply-list>li>.status-spam.odd,#bbpress-forums .bb-single-reply-list>li>.status-trash.even,#bbpress-forums .bb-single-reply-list>li>.status-trash.odd{padding:15px 30px}#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:inherit}#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{padding:0}#bbpress-forums fieldset.bbp-form{margin-bottom:30px;margin-top:30px}#bbpress-forums fieldset.bbp-form+fieldset.bbp-form{margin-top:0}#bbpress-forums fieldset.bbp-form legend{font-size:20px;font-weight:500;color:#122b46;display:block;letter-spacing:-.24px;line-height:1.2;margin-bottom:20px;padding:0}.bbp-user-section .bbp-pagination:first-child{display:none}.bbp-user-page h2.entry-title{font-size:20px;margin:0 0 16px}.buddypress-wrap #bbpress-forums>#subscription-toggle{display:inline-block;width:auto;margin-left:10px;margin-bottom:10px}#bbpress-forums>#subscription-toggle{margin-bottom:25px;display:block}#bbpress-forums>#subscription-toggle .subscription-toggle{min-width:160px;width:auto}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button,#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar .button-secondary{color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;height:auto;min-height:2px;border-radius:3px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{margin-bottom:0;border:0}.widget_display_replies>ul>li{margin-bottom:15px}.widget_display_replies>ul>li>div{font-size:12px;color:#a3a5a9;padding-top:3px}.widget_display_replies .bbp-author-avatar img.avatar,.widget_display_replies li>img.avatar{width:18px;height:18px;border-radius:100%;position:relative;top:-1px}.widget_display_topics .topic-author img.avatar{width:18px;height:18px;border-radius:100%;position:relative;top:-1px}#bbpress-forums fieldset.bbp-form label[for=bbp_destination_topic]{display:block}select#bbp_destination_topic{min-width:40%;width:100%}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{font-size:13px;border:none;border-top:1px solid #e7e9ec;height:140px}#bbpress-forums .bbp-user-section{overflow:initial}.bbp-user-edit.single .bbp-profile-avatar-link,.bbp-user-page.single .bbp-profile-avatar-link{width:100%}div#bbpress-forums:after{content:'';display:table;clear:both}#bbp-user-wrapper.bb-bbp-user-wrapper ul#user_switching_switch_to{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper.bb-bbp-user-wrapper .entry-title{margin-bottom:20px}#bbpress-forums #bbp-user-wrapper div.item-list-tabs#object-nav .current a{color:#122b46}#bbp-your-profile{background-color:#fff;border:1px solid #e7eaec;padding:15px 20px;position:relative;border-radius:4px}#bbpress-forums #bbp-your-profile fieldset{padding:0}#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;text-align:left}#bbpress-forums #bbp-your-profile h2.entry-title{font-size:20px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:500;padding-bottom:10px;padding-top:10px}#bbpress-forums #bbp-your-profile fieldset.submit{border:0;padding:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:left;min-width:180px;font-weight:500}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:60%}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:block}#bbpress-forums .bb-edit-user-form-wrap #bbp-your-profile fieldset fieldset.password{width:100%}#bbpress-forums div.bbp-topic-tags{display:none}.single-item.groups.buddypress #bbpress-forums>h3{display:none}#bbpress-forums fieldset.bbp-form label[for=bbp_log_reply_edit],#bbpress-forums fieldset.bbp-form label[for=bbp_log_topic_edit]{font-weight:400;color:#4d5c6d}.topic-archive .bs-header-item .btn-new-topic{display:none}.bbp-reply-revision-log .avatar,.bbp-topic-revision-log .avatar{vertical-align:middle}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px solid #e7e9ec;border-bottom:1px solid #e7e9ec;margin-bottom:15px;padding:10px 0}.bbp-user-edit.single #bbpress-forums>.bbp-template-notice{margin-bottom:50px}#bbpress-forums#bbpress-forums .bs-forums-items.bs-item-list.list-view .bs-header-item div.action{padding-left:0;margin-top:5px;margin-bottom:5px}#bbpress-forums#bbpress-forums .bs-forums-items .item-title .bs-meta-item a{font-size:11px}.bbp-user-profile{background-color:#fff;border:1px solid #e7eaec;border-radius:4px;padding:30px}#bbpress-forums .bs-single-forum-list.bb-single>li.bs-header-item{border-bottom:1px solid #e7eaec}#bbpress-forums#bbpress-forums .bs-single-forum-list.bb-single .status-spam{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);margin-top:-25px;margin-bottom:-25px;border-radius:0 0 3px 3px}.bbp_widget_login .bbp-logged-in h4 .bb-mini-group-profile-card-area .bb-profile-card:before,.bbp_widget_login .bbp-logged-in h4 .bb-mini-profile-card-area .bb-profile-card:before{right:-55px}.bbp_widget_login .bbp-logged-in h4 a{color:#122b46}.bbp_widget_login .bbp-logged-in h4 a:hover{color:#007cff}.bbp-logged-in h4{font-weight:500;font-size:14px;line-height:19px;font-family:inherit;margin-top:4px;margin-bottom:0;-webkit-font-smoothing:initial;-moz-osx-font-smoothing:initial}.bbp_widget_login:after{content:' ';display:table;clear:both}.bbp_widget_login form.bbp-login-form{width:100%}.bbp_widget_login fieldset>legend{display:none}.bbp_widget_login input[type=password],.bbp_widget_login input[type=text]{width:100%;height:34px;padding-left:35px}.bbp_widget_login label{font-size:.875rem}.bbp_widget_login .bbp-login-form .bbp-username{margin-top:0}.bbp_widget_login .bbp-login-form .bbp-password label,.bbp_widget_login .bbp-login-form .bbp-username label{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp_widget_login label[for=user_login],.bbp_widget_login label[for=user_pass]{display:block;margin:0 0 .5rem;position:relative}.bbp_widget_login label[for=user_login]:before,.bbp_widget_login label[for=user_pass]:before{content:'\e825';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:35px;left:10px;color:#a1abb5;font-size:18px}.bbp_widget_login label[for=user_pass]:before{content:'\e829'}.bbp_widget_login label[for=user_pass] span.label-switch{position:absolute;top:38px;right:10px;font-size:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.3}.bbp_widget_login label[for=user_pass] span.label-switch.bb-eye{opacity:1}.bbp_widget_login label[for=user_pass] span.label-switch:after{content:'\e843';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:14px}.bbp_widget_login .bbp-remember-me{float:left;margin-top:20px}.bbp_widget_login .bbp-submit-wrapper{float:right;margin-top:20px}.bbp_widget_login .bbp-submit-wrapper p.lostmenot{display:none}.bbp_widget_login .bbp-submit-wrapper button{font-size:14px;font-weight:500;min-width:100px;height:34px;padding:4px 20px;cursor:pointer;background:#9ca8b4;border:0}.bbp_widget_login .bbp-submit-wrapper button.bp-login-btn-active{background:#007cff}.bbp_widget_login .bbp-logged-in>a.user-submit{float:left;margin-right:15px}.bbp_widget_login .bbp-logged-in>a.user-submit>img{margin-right:0}.bbp_widget_login h2.widget-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bbp-logged-in>a>.avatar,.buddypress-wrap.round-avatars .bbp-logged-in>a>.avatar{width:46px;height:auto;border-radius:3px}.bbp_widget_login a.button.logout-link{padding:3px 0 3px;font-size:13px;font-weight:500;font-style:normal;line-height:1;color:#007cff;background:0 0;border:0;min-height:auto}.bbp_widget_login a.button.logout-link:hover{color:#0f74e0;box-shadow:none}@media only screen and (max-width:640px){#bbpress-forums #bbp-your-profile fieldset fieldset.password,#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset label[for],#bbpress-forums #bbp-your-profile fieldset select,#bbpress-forums #bbp-your-profile fieldset textarea{width:100%}}@media only screen and (min-width:992px) and (max-width:1300px){#bbpress-forums .bb-forums-list .lg-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:768px){.topic-archive .bs-header-item .btn-new-topic{display:block}}@media only screen and (max-width:480px){#bbpress-forums div.bbp-reply-author img.avatar{position:static;width:auto;height:auto}#buddypress h4.bb-active-order,h4.bb-active-order{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin:0}.bs-topics-wrapper .btn-new-topic{margin-left:10px;padding:8px 10px;font-size:13px}#bbpress-forums#bbpress-forums .bs-forums-items .bs-section-title{font-size:1rem}}.bbpress-sidebar .widget_tag_cloud{background-color:transparent;padding-left:0;padding-right:0;border:0}.bbpress-sidebar .widget_tag_cloud .tagcloud a{color:#939597;font-size:14px!important;line-height:170%;padding-right:5px}.bbpress-sidebar .widget_tag_cloud .tagcloud a:hover{color:#007cff}#buddypress .bs-dropdown .appbosscm-moderation-button-wrap{padding-top:5px;margin-bottom:-3px}#buddypress .bs-dropdown .appbosscm-moderation-button-wrap .appbosscm-report-button{margin:0;padding:9px 15px;display:block;text-align:left;color:#4d5c6d;opacity:1;border:0;font-size:13px;line-height:1;font-weight:inherit;letter-spacing:-.24px;width:100%;text-transform:none;background:0 0;height:auto;min-height:1px;box-shadow:none;border-radius:0}#buddypress .bs-dropdown .appbosscm-moderation-button-wrap .appbosscm-report-button:hover{background:#f5f5f5}.bbp-topic-revision-log-item img{vertical-align:middle}.ggpopover.ggpopover{max-width:540px;width:82%;border-color:#ddd!important;border-radius:4px;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.ggpopover .popover-title{border-radius:4px 4px 0 0}.ggpopover .popover-content{border-radius:4px}.ggpopover>.arrow{display:none}.bb-sidebar-forums li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-sidebar-forums a.bbp-forum-title{-webkit-box-flex:1;-ms-flex:1;flex:1}.bb-sidebar-forums .topics-count{margin-left:auto;padding-left:20px}.bb-sidebar-forums .bb-sidebar-forums{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:10px 0 -10px}.single.full-fi-invert:not(.groups) #bbpress-forums{padding-top:30px}.single.single-forum.full-fi-invert .entry-content #bbpress-forums{padding-top:0}#bbp_editor_forum_content{border-color:#dedfe2}#bbp_editor_forum_content:focus{color:inherit;border-color:#e7e9ec}#bbp_editor_topic_content{border:0;border-top:1px solid #e7e9ec;border-radius:0}#bbp_editor_topic_content:focus{color:inherit;border-color:#e7e9ec}.bbp-forum-buttons-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bbp-forum-buttons-wrap>*{margin-left:15px;margin-bottom:20px}#bbpress-forums .bb-main-forum-title{margin:0 auto 20px 0}span#subscription-toggle{float:none;display:block}.bbpress-sidebar #subscription-toggle{margin-bottom:20px}.bs-topic-sidebar-inner #subscription-toggle{font-size:0;width:100%}#subscription-toggle span{display:block}.mobile-only #subscription-toggle{float:none}.reply-edit #bbp_editor_reply_content{border:1px solid #dedfe2;border-radius:3px;padding:10px 15px}.reply-edit .bbp-reply-form #whats-new-toolbar{padding:5px 0 15px}.reply-edit .emojionearea.medium-editor-element{background:0 0;min-height:1px}.reply-edit #bbpress-forums fieldset.bbp-form>div{margin-bottom:15px}.reply-edit .bbp-submit-wrapper{margin-top:20px}.reply-edit #bbpress-forums .bp-feedback+fieldset.bbp-form{margin-top:30px}#bbpress-forums fieldset.bbp-form .bp-feedback p{line-height:1.3;margin:0}.bbp-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:2px;margin-bottom:2px}.bbp-forum-content-wrap{margin-bottom:30px}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper{margin-top:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-left:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields{padding:15px 10px}body:not(.forum) .entry-content .bbp-topic-form .new_topic_title_avatar{margin-right:10px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_form_type_wrapper{margin-bottom:20px}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}body:not(.forum) .entry-content .bbp-topic-form #bbp_editor_topic_content{background-color:#fff;border:1px solid #e7e9ec;border-radius:3px}body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-reply-form #whats-new-toolbar,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-attachments,body:not(.forum) .entry-content .bbp-topic-form .bbp-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .emojionearea.medium-editor-element{background:0 0}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid #dedfe2;border-radius:3px;padding:0 12px;margin-bottom:10px!important}body:not(.forum) .entry-content .bbp-topic-form #bbp_topic_tags{padding:0 12px}body:not(.forum) .entry-content .bbp-topic-form .bbp-form .bb-form-select-fields{display:block}body:not(.forum) .entry-content .bbp-topic-form #bbp-close-btn{display:none}body:not(.forum) .entry-content .bbp-topic-form #whats-new-toolbar{padding:0}body:not(.forum) .entry-content .bbp-topic-form .bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper input,body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_tags_wrapper select{border:0}body:not(.forum) .entry-content .bbp-topic-form .bbp_topic_title_wrapper input{margin-left:0}body:not(.forum) .entry-content .bbp-topic-form .bbp-the-content-wrapper{margin-bottom:10px}body:not(.forum) .entry-content .bbp-topic-form #whats-new-attachments{padding:0}body .entry-content>.bbp-topic-form.bb-modal{background-color:transparent;border:0;border-radius:0;padding:0;max-width:100%;margin:0;box-shadow:none}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form{margin-left:0;margin-right:0}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title label{display:none!important}body .entry-content>.bbp-topic-form.bb-modal fieldset.bbp-form label{color:inherit;display:inline-block;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}body .entry-content>.bbp-topic-form.bb-modal .new_topic_title_avatar{margin-right:20px}.entry-content>.bbp-forum-form input,.entry-content>.bbp-forum-form select{width:100%}.entry-content>.bbp-forum-form .bbp_editor_forum_content{border:1px solid #dedfe2;border-radius:3px;padding:6px 12px 0;min-height:40px}.entry-content>.bbp-forum-form .bbp-submit-wrapper .button.submit{margin-left:0}#bbp-search-form{position:relative}#bbp-search-form #bbp_search{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:100%;border-radius:20px;padding-right:35px}#bbp-search-form #bbp_search_submit{border:0;display:none!important;position:absolute;width:40px;font-size:0;top:0;padding:0;background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/search.svg) no-repeat center transparent;background-size:45%;right:5px;opacity:.8}#bbp-search-form #bbp_search_submit:hover{box-shadow:none;opacity:1}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper{background-color:#fff;border:1px solid #ebe9e6;border-bottom:0;border-radius:4px 4px 0 0;margin-bottom:0;display:table;width:100%}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea),.topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper .medium-editor-element:not(.emojionearea){background-color:transparent;border-top:0}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-attachments,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments{margin-bottom:0;background-color:#fff;border:1px solid #ebe9e6;border-width:0 1px 0 1px;padding:15px}.reply-edit #bbpress-forums .bbp-reply-form .bbp-form #whats-new-toolbar,.topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar{background-color:#fff;border:1px solid #ebe9e6;border-radius:0 0 4px 4px;border-top:0;padding:15px}fieldset.bbp-form .bbp-submit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bb-form-select-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -10px}.bb-form-select-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px}.bb-form-select-fields .bb_subscriptions_active{padding-bottom:20px}.bb-form-select-fields select{color:#4d5c6d;width:100%}#bbpress-forums .bbp-topic-form fieldset.bbp-form .bbp_topic_title_wrapper label{display:none}#bbpress-forums .bbp-topic-form fieldset.bbp-form .bbp_topic_title_wrapper input{margin-bottom:0;margin-left:10px}#bbpress-forums .bbp-topic-form fieldset.bbp-form .bb-form_rev_wrapper{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form>.flex{display:block}#bbpress-forums .bbp-topic-form fieldset.bbp-form fieldset.bbp-form{margin-bottom:0}#bbpress-forums .bbp-topic-form .bbp-tags-icon{display:none}#bbpress-forums .bbp-topic-form .bbp-submit-wrapper .button.submit{margin-right:0}#bbpress-forums .bbp-reply-form .bbp-tags-icon,.page .bbp-reply-form:not(.bb-modal) .bbp-tags-icon{display:none}#bbpress-forums .bbp-reply-form textarea#bbp_reply_content,.page .bbp-reply-form:not(.bb-modal) textarea#bbp_reply_content{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form input[type=text],.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form input[type=text]{width:100%}#bbpress-forums .bbp-reply-form fieldset.bbp-form label,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form label{color:inherit;font-size:15px;letter-spacing:-.24px;margin-bottom:5px}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous{margin:15px 0}#bbpress-forums .bbp-reply-form fieldset.bbp-form-anonymous p,.page .bbp-reply-form:not(.bb-modal) fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper,#bbpress-forums .bbp-reply-form .bb-form_rev_wrapper .flex,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper,.page .bbp-reply-form:not(.bb-modal) .bb-form_rev_wrapper .flex{display:block}.bbp-mfp-zoom-in .bb-modal{border-color:#ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2)}.bbp-mfp-zoom-in .bb-modal form#new-post{margin-bottom:0}.bbp-mfp-zoom-in .bb-modal form#new-post input.error{border:0;opacity:.5;color:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper{margin:0}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea.bbp-the-content{max-height:250px;margin:0;font-size:15px;font-family:inherit}.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_reply_content,.bbp-mfp-zoom-in .bbp-the-content-wrapper textarea#bbp_topic_content{width:100%}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error{background-color:rgba(239,62,70,.1)}.bbp-mfp-zoom-in .bbp-the-content-wrapper div.mce-panel.error iframe#bbp_topic_content_ifr{opacity:.5}.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 15px}@media only screen and (max-width:544px){.bbp-mfp-zoom-in .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bb-form-select-fields .bb_subscriptions_active{margin-bottom:20px}}@media only screen and (max-width:800px){.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_form_type_wrapper{width:100%;max-width:100%;margin-bottom:15px}.bbp-mfp-zoom-in .bbp-topic-form .bb-form-select-fields .bbp_topic_subscription_wrapper{margin-bottom:20px}}.bbp-mfp-zoom-in .bb-form_rev_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form legend{margin-right:10px}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_reply_edit_reason],.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label[for=bbp_topic_edit_reason]{display:none}.bbp-mfp-zoom-in .bb-form_rev_wrapper fieldset.bbp-form label{font-size:14px;color:#4d5c6d}.bbp-mfp-zoom-in ::-webkit-input-placeholder{color:#939597}.bbp-mfp-zoom-in :-ms-input-placeholder{color:#939597}.bbp-mfp-zoom-in ::placeholder{color:#939597}fieldset.bbp-form .bbp-submit-wrapper{margin-left:auto;margin-top:0;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}fieldset.bbp-form .bbp-submit-wrapper .button.submit{min-width:120px;margin-left:20px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn{color:#939597;font-size:14px}fieldset.bbp-form .bbp-submit-wrapper a#bbp-cancel-reply-to-link:hover,fieldset.bbp-form .bbp-submit-wrapper a#bbp-close-btn:hover{color:#007cff}.bbp-template-notice{padding:10px;line-height:1.4;font-size:14px}.bbp-template-notice p{margin:0}.bbp_topic_tags_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:5px 15px;border-bottom:1px solid #e7e9ec;border-top:1px solid #e7e9ec}.bbp_topic_tags_wrapper label{display:none!important}.bbp_topic_tags_wrapper>span>i{color:#939597;font-size:18px;position:relative;top:2px}.bbp_topic_tags_wrapper #bbp_topic_tags{border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;margin:0!important}#bbpress-forums .bb-modal-box div.bbp-the-content-wrapper{margin:0}.bb-modal-box .bb-form-select-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form{margin:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper{padding-top:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title{border:1px solid #dedfe2}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form fieldset.bbp-form-anonymous+.bbp_topic_title_wrapper #bbp_topic_title.error{border:0}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper{margin:0;padding:18px 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper .new_topic_title_avatar img.avatar{max-width:44px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper .new_topic_title{-webkit-box-flex:1;-ms-flex:1;flex:1}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_title_wrapper #bbp_topic_title{border:0;width:100%}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .wp-editor-container{border-left:0;border-right:0}#bbpress-forums .bb-modal.bbp-topic-form #wp-bbp_topic_content-wrap .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_subscription_wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper{max-width:200px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_forum_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper{max-width:220px;min-width:180px}#bbpress-forums .bb-modal.bbp-topic-form .bbp_topic_form_type_wrapper label{display:none}#bbpress-forums .bb-modal.bbp-topic-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-topic-form .bbp-tags-icon{display:inline-block}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-bottom:5px;color:#122b46}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous p:last-child{margin-bottom:0}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-topic-form fieldset.bbp-form-anonymous input[type=text]{width:100%}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form{margin:0}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form>legend{display:block;padding:15px 15px 0;color:#122b46}#bbpress-forums .bb-modal.bbp-reply-form .bp-feedback{margin:10px}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container{border-left:0;border-right:0}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error{background-color:rgba(239,62,70,.1)}#bbpress-forums .bb-modal.bbp-reply-form .wp-editor-container div.mce-panel.error iframe#bbp_reply_content_ifr{opacity:.5}#bbpress-forums .bb-modal.bbp-reply-form .quicktags-toolbar{border-radius:0;background-color:rgba(146,164,183,.1)}#bbpress-forums .bb-modal.bbp-reply-form .bb_subscriptions_active{padding:10px 10px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous{padding:0 15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous>legend{padding-top:10px;padding-left:0}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous p{margin-bottom:15px}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous label{display:none}#bbpress-forums .bb-modal.bbp-reply-form fieldset.bbp-form-anonymous input[type=text]{width:100%}#bbpress-forums .bbp-reply-form.bb-modal{box-shadow:none;padding:10px 0;border:0}#bbpress-forums .bbp-reply-form.bb-modal form{margin-bottom:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form{margin-bottom:0}#bbpress-forums .bbp-reply-form.bb-modal fieldset.bbp-form>legend{font-size:16px;font-weight:400;color:#122b46;margin-bottom:0;width:100%}#bbpress-forums .bbp-reply-form.bb-modal .wp-editor-container{border-left:1px solid #e7e9ec;border-right:1px solid #e7e9ec}#bbpress-forums .bbp-reply-form.bb-modal div.bbp-submit-wrapper{margin-top:0}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn{color:#939597;font-size:14px;margin-left:10px}#bbpress-forums .bbp-reply-form.bb-modal a#bbp-cancel-reply-to-link:hover,#bbpress-forums .bbp-reply-form.bb-modal a#bbp-close-btn:hover{color:#007cff}.bbp-reply-form .medium-editor-element:not(.emojionearea),.bbp-topic-form .medium-editor-element:not(.emojionearea){border-radius:0;border-left:0;border-right:0;border-top:1px solid #e7e9ec;min-height:120px}.bbp-reply-form .medium-editor-element:not(.emojionearea):after,.bbp-topic-form .medium-editor-element:not(.emojionearea):after{pointer-events:none}.bbp-reply-form .emojionearea.medium-editor-element,.bbp-topic-form .emojionearea.medium-editor-element{min-height:1px}.bbp-reply-form #whats-new-toolbar,.bbp-topic-form #whats-new-toolbar{padding:15px}.bbp-reply-form #whats-new-attachments,.bbp-topic-form #whats-new-attachments{padding:0 15px}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-110px;left:40px}.bbp-reply-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{left:-14px;top:130px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.bbp-reply-form .gif-media-search-dropdown.open,.bbp-topic-form .gif-media-search-dropdown.open{left:50px;top:-130px}.bbp-reply-form .gif-media-search-dropdown:before,.bbp-topic-form .gif-media-search-dropdown:before{left:0;top:140px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}#bbpress-forums .bbp-reply-content li>ol,#bbpress-forums .bbp-reply-content li>ul,#bbpress-forums .bbp-reply-form li>ol,#bbpress-forums .bbp-reply-form li>ul,#bbpress-forums .bbp-topic-form li>ol,#bbpress-forums .bbp-topic-form li>ul,.bbp_reply_create li>ol,.bbp_reply_create li>ul,.bbp_topic_create li>ol,.bbp_topic_create li>ul{margin-bottom:0}.forums-attached-gif-container.closed{display:none}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom{top:-150px}.bbp-topic-form .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{top:170px}.bbp-topic-form .gif-media-search-dropdown.open{top:-180px}.bbp-topic-form .gif-media-search-dropdown:before{top:190px}.bb-modal-box form{margin:0}.bb-modal-box #bbp_stick_topic_select{margin:0!important}#bbpress-forums .bb-modal.bb-modal-box{bottom:0;left:0;right:0;margin:auto;display:none;position:fixed;z-index:999;border:1px solid #ddd;margin:50px auto 0;max-width:750px;padding:0;border-radius:4px 4px 0 0;box-shadow:0 3px 34px 0 rgba(94,98,102,.2);max-height:-webkit-calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden}.bb-modal-overlay{opacity:0;position:fixed;top:0;left:0;z-index:900;width:100%;height:100%;background:rgba(0,0,0,.1)!important}#bbp-cancel-reply-to-link{display:none}.reply-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit,.topic-edit fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left:0;margin-top:20px}.reply-edit .bbp_topic_title_wrapper,.topic-edit .bbp_topic_title_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.reply-edit #bbp_editor_topic_content,.topic-edit #bbp_editor_topic_content{background-color:#fff;border:1px solid #e7e9ec;border-radius:3px}.reply-edit .bbp-reply-form #whats-new-attachments,.reply-edit .bbp-reply-form #whats-new-toolbar,.reply-edit .bbp-topic-form #whats-new-attachments,.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-reply-form #whats-new-attachments,.topic-edit .bbp-reply-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-attachments,.topic-edit .bbp-topic-form #whats-new-toolbar{padding:0}.reply-edit .bbp-form #whats-new-attachments,.reply-edit .bbp-form #whats-new-toolbar,.topic-edit .bbp-form #whats-new-attachments,.topic-edit .bbp-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-topic-form #whats-new-toolbar,.topic-edit .bbp-topic-form #whats-new-toolbar{margin-bottom:15px}.reply-edit .bbp-form .emojionearea.medium-editor-element,.topic-edit .bbp-form .emojionearea.medium-editor-element{background:0 0}.reply-edit .bbp-form .bbp_topic_tags_wrapper,.topic-edit .bbp-form .bbp_topic_tags_wrapper{background:#fff;border:1px solid #dedfe2;border-radius:3px;padding:0 12px;margin-bottom:10px!important}.reply-edit #bbp_topic_tags,.topic-edit #bbp_topic_tags{padding:0 12px}.reply-edit .bbp-form .bb-form-select-fields,.topic-edit .bbp-form .bb-form-select-fields{display:block}.reply-edit #bbp-close-btn,.topic-edit #bbp-close-btn{display:none}.reply-edit .bb-form-select-fields .bb_subscriptions_active{padding-bottom:0}.reply-edit #bbpress-forums .bb-form_rev_wrapper fieldset.bbp-form{margin:0}.groups.reply-edit #item-body>h3,.groups.topic-edit #item-body>h3{display:none}.tagify{border:0;width:100%}.tagify__input{margin:3px 0;padding:0}.tagify__tag>div{padding:0 22px 0 10px}.tagify__tag__removeBtn{font-size:16px;line-height:13px}.tagify__tag{margin:3px 5px 3px 0}.tagify__input:empty:before{opacity:.3}span.tagify__tag-text{font-size:15px}#bbp-reply-exerpt{margin:0 -15px;padding:10px 15px 15px;font-size:14px;color:#999}#new-post:not(.submitting) .bb-icon-loader{display:none}body:not(.topic-edit) #new-post input.select2-search__field{padding:0!important}@charset "UTF-8";.llms-access-plan-description p:last-child,.llms-student-dashboard.dashboard .llms-sd-section .llms-sd-section__heading{margin:0 0 1.6875rem;padding:0}.llms-notice{margin:0;font-weight:400;font-size:14px;border:none;border-radius:4px;margin-bottom:15px;background-color:#fff;border-radius:4px;border:1px solid #e7e9ec;padding:15px}.llms-notice---sidebar{text-align:left}.bb-single-course-sidebar .llms-notice---sidebar.llms-notice{padding:0;color:#ef3e46;background-color:#fff}.llms-notice.llms-error{background-color:#ef3e46;font-size:14px;color:#fff;border-radius:4px;border:0;padding:5px 10px}.llms-notice.llms-error a{color:#fff;font-weight:700}.llms-notice.llms-success{background-color:rgba(1,158,124,.1);border:1px solid #1cd991;font-size:14px;border-radius:4px;padding:5px 10px}ul.llms-notice{margin-left:0}.bp-feedback.ld-feedback{color:#4d5c6d;border:1px solid #e7e9ec;margin:10px 0;position:relative;border-radius:3px;box-shadow:none}.bp-feedback.ld-feedback .bp-icon{border-radius:3px 0 0 3px;background-color:#007cff}.bp-feedback.ld-feedback p{font-size:14px;line-height:1.5;padding:10px 5px}.llms-person-login-form-wrapper{background:#fff;border:1px solid #eef0f3;border-radius:4px;padding:3rem 0 3.5rem;width:100%}.llms-person-login-form-wrapper form.llms-login{max-width:50%;margin:0 auto}@media screen and (max-width:992px){.llms-person-login-form-wrapper form.llms-login{max-width:80%}}@media screen and (max-width:544px){.llms-person-login-form-wrapper form.llms-login{max-width:95%}}.llms-person-login-form-wrapper form.llms-login label{font-size:14px}.llms-person-login-form-wrapper form.llms-login .llms-form-field.llms-cols-6{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit button#llms_login_button{background:#007cff;color:#fff;border-radius:100px;padding:.618em 2em;height:40px;font-size:15px;font-weight:500}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-submit.llms-cols-3{width:100%;float:none}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-checkbox.llms-cols-6{width:50%;float:left}.llms-person-login-form-wrapper form.llms-login .llms-form-field.type-html.llms-cols-3{width:50%;float:left}.llms-person-login-form-wrapper form.llms-login .llms-description{font-style:normal}.llms-person-login-form-wrapper #llms_remember{opacity:0}.llms-person-login-form-wrapper label[for=llms_remember]{position:relative;left:-14px}.llms-person-login-form-wrapper label[for=llms_remember]:before{content:'\e876';display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;margin:0 10px 0 0;position:relative;top:-1px;font-family:bb-icons;font-size:16px;line-height:1.2;text-align:center;color:#fff}.llms-person-login-form-wrapper input#llms_remember:checked+label:before{background-color:#007cff;border-color:#007cff}.single.single-course .content-area{padding-top:0}.bb-llms-content-wrap{padding-top:70px}.llms-lesson-preview{width:100%}.llms-syllabus-wrapper{margin-left:0;margin-right:0}.llms-syllabus-wrapper .llms-section-title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:16px 0 8px;text-align:left}.llms-syllabus-wrapper .llms-lesson-preview{margin-top:0;margin-bottom:5px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{background:0 0;border-radius:3px;padding:10px 15px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:#007cff}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-title{color:#122b46}.llms-syllabus-wrapper .llms-lesson-preview .llms-extra{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:15px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-counter{margin-bottom:0;font-size:13px;color:#939597;text-align:right;white-space:nowrap}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{margin-bottom:0;margin-left:10px;font-size:22px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete,.llms-syllabus-wrapper .llms-lesson-preview.is-free .llms-lesson-complete{color:#4d5c6d}.course .llms-meta-info{font-size:14px;margin-top:0}.course .llms-meta-info .llms-meta-title{font-size:13px;color:#122b46;font-weight:600;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.course .llms-meta-info .llms-instructor-info{margin-top:20px}.course .bb-llms-content-wrap .llms-course-progress{max-width:100%;margin-left:0;margin-right:0}.course .bb-llms-content-wrap .llms-course-progress .llms-progress-bar{border-radius:4px}.course .bb-llms-content-wrap .llms-course-progress .progress-bar-complete{border-radius:4px;background-color:#007cff}.course .bb-llms-content-wrap .llms-course-progress a.llms-button-primary{border-radius:100px;font-size:14px}.course .bb-llms-content-wrap .llms-course-progress .progress__indicator{color:#939597;font-size:14px;margin-left:10px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors{margin-left:-5px;margin-right:-5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .avatar{margin-top:0;margin-bottom:0;border:0;max-width:60px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author__verbose{text-align:left;padding-left:15px;padding-top:5px}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author{margin-top:0;padding:20px 20px;margin-bottom:10px;background-color:transparent;border:0}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.label{color:#a3a5a9;margin:3px 0 10px;background-color:transparent;font-size:100%;font-size:14px;font-weight:500;line-height:1}.bb-llms-content-wrap .llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio{line-height:1.5;font-size:14px;color:14px}.llms-instructors.llms-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.llms-instructors.llms-cols .llms-col-3{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-4{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-5{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-6{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-7{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-8{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-9{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}@media screen and (max-width:1200px){.llms-instructors.llms-cols .llms-col-2{width:-webkit-calc(100% - 10px);width:calc(100% - 10px)}}.llms-instructors.llms-cols>div[class*=llms-col-]{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;margin:5px}.llms-instructors.llms-cols [class*=llms-col-]{float:none}.lifterlms-price{color:#122b46}.bb-llms-banner{background-color:#607387;overflow:hidden;padding:0 44px}.bb-llms-banner:before{content:'';opacity:.4;background-color:#122b46;background-image:-webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000 100%);position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}.bb-llms-banner .banner-img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bb-course-banner-info{padding-top:30px;padding-bottom:30px;position:relative;z-index:2}.bb-course-banner-inner{color:#fff;padding-top:70px}.bb-course-banner-inner h1.entry-title{font-size:48px;font-weight:600;color:inherit;line-height:1.25;margin-bottom:20px}.bb-course-banner-inner .avatar{border-radius:50%;margin-right:12px;max-width:38px}.bb-course-banner-inner .author-name{font-size:14px;font-weight:500;color:#fff;letter-spacing:-.24px}.bb-course-banner-inner span.meta-saperator{color:#fff;margin:0 15px 0 15px}.bb-course-banner-inner .course-date{font-size:13px;color:rgba(255,255,255,.8);letter-spacing:-.19px}.bb-course-banner-inner .bb-course-single-meta{margin-bottom:40px}@media screen and (max-width:544px){.bb-course-banner-inner h1.entry-title{font-size:1.5rem;line-height:1.5}}.llms-notification .llms-notification-dismiss{color:#939597}.llms-notification .llms-notification-dismiss.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased}.llms-notification .llms-notification-dismiss.fa-times-circle:before{content:"\e828"}.llms-button-primary,.llms-field-button{background:#007cff;color:#fff;border-radius:100px;min-width:100px;text-align:center;line-height:normal;font-weight:400;font-size:15px}.llms-button-primary:active,.llms-button-primary:focus,.llms-field-button:active,.llms-field-button:focus{background:#007cff}.llms-button-primary:hover,.llms-field-button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.llms-button-action{border-radius:100px}.llms-button-secondary{background:0 0;border:1px solid #007cff;color:#007cff;border-radius:100px}.llms-button-secondary:active,.llms-button-secondary:focus,.llms-button-secondary:hover{box-shadow:none;background-color:transparent;color:#007cff}section.llms-instructor-info .llms-author .name{margin-left:0;margin-right:0}.llms-form-field.type-radio label:before{background:#fff;box-shadow:rgba(255,255,255,.15) 0 1px 1px,inset rgba(0,0,0,.25) 0 0 0 1px;width:20px;height:20px;top:-2px;margin-right:7px}.llms-form-field.type-radio input[type=radio]:checked+label:before{background-image:-webkit-radial-gradient(center,ellipse,#007cff 0,#007cff 40%,#fff 45%);background-image:radial-gradient(ellipse at center,#007cff 0,#007cff 40%,#fff 45%)}.llms-pagination{font-size:13px;margin:10px 0;text-align:right}.llms-pagination ul{margin:0 10px;display:inline-block}.llms-pagination ul li .page-numbers{text-decoration:none}@media screen and (max-width:544px){.bb-courses-directory .bs-dir-search{float:none}}@media screen and (min-width:681px){.bb-llms-content-wrap{max-width:700px}.bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}.bb-single-course-sidebar.bb-preview-wrap{margin-top:-260px}}.llms-course-navigation .llms-lesson-preview .llms-lesson-link{background-color:#fafbfd;box-shadow:inset 0 0 10px 5px rgba(0,0,0,.02);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px}.llms-course-navigation .llms-lesson-preview .llms-lesson-link:hover{background:rgba(146,164,183,.1)}.llms-course-navigation .llms-lesson-preview .llms-lesson-title{margin-bottom:0}.llms-course-navigation .llms-lesson-preview .llms-lesson-excerpt{display:none}@media screen and (max-width:544px){.llms-course-navigation .llms-course-nav{width:100%;margin:0 0 10px}.llms-course-navigation .llms-course-nav .llms-lesson-preview{margin-top:0}}.llms-pointer>.llms-notification{border-radius:6px;border:0;border-left:4px solid #007cff;box-shadow:0 4px 32px 0 rgba(18,43,70,.1);padding:20px}@media screen and (min-width:544px){.llms-pointer>.llms-notification{width:420px}}.llms-pointer>.llms-notification .llms-notification-footer{margin-top:0;padding:0;border-top:0}.llms-tooltip.show{top:unset;bottom:30px}@media (min-width:600px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside{float:none;width:100%;text-align:center}.single-llms_quiz .llms-quiz-results .llms-quiz-results-history,.single-llms_quiz .llms-quiz-results .llms-quiz-results-main{float:none;width:100%;margin:0 auto 30px}}@media (max-width:480px){.single-llms_quiz .llms-quiz-results .llms-quiz-results-history select{width:100%}}.quizzes_section_holder.current_quizz{background:rgba(146,164,183,.05)}.single-llms_quiz.bb-dark-theme .llms-quiz-results .llms-quiz-results-history select{background-color:#333;color:#939597}.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz.bb-dark-theme #llms-quiz-wrapper h2.llms-quiz-meta-title,.single-llms_quiz.bb-dark-theme .llms-quiz-results-history h2.llms-quiz-results-title{color:#fff}.single-llms_quiz.bb-dark-theme ul.llms-quiz-meta-info .llms-quiz-meta-item{color:#939597}.single-llms_quiz.bb-dark-theme.llms-pointer.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap a.llms-next-lesson{color:#fff}.llms-donut{margin:0 auto 30px;color:#4d5c6d;background-color:#e7e9ec}.llms-donut .inside{width:95%;height:95%}.single-llms_quiz .entry-content .fluid-width-video-wrapper{margin-top:0}.single-llms_quiz .llms-next-lesson{background-color:transparent;font-size:14px;line-height:1}.single-llms_quiz #llms-quiz-header{position:relative}.single-llms_quiz #llms-quiz-header:before{position:absolute;left:0;top:0;color:#4d5c6d;font-size:16px;font-weight:800}.single-llms_quiz #llms-quiz-header .llms-progress{margin-top:30px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{content:"\e984";font:normal normal normal 9px/1 bb-icons;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#939597;border-radius:100%;width:18px;height:18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease;position:absolute;left:-10px;top:15px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-header.expand-result .toggle-answer:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{line-height:28px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-points{background-color:#ef3e46;color:#fff;padding:0 20px;border-radius:3px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.incorrect .llms-quiz-attempt-answer{color:#ef3e46}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-points{background-color:#1cd991;color:#fff;padding:0 20px;border-radius:3px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.correct .llms-quiz-attempt-answer{color:#1cd991}.single-llms_quiz .llms-return a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.single-llms_quiz .llms-return a i{margin-right:3px}.single-llms_quiz .llms-return a:hover{background-color:rgba(0,0,0,.06)}.single-llms_quiz .entry-title{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor{margin-top:20px;padding-bottom:0;margin-bottom:30px;border-bottom:1px solid #e7e9ec}.single-llms_quiz .lifterlms-header-instructor .flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_quiz .lifterlms-header-instructor .flex h5{margin-bottom:0}.single-llms_quiz .lifterlms-header-instructor .flex h5 span{margin-left:7px}.single-llms_quiz .entry-content-wrap{padding:0!important;background-color:#fff}.single-llms_quiz ul.llms-quiz-meta-info{font-size:14px;margin-bottom:30px}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item{font-weight:800}.single-llms_quiz ul.llms-quiz-meta-info .llms-quiz-meta-item span{font-weight:400}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect{background-color:transparent}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question a.toggle-answer:hover .llms-question-title{color:#007cff}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points{color:#939597;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--code .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--content .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--long_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--short_answer .bb-llms-quiz-status-icon,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question.type--upload .bb-llms-quiz-status-icon{display:none}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{border-top-width:1px;margin-top:10px;padding-top:10px;font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p.llms-quiz-results-label{font-weight:300;text-transform:uppercase;font-size:12px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-of-type{margin-top:0}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description{font-size:14px}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-question-description p{margin-bottom:10px}.single-llms_quiz .llms-quiz-results-history h2.llms-quiz-results-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz .llms-button-wrapper .llms-start-quiz-button,.single-llms_quiz .llms-button-wrapper a.llms-button-secondary{padding-left:2em;padding-right:2em}.single-llms_quiz #llms-quiz-wrapper .llms-quiz-results>h2.llms-quiz-results-title,.single-llms_quiz #llms-quiz-wrapper h2.llms-quiz-meta-title{margin-bottom:15px;font-size:18px;line-height:1.2;font-weight:700}.single-llms_quiz #llms-quiz-wrapper>.llms-return a{font-size:14px}.single-llms_quiz #llms-quiz-wrapper>.llms-return a:before{content:"\E8AB";font-family:bb-icons;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:1px;position:relative;top:2px}@-webkit-keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}@keyframes bs-llms-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(220deg);transform:rotate(220deg)}}.llms-question-wrapper.type--picture_choice ol.llms-question-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-answer-section.llms-correct-answer .llms-quiz-attempt-answer{color:#1cd991!important}.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:after,.llms-quiz-ui .llms-aq-scale .llms-aq-scale-range:before{display:none!important}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{text-align:center}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio>span{margin:0}.llms-quiz-ui .llms-quiz-nav{margin-bottom:60px}.llms-quiz-buttons .llms-button-action{font-size:14px}.llms-quiz-ui{padding:0;background:0 0}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:-webkit-calc(100% / 3);width:calc(100% / 3)}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-quiz-ui ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-quiz-ui .llms-progress{height:4px;border-radius:2px;background-color:#f1f2f4}.llms-quiz-ui .llms-progress .progress-bar-complete{background-color:#007cff;border-radius:2px}.llms-quiz-ui .llms-spinning .llms-spinner{width:20px;height:20px;background-repeat:no-repeat;background-color:transparent;border:0;font-style:normal;margin-left:-10px;margin-top:-10px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.llms-quiz-ui .llms-spinning .llms-spinner:after{content:'\e838';font-family:bb-icons;display:inline-block;width:20px;height:20px;font-size:20px;line-height:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:relative;bottom:1px;color:#939597}.llms-quiz-ui .llms-spinning{background:0 0}.llms-quiz-ui .llms-error{background-color:#ef3e46;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;padding:10px 15px}.llms-quiz-ui .llms-error a{color:rgba(255,255,255,.9);margin-left:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-quiz-ui .llms-error a:hover{color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle{font-size:20px;display:inline-block;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;color:#fff}.llms-quiz-ui .llms-error a i.fa.fa-times-circle:before{content:"\e80a"}.llms-quiz-ui .llms-quiz-question-wrapper h3.llms-question-text{font-size:18px;line-height:1.2;font-weight:700;margin:20px 0}.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-image{margin-bottom:30px}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice{margin-bottom:10px;padding-bottom:10px}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text{font-size:16px}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker{font-size:10px;width:22px;height:22px;line-height:19px;background:#fff;border:2px solid #d6dce6;cursor:pointer}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker span.iterator{color:#939597;display:none}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa{color:#007cff}.llms-quiz-ui .llms-quiz-question-wrapper ol.llms-question-choices li.llms-choice input:checked+.llms-marker{background:0 0;border-color:#007cff}.llms-quiz-ui .llms-quiz-question-wrapper .llms-video-wrapper .center-video{border-top:0;padding:1em 0 0;margin:0 0 1.5em 0;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.llms-quiz-ui .llms-quiz-question-wrapper .llms-video-wrapper .center-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice,.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice{border:1px solid #e7e9ec;border-radius:4px;padding:10px 20px}.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--choice ol.llms-question-choices li.llms-choice label,.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--true_false ol.llms-question-choices li.llms-choice label{padding:0}.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices{margin-top:30px}.llms-quiz-ui .llms-quiz-question-wrapper .llms-question-wrapper.type--picture_choice ol.llms-question-choices li.llms-choice .llms-marker.type--radio{display:none}.llms-quiz-ui .llms-quiz-nav .button{padding:10px 2em;min-height:40px;font-size:14px;background-color:#007cff;border-color:#007cff}.llms-quiz-ui .llms-quiz-nav .button.llms-button-secondary{background-color:transparent}.llms-quiz-ui .llms-quiz-counter{font-size:14px;color:#939597;margin-top:4px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank,.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-width:1px;color:#007cff;padding-bottom:2px}.llms-quiz-ui .llms-question-wrapper.type--blank input.llms-aq-blank:focus{border-bottom-color:#007cff}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li{border:1px solid #e7e9ec;border-radius:4px;padding:10px 20px}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed #e7e9ec}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices li:last-child{border-bottom:1px solid #e7e9ec}.llms-quiz-ui .llms-question-wrapper.type--reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label{padding:0}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker{float:right;margin:3px 0 0 0;position:relative;border:0;cursor:move}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:after,.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{font-family:bb-icons;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;content:'\E81B';color:#c8cbcf}.llms-quiz-ui .llms-question-wrapper.type--reorder .llms-question-choices li>label .llms-marker:before{right:6px}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list li.llms-aq-reorder-item.llms-aq-placeholder{border:1px dashed #e7e9ec}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list.dragging{box-shadow:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker{display:none}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister{display:block}.llms-quiz-ui .llms-question-wrapper.type--picture_reorder .llms-question-choices li>label .llms-marker.type--lister span{display:block}.llms-quiz-ui .llms-question-wrapper.type--short_answer input.llms-aq-short-answer-field{font-size:15px}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-picker{color:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke{stroke:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-fill,.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-snow .ql-stroke.ql-fill{fill:#939597}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow{border:0}.llms-quiz-ui .llms-question-wrapper.type--long_answer .llms-aq-long-answer .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:1px solid #e7e9ec;border-color:#e7e9ec}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader{margin:20px 0;border:1px dashed #dedfe2;border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#007cff}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload:before{content:"\e8e3"}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{font-size:18px;color:#122b46}.llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader em{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code{font-size:14px;border-radius:3px;border:1px solid #e7e9ec}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror{background-color:#e7e9ec;border-radius:3px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror pre.CodeMirror-line{padding:0 10px}.llms-quiz-ui .llms-question-wrapper.type--code .llms-aq-code .CodeMirror-gutters{background-color:rgba(0,0,0,.025);border-right:1px solid #e7e9ec;padding-right:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale{overflow:hidden;width:auto}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-label{font-size:14px;color:#939597}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range{margin-bottom:15px;width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio{margin-right:5px;margin-bottom:5px}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:first-child .llms-aq-scale-button,.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio:last-child .llms-aq-scale-button{border-radius:100%;border:0;font-size:16px;height:50px;padding:17px 0}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button:hover{background:#007cff;color:#fff}.llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio input[type=radio]:checked+.llms-aq-scale-button{background:#007cff;color:#fff}.single-llms_quiz .llms-quiz-buttons form>p{font-size:14px;padding-right:10px}.llms-quiz-timer{font-size:16px;color:#1cd991;border-color:#1cd991}.llms-quiz-timer.color-empty{color:#ef3e46;border-color:#ef3e46}.single-llms_quiz h3.llms-question-title{font-size:16px;font-family:inherit;text-transform:none;font-weight:500;line-height:28px}.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title{line-height:28px}@media (max-width:599px){.llms-quiz-ui .llms-question-wrapper.type--picture_reorder ol.llms-question-choices.llms-aq-reorder-list .llms-aq-reorder-item.type--picture{width:100%}}@media (max-width:428px){.llms-quiz-ui .llms-quiz-nav button#llms-prev-question{margin:10px 0 0 0}.llms-quiz-ui .llms-quiz-counter{margin-top:18px}}@media (max-width:370px){.single-llms_quiz #llms_start_quiz{margin-bottom:20px!important}}.llms-checkout.llms-checkout-cols-2{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){.llms-checkout.llms-checkout-cols-2{display:block}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-1{margin-bottom:20px;width:100%}.llms-checkout.llms-checkout-cols-2 .llms-checkout-col.llms-col-2{width:100%}}.llms-checkout.llms-checkout-cols-1 .llms-checkout-col.llms-col-1{margin-bottom:20px}.llms-student-dashboard .llms-student-dashboard__frame{background-color:#fff;width:-webkit-calc(100% - 230px);width:calc(100% - 230px);padding:38px 40px}@media screen and (max-width:992px){.llms-student-dashboard .llms-student-dashboard__frame{padding:38px 30px}}@media screen and (max-width:544px){.llms-student-dashboard .llms-student-dashboard__frame{padding:20px 20px}}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section{padding-bottom:38px}.llms-student-dashboard .llms-student-dashboard__frame .llms-sd-tab.dashboard .llms-sd-section:last-of-type{padding-bottom:0}.llms-student-dashboard .llms-student-dashboard__frame>.llms-notice{margin-bottom:40px}.llms-student-dashboard.edit-account .llms-student-dashboard__frame>.llms-notice{margin-left:10px;margin-right:10px}.lifterlms .llms-student-dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #e7e9ec;border-radius:4px;position:relative}@media only screen and (max-width:800px){.lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lifterlms .llms-student-dashboard .llms-student-dashboard__frame{width:100%}}.lifterlms .llms-student-dashboard .llms-sep{display:none}.lifterlms .llms-student-dashboard .llms-sd-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px 20px;color:#939597;font-size:14px}.lifterlms .llms-student-dashboard>ul.llms-notice{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.lifterlms .llms-sd-notification-center{border-radius:0 4px 4px 0;background:#fff;width:100%;margin-bottom:0}.lifterlms .redeem-voucher form{border-radius:0 4px 4px 0;background:#fff;width:100%;margin-bottom:0}.lifterlms .llms-status.llms-completed{color:#fff}.lifterlms .llms-person-form-wrapper{background:#fff;border-radius:0 4px 4px 0}.lifterlms .llms-person-form-wrapper form{width:100%;margin-bottom:0}.lifterlms .llms-table-sort .llms-button-secondary.small{padding:6px 20px!important}@media only screen and (max-width:800px){.lifterlms .llms-sd-notification-center{padding:38px 10px}}.lifterlms .llms-sd-items{padding:30px 0}@media only screen and (max-width:800px){.lifterlms .llms-sd-items{padding-top:15px}}@media (max-width:1200px){.has-sidebar.is_dashboard .widget-area:not(.widget-area-secondary){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.has-sidebar.is_dashboard #primary{max-width:100%}.has-sidebar.is_dashboard .llms-student-dashboard .llms-student-dashboard__frame{width:100%}}.lifterlms .llms-sd-header{min-width:230px!important;background:#fbfbfc;border-right:1px solid #e7e9ec;border-radius:4px 0 0 4px}.lifterlms .llms-sd-header .llms-sd-title{display:none;padding:12px 20px;font-size:14px;text-transform:uppercase;font-weight:700;margin:0;cursor:pointer}.lifterlms .llms-sd-header .llms-sd-title:after{font-family:bb-icons;content:'\e84b';font-size:1em;position:relative;width:22px;height:22px;float:right}@media only screen and (max-width:800px){.lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:800px){body:not(.has-sidebar) .lifterlms .llms-sd-header nav.llms-sd-nav{display:block!important}}@media only screen and (min-width:1200px){.has-sidebar .lifterlms .llms-sd-header nav.llms-sd-nav{display:block!important}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-sd-header{border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .lifterlms .llms-sd-header .llms-sd-nav{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none}.has-sidebar .lifterlms .llms-sd-header .llms-sd-title{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:1200px){.has-sidebar .lifterlms .llms-student-dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error{position:static;margin:20px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-sd-tab.dashboard section:first-child,.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+form{padding-top:38px}.has-sidebar .lifterlms .llms-student-dashboard .llms-notice.llms-error+.llms-person-login-form-wrapper{margin-top:75px}}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}}body:not(.logged-in).llms-pointer.is_dashboard .llms-student-dashboard.dashboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:800px){.llms-sd-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}}.llms-sd-items .current{background-color:rgba(77,92,109,.1)}.llms-sd-items .current a{color:#122b46}.llms-sd-items .llms-sd-item a::before{font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:bb-icons;margin-right:10px;min-width:25px}@media only screen and (max-width:768px){.llms-sd-items .llms-sd-item a::before{display:none}}.llms-sd-items .llms-sd-item a:hover{color:#007cff}@media only screen and (max-width:800px){.llms-sd-items .llms-sd-item{width:100%}}.llms-sd-items .llms-sd-item:hover a{color:#007cff}.llms-sd-items .dashboard a::before{content:'\e89f'}.llms-sd-items .signout a::before{content:'\e8b4'}.llms-sd-items .orders a::before{content:'\e8bd'}.llms-sd-items .my-grades a::before{content:'\e868'}.llms-sd-items .edit-account a::before{content:'\e80c'}.llms-sd-items .view-memberships a::before{content:'\e96e'}.llms-sd-items .notifications a::before{content:'\e8a5'}.llms-sd-items .view-certificates a::before{content:'\e975'}.llms-sd-items .view-achievements a::before{content:'\e931'}.llms-sd-items .view-courses a::before{content:'\e957'}.llms-sd-items .redeem-voucher a::before{content:'\e981'}.llms-sd-items .view-groups a::before{content:'\e96b'}.llms-sd-items li.llms-sd-item{cursor:pointer}.llms-sd-items li.llms-sd-item:hover{background-color:rgba(77,92,109,.1)}#page .llms-sd-grades .llms-table tfoot label{display:none}.llms-sd-grades .llms-table tfoot tr .llms-table-sort form{margin-top:20px}.llms-sd-grades .llms-table-sort form label{display:none}.llms-sd-grades .llms-table-sort form select{border-radius:100px;font-size:13px}.llms-sd-grades .llms-table-sort form .llms-button-secondary{color:#fff;background-color:#007cff;border:0}.llms-sd-grades .llms-table-sort form .llms-button-secondary:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.llms-student-dashboard .llms-sd-section{width:100%;height:100%;margin-bottom:0;border-radius:4px}.llms-student-dashboard .llms-sd-section.llms-sd-grades{overflow:auto}@media screen and (max-width:1200px) and (min-width:600px){.llms-student-dashboard .llms-sd-section.llms-my-orders{overflow-x:auto}.llms-student-dashboard .llms-sd-section.llms-my-orders table{min-width:760px}}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type{padding-bottom:38px}.llms-student-dashboard .dashboard .llms-sd-section:last-of-type:after{display:none}.llms-sd-tab.dashboard section.llms-sd-section:after{content:'';display:inline-block;width:100%;height:1px;border-bottom:1px solid #e7e9ec;margin-top:38px}.llms-loop-item-content__body{padding:0 20px}.llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-weight:500;font-size:22px;margin-bottom:0}.llms-student-dashboard .llms-sd-section .llms-sd-section-footer{margin-top:0}.llms-sd-tab.dashboard .llms-button-secondary{font-size:14px;padding:6px 15px}.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{vertical-align:middle}@media screen and (max-width:600px){.llms-student-dashboard .orders-table td,.llms-student-dashboard .orders-table th{text-align:left}}.llms-sl-directory .llms-sl-card--student .llms-student-avatar img{border-radius:0}.llms-sl .llms-button-primary{background-color:#007cff;color:#fff}.is_dashboard header.entry-header{display:none}.llms-coupon-entry .llms-form-field .llms-button-secondary{width:100%!important}.llms-form-field .llms-description{font-size:14px;font-style:italic;font-weight:400;color:#122b46;line-height:1}.lifter-purchase{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:70px 30px;font-weight:400;font-size:22px;color:#4d5c6d;border-radius:4px;border:1px solid #e7e9ec;background:#fff}.lifter-purchase a{display:contents}.lifter-purchase:before{display:inline-block;width:100%;height:60px;content:'';background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/cart.svg);background-repeat:no-repeat;background-size:60px 60px;background-position:center;margin-bottom:24px}.llms-general-notification{box-shadow:none;border-radius:0 4px 4px 0;border-color:#e7e9ec;margin-bottom:10px!important}.llms-general-notification span{border-radius:4px 0 0 4px}.llms-general-notification p{line-height:21px}.bp-feedback.help .bp-icon,.llms-general-notification.info .bp-icon{background:#007cff}.llms-table{border-collapse:separate!important;font-size:14px;min-width:760px;border:0}.llms-table td{border:0;border-bottom:1px solid #e7e9ec;padding:15px 12px}.llms-table td .llms-donut.mini{float:left}.llms-table tr:last-child td{border-bottom:0}.llms-table thead td,.llms-table thead th{font-size:15px}.llms-table-sort form select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;width:auto;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding:10px 40px 10px 20px}.llms-table tbody tr:nth-child(odd) td,.llms-table tbody tr:nth-child(odd) th{background:0 0}.llms-table thead th{text-transform:uppercase;font-weight:400;font-size:14px;color:#a3a5a9;white-space:nowrap}@media screen and (max-width:1200px){.llms-table thead th{font-size:13px;letter-spacing:-1px;padding-left:7px;padding-right:7px}}.llms-table tfoot tr{background-color:transparent}.llms-table tfoot label{font-size:15px;margin:1px 0 0}td.llms-table-navigation{width:45%}.llms-table-sort form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-table-sort form select{margin:0 10px!important}.llms-table td:first-child,.llms-table th:first-child{width:30%}.llms-sd-tab.dashboard{width:100%}.llms-sd-widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sd-widgets .llms-sd-widget-title{margin-right:10px}.llms-sd-widgets .llms-sd-widget:first-child{margin-left:10px}.llms-sd-widgets .llms-sd-widget:last-child{margin-right:10px}.llms-table.llms-single-course-grades{margin:10px}.llms-person-form.edit-account .llms-form-fields .llms-form-field label{font-size:16px;font-weight:400;color:#4d5c6d}.llms-person-form.edit-account .llms-form-fields .llms-form-field input{margin-top:9px;margin-bottom:21px;height:50px}.llms-person-form.edit-account .llms-field-button.llms-button-action{font-size:15px;font-weight:500}body:not(.logged-in) .lifterlms .llms-student-dashboard{border:0}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{border:1px solid #e7e9ec;background-color:#fff;border-radius:4px;padding:3rem 25% 3.5rem;font-size:14px}@media only screen and (max-width:992px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:10%;padding-right:10%}}@media only screen and (max-width:800px){body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form{padding-left:5%;padding-right:5%}}body:not(.logged-in) .lifterlms .llms-student-dashboard .llms-lost-password-form .llms-button-action{font-weight:500;font-size:15px}.llms-student-dashboard .orders-table td{padding-top:10px;padding-bottom:10px}.llms-student-dashboard.orders .order-title{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-student-dashboard.orders .order-title .llms-status{margin-left:20px;font-size:12px;padding:0 15px}.llms-student-dashboard.orders table{font-size:14px;border:0}@media screen and (min-width:600px){.llms-student-dashboard.orders table td,.llms-student-dashboard.orders table th{border-top:1px solid #e7e9ec}}.llms-student-dashboard.orders table .llms-status{padding:0 10px;float:right;background-color:transparent;border-radius:100px;border:1px solid #e7e9ec;text-transform:uppercase;font-size:10px;text-align:center;min-width:85px}.llms-student-dashboard.orders table .llms-status.llms-completed,.llms-student-dashboard.orders table .llms-status.llms-refunded{color:#1cd991;border-color:#1cd991}.llms-student-dashboard.orders table .llms-status.llms-pending{color:#f7ba45;border-color:#f7ba45}.llms-student-dashboard.orders table .llms-status.llms-cancelled,.llms-student-dashboard.orders table .llms-status.llms-failed{color:#ef3e46;border-color:#ef3e46}.llms-student-dashboard.orders .orders-table tbody tr:first-child td,.llms-student-dashboard.orders .orders-table tbody tr:first-child th{border-top:0}.llms-student-dashboard.orders .orders-table th{font-weight:400;color:#122b46}.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) td,.llms-student-dashboard.orders .orders-table tbody tr:nth-child(even) th{background-color:#fff}.llms-student-dashboard.orders .orders-table tbody tr:hover td{background-color:#fbfbfc}.llms-student-dashboard.orders .orders-table tbody td:first-child a{margin-right:5px}@media screen and (min-width:600px){.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item .llms-button-primary{opacity:0}.llms-student-dashboard.orders .orders-table tbody tr.llms-order-item:hover .llms-button-primary{opacity:1}}.llms-student-dashboard.orders .orders-table thead td{font-weight:400;text-transform:uppercase;border-top:0;color:#a3a5a9;white-space:nowrap;letter-spacing:-.4px}@media screen and (max-width:1250px){.llms-student-dashboard.orders .llms-student-dashboard .orders-table td,.llms-student-dashboard.orders .llms-student-dashboard .orders-table th{padding-left:6px;padding-right:6px}}@media screen and (min-width:1200px) and (max-width:1300px){.has-sidebar .llms-student-dashboard.orders table .llms-status{float:none;white-space:nowrap}.has-sidebar .llms-student-dashboard.orders table{font-size:13px}}.orders-table .llms-button-primary{background-color:transparent;color:#007cff;border:1px solid #007cff;padding:6px 20px;min-width:auto}.orders-table .llms-button-primary:hover{background-color:transparent;box-shadow:none}.llms-sd-notification-center .llms-notification-list-item:hover .llms-notification{background-color:inherit}.llms-sd-notification-center .llms-notification{border-top:1px solid #e7e9ec;box-shadow:none}.llms-sd-notification-center .llms-notification-list-item:first-child .llms-notification{border-top:0}.llms-sd-grades .llms-table .llms-progress .llms-progress-bar{height:4px;top:20px}.llms-student-dashboard.redeem-voucher label{font-size:15px;margin-right:10px}.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){.llms-student-dashboard.redeem-voucher input[name=llms_voucher_code]{width:100%;margin-top:10px}}.llms-student-dashboard.redeem-voucher button{padding-top:6px;padding-bottom:6px;background-color:#007cff}.llms-sd-section__blank{text-align:center}.llms-sd-section__blank img{margin:0 0 20px}.llms-sd-section__blank p{color:#a3a5a9}.llms-sd-section__blank i{font-size:70px;color:#a1a9b5;margin:0 0 20px}.llms-sd-grades .llms-table .llms-progress .progress__indicator{right:0;top:-.6em;font-size:12px}.llms-donut svg path{stroke:#007cff}@media only screen and (max-width:1200px){.llms-student-dashboard .llms-sd-section.llms-view-order .order-primary,.llms-student-dashboard .llms-sd-section.llms-view-order .order-secondary{width:100%;float:none}}body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section{position:relative}@media only screen and (min-width:800px){body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,body:not(.has-sidebar) .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media only screen and (min-width:1200px){.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-notification-center .llms-sd-section__blank,.has-sidebar .llms-student-dashboard:not(.dashboard) .llms-sd-section .llms-sd-section__blank{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{position:absolute;width:-webkit-calc(100% - 390px);width:calc(100% - 390px);top:30px;right:80px}@media only screen and (max-width:992px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 290px);width:calc(100% - 290px);right:30px;left:auto}}@media only screen and (max-width:800px){.llms-student-dashboard.edit-account>.llms-notice,.llms-student-dashboard.redeem-voucher>.llms-notice{width:-webkit-calc(100% - 60px);width:calc(100% - 60px);right:30px;left:auto}}.llms-sd-widgets .llms-sd-widget{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;background:#fbfbfc;margin-bottom:1.25rem;margin-top:0}.llms-sd-widgets .llms-sd-widget .llms-achievement{max-width:240px}.llms-sd-widgets .llms-sd-widget .llms-achievement .llms-achievement-content{margin:0 0 10px}.llms-table.llms-single-course-grades td.llms-lesson_title{padding-left:15px}.llms-sd-widgets .llms-sd-widget .llms-sd-widget-title{background-color:#fff;color:#122b46;text-align:center;padding:15px 10px}.llms-single-course-grades-wrapper{overflow-x:auto}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades{margin-left:0;margin-right:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-donut{margin-bottom:0}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status{margin-top:0;color:#fff}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pass{background-color:#1cd991}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-incomplete,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-pending{background-color:#f7ba45}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-status.llms-fail{background-color:#ef3e46}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-assignment>a,.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades .llms-associated_quiz>a{margin-top:6px;display:inline-block}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section:first-child th{padding-top:8px}.llms-single-course-grades-wrapper table.llms-table.llms-single-course-grades tr.llms-section th{padding-top:30px;padding-bottom:15px}.llms-single-course-grades .llms-assignment,.llms-single-course-grades .llms-associated_quiz,.llms-single-course-grades .llms-completion_date,.llms-single-course-grades .llms-overall_grade{text-align:center}.llms-single-course-grades.llms-table td{vertical-align:middle}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>*,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>*{margin:0 4px}.llms-single-course-grades td.llms-assignment .llms-single-course-grades__inCell>a,.llms-single-course-grades td.llms-associated_quiz .llms-single-course-grades__inCell>a{font-size:80%}.llms-single-course-grades .llms-status{border-radius:3px;border:0;font-size:80%;padding:3px 6px}.llms-sd-widgets .llms-sd-widget .llms-sd-date{font-size:18px}.llms-table.llms-single-course-grades th.llms-section_title{text-transform:uppercase;font-size:90%}.llms-loop-list .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .llms-student-dashboard .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms .llms-sd-section .llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.lifterlms .llms-sd-section .llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:1200px){.llms-loop-list{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:992px){.llms-loop-list{-ms-flex-preferred-size:100%;flex-basis:100%}}.llms-loop-list li.llms-loop-item{border-radius:4px;padding-bottom:0;border:1px solid #e7e9ec;margin:10px}.llms-loop-list li.llms-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-loop-list .llms-loop-item-content{background-color:#fff;padding-bottom:0;margin:0;height:auto!important}.llms-loop-list .llms-loop-item-content .fluid-width-video-wrapper{margin:0}.llms-loop-list .llms-loop-item-content .llms-author,.llms-loop-list .llms-loop-item-content .llms-loop-title,.llms-loop-list .llms-loop-item-content .llms-meta{padding:0}.llms-loop-list .llms-loop-item-content a.llms-loop-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:15px;border-top:0;border-radius:0 0 4px 4px}.llms-loop-list .llms-loop-item-content .llms-author{font-weight:500;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-loop-list .llms-loop-item-content .llms-author .llms-author-info.name{color:#4d5c6d}.llms-loop-list .llms-loop-item-content .llms-meta{margin-bottom:0;font-size:13px;color:#a3a5a9}.llms-loop-list .llms-loop-item-content .llms-progress .llms-progress-bar{height:4px}.llms-loop-list .llms-loop-item-content .llms-progress .progress-bar-complete{background-color:#007cff}.llms-loop-list .llms-loop-item-content .llms-loop-item-after-image{padding:14px 20px}.bb-cover-wrap--llms,.llms-loop-link .bb-cover-wrap{padding-top:56.25%}.bb-cover-wrap--llms .ld-status,.llms-loop-link .bb-cover-wrap .ld-status{position:absolute;z-index:9;top:15px;background-color:#007cff;border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-cover-wrap--llms .ld-status.ld-status-complete.ld-primary-background,.llms-loop-link .bb-cover-wrap .ld-status.ld-status-complete.ld-primary-background{background-color:#1cd991}.llms-page-title{font-size:28px;color:#122b46;margin:26px 0 22px 0}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link{height:initial}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content a.llms-loop-link .llms-loop-item-after-image{text-align:left}.llms-sd-section.llms-my-courses .llms-loop-list .llms-loop-item-content .llms-loop-item-footer{padding-bottom:0}.single-course.llms-pointer .gform_wrapper h3.gform_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:left}.single-course.llms-pointer .llms-extra{position:relative}.single-course.llms-pointer .llms-extra-locked i,.single-course.llms-pointer .llms-extra-logged-out i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:10px;border:2px solid #cacaca;border-radius:100%}.single-course.llms-pointer .llms-extra-locked i:before,.single-course.llms-pointer .llms-extra-logged-out i:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.single-course.llms-pointer .bb-llms-content-wrap .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover{background:0 0}.single-course.llms-pointer .bb-llms-banner{padding:0 20px}.single-course.llms-pointer .bb-llms-content-wrap{padding-top:35px;padding-bottom:50px}.single-course.llms-pointer .bb-llms-content-wrap>p{font-size:16px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper{margin-bottom:25px}.single-course.llms-pointer .bb-llms-content-wrap>.llms-audio-wrapper .center-audio iframe,.single-course.llms-pointer .bb-llms-content-wrap>.llms-video-wrapper .center-audio iframe{width:100%}.single-course.llms-pointer .bb-course-excerpt{margin-bottom:20px;opacity:.8;font-size:16px;letter-spacing:-.24px;line-height:27px}.single-course.llms-pointer .bb-course-points{margin-bottom:35px}.single-course.llms-pointer .bb-course-points a.anchor-course-points{color:#fff;font-size:15px;font-weight:500}.single-course.llms-pointer .bb-course-points a.anchor-course-points i{margin-left:10px}.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 480px);max-width:calc(100% - 480px);width:-webkit-calc(100% - 480px);width:calc(100% - 480px)}@media screen and (max-width:1200px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 400px);max-width:calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}}@media screen and (max-width:880px){.single-course.llms-pointer .bb-course-banner-inner{max-width:-webkit-calc(100% - 320px);max-width:calc(100% - 320px);width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}.single-course.llms-pointer .bb-preview-course-link-wrap{position:relative;padding:68px 0;color:#fff}.single-course.llms-pointer .bb-single-course-sidebar .widget{box-shadow:0 32px 54px 0 rgba(0,0,0,.1);border-radius:5px;border:0;padding:0 30px 10px;background-color:#fff;margin-bottom:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap{margin:0 -30px 0;border-radius:5px 5px 0 0;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio{width:100%;background-color:#e2e7ed}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio:focus{outline:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap audio::-webkit-media-controls-panel{background-color:#e2e7ed;border-radius:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview{display:block;height:0;padding-bottom:67.25%;position:relative;z-index:1}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap.bb-thumbnail-preview img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap{padding:0}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container{height:0;padding-bottom:56.25%;position:relative;z-index:1;background-color:#607387}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay{position:absolute;z-index:2;color:#fff;text-align:center;width:100%;height:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn{width:60px;height:60px;background-color:rgba(248,248,248,.9)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay:hover .bb-course-play-btn:after{border-color:transparent transparent transparent #007cff}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;margin:50px auto;font-size:13px;font-weight:500;text-shadow:0 1px 1px rgba(0,0,0,.3)}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn-wrapper{width:60px;height:60px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;background-color:rgba(248,248,248,.7);border-radius:100%;margin:auto;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .widget .bb-course-preview-wrap .bb-preview-course-link-wrap .thumbnail-container .bb-course-video-overlay .bb-course-play-btn:after{content:'';display:inline-block;position:relative;left:2px;margin:auto;width:10px;height:10px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #4d5c6d;-webkit-transition:all linear .2s;transition:all linear .2s}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus{margin:0;list-style:none}.single-course.llms-pointer .bb-single-course-sidebar .lifter-sidebar-widgets .widget,.single-course.llms-pointer .bb-single-course-sidebar .widget_course_syllabus .widget{margin:15px 0;padding:15px 25px}.single-course.llms-pointer .llms-meta-info h3{font-size:16px!important;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.single-course.llms-pointer .llms-instructor-info{margin-bottom:15px}.single-course.llms-pointer .llms-instructor-info h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 10px;text-transform:uppercase;text-align:left}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.single-course.llms-pointer .llms-instructor-info .llms-author .llms-author-avatar img{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.name{margin-left:0;text-align:left;font-size:16px;font-weight:600;line-height:1;margin-bottom:5px}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-info.label{margin:0}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-name-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .meta-saperator{margin:0 15px;line-height:13px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px}.single-course.llms-pointer .llms-instructor-info .llms-author-holder .llms-author-number-courses{font-size:14px;line-height:1.2;margin-bottom:0}.single-course.llms-pointer .bb-modal.bb_course_video_details{padding:10px;max-height:-webkit-calc(100vh - 20px);max-height:calc(100vh - 20px);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.single-course.llms-pointer .bb-modal.bb_course_video_details button.mfp-close{width:30px;height:30px;line-height:32px;top:15px;right:15px;background-color:#fff}@media screen and (min-width:820px){.single-course.llms-pointer .bb-single-course-sidebar{max-width:380px;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;margin-left:auto;position:relative;z-index:2}}@media screen and (min-width:768px){.single-course.llms-pointer .bb-grid .bb-llms-content-wrap{padding-right:8%}.single-course.llms-pointer .site-content{padding-left:30px;padding-right:30px}}@media screen and (max-width:819px){.single-course.llms-pointer .bb-course-banner-inner{max-width:100%;width:100%}.single-course.llms-pointer .bb-course-banner-info{padding:30px 0}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:30px 0 20px!important}.single-course.llms-pointer .bb-grid .bb-single-course-sidebar .thumbnail-container img{width:100%}.single-course.llms-pointer .bb-grid #lifter-course-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:100%;padding-right:10px}}@media screen and (min-width:681px){.single-course.llms-pointer .bb-llms-content-wrap{max-width:820px}}.wp-block-llms-course-progress{background-color:rgba(146,164,183,.05);border-radius:6px;padding:.8em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.wp-block-llms-course-progress .llms-progress{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.wp-block-llms-course-progress .llms-progress .progress__indicator{margin:0;display:block;float:left;text-align:left;height:auto;line-height:normal;padding-right:20px}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:700;text-align:left;line-height:2}.wp-block-llms-course-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;line-height:2}.wp-block-llms-course-progress .llms-progress .llms-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;margin-right:0;height:3px;background:#e7e9ec;top:inherit;margin:5px 0;overflow:hidden;color:#fff;border-radius:7px}.wp-block-llms-course-progress .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:7px}.llms-lesson-preview .llms-extra{width:auto}.llms-syllabus-wrapper .llms-section-title{margin-bottom:10px}.llms-syllabus-wrapper .llms-lesson-link-locked{min-height:inherit}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter{padding-right:30px;position:relative}.llms-syllabus-wrapper .llms-lesson-link-locked .llms-lesson-counter:after{content:'';font-size:12px;position:absolute;top:-5px;right:0;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:"\e982"}.llms-syllabus-wrapper .llms-lesson-preview{margin-bottom:10px}.llms-syllabus-wrapper .llms-lesson-preview:hover .llms-lesson-main{background:rgba(146,164,183,.1)}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid #007cff;border-radius:100%;background-color:#007cff;content:'\e876';font-size:12px;color:#fff;line-height:18px;text-align:center;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 90px 16px 75px;text-align:left}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e956';position:absolute;left:45px;top:17px;font-size:20px}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:'';font-size:12px;position:absolute;top:28px;right:6px;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px;border:2px solid;border-color:#dedfe2;border-radius:100%}.llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:14px;letter-spacing:-.24px;line-height:1.6}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px}.llms-syllabus-wrapper .llms-lesson-preview .quizzes_section_holder{display:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent!important;pointer-events:none}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:#939597;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e984";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:transform .2s}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder .llms-lesson-link{padding:19px 15px 19px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder .llms-lesson-link.no_quiz_and_assigment{padding:19px 15px 19px 25px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:200px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail{position:absolute;top:0;left:0;width:100%;height:200px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail .llms-lesson-thumbnail img{height:200px;width:100%;object-fit:cover;border-radius:4px 4px 0 0}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;font-weight:800;line-height:10px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:#dedfe2}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-complete i:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-holder.llms_has-thumbnail{padding-top:0}.course .llms-meta-info .llms-meta span{font-weight:400}.llms-instructor-info .llms-instructors .llms-author a .llms-author-info.name{color:#122b46}.llms-instructor-info .llms-instructors .llms-author a:hover .llms-author-info.name{color:#007cff}.single-course.llms-pointer .lifterlms_course_information{margin:20px 0}.single-course.llms-pointer .lifterlms_course_information h3{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding-bottom:15px}.single-course.llms-pointer .lifterlms_course_information div.llms-meta{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-course.llms-pointer .lifterlms_course_information div.llms-meta p{margin-bottom:0;line-height:1.5}.single-course.llms-pointer .lifterlms_course_information .llms-meta:before{font-family:bb-icons;font-size:16px;position:relative;top:1px;width:20px;height:20px;margin-right:10px;color:#a3a5a9;display:block;float:left}.single-course.llms-pointer .lifterlms_course_information .llms-course-length:before{content:'\e985'}.single-course.llms-pointer .lifterlms_course_information .llms-difficulty:before{content:'\e8f8'}.single-course.llms-pointer .lifterlms_course_information .llms-tracks:before{content:'\e923'}.single-course.llms-pointer .lifterlms_course_information .llms-categories:before{content:'\e97b'}.single-course.llms-pointer .lifterlms_course_information .llms-tags:before{content:'\e92f'}.course .llms-meta-info div.llms-meta p{margin-bottom:10px}.llms-meta-info div.llms-meta p{margin-bottom:10px}.review_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #e7e9ec;padding:30px 20px;border-radius:4px;background-color:#fff}.review_box .current_user_avatar{margin-bottom:15px}.review_box .current_user_avatar>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.review_box .current_user_avatar>a .current_user_avatar_name{padding-left:15px;margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1;color:#122b46}.review_box .current_user_avatar img{max-width:42px}.review_box>h3{font-size:16px;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase;text-align:left;padding-top:10px}.review_box #review_text{margin-bottom:10px;resize:vertical}.review_box #llms_review_submit_button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:#fff;color:#007cff}.review_box #llms_review_submit_button:hover{box-shadow:none}.review_box .review_leave{text-align:right}#thank_you_box{border:1px solid #e7e9ec;padding:30px 20px;border-radius:4px;background-color:#fff}#thank_you_box h2{margin-bottom:0;text-align:center;font-size:18px}.bb-llms-content-wrap .comments-title,.bb-llms-content-wrap .review_title{font-size:16px;font-weight:600;letter-spacing:.6px;margin:20px 0 15px;text-transform:uppercase;text-align:left}.bb-llms-content-wrap .comments-title{margin-top:0}.bb-llms-content-wrap .lifter-comment,.lifterlms_content_wrap .lifter-comment{margin-top:30px}#old_reviews{margin:30px 0 20px;padding:20px 0;border-top:1px solid #e7e9ec;border-bottom:1px solid #e7e9ec}#old_reviews hr{display:none}#old_reviews h3{margin-bottom:10px;font-size:18px;font-weight:400;font-size:16px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;text-align:left}#old_reviews .review_avatar_image{max-width:42px}#old_reviews .llms_review{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff!important;border:1px solid #e7e9ec;border-radius:4px;padding:20px!important;margin:0 0 20px!important}#old_reviews .llms_review .review_content{padding-left:15px;width:-webkit-calc(100% - 52px);width:calc(100% - 52px)}#old_reviews .llms_review .review_content .review_author{margin-left:0;text-align:left;font-size:14px;font-weight:600;line-height:1}#old_reviews .llms_review .review_content a .review_author,#old_reviews .llms_review .review_content a:hover .review_author{color:#122b46}#old_reviews .llms_review .review_date{font-size:13px;color:#a3a5a9;margin-bottom:5px;font-weight:500}#old_reviews .llms_review .review_content__title{font-size:14px;font-weight:600}#old_reviews .llms_review .review_content__description{font-size:14px;line-height:1.5}#old_reviews .llms_review h5,#old_reviews .llms_review p{margin-bottom:8px}.bb-llms-content-wrap .llms-lesson-preview h5{font-size:16px;font-weight:500}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-free{color:#fff;display:inline-block;padding:3px 5px;background-color:#007cff;border-radius:3px;font-size:11px;line-height:1;text-transform:uppercase;margin-left:5px}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt{color:#a3a5a9}.bb-llms-content-wrap .llms-lesson-preview .llms-lesson-excerpt p{font-size:14px;line-height:1.4;max-height:2.72em;margin:-3px 0 5px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-syllabus-wrapper .llms-lesson-preview .llms-icon-free{display:none}.llms-lesson-preview--blank{margin-bottom:10px;background-color:rgba(247,186,69,.4);border-radius:4px;text-align:left;padding:19px 25px}.lifter-topic-sidebar-wrapper .llms-lesson-preview--blank{padding:15px 30px;font-size:14px;border-radius:0;line-height:1.5}.lifterlms_pricing_button{text-align:center;margin:20px 0}.lifterlms_pricing_button .link-to-llms-access-plans{width:100%}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper-quizzes .llms-lesson-preview.is-complete .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{background-color:transparent!important}.status-in-progress{background:#00a2e8;color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;margin-left:20px}.status-complete{background-color:#1cd991;color:#fff;text-transform:none;font-weight:500;font-size:12px;width:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;margin-left:20px}.bb-course-member-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px 0}body:not(.single-sfwd-courses) .bb-single-course-sidebar .bb-course-member-wrap{margin-top:20px;margin-bottom:20px}.bb-course-members{display:inline-block;margin-right:12px}.bb-course-members img{border:1px solid #fff;max-width:28px;display:inline-block;margin-right:-8px;position:relative;z-index:3;border-radius:50%;float:left;object-fit:cover;width:28px;height:28px}.lifter-topic-sidebar-wrapper .llms-course-members-list{margin-top:30px}.lifter-topic-sidebar-wrapper .llms-course-sidebar-heading{font-size:15px;font-weight:600;letter-spacing:.6px;padding:20px 0 0;margin:0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lifter-topic-sidebar-wrapper .llms-count{background-color:rgba(0,0,0,.03);border-radius:100px;font-weight:500;font-size:11px;padding:0 14px;font-size:11px;height:20px;line-height:20px;margin-left:10px}.lifter-topic-sidebar-wrapper .lifter-topic-sidebar-data{font-size:15px;padding:15px 0}.lifter-topic-sidebar-wrapper .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-main{background:0 0}.llms-course-members-list .bb-course-member-wrap{padding:0}.llms-course-members-list .bb-course-member-wrap>.list-members-extra{padding:15px 30px 0;display:inline-block}.llms-course-members-list .bb-course-member-wrap>.list-members-extra.lme-less{display:none}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-less{display:inline-block}.llms-course-members-list .bb-course-member-wrap.expanded>.list-members-extra.lme-more{display:none}.llms-course-members-list .list-members-extra i{margin-left:5px}.llms-course-members-list .expanded .list-members-extra i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.llms-course-members-list .course-members-list{list-style:none;margin:0}.llms-course-members-list .course-members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 30px}.llms-course-members-list .course-members-list img{max-width:28px;margin-right:10px}.llms-course-members-list .course-members-list.course-members-list-extra{display:none}.llms-course-members-list .course-members-list a{color:#939597}.llms-course-members-list .course-members-list a:hover{color:#007cff}.sticky-header .lifter-comment #comments:before{display:none}@media screen and (max-width:1180px){.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .progress__indicator{width:100%;padding-right:0}.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-complete,.single-course.llms-pointer .wp-block-llms-course-progress .llms-progress .status-in-progress{margin:3px 0 0;width:100%}}body:not(.bb-dark-theme).llms-pointer.llms-inner .sfwd-light-mode{display:none}.llms-pointer.llms-inner.bb-dark-theme .sfwd-dark-mode{display:none}.single-llms_assignment.bb-dark-theme .lifterlms-header-instructor,.single-llms_quiz.llms-pointer.bb-dark-theme .lifterlms-header-instructor{border-color:#333}body.llms-pointer.llms-inner .side-panel-inner{height:-webkit-calc(100% - 70px);height:calc(100% - 70px)}body.llms-pointer.llms-inner .site-content .container .container-full{width:100%;margin-left:0;margin-right:0;left:0;right:0}body.bb-buddypanel.llms-pointer.llms-inner:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel{width:0}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .buddypanel .side-panel-inner{display:none}body.bb-buddypanel:not(.buddypanel-open).llms-pointer.llms-inner .site{margin-left:0}body.llms-pointer.llms-inner:not(.buddypanel-open).sticky-header .site-header{width:100%}body.llms-pointer.llms-inner .site-header .container{max-width:100%;margin-right:0}body.llms-pointer.llms-inner.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}@media screen and (min-width:768px){body.llms-pointer.llms-inner.buddypanel-open .sticky-header .site-header{width:-webkit-calc(100% - 220px);width:calc(100% - 220px)}}.llms-course-navigation .ld-item-details{display:none!important}.llms-pointer.llms-inner .llms-course-navigation .llms-lesson-link-locked:after{display:none}.llms-pointer.llms-inner .llms-lesson-preview{margin-bottom:10px}.llms-pointer.llms-inner .llms-lesson-preview .llms-icon-free{background:#2295ff;border-radius:4px;color:#fff;display:inline-block;border-radius:5px;padding:3px 5px 3px;line-height:1;font-size:10px;position:absolute;top:-15px;right:0;text-align:center}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder:hover{background:rgba(146,164,183,.1)}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{border:2px solid #cacaca;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{border:2px solid #007cff;border-radius:100%;background-color:#007cff;content:'\e876';font-size:12px;color:#fff;line-height:18px;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:2px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview.is-complete h5{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview{margin-bottom:0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link{box-shadow:none;padding:16px 70px 16px 75px!important;text-align:left}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{font:normal normal normal 18px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""!important;position:absolute;left:45px;top:17px;color:#939597;background-color:transparent!important;font-size:20px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:after{content:'';font-size:12px;position:absolute;top:31px;right:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:transparent;font-family:bb-icons!important;width:22px;height:22px}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link h5{margin-bottom:0;position:relative;font-weight:500;font-size:13px;letter-spacing:-.24px;line-height:1.6;color:#939597;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px}.llms-pointer.llms-inner .llms-lesson-preview .quizzes_section_holder{display:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;margin-left:15px}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button{margin-left:0;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button.no-section span{color:transparent!important;pointer-events:none}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:#939597;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-pointer.llms-inner .llms-lesson-preview .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e984";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:transform .2s}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .clear{display:none}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-main h5{font-size:16px;font-weight:500}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-complete .llms-lesson-complete i:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete{-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-pointer.llms-inner .llms-lesson-preview.is-incomplete .llms-lesson-complete i:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:transparent}.llms-pointer.llms-inner .site-content{padding-left:10px;padding-right:10px}.llms-pointer.llms-inner .site-content .container{max-width:100%;padding-left:0;padding-right:0}.llms-pointer.llms-inner .site-content .container .content-area{padding-bottom:0;padding-top:0}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap{padding-top:0}@media screen and (min-width:544px){.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-wrapper{max-width:370px;padding:0}}.llms-pointer.llms-inner .site-content .container .content-area .entry-content-wrap .lifter-topic-sidebar-data{padding:15px 0}.llms-pointer.llms-inner .llms-lesson-preview.llms-quizz-preview .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked{box-shadow:none;min-height:initial}.llms-pointer.llms-inner .llms-lesson-link-locked:after{content:'';font-size:12px;position:absolute;top:15px;right:30px;width:22px;height:22px;border-radius:100%;border-color:#aaa;border:2px solid}.llms-pointer.llms-inner .llms-tooltip{top:-50px!important}.llms-pointer.llms-inner #llms_start_quiz{color:#fff!important;text-decoration:none!important;margin-bottom:0;line-height:1}.llms-pointer.llms-inner .assignment_section_holder .llms-lesson-preview.llms-quizz-preview .llms-lesson-link:before{content:'\e982'!important}.llms-pointer.llms-inner.lms-side-panel-close .header-maximize-link{display:none}.llms-pointer.llms-inner.lms-side-panel-close .header-minimize-link{display:-webkit-box;display:-ms-flexbox;display:flex}.llms-pointer.llms-inner .header-maximize-link{padding-right:0}.llms-pointer.llms-inner .header-minimize-link{display:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper.lms-topic-sidebar-close{margin-left:-370px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05);-webkit-transition:margin-left .3s ease-in-out;transition:margin-left .3s ease-in-out;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px);padding:0}@media screen and (min-width:544px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper{max-width:370px}}.llms-pointer.llms-inner .lifter-topic-sidebar-course-navigation .ld-course-navigation{margin:15px 30px}.llms-pointer.llms-inner .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 10px;font-size:12px;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-pointer.llms-inner .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link:hover{background-color:rgba(0,0,0,.06)}.llms-pointer.llms-inner .lifter-topic-sidebar-course-navigation .ld-course-navigation a.course-entry-link i{margin-right:3px}.llms-pointer.llms-inner .lifter-topic-sidebar-course-navigation .ld-course-navigation h2{font-size:26px;font-weight:700;margin:0}.llms-pointer.llms-inner .lifter-topic-sidebar-progress{margin:30px 30px 15px;padding-bottom:30px;border-bottom:1px solid #e7e9ec}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .llms-progress-bar{position:initial;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;height:4px;background:#e7e9ec}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator{float:none;text-align:left;height:inherit;line-height:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-percentage{font-size:12px;font-weight:500;color:#a3a5a9;display:block;margin-top:15px;line-height:1}.llms-pointer.llms-inner .lifter-topic-sidebar-progress .llms-progress .progress__indicator .ld-progress-steps{font-size:12px;font-weight:500;color:#a3a5a9;display:block;margin-top:7px;line-height:1}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper{margin:0}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{margin:10px 30px 10px 30px;text-align:left;font-size:15px;font-weight:600;letter-spacing:.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:rgba(146,164,183,.05)}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .assignment_section_holder.quizzes_section_holder .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{content:""!important}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:after{content:'\e876';font-size:12px;position:absolute;top:25px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid #007cff;background-color:#007cff;font-weight:800;line-height:16px}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:before{font-size:20px;top:15px;color:#939597}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-incomplete .llms-lesson-link:after{right:30px;top:27px}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.llms-quizz-preview.is-complete .llms-lesson-link:before{font-size:20px;top:15px;color:#939597}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:line-through}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link:after{content:'';font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border:1px solid #007cff;background-color:#007cff}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link.no_quiz_and_assigment:after,.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-main .llms-lesson-link:after{display:none}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-link::before{content:'\e876';font-size:14px;position:absolute;top:15px;right:30px;width:23px;height:23px;line-height:23px;border-radius:100%;font-family:bb-icons!important;color:#fff;background-color:#007cff;display:block;z-index:9}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete .llms-lesson-link:after{content:'';font-size:12px;position:absolute;top:15px;right:30px;width:23px;height:23px;border-radius:100%;border-color:#dedfe2;border:2px solid;color:#dedfe2}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link{padding:15px 55px 15px 0;width:100%;position:relative;background-color:transparent}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link.no_quiz_and_assigment{padding-left:30px}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .clear{display:none}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main .llms-pre-text{display:none}.llms-pointer.llms-inner .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link .llms-main h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;font-size:14px;font-weight:500;color:#939597}.llms-pointer.llms-inner .llms-lesson-preview .llms-lesson-title{font-weight:500}.llms-pointer.llms-inner #lifterlms-page-content{background-color:#fff;padding:30px 100px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:-webkit-calc(100vh - 76px);min-height:calc(100vh - 76px)}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding:0;position:relative;-webkit-transition:margin .2s;transition:margin .2s}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar{margin:0 0 15px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{background-color:transparent;padding:0 0 10px;border-bottom:1px solid #e7e9ec;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:1em}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child:after{content:'\e827';font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400;color:#122b46}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover{color:#007cff}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position{margin-right:auto}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{font-size:13px;display:block;line-height:1;text-transform:uppercase;-webkit-transition:all linear .2s;transition:all linear .2s;color:inherit}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages .bb-total{color:#a3a5a9}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .bb-ld-status{margin-right:20px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:#1cd991}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:#007cff}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a{font-size:0;background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:#007cff}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:50px 0 0 50px;margin-right:2px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:'\e87a';font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 50px 50px 0}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:'\e87b';font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:after{bottom:130%;left:50%;margin-bottom:11px;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header [data-balloon][data-balloon-pos=up]:before{bottom:130%;left:50%;margin-bottom:5px;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}@media (min-width:1024px){.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title{max-width:760px;margin-left:auto;margin-right:auto}}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor{max-width:760px;margin-left:auto;margin-right:auto}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor{margin:0;padding-top:20px;padding-bottom:20px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap{max-width:40px;text-align:left;margin-right:10px;display:block;padding:0}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-avatar-wrap .avatar{max-width:32px}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5{font-weight:400;font-size:15px;color:#122b46;margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 a{color:#122b46}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .meta-saperator{color:#a3a5a9;margin:0 5px 0 5px;font-size:16px;line-height:1.6875rem}.llms-pointer.llms-inner #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor>.flex .bb-content-wrap h5 .bb-about-instructor-date{color:#a3a5a9;margin-left:0;position:relative}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap{max-width:760px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:50px;padding-top:30px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-audio-wrapper,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-video-wrapper{margin-bottom:25px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .mejs-button>button{border-radius:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote{background:#e3e6ea;border-radius:3px;margin:0 0 40px;padding:30px;font-size:22px;letter-spacing:-.24px;line-height:30px;position:relative}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote:before{content:'\e832';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;color:#fff;width:38px;height:38px;line-height:38px;background:#7f868f;border-radius:100%;margin-bottom:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap blockquote.wp-block-quote p{margin-bottom:1.6875rem}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap iframe{width:100%}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-pre-text{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap a .llms-lesson-excerpt p{margin-bottom:0}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-button-action{background-color:#007cff;padding:10px 20px}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap #llms_mark_incomplete{background-color:#007cff;color:#fff}.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-lesson-title,.llms-pointer.llms-inner #lifterlms-page-content .lifterlms_content_wrap .llms-course-nav.llms-next-lesson .llms-pre-text{text-align:right}@media screen and (max-width:992px){.llms-pointer.llms-inner #lifterlms-page-content{padding:30px 40px 0}}@media screen and (max-width:767px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{position:absolute;z-index:99;width:370px;height:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content{width:100%}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid #lifterlms-page-content #lifterlms-lesson-header .bb-position{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pointer.llms-inner .lifterlms_lesson_holder .llms-lesson-preview{width:100%}}@media screen and (max-width:400px){.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid{position:relative}.llms-pointer.llms-inner #lifterlms-content .bb-grid.grid .lifter-topic-sidebar-wrapper{width:370px}}.llms-pointer.llms-inner .lifterlms-lesson-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status{margin-right:20px}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status{background-color:rgba(146,164,183,.05);text-transform:none;font-weight:400;font-size:12px;line-height:inherit;padding:0 12px;letter-spacing:inherit;height:100%;border-radius:100px;text-align:center;display:block}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-complete{color:#fff;background-color:#1cd991}.llms-pointer.llms-inner .lifterlms-lesson-nav .bb-ld-status .ld-status.ld-status-progress{color:#fff;background-color:#007cff}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a{font-size:0;background-color:#d3d7db;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;min-width:55px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s;color:#fff;font-size:12px;white-space:nowrap}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:#007cff}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link{border-radius:50px 0 0 50px;margin-right:2px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.prev-link:before{content:'\e87a';font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:6px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link{border-radius:0 50px 50px 0}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a.next-link:after{content:'\e87b';font:normal normal normal 14px/1 bb-icons;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:6px;padding-bottom:3px}.llms-pointer.llms-inner .lifterlms-lesson-nav .lifterlms_next_prev_link a .meta-nav{position:absolute;width:100%;font-size:0;z-index:20}@media screen and (max-width:767px){.llms-pointer.llms-inner .lifterlms-lesson-nav{width:100%;margin-top:15px}}.lifter-topic-sidebar-wrapper .llms-lesson-excerpt{display:none}.lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-title{margin-bottom:0}.llms-syllabus-wrapper .llms-lesson-main{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link{padding:19px 15px 19px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link .llms-main h5{font-size:16px;font-weight:500;color:#939597}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link:hover .llms-main h5{color:#007cff}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link .clear{display:none}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link .llms-extra{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.llms-syllabus-wrapper .llms-lesson-main .llms-lesson-holder .llms-lesson-link .llms-extra .llms-lesson-counter{font-size:12px;font-weight:400}.llms-syllabus-wrapper .llms-lesson-main .quizzes_section_holder{display:none}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button{margin-left:18px;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button.ld-button-alternate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button.ld-button-alternate.ld-expanded{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button.no-section span{color:transparent!important;pointer-events:none}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button .ld-icon-arrow-down{color:#939597;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}.llms-syllabus-wrapper .llms-lesson-main .ld-item-details .ld-expand-button .ld-icon-arrow-down:before{content:"\e984";font:normal normal normal 9px/1 bb-icons;speak:none;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s;transition:transform .2s}.single-llms_assignment #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after,.single-llms_quiz #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span:nth-child(2):after{content:'\e827';font-family:bb-icons;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:0;margin-right:0;position:relative;top:2px}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap{padding-top:0!important}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p{margin-bottom:1.5rem}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-error a,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-error a{padding-right:0}.single-llms_assignment #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text,.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap p.llms-choice-text{margin-bottom:0}.single-llms_assignment #llms_start_quiz,.single-llms_quiz #llms_start_quiz{margin-bottom:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section{margin-top:0;padding-top:0}.single-llms_assignment .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p,.single-llms_quiz .llms-quiz-results-main .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section p{margin-bottom:0!important;text-transform:none!important;font-size:14px!important}.single-lesson .llms-lesson-button-wrapper{font-family:inherit;text-transform:none;font-weight:500;color:#122b46;font-size:1.25rem;line-height:28px;margin-bottom:25px}.single-lesson .llms-lesson-button-wrapper .llms-incomplete-lesson-form{margin-top:1.6875rem}.single-lesson.llms-pointer .llms-course-navigation .llms-lesson-preview.is-complete .llms-lesson-title{text-decoration:none}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-lesson-preview .llms-lesson-holder{min-height:51px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .ld-item-details+.llms-lesson-holder>a.llms-lesson-link{left:50px;width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-main a.llms-lesson-link{position:absolute}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip.show{position:absolute;bottom:30px}.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{top:unset!important;z-index:99;line-height:1.4;width:300px;font-size:12px;white-space:normal;text-align:center}@media screen and (max-width:800px){.llms-pointer.llms-inner .lifter-topic-sidebar-wrapper .llms-tooltip{width:220px}}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show{top:0!important;left:0;bottom:0;width:100%;max-width:100%;height:100%;white-space:normal!important;right:0;font-size:12px;-webkit-transform:none;-ms-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show .llms-tooltip-content{line-height:1.4;max-height:4.1em;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.llms-pointer.llms-inner .llms-course-navigation .llms-tooltip.show:after{display:none}.post-type-archive-course.llms-pointer footer.footer-bottom,.post-type-archive-llms_membership.llms-pointer footer.footer-bottom,.tax-course_cat footer.footer-bottom,.tax-course_difficulty footer.footer-bottom,.tax-course_tag footer.footer-bottom,.tax-course_track footer.footer-bottom,.tax-membership_cat footer.footer-bottom,.tax-membership_tag footer.footer-bottom{padding-top:30px;padding-bottom:30px}.lifterlms-course-list .bs-search-form{background-color:#fff;border:1px solid #dedfe2;border-radius:100px;margin-bottom:0;position:relative}.lifterlms-course-list .bs-search-form:before{content:'\e81f';font-family:bb-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;position:absolute;top:10px;font-size:14px;color:#4d5c6d;left:9px;opacity:.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lifterlms-course-list .bs-search-form input[type=text]{background:0 0;border-radius:100px;border:0;height:34px;font-size:14px;letter-spacing:-.24px;padding:0 30px 0 35px}.lifterlms-course-list .bp-navs.bp-subnavs{margin-bottom:15px;border-bottom:1px solid #e7e9ec}.lifterlms-course-list .bp-navs.bp-subnavs>ul{margin:0;list-style:none}.lifterlms-course-list .bp-navs.bp-subnavs li{float:left;padding-right:30px}.lifterlms-course-list .bp-navs.bp-subnavs li a{padding-bottom:15px}.lifterlms-course-list .bb-courses-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:30px 0 25px}.lifterlms-course-list .bb-courses-header .bs-dir-search,.lifterlms-course-list .bb-courses-header h1{margin:0}@media screen and (max-width:544px){.lifterlms-course-list .bb-courses-header{display:block}.lifterlms-course-list .bb-courses-header h1{margin-bottom:15px}}.lifterlms-course-list .courses-type-navs ul li a{display:inline-block}.ld-secondary-header--llms .bb-secondary-list-tabs{margin-top:25px;margin-bottom:25px}.ld-secondary-header--llms .grid-filters{background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header--llms .grid-filters a{color:#122b46;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header--llms .grid-filters a:hover{opacity:1}.ld-secondary-header--llms .grid-filters a.layout-grid-view{padding-left:5px;border-right:1px solid #e7e9ec}.ld-secondary-header--llms .grid-filters .active{opacity:1}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{margin-right:12px;height:36px;font-size:14px;outline:0;display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;color:#4d5c6d;-webkit-appearance:none;padding-right:40px}@media screen and (max-width:992px) and (min-width:768px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}@media screen and (max-width:610px){.ld-secondary-header--llms .sfwd-courses-filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-right:15px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap{width:100%;margin-bottom:5px}.ld-secondary-header--llms .sfwd-courses-filters .select-wrap select{width:100%}}.bb-course-items .bb-course-cover--videoTile{background-color:#607387}.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:20px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item{background:#fff;border:1px solid #e7e9ec;border-radius:4px;height:100%;padding-bottom:0;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:#007cff;border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.grid-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:#1cd991}@media screen and (max-width:1200px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}}@media screen and (max-width:820px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:480px){.bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}body:not(.bb-page-loaded) .bb-course-items .bb-course-cover--videoTile{display:none}.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}@media screen and (max-width:1200px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:992px){.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:initial;margin-top:0}.llms-progress .llms-progress-bar{top:0;height:4px}.llms-progress .progress-bar-complete{height:4px}.llms-progress .progress__indicator{height:initial;margin-left:0;text-align:left;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.24px;display:block;margin-top:10px;color:#a3a5a9}.llms-progress .progress__indicator .ld-progress-steps{margin-top:5px}.llms-loop-item-content__body .llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:10px}.llms-loop-item-content__body .llms-progress .llms-progress-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.llms-loop-item-content__body .llms-progress .progress__indicator{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.llms-loop-item-content__body .llms-difficulty,.llms-loop-item-content__body .llms-enroll-date,.llms-loop-item-content__body .llms-enroll-status{display:none}.llms-loop-item-content__body .bb-course-excerpt{font-size:13px;color:#a3a5a9;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.course-details-verbose{padding-bottom:65px}@media screen and (max-width:544px){.course-details-verbose{padding-bottom:80px}}.lifterlms-course-list .bb-cover-list-item{position:relative}.lifterlms-course-list .bb-cover-list-item .llms-meta-aplans{position:absolute;bottom:0;width:-webkit-calc(100% - 40px);width:calc(100% - 40px);min-height:44px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}@media screen and (max-width:544px){.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;min-height:70px}.lifterlms-course-list .list-view .bb-cover-list-item .llms-meta-aplans .push-right{margin-left:0;margin-top:5px}.lifterlms-course-list .list-view .bb-cover-list-item .bb-course-meta.bb-course-meta--membership{padding-bottom:75px}}.bb-card-course-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 20px 0}.bb-card-course-details .course-lesson-count{font-size:13px;color:#a3a5a9;line-height:1;margin-bottom:8px;font-weight:300}.bb-card-course-details .bb-course-title{font-size:22px;font-weight:600;line-height:1.24;margin:0 0 8px;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-title a{color:inherit;display:block;display:-webkit-box;max-height:2.7em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-card-course-details .bb-course-meta{font-size:13px;font-weight:300;color:#a3a5a9;letter-spacing:-.24px;line-height:1;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.bb-card-course-details .bb-course-meta .item-avatar{max-width:28px;margin-right:10px}.bb-card-course-details .bb-course-meta strong{font-size:13px;font-weight:500;letter-spacing:-.24px;margin:0}.bb-card-course-details .bb-course-meta strong a{color:#122b46}.bb-card-course-details .bb-course-meta.bb-course-meta--membership{margin-bottom:15px;padding-bottom:55px}.bb-card-course-details .bb-course-excerpt{font-size:13px;color:#a3a5a9;line-height:1.384;display:block;display:-webkit-box;max-height:2.72em;margin:-3px 0 20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bb-course-items.list-view .bb-card-course-details{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:16px}.bb-course-items.list-view .bb-card-course-details .bb-course-title{max-width:80%}.bb-course-items.list-view .bb-card-course-details .llms-progress{max-width:450px}.bb-course-cover .bb-cover-wrap:after,.llms-loop-link .bb-cover-wrap:after{background-image:none;background:0 0}.bb-cover-wrap--llms{border-radius:3px 3px 0 0}.bb-cover-wrap--llms:after{background-image:none;background:0 0;border-radius:3px 3px 0 0}.bb-course-items.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;list-style:none}.bb-course-items.list-view .bb-course-cover--videoTile .fluid-width-video-wrapper{padding-top:70%!important;height:100%}.bb-course-items.list-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item{background:#fff;border:1px solid #e7e9ec;border-radius:4px;height:100%;-webkit-transition:.2s box-shadow;transition:.2s box-shadow;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status{position:absolute;z-index:9;top:15px;background-color:#007cff;border-radius:0 15px 15px 0;color:#fff;text-align:center;padding:5px 12px;text-transform:uppercase;font-size:11px;line-height:1;letter-spacing:.23px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .ld-status.ld-status-complete.ld-primary-background{background-color:#1cd991}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover .bb-cover-wrap{padding-top:70%;height:100%;border-radius:3px 0 0 3px}@media screen and (max-width:1040px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .llms-meta-aplans{width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}}@media screen and (max-width:460px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}}@media screen and (max-width:375px){.bb-course-items.list-view .bb-course-item-wrap .bb-cover-list-item .bb-course-cover{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}}.lifterlms-course-list--memberships .grid-filters{margin-left:auto}.component-navigation.courses-nav{margin:0}.component-navigation.courses-nav li{position:relative;list-style:none}.component-navigation.courses-nav .bb-icon-loader{position:absolute;right:10px;top:7px}.llms-loop-item-content .llms-progress .progress__indicator{display:block}.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%}@media screen and (max-width:1200px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (min-width:800px) and (max-width:900px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (max-width:480px){.post-type-archive-course.llms-pointer.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bb-lms-pagination{padding:10px 0;text-align:right}.bb-lms-pagination>*{display:inline-block;font-size:13px;margin-right:10px}.bb-lms-pagination a.next.page-numbers,.bb-lms-pagination a.prev.page-numbers{font-size:0}.bb-lms-pagination a.next.page-numbers:before,.bb-lms-pagination a.prev.page-numbers:before{content:'\2192';font-size:13px}.bb-lms-pagination a.prev.page-numbers:before{content:'\2190'}.single-llms_assignment .llms-donut svg path{stroke:#1cd991}.single-llms_assignment .llms-audio-wrapper{margin-bottom:20px}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task:hover{background:0 0!important;background:rgba(146,164,183,.05)!important}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{background:0 0!important;box-shadow:inset -36px 0 40px -32px rgba(0,0,0,.05)}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .icheckbox_minimal{margin:0 0 0 20px}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:initial!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-main .llms-task-check{display:none}.single-llms_assignment .llms-assignment-footer{margin:30px 0 60px}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit{font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500}.single-llms_assignment .llms-assignment-footer #llms-assignment-submit .fa-paper-plane{display:none}.single-llms_assignment .llms-assignment-footer .llms-button-primary{font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500}.llms-start-assignment-button{line-height:1!important;color:#fff!important;text-decoration:none!important;background-color:#007cff}@media screen and (max-width:365px){.llms-start-assignment-button{margin-bottom:15px}}.llms-assignment-upload-field{background:rgba(240,243,247,.5);border:1px dashed #dedfe2!important;border-radius:6px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:#122b46;letter-spacing:-.24px;line-height:26px;padding:30px 20px!important}.llms-assignment-upload-field .fa{margin-bottom:0!important}.llms-assignment-upload-field .fa-upload:before{background:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/upload.svg) no-repeat;background-size:cover;content:" ";height:41px;width:48px;display:block;margin:0 auto 15px}.llms-assignment-upload-field h2{font-size:16px;color:#122b46;letter-spacing:-.24px;line-height:26px}.lifterlms_content_wrap .llms-assignment-content.type--tasklist ol.llms-assignment-tasklist{border:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task{border-bottom:1px solid #e7e9ec}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:first-child{border-top:0}.lifterlms_content_wrap .llms-assignment-content.type--tasklist li.llms-assignment-task:last-child{border-bottom:0}.single-llms_assignment .llms-assignment-tasklist .llms-assignment-task .llms-task-marker{box-shadow:none;border-right:1px solid #e7e9ec}header.llms-pa-posts--archive h2{margin-bottom:inherit}header.llms-pa-posts--archive a{display:inline-block;background-color:rgba(0,0,0,.03);color:#939597;border-radius:20px;padding:1px 15px 1px 30px;font-size:12px!important;margin:0 0 15px;-webkit-transition:all linear .2s;transition:all linear .2s;position:relative}header.llms-pa-posts--archive a:before{position:absolute;left:10px;top:6px;content:'\e87a';font:normal normal normal 14px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header.llms-pa-posts--archive a:hover{background-color:rgba(0,0,0,.06)}.llms-pa-posts.llms-pa-posts--archive footer a{font-family:inherit;font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500;text-align:center;display:inline-block;line-height:1;border:0;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-pa-posts.llms-pa-posts--archive footer a:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}header.llms-pa-area-header.llms-pa-posts--single .llms-pa-meta-sep,header.llms-pa-area-header.llms-pa-posts--single a{color:#939597;font-size:12px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-title{margin-bottom:15px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author{font-size:16px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{font-size:16px}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right}.llms-pa-posts.llms-pa-posts--single #llms-pa-post-discussion-form .llms-form-field.type-submit .llms-pa-comment-reply-cancel{font-size:12px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap{background-color:#fff;padding:20px;border:1px solid #e7e9ec;border-radius:4px;margin-bottom:20px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap h2{margin-bottom:10px}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form{padding:0;margin:0;background-color:#fff}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit{text-align:right}.llms-pa-posts.llms-pa-posts--single .llms-pa-post-discussion-form-wrap #llms-pa-post-discussion-form .llms-form-field.type-submit button{background-color:#fff;color:#007cff;line-height:1;border:1px solid #007cff}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .read,.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms-pa-comment-toggle-read .unread{color:#007cff;background:0 0!important}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment{margin-bottom:20px;position:relative}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body{margin-bottom:0;background-color:#fff;padding:20px;border:1px solid #e7e9ec;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata{font-size:13px;padding-right:60px;color:#a3a5a9}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-meta.commentmetadata .llms-author img{width:38px;height:38px}.llms-pa-posts.llms-pa-posts--single .llms-pa-discussion-list .llms_pa_post_comment .comment-body .comment-text{margin-top:0}.llms_pa_post_comment.llms-pa-unread:after{content:"unread";font-size:12px;background-color:#fff;border:1px solid #007cff;color:#007cff;padding:0 15px;border-radius:3px;position:absolute;right:20px;top:20px;text-align:center}.llms-pa-post .llms-pa-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-author,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read,.llms-pa-post .llms-pa-meta-sep,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-author,.llms-pa-post .llms-pa-posts .llms-pa-post-header .llms-pa-post-date{font-size:inherit;color:#a3a5a9}.llms-pa-post .llms-pa-meta-sep{opacity:.5}.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-permalink:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-reply:hover,.llms-pa-post .llms-pa-discussion-list .comment .llms-pa-comment-toggle-read:hover{text-decoration:none}.llms-loop-item.course .llms-pa-permalink{font-family:inherit;font-size:12px;color:#939597;font-weight:500;font-style:normal;padding:0 20px 15px;margin:0;display:block}.llms-loop-item.course .llms-pa-permalink:hover{color:#007cff}.llms-loop-item.course .llms-pa-permalink:before{font-size:13px;content:'\e90d';display:inline-block;font-family:bb-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;margin:0 5px 0 0}.lmslifter .llms-pa-stamp{background-color:#007cff;font-size:12px;padding:5px 10px;border-radius:100px;margin-left:10px;display:inline-block;line-height:1}.lmslifter .llms-pa-posts .llms-pa-post-header .llms-pa-post-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:inherit}.lmslifter .llms-pa-posts .llms-pa-post{border-bottom-color:#e7e9ec}.llms-pa-area-header h2.llms-private-area-title{margin-bottom:10px}.llms-pa-area-header.llms-pa-posts--single h2.llms-private-area-title{margin-bottom:0}.llms-pa-posts header.llms-pa-post-header .llms-author,.llms-pa-posts header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts header.llms-pa-post-header .llms-pa-post-date,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-author,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-meta-sep,.llms-pa-posts.llms-pa-posts--single header.llms-pa-post-header .llms-pa-post-date{color:#a3a5a9;font-size:13px}#wp-llms_pa_post_comment-wrap .quicktags-toolbar .ed_button{height:25px;line-height:normal}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small{color:#007cff;border-color:#007cff}#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:focus,#wp-llms_pa_post_comment-wrap.wp-core-ui .button.button-small:hover{box-shadow:none}.llms-pa-info-widget{margin:0 0 30px}.llms-pa-info-widget .llms-pa-item{font-size:14px;margin-bottom:10px}.llms-pa-info-widget .llms-pa-item strong{font-weight:400}.llms-pa-info-widget .llms-pa-info-widget-footer{margin:20px 0 20px}.llms-pa-info-widget .llms-pa-info-widget-footer .llms-button-secondary{padding:10px 20px;font-size:15px;display:inline-block}.single-lesson .gform_wrapper li.gfield.gfield_error,.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent}.single-lesson .gform_wrapper .gfield_checkbox li label,.single-lesson .gform_wrapper .gfield_radio li label{display:inline-block;margin-left:0}.single-lesson .gform_wrapper li.gfield.gfield_error{border:0!important}.single-lesson .gform_wrapper li.gfield.gfield_error.gfield_contains_required{margin-top:0;margin-bottom:0!important;padding-left:0!important}.single.llms_my_certificate-template-default .site-content .container .site-content-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single.llms_my_certificate-template-default .llms-certificate-container{position:relative}@media (max-width:850px){.single.llms_my_certificate-template-default .llms-certificate-container{width:100%!important}}.single.llms_my_certificate-template-default .llms-certificate-container .certificate-background{margin-bottom:0!important}.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{position:absolute;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:480px){.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:40px 60px}}@media (max-width:400px){.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate{margin:20px 40px}}.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:32px;line-height:1.2;font-weight:700;margin-bottom:0}@media (max-width:480px){.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary h1{font-size:24px;margin-top:20px}}.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{text-align:center;margin-top:40px}@media (max-width:480px){.single.llms_my_certificate-template-default .llms-certificate-container .llms_my_certificate .llms-summary p{margin-top:20px;font-size:14px}}@media (min-width:768px){.single.llms_my_certificate-template-default.bb-buddypanel .site{margin-left:0;-webkit-transition:margin-left .2s;transition:margin-left .2s}}.llms-sd-section.llms-my-certificates .llms-certificates-loop.listing-certificates,.llms-student-dashboard.view-certificates .llms-certificates-loop.listing-certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-certificates-loop.listing-certificates.loop-cols-5 li.llms-certificate-loop-item{width:-webkit-calc(20% - 20px);width:calc(20% - 20px)}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{margin:10px;border:1px solid #e7e9ec;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-certificate{border:none;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.llms-certificate .llms-certificate-title{line-height:1.2;font-weight:700}.llms-certificate .llms-certificate-date{font-size:12px;line-height:1;letter-spacing:-.24px;display:block}.llms-certificate.llms-loop-item-content{margin:0}.llms-notification .llms-notification-footer{border-color:#e7e9ec}.llms-notification .llms-notification-title{margin-bottom:10px;font-weight:500}.llms-notification-list .llms-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.llms-notification-list .llms-notification .llms-notification-footer{margin-left:auto;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;text-align:right;line-height:1.7}.llms-notification-list .llms-notification .llms-notification-footer .llms-notification-date{float:none;margin-right:0;color:#a3a5a9;display:block}@media screen and (max-width:1200px){.llms-notification-list .llms-notification{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-notification-list .llms-notification .llms-notification-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px}.llms-notification-list .llms-notification .llms-notification-footer{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.llms-sd-section.llms-my-memberships .llms-loop-item .llms-loop-item-content{padding:0}.llms-sd-section.llms-my-memberships p{border:none;background-color:transparent;padding:0}.llms-sd-section.llms-my-memberships p:before{display:none}.single-llms_membership header.entry-header{display:none}.single-llms_membership .entry-img{border-radius:4px}.single-llms_membership.single:not(.single-post) .entry-content-wrap{padding-top:0}h1.entry-title--llmsMembership+h1.entry-title--llmsMembership{display:none}ul.llms-achievements-loop li.llms-achievement-loop-item{border-radius:4px;border:1px solid #e7e9ec;margin:10px;padding:0}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{margin:10px}.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .lifterlms ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:0 4px 32px 0 rgba(18,43,70,.1);-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.llms-achievement,.llms-achievement:hover{background-color:transparent}.llms-sd-section.llms-my-achievements .llms-achievement-loop-item.achievement-item a{background-color:transparent}.llms-achievement__body{padding:20px}.llms-achievement .llms-achievement-title{line-height:1.2;font-weight:700;font-size:20px;padding:0}.llms-achievement .llms-achievement-content{padding:0;font-size:14px;color:inherit;line-height:1.584;display:block;display:-webkit-box;max-height:4.5em;margin:20px 0 20px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#4d5c6d}.llms-achievement .llms-achievement-date,.llms-achievement .llms-achievement-info{display:block;text-align:center}.llms-achievement .llms-achievement-date{font-size:14px;color:#4d5c6d}.llms-achievement .llms-achievement-date span{font-size:12px;color:#a3a5a9}@media (max-width:337px){.lifterlms .llms-button-primary,.lifterlms .llms-button-secondary,.lifterlms .llms-field-button{padding:10px 11px!important}}.iziModal{border-bottom:0!important;box-shadow:0 3px 24px 0 rgba(18,43,70,.28)}.iziModal .bb-cover-wrap{border-radius:0}.iziModal .iziModal-header,.llms-achievement-modal.iziModal .iziModal-header{background-color:#fff!important;box-shadow:none}.iziModal .iziModal-header .iziModal-header-title{color:#122b46}.iziModal .iziModal-header .iziModal-header-subtitle{color:#a3a5a9}.iziModal .iziModal-header .iziModal-button-close{background:0 0;opacity:.7;-webkit-transition:none;transition:none;text-align:center}.iziModal .iziModal-header .iziModal-button-close:hover{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.iziModal .iziModal-header .iziModal-button-close:before{display:inline-block;color:#939597;font-family:bb-icons;content:'\e828';font-size:1.5em;position:relative;width:22px;height:22px}.iziModal-overlay{background-color:rgba(0,0,0,.4)}.iziModal-navigate>button:hover{box-shadow:none}.llms-achievement-image--icon{padding:15px 0;text-align:center;background-color:#eef0f3}.llms-achievement-image--icon img.llms-achievement-img{object-fit:cover;width:54px;height:54px;border-radius:100%;margin:0 auto}.llms-achievement-modal .llms-achievement-image--icon img.llms-achievement-img{width:100px;height:100px}.llms-notification[data-trigger=achievement_earned] .llms-notification-body img{object-fit:cover;width:100px;height:100px;border-radius:100%;margin:10px auto}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:15px}body div.wpforms-container-full .wpforms-form button[type=submit]{font-family:inherit;font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all linear .2s;transition:all linear .2s}body div.wpforms-container-full .wpforms-form button[type=submit]:hover{outline:0;text-decoration:none;color:#fff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),body .wpforms-confirmation-container-full,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){background-color:#1cd991;border-color:#1cd991;text-align:center}.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap .wpforms-confirmation-container-full p,.single-lesson.llms-pointer #lifterlms-page-content .lifterlms_content_wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p,body .wpforms-confirmation-container-full p,body div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p{margin:.5rem 0}.frm_forms .frm_form_fields fieldset{border:none;padding:0;margin-top:0}.frm_forms .frm_form_fields fieldset legend{font-size:26px;margin:0 0 10px 0;background:0 0;border:0 none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;float:none;height:auto;letter-spacing:normal;list-style:none;outline:0;position:static;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;width:auto;visibility:visible;overflow:visible;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_top_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label{display:block;font-weight:700;font-size:16px;float:none;line-height:1.3;margin:0 0 4px 0;padding:0}.frm_forms .frm_form_fields fieldset .frm_top_container .frm_checkbox .icheckbox_minimal.checked:after{text-indent:0}.frm_forms .frm_form_fields fieldset .frm_submit{margin:0;padding:16px 0}.frm_forms .frm_form_fields fieldset .frm_submit .frm_button_submit{font-family:inherit;font-size:15px;color:#fff;background-color:#007cff;border-radius:100px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all linear .2s;transition:all linear .2s;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone{border:1px dashed #dedfe2;border-radius:3px;min-height:60px;padding:30px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon{position:relative;height:40px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_icon_font.frm_upload_icon:before{position:absolute;left:-16px;font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;color:#007cff;content:"\e8e3";font-size:32px;display:block;margin:0 auto 10px}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button{background-color:transparent;font-size:18px;color:#122b46;padding:2px 0}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_compact_text button:hover,.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_upload_text button:hover{background-color:transparent;box-shadow:none}.frm_forms .frm_form_fields fieldset .frm_dropzone .dz-message .frm_small_text{font-size:14px;color:#007cff}.frm_forms .frm_form_fields fieldset .wp-switch-editor{margin-top:0}.frm_forms .frm_form_fields fieldset .frm_description{font-size:15px;padding-top:10px}.frm_forms .frm_form_fields fieldset .frm_range_container input{width:100%}.frm_forms .frm_form_fields fieldset .frm_pos_top{margin:20px 0 0}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div{padding:0 0 10px}.frm_forms .frm_form_fields fieldset .frm_combo_inputs_container div input{width:100%}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field .frm_time_wrap select{width:inherit}.frm_forms .frm_form_fields fieldset .frm_form_field.form-field select{width:100%}.frm_forms .frm_form_fields fieldset .frm_hidden{display:none}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;background-color:transparent;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn svg{width:20px;height:20px}.frm_forms .frm_form_fields fieldset .frm-edit-page-btn span{padding-left:10px;color:#000}.frm_forms .frm_form_fields fieldset .frm_pos_.frm_primary_label{margin-bottom:10px}.frm_forms .frm_form_fields fieldset .frm-line-table tr td h3{margin-bottom:0}.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){-webkit-appearance:none;background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.nf-form-wrap .nf-form-content .list-select-wrap .nf-field-element>div{background:0 0;border:0}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element input{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label{display:inline-block;margin-left:0!important}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:after,.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .listradio-wrap .nf-field-element li .bs-radio{display:none}.single-llms_certificate .bb-grid .llms-print-certificate{max-width:380px}@media screen and (max-width:1200px){.single-llms_certificate .bb-grid{display:block}.single-llms_certificate .bb-grid .llms-certificate-container{display:block}.single-llms_certificate .bb-grid .llms-print-certificate{width:100%;max-width:100%}}.llms-print-certificate .back_to_home_page,.llms-print-certificate .button{font-size:14px}.llms-print-certificate .back_to_home_page{padding-top:10px;display:inline-block;border-radius:20px;padding:1px 15px 1px 10px;margin:15px 0;-webkit-transition:all linear .2s;transition:all linear .2s}.llms-print-certificate .print_and_save_holder{margin-bottom:10px}.print_and_save_holder .button{font-family:inherit;color:#fff;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all linear .2s;transition:all linear .2s}.print_and_save_holder .button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.print_and_save_holder .llms-button-secondary:hover{color:#fff}.llms-notification .llms-notification-body .llms-mini-cert{border:0;background-color:#fbfbfc;border-radius:4px;padding:10px 15px}.llms-notification .llms-notification-body .llms-mini-cert .llms-mini-cert-title{font-weight:400}.llms-sd-notification-center .llms-notification .llms-mini-cert{max-width:100%}ul.llms-certificates-loop.listing-certificates li.llms-certificate-loop-item{padding:0}.llms-certificate__body{padding:10px 20px 20px}.llms-certificate__badge{width:100%;height:35px;background-color:#f5f6f7;margin-bottom:20px}.llms-certificate__badge img{position:relative;top:5px}.llms-certificate__label{font-size:13px;color:#a3a5a9}.llms-achievement .llms-certificate-title,.llms-certificate .llms-certificate-title{font-size:20px;line-height:1.3}a.llms-certificate__link .llms-certificate-title:hover{color:#007cff}.llms-certificate__footer{margin:15px 0 0}.llms-certificate__footer .llms-certificate-date{text-align:left;line-height:1.3}.llms-certificate__footer .llms-certificate__date-label{color:#a3a5a9}.llms-certificate__footer .llms-certificate__moment{font-size:14px}.llms-certificate__download form{margin-bottom:0}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button,.llms-certificate__download .llms-certificate__downloadBtn,.llms-certificate__download button.llms-certificate__downloadBtn.button{color:#007cff;display:inline-block;width:26px;height:26px;line-height:12px;padding:5px;border-radius:100px;border:1px solid #007cff;background-color:transparent}.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:active,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:focus,.buddypress .buddypress-wrap .llms-certificate__download .llms-certificate__downloadBtn:hover,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:active,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.buddypress .buddypress-wrap .llms-certificate__download button.llms-certificate__downloadBtn.button:hover,.llms-certificate__download .llms-certificate__downloadBtn:active,.llms-certificate__download .llms-certificate__downloadBtn:focus,.llms-certificate__download .llms-certificate__downloadBtn:hover,.llms-certificate__download button.llms-certificate__downloadBtn.button:active,.llms-certificate__download button.llms-certificate__downloadBtn.button:focus,.llms-certificate__download button.llms-certificate__downloadBtn.button:hover{box-shadow:none}.buddypress .buddypress-wrap .llms-certificate__download i,.llms-certificate__download i{line-height:15px}body.bb-buddypanel.bb-sfwd-aside .site-header .bb-toggle-panel{display:inherit;margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside .header-aside-inner .bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container>.bb-toggle-panel{display:none}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .site-header .site-header-container{padding-left:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-3 .header-aside-inner .bb-toggle-panel{margin-right:0}body.bb-buddypanel.bb-sfwd-aside.bb-buddypanel-right .header-aside-inner .bb-toggle-panel{display:inline-block;padding-left:20px;margin:0;margin-right:-18px}body.bb-buddypanel.bb-sfwd-aside .site-header .site-header-container:not(.header-3) #header-aside .bb-toggle-panel i{color:inherit}body.bb-buddypanel.bb-sfwd-aside.buddypanel-open:not(.buddypanel-header) .site-header .bb-toggle-panel,body.bb-buddypanel.bb-sfwd-aside.buddypanel-transtioned:not(.buddypanel-header) .site-header .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel{margin-left:-18px}body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.bb-buddypanel-right .site-header .bb-toggle-panel{margin-left:0}body.bb-buddypanel.bb-sfwd-aside:not(.buddypanel-open) .buddypanel .bb-toggle-panel{visibility:hidden;opacity:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head{height:0}body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel{display:none}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a:before{content:'\e971'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-groups a:before{content:'\e96b'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-courses a:before{content:'\e957'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-grades a:before{content:'\e96e'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-memberships a:before{content:'\e93c'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-achievements a:before{content:'\e931'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-certificates a:before{content:'\e975'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a:before{content:'\e8a5'}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--redeem-voucher a:before{content:'\e981'}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content .llms-loop-list.cols-3 .llms-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px);padding:0}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-achievements-loop.loop-cols-3 li.llms-achievement-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(33.333% - 20px);width:calc(33.333% - 20px)}@media only screen and (max-width:1200px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media only screen and (max-width:992px){.woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}@media only screen and (max-width:1200px){.has-sidebar .woocommerce-MyAccount-content ul.llms-certificates-loop.loop-cols-3 li.llms-certificate-loop-item{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}.woocommerce-MyAccount-content .llms-notice+form p.form-row.form-row-first,.woocommerce-MyAccount-content .llms-sd-title+form p.form-row.form-row-first{width:100%}.woocommerce-MyAccount-content .llms-notice+form label,.woocommerce-MyAccount-content .llms-sd-title+form label{font-size:15px;margin-right:10px;display:inline-block}.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{border-radius:100px;padding:0 20px}@media screen and (max-width:992px){.woocommerce-MyAccount-content .llms-notice+form input[name=llms_voucher_code],.woocommerce-MyAccount-content .llms-sd-title+form input[name=llms_voucher_code]{width:100%;margin-top:10px}}.woocommerce-MyAccount-content .llms-notice+form button,.woocommerce-MyAccount-content .llms-sd-title+form button{padding-top:6px;padding-bottom:6px;background-color:#007cff}.woocommerce .woocommerce-MyAccount-content .llms-sd-title{padding:0 0 20px;border-bottom:1px solid #e7e9ec}@media only screen and (min-width:800px){.llms-theme .woocommerce-MyAccount-content{width:68%}}.woocommerce-MyAccount-content .llms-sd-section.llms-sd-grades{overflow-x:auto}@media (min-width:600px){.llms-access-plans.cols-0 .llms-access-plan{width:100%}.llms-access-plans.cols-1 .llms-access-plan{width:100%}.llms-access-plans.cols-2 .llms-access-plan{width:100%}.llms-access-plans.cols-3 .llms-access-plan{width:100%}.llms-access-plans.cols-4 .llms-access-plan{width:100%}.llms-access-plans.cols-5 .llms-access-plan{width:100%}.llms-access-plans.cols-6 .llms-access-plan{width:100%}.llms-access-plans.cols-7 .llms-access-plan{width:100%}.llms-access-plans.cols-8 .llms-access-plan{width:100%}.llms-access-plans.cols-9 .llms-access-plan{width:100%}}.llms-access-plans .llms-access-plan .llms-access-plan-content,.llms-access-plans .llms-access-plan .llms-access-plan-footer{background-color:transparent}.llms-access-plans .llms-access-plan .llms-access-plan-footer{border-bottom:0}.llms-access-plan .stamp{border-radius:4px;background-color:#ef3e46;padding:4px 12px;font-weight:500;line-height:1.2;display:inline-block}.llms-access-plan-price{font-size:16px}.llms-access-plan-price>span{display:block}.llms-access-plan-price{font-variant:normal;line-height:inherit}.llms-access-plan-price .price-regular:not(.price-regular--isSale),.llms-access-plan-price .price-sale{color:#122b46;font-size:20px}.llms-access-plan-price .price-regular:not(.price-regular--isSale) .lifterlms-price,.llms-access-plan-price .price-sale .lifterlms-price{font-weight:700}.llms-access-plan-price .lifterlms-price{font-size:20px}.llms-access-plan-price .price-regular.price-regular--isSale{color:#a3a5a9}.llms-access-plan-price .price-regular.price-regular--isSale .lifterlms-price{color:#a3a5a9;font-size:14px;font-weight:100}.llms-access-plan-pricing .llms-price-currency-symbol{font-size:inherit;vertical-align:inherit}.llms-access-plan-pricing.trial .llms-access-plan-price{margin-top:15px}.llms-access-plan-title{background-color:transparent;color:#122b46;font-weight:500;padding:0 0 20px;font-size:22px}.llms-access-plan-description{font-size:14px;line-height:1.8;padding:0}.llms-access-plan-description span{font-family:inherit!important;color:inherit!important;font-size:inherit!important}.llms-access-plan-expiration,.llms-access-plan-schedule,.llms-access-plan-trial{font-variant:normal;font-size:12px;text-transform:uppercase;margin-top:5px}.llms-access-plan-sale-end{font-variant:normal;text-transform:none;color:#122b46;margin-top:15px;font-size:13px}.llms-access-plan-sale-end span{color:#a3a5a9}@media screen and (max-width:1200px){.llms-access-plan-sale-end span{display:block;padding-bottom:3px}}.llms-access-plan-content{margin:0}.llms-access-plan:not(.featured) .llms-access-plan-featured{display:none}.llms-access-plan.featured .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-footer{border-left:0;border-right:0}.llms-access-plan.featured .llms-access-plan-featured{background-color:#1cd991;text-align:center;padding:5px 25px;line-height:1.5;border-radius:0 0 5px 5px;margin:0 0 10px;position:absolute;top:0;font-size:12px}.llms-access-plan-restrictions{margin:10px 0 0}.llms-access-plan-restrictions ul li{font-size:13px}.llms-access-plan .llms-access-plan-restrictions ul{margin:5px 0}.llms-access-plan .llms-access-plan-restrictions ul a{color:#007cff}.llms-access-plan .llms-access-plan-restrictions ul a:hover{color:#007cff}.bb-single-course-sidebar .llms-access-plan-description{padding:10px 0 0}.bb-single-course-sidebar .llms-access-plan{border:0;background-color:transparent;border-radius:0;padding:0;display:block;text-align:center}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content{max-width:100%;border:0;padding:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-content,.bb-single-course-sidebar .llms-access-plan.featured .llms-access-plan-content{border:0}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-footer{max-width:100%;display:block}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-featured{position:static;border-radius:3px}.bb-single-course-sidebar .llms-access-plan .llms-access-plan-title{background-color:transparent;color:#122b46;padding:0}.llms-access-plan{margin:20px 0;border:1px solid #e7e9ec;border-radius:4px;background-color:#fff;padding:25px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;float:none;position:relative}.llms-access-plan .llms-access-plan-content{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:0 25px 0 10px}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:1px solid #e7e9ec}.llms-access-plan .llms-access-plan-footer{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 10px 10px}.llms-access-plan .llms-access-plan-footer .llms-access-plan-pricing{padding:0}.llms-access-plan .llms-button-action{padding:8px 35px}@media screen and (max-width:992px){.llms-access-plan{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-access-plan.featured{padding-top:45px}.llms-access-plan .llms-access-plan-content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:0 10px 25px;border-bottom:1px solid #e7e9ec;margin-bottom:20px;text-align:center}.llms-access-plan .llms-access-plan-content,.llms-access-plan.featured .llms-access-plan-content{border-right:0}.llms-access-plan .llms-access-plan-footer{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.llms-access-plan .llms-access-plan-title{padding-bottom:10px}}.llms-meta-aplans{margin:0 0 10px}.llms-meta-aplans__btn a{font-size:14px;padding:8px 0}@media screen and (max-width:992px){.llms-meta-aplans__btn a{font-size:13px;padding:6px 14px}}.llms-meta-aplans__btn a.llms-button-secondary{padding-left:18px;padding-right:18px}.llms-meta-aplans__figure h3{margin:0;font-weight:600;line-height:1.5}@media screen and (max-width:992px){.llms-meta-aplans__figure h3{font-size:18px}}.llms-meta-aplans__figure h3>del{display:none}.llms-meta-aplans__figure h3>ins{text-decoration:none}.llms-meta-aplans--hasFree .lifterlms-price{color:#1cd991}.llms-meta-aplans__smTag{color:#a3a5a9;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:-.24px}.llms-meta-aplans__inDate{color:#122b46;font-size:14px;font-weight:500;line-height:1.5}.btn-meta-join i{margin-right:5px;position:relative;top:1px}.lifterlms .llms-checkout-wrapper .llms-checkout{background:0 0}.lifterlms .llms-checkout-wrapper .llms-checkout-col{padding:20px 15px;border:1px solid #eef0f3;border-radius:4px;background:#fff}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-field-button{width:auto;font-weight:400}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-checkout-confirm .llms-field-button{width:100%}.lifterlms .llms-checkout-wrapper .llms-checkout-section-content .llms-form-field.type-submit{text-align:center}.lifterlms .llms-checkout-wrapper .llms-notice.llms-error{background-color:#ef3e46;border:0}.lifterlms .llms-checkout-wrapper .llms-form-heading{font-size:16px;font-weight:700;background:0 0;color:#122b46;text-transform:uppercase;margin-bottom:15px;padding-top:0}.lifterlms .llms-checkout-wrapper .llms-checkout-section{border:none}.lifterlms .llms-checkout-wrapper .llms-button-action{border-radius:100px;background:#007cff}.lifterlms .llms-checkout-wrapper .llms-person-login-form-wrapper{padding:0;border:0}.lifterlms .llms-checkout-wrapper .llms-checkout-wrapper form.llms-login{border:0}.lifterlms .llms-checkout-wrapper .llms-person-login-aktif{border:1px solid #eef0f3;padding:20px}.lifterlms .llms-checkout-wrapper .llms-login{border:none}.llms-checkout-wrapper .llms-form-field label{color:#17304a;font-size:16px;font-weight:400}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.llms-checkout-wrapper .llms-form-field.llms-payment-gateway-option .llms-description{margin-left:10px}.llms-checkout-section-content .llms-order-summary{text-align:right;line-height:1.4}.llms-checkout-section-content .llms-order-summary li{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3px 0 5px}.llms-checkout-section-content .llms-order-summary li .llms-label{margin-right:auto;font-weight:400;font-size:13px;text-transform:uppercase;color:#a3a5a9;line-height:1.7;padding-right:10px;text-align:left;min-width:110px}.llms-payment-gateways .llms-notice{padding:20px}.llms-payment-gateways .llms-notice .llms-form-field{padding:0;margin:0 0 10px}.llms-payment-gateways .llms-notice .llms-form-field.type-select{margin-top:10px}.llms-checkout-section-content .llms-label{color:#122b46;font-weight:700;font-variant:normal;text-transform:none}ul.llms-payment-gateways .llms-gateway-description{margin-left:37px;line-height:1;margin-bottom:17px}.llms-gateway-description p{font-weight:400;font-size:13px;color:#a3a5a9;font-style:normal}.llms-order-summary li{font-weight:400;font-size:16px}ul.llms-payment-gateways li:last-child:after{border-bottom:1px solid #e7e9ec}.llms-checkout-section-content .llms-coupon-wrapper{border-top:1px solid #e7e9ec;font-size:14px;font-weight:400;margin-top:20px;padding-bottom:10px}.llms-checkout-section-content .llms-coupon-wrapper:before{font-family:bb-icons;font-size:1em;position:relative;width:22px;height:22px;content:"\e929";margin-right:5px}.llms-checkout-section-content .llms-coupon-wrapper .llms-field-button{font-size:15px}.llms-checkout-section-content .has-coupon+.llms-coupon-wrapper:before{display:none}.entry-content .llms-author img{vertical-align:middle}.llms-widget-syllabus .section-header{font-size:16px;font-weight:600;letter-spacing:.6px;margin:10px 0;text-transform:uppercase;text-align:left;padding:10px 0}.llms-widget-syllabus .llms-collapse-caret{color:#939597}.llms-widget-syllabus .llms-collapse-caret i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;top:-2px}.llms-widget-syllabus .llms-collapse-caret .fa-caret-down:before{content:'\e984';font-size:9px}.llms-widget-syllabus .llms-collapse-caret .fa-caret-right:before{content:'\e984';font-size:9px}.llms-widget-syllabus .llms-section--closed i.fa.fa-caret-right{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:-8px;left:-4px}.llms-widget-syllabus ul li ul.llms-lesson{margin:0 0 10px}.llms-widget-syllabus ul li ul.llms-lesson li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(146,164,183,.05);border-radius:4px;padding:19px 25px}.llms-widget-syllabus .llms-lesson-complete{margin-right:15px;-ms-flex-preferred-size:22px;flex-basis:22px;-ms-flex-negative:0;flex-shrink:0;height:22px;width:22px;border:2px solid;border-radius:100%;color:#dedfe2}.llms-widget-syllabus .llms-lesson-complete.done{background-color:#007cff;color:#007cff}.llms-widget-syllabus .llms-lesson-complete i.fa{font-family:bb-icons!important;font-size:1em;position:relative;width:22px;height:22px;margin-left:-2px;margin-top:-2px}.llms-widget-syllabus .llms-lesson-complete .fa-check-circle:before{content:'\e876';font-size:12px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);color:#fff;font-weight:800;line-height:10px}.llms-widget-syllabus .lesson-title a,.llms-widget-syllabus .lesson-title.done a{color:#122b46}.llms-widget-syllabus .lesson-title a:hover,.llms-widget-syllabus .lesson-title.done a:hover{color:#007cff}.llms-widget-syllabus--collapsible .llms-syllabus-footer{font-size:14px;padding:10px 0}.llms-widget-syllabus--collapsible .llms-syllabus-footer a{color:#939597}.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover{color:#007cff}.llms-course-progress .llms-course-continue-button{display:inline-block}#old_reviews:not(.old_reviews--revoke) .llms_review{display:block}#old_reviews:not(.old_reviews--revoke) .llms_review h5{color:#122b46!important}#old_reviews:not(.old_reviews--revoke) .llms_review h6{font-family:inherit;color:#a3a5a9!important}.ld-secondary-header.llms-shortcode .grid-filters{border-color:#e7e7e8;background:#fff;border:1px solid #e7e9ec;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;font-size:21px;height:36px}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip{color:#122b46;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip{color:#122b46;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:5px;opacity:.4;-webkit-transition:.3s all;transition:.3s all}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-list-view.bp-tooltip.active{opacity:1}.ld-secondary-header.llms-shortcode a.layout-view.layout-view-course.layout-grid-view.bp-tooltip.active{opacity:1}.llms-pointer.llms-inner.bb-dark-theme .buddypanel{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head{background-color:#121212}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .buddypanel .panel-head .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down){color:#fff}.llms-pointer.llms-inner.bb-dark-theme .side-panel-menu a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header{background:#232323;box-shadow:0 4px 1px -4px rgba(0,0,0,.22)}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .bb-toggle-panel:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a{color:#888}.llms-pointer.llms-inner.bb-dark-theme .site-header .primary-menu>li>a:hover{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link:hover i{color:#aaa!important}.llms-pointer.llms-inner.bb-dark-theme .site-header .user-wrap a.user-link i{color:#fff!important}.llms-pointer.llms-inner.bb-dark-theme .site-header #header-aside i{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme .site-header [data-balloon][data-balloon-pos=down]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(255,255,255,0.95)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper{background-color:#1c1c1c}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper a.course-entry-link:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .ld-course-navigation h2{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-topic-sidebar-progress{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-section-title{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .llms-lesson-link:hover .llms-main h5{color:#fff}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifterlms-lessions-list .llms-syllabus-wrapper .lifterlms_lesson_holder.current_title{background:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget .widgettitle,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget a:hover,.llms-pointer.llms-inner.bb-dark-theme .lifter-topic-sidebar-wrapper .lifter-sidebar-widgets ul li.widget.widget_calendar a{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content{background:#121212;border-bottom-color:#121212}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs{border-color:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a{color:#939597}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .bb-position .lifterlms-lesson-position span.bb-pages{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a{background-color:rgba(146,164,183,.2)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a:hover{background-color:rgba(146,164,183,.3)}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(255,255,255,0.95)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-lesson-nav .lifterlms_next_prev_link a [data-balloon]:after{background:rgba(255,255,255,.95);box-shadow:none;color:#000}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-title h1{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a{color:#939597!important}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content #lifterlms-lesson-header .lifterlms-header-instructor .bb-about-instructor h5 a:hover{color:#fff!important}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gfield_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gform_description a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap label a,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap p a{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .gsection_title,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-button-wrapper,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap h3{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link{background:#333}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h5,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-lesson-preview .llms-lesson-link h6{color:#fff}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-marker,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .llms-assignment-content .llms-task-title{color:#aaa}.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_description,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container .frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .frm_forms .frm_form_fields fieldset .frm_top_container label.frm_primary_label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .list-checkbox-wrap .nf-field-element ul li label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .listradio-wrap .nf-field-element label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-field-label label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .nf-form-wrap .nf-form-fields-required,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_checkbox label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap .with_frm_style .vertical_radio .frm_radio label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label,.llms-pointer.llms-inner.bb-dark-theme #lifterlms-page-content .lifterlms_content_wrap div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{color:#888}.llms-pointer.llms-inner.bb-dark-theme .llms-donut .inside{background:#000}.bb-dark-theme .llms-course-sidebar-heading{color:#fff}.bb-dark-theme [data-type=short_answer].llms-question-wrapper input{background-color:#121212;color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader h2{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--upload .llms-aq-uploader .fa.fa-upload{color:#fff}.bb-dark-theme .llms-quiz-ui .llms-question-wrapper.type--scale .llms-aq-scale .llms-aq-scale-range .llms-aq-scale-radio .llms-aq-scale-button{background-color:transparent;color:#fff}.bb-dark-theme.single-llms_quiz #lifterlms-page-content .lifterlms_content_wrap h3.llms-question-title{color:#fff!important}.bb-dark-theme.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before{color:#fff!important}.bb-sfwd-aside.bb-dark-theme .comment-respond{background-color:#121212;border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond .comment-author{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-respond textarea{border-color:#333}.bb-sfwd-aside.bb-dark-theme .comment-respond input[type=submit].outline:disabled{background-color:#333}.bb-sfwd-aside.bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:inherit}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body{background-color:#121212;border-color:#333;color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body .comment-author a.url{color:#fff}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date{color:#aaa}.bb-sfwd-aside.bb-dark-theme .comment-list .comment-body a.comment-date:hover{color:#fff}.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span,.bb-sfwd-aside.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=file]+label{background-color:#121212}.bb-sfwd-aside.bb-dark-theme input[type=text],.bb-sfwd-aside.bb-dark-theme select,.bb-sfwd-aside.bb-dark-theme textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .lifterlms_content_wrap .comments-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .buddypanel .site-branding{background-color:#121212}.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=date],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime-local],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=datetime],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=email],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=month],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=number],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=password],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=range],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=search],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=tel],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=text],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=time],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=url],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form input[type=week],.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form select,.bb-sfwd-aside.bb-dark-theme div.wpforms-container-full .wpforms-form textarea{background-color:#333;border-color:#aaa;color:#aaa}.bb-sfwd-aside.bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap{border-color:#333}.bb-sfwd-aside.bb-dark-theme .widget.buddypress div.item-options{border-bottom-color:#333}.bb-sfwd-aside.bb-dark-theme .lifter-sidebar-widgets .widget_course_syllabus .section-title{color:#fff}.bb-sfwd-aside.bb-dark-theme .woocommerce-Price-amount{color:#fff}.bb-sfwd-aside.bb-dark-theme .widget_search .search-field-top{background-color:transparent;color:#fff;border-color:#aaa}.llms-sl-directory{padding:0 10px}.llms-sl-directory .llms-sl-card{background:0 0;border:0}.llms-sl-directory .llms-sl-card>a{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;display:block;padding:25px 20px;overflow:visible;height:100%;position:relative;-webkit-transition:box-shadow linear .2s;transition:box-shadow linear .2s;text-align:center}.llms-sl-directory .llms-sl-card>a:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08)}.llms-sl-directory .llms-sl-card .llms-student-avatar img{border-radius:50%;max-width:126px;margin:0 auto 18px;width:100%;object-fit:cover;width:126px;height:126px}.llms-sl-directory .llms-sl-card-footer{background:0 0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column;flex-flow:column;padding:0}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;letter-spacing:-.24px;line-height:1.3;font-size:13px;color:#a3a5a9;margin-top:5px;font-family:inherit;font-weight:inherit}.llms-sl-directory .llms-sl-card-footer .llms-sl-card-subtitle,.llms-sl-directory .llms-sl-card-header .llms-sl-card-subtitle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:#122b46;display:inline-block;font-size:20px;font-weight:500;letter-spacing:-.24px;line-height:1.2;text-transform:capitalize}.llms-sl-uploader{border-radius:4px}#llms-sl-upload-modal .llms-sl-uploader{border-color:#e7e9ec}.llms-sl-uploader>p{color:#4d5c6d}.llms-sl-uploader .fa-upload:before{content:'\e8e3';font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:#007cff}.entry-content .llms-sl-directory .llms-sl-card--student .llms-student-avatar img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}@media screen and (max-width:1100px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){.entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(25% - 20px);width:calc(25% - 20px)}@media screen and (max-width:1100px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(33.3333% - 20px);width:calc(33.3333% - 20px)}}@media screen and (max-width:768px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}@media screen and (max-width:540px){body:not(.has-sidebar) .entry-content .llms-sl-directory .llms-sl-card--student{width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers,body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers.current,body .llms-sl-card .llms-pagination ul.page-numbers li:first-child .page-numbers{border:0}body .llms-sl-card .llms-pagination{background:0 0;padding:0}body .llms-sl-card .llms-pagination ul.page-numbers li .page-numbers{padding:4px 16px}body .llms-sl-profile-header .llms-sl-cover:after{background:#607387;z-index:0}body .llms-sl-profile-header .llms-student-avatar .avatar{border-radius:0;object-fit:cover;width:160px;height:160px}body .llms-sl-profile-header .llms-sl-avatar{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff}body .llms-sl-profile-header .llms-sl-handle{margin-left:195px}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{color:#939597;margin:0 12px;padding-left:0;padding-right:0}body ul.llms-sl-menu li.llms-sl-menu-item.current{font-weight:500}body .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{color:#122b46}body .llms-sl-card-header .llms-sl-card-action{right:-2px;top:-10px}body .llms-sl-card-footer{background:0 0;border-top:0;padding:0}body .llms-sl-card--new-share .llms-sl-new-share-content{font-size:14px;padding:0;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body .llms-sl-card--new-share .llms-sl-new-share-content a{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left}.llms-sl-profile-header .llms-achievement-image--icon{background-color:transparent;padding:0}.custom-sl-card-header.llms-sl-card-header{background-color:#fbfbfc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e7e9ec;border-radius:4px 4px 0 0;margin:-20px -15px 0;padding:15px}.custom-sl-card-header .llms-student-avatar .avatar{max-width:36px;object-fit:cover;width:36px;height:36px}.custom-sl-card-header .llms-sl-custom-title{font-size:14px;font-weight:500;letter-spacing:-.24px;margin:0 0 0 2px}.llms-sl-timeline .llms-sl-card-header .llms-student-avatar img{object-fit:cover;width:36px;height:36px}.llms-sl-timeline .llms-sl-story-reply .llms-student-avatar img{object-fit:cover;width:28px;height:28px}body .llms-sl-card-footer.custom-sl-card-footer{border-top:1px solid #eef0f3;padding:15px 15px 0;margin:2px -15px -5px}body .llms-sl-card [contenteditable]:focus{box-shadow:none}body .llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment:focus{box-shadow:0 0 0 1px #f1f1f1}body .llms-sl-card--story .llms-sl-card-text li,body .llms-sl-card--story .llms-sl-card-text p{font-size:inherit}.llms-sl-card-main .llms-sl-card-text{line-height:1.5}.llms-sl-timeline .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0 -15px 20px;border-bottom:1px solid #eef0f3;padding:0 15px 15px}button.llms-sl-button{font-size:14px;font-weight:500}@media (min-width:700px){body .llms-sl .llms-sl-content .llms-sl-sidebar{min-width:260px}}.lifterlms .llms-sd-items .sl_profile a:before{content:'\e971'}.llms-sl-profile-header .llms-achievement__body{display:none}.llms-sl-profile-header .achievement-item .bb-cover-wrap--llms{padding-top:100%;background:0 0}.llms-sl-profile-header a.llms-achievement{background:0 0}.llms-sl-profile .llms-sl-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid #e7e9ec;border-top:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link{border-right:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link,.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link{border-left:0}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link{border-bottom:1px solid #007cff}.llms-sl-profile .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover{background-color:transparent}.llms-sl:not(.llms-sl-directory) .llms-sl-card{border:1px solid #e7e9ec;border-radius:4px;background-color:#fff;padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header{background-color:transparent;border:0;padding:0}.llms-sl-card .llms-sl-card-header.custom-sl-card-header{padding:1.25rem .9375rem}.llms-sl-card .llms-sl-card-header .llms-sl-card-title{font-size:14px;font-weight:500;line-height:1}.llms-sl-card .llms-sl-card-header .llms-sl-card-title i{display:none}.llms-sl-card .llms-sl-card-main{padding:0;margin:10px 0 0}.llms-sl-card .llms-sl-card-main hr{background-color:transparent;border-bottom:1px solid #e7e9ec;border-top:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text{font-size:14px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-text h2{font-size:18px;margin:0}.llms-sl-card .llms-sl-card-main .llms-sl-card-list{font-size:14px}@media screen and (max-width:998px){.llms-sl .llms-sl-profile-nav ul.llms-sl-menu{margin-left:0;margin-top:0;width:100%}.llms-sl .llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard{float:left}.llms-sl .llms-sl-profile-header .llms-sl-handle{margin-left:120px}.llms-sl .llms-sl-profile-header .llms-sl-avatar img{max-width:90px}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img{left:0;position:absolute;top:0;z-index:1;bottom:0;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.llms-sl .llms-sl-profile-header .llms-sl-cover .llms-cover-img img{height:100%;width:100%;object-fit:cover}.llms-sl .llms-sl-profile-header .llms-sl-handle{font-size:22px}}@media (min-width:700px){.llms-sl.llms-sl-profile .llms-sl-content{-ms-flex-flow:nowrap;flex-flow:nowrap}}@media (max-width:992px){.llms-sl.llms-sl-profile .llms-sl-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.llms-sl.llms-sl-profile .llms-sl-content.sidebar--left .llms-sl-main{width:100%;margin-left:0}}select#llms-sl-instructor-filter-post{width:100%;margin-top:5px}.llms-sl-sidebar .llms-sl-card-main{font-size:14px;margin:20px 0 0}.llms-sl-sidebar .llms-sl-card-main li>strong{font-weight:500;text-transform:uppercase}.llms-sl-sidebar .llms-sl-card-main label{font-size:14px}.llms-sl-sidebar .llms-sl-card .llms-sl-card-header .llms-sl-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item{border:0;margin:3px}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item:hover{box-shadow:none}.llms-sl-profile-header ul.llms-achievements-loop li.llms-achievement-loop-item .llms-achievement-img{object-fit:cover;width:64px;height:64px;border-radius:100px}.llms-group-profile-header{background:#607387}.llms-group-profile-header .llms-group-banner .llms-banner-img{width:100%!important}#llms-group-upload-modal .llms-group-uploader{border-color:#e7e9ec;border-radius:4px}#llms-group-upload-modal .llms-group-uploader .fa-upload:before{content:'\e8e3';font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;width:38px;height:38px;color:#007cff}.llms-group-modal .llms-group-modal--container{border-radius:3px;padding:20px}.llms-group-profile-header .llms-group-banner .edit-banner,.llms-group-profile-header .llms-group-logo .edit-logo{font-size:14px;padding:6px 12px}.llms-group-profile-header .llms-group-banner .edit-banner:hover,.llms-group-profile-header .llms-group-logo .edit-logo:hover{background-color:rgba(255,255,255,.5);border-radius:15px}.llms-group-button{border-radius:100px}.llms-group-profile-header .llms-group-logo{border-radius:4px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff}.llms-group-profile .llms-group-profile-nav{background-color:#fff;border-radius:0 0 4px 4px;border:1px solid #e7e9ec;border-top:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link{border-right:0;color:#939597;margin:0 12px;padding-left:0;padding-right:0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item a.llms-group-menu-link:hover{background:0 0}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item.current a.llms-group-menu-link{border-bottom:1px solid #007cff;font-weight:500;margin-bottom:-1px;color:#122b46}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item:first-child a.llms-group-menu-link{border-left:0}.llms-group-card{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px}.llms-group-card.card--group-profile-reports{padding:20px}.llms-group-card-footer{background-color:#fff;font-size:14px;border-top:1px solid #e7e9ec;border-radius:0 0 4px 4px;padding:15px 20px}.llms-group-sidebar .llms-group-card-footer{padding:10px 20px}.llms-group-card-header{background-color:#fff;border-bottom:1px solid #e7e9ec;border-radius:4px 4px 0 0;padding:13px 10px}.llms-group-sidebar .llms-group-card-header .llms-group-card-title{text-transform:uppercase;font-family:inherit;font-size:13px;letter-spacing:.25px;line-height:1rem;font-weight:600}.llms-group-card-header .llms-group-card-action{top:6px;right:10px}.llms-group-main .llms-group-card-header .llms-group-card-title i{display:none}.llms-group-main .llms-group-card-header{padding:13px 20px}.llms-group-main .llms-group-card-header .llms-group-card-title{font-weight:500}.llms-group-main .llms-group-card-header .llms-group-card-action{top:13px;right:20px}.llms-group-main .llms-group-card-main{padding:40px 20px}.llms-group-card-footer .llms-group-button.ghost .fa,.llms-group-card-header .llms-group-button.ghost .fa{color:#939597}.llms-group-button.ghost{font-size:13px;font-weight:400}.llms-group-button.ghost:focus,.llms-group-button.ghost:hover{background:0 0;color:inherit;box-shadow:none}.llms-group-button.ghost:focus .fa,.llms-group-button.ghost:hover .fa{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.llms-group-button.ghost.on-light-bg:focus,.llms-group-button.ghost.on-light-bg:hover{background:0 0;color:inherit;box-shadow:none}.llms-group-button.ghost.on-light-bg:focus .fa,.llms-group-button.ghost.on-light-bg:hover .fa{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.llms-group .fa-archive:before,.llms-group .fa-pencil:before,.llms-group .fa-plus:before,.llms-group .fa-times:before,.llms-group .fa-users:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:12px}.llms-group .fa-pencil:before{content:'\e8a9'}.llms-group .fa-times:before{content:'\e828'}.llms-group .fa-plus:before{content:'\e921';font-size:13px}.llms-group .fa-users:before{content:'\e93d'}.llms-group .fa-archive:before{content:'\e968'}.llms-group .llms-group-sidebar .card--group-profile-members .fa-pencil:before{content:'\e921';font-size:13px;color:#007cff}.llms-group .llms-group-sidebar .fa-plus:before{color:#007cff}.llms-group-sidebar .llms-group-card-title i.fa:before{font-size:19px;position:relative;top:2px;margin-right:3px}.llms-group .llms-group-main .llms-group-card-header .fa:before{font-size:15px}.llms-group-modal .fa-envelope-o:before,.llms-group-modal .fa-times:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-left:5px;font-size:16px}.llms-group-modal .fa-times:before{content:'\e8f6'}.llms-group-modal .fa-envelope-o:before{content:'\e840';margin:0 2px 0 0}.llms-group-modal #llms-group-invite-modal-title,.llms-group-modal #llms-group-seats-modal-title{text-align:center;margin-top:1.5rem}.llms-group-modal .llms-button-primary.large .fa{left:0}.llms-group-invite-modal .llms-group-modal--container .llms-group-modal--footer .llms-group-open-invite-link{text-decoration:none;font-size:15px;top:19px}label[for=llms_group_invitation_link]{color:#a3a5a9;font-size:15px;margin-bottom:5px;display:inline-block}.llms-group-modal .llms-group-modal--header .llms-group-button,.llms-group-modal .llms-group-modal--header .llms-group-button:active,.llms-group-modal .llms-group-modal--header .llms-group-button:focus{color:#939597;box-shadow:none}.llms-group-card-footer .fa-floppy-o:before{font-family:bb-icons;font-style:normal;font-weight:400;display:inline-block;margin-right:3px;font-size:14px;content:'\e8c5'}.llms-group-card-footer .llms-group-button{font-weight:400;font-size:15px}.llms-group-sidebar .card--group-profile-members .llms-group-card-main:after,.llms-group-sidebar .card--group-profile-members .llms-group-card-main:before{display:none}.llms-group-sidebar .llms-group-member{width:25%}.llms-group-sidebar .llms-student-avatar{border-radius:3px;width:100%;padding:5px;background:0 0;border:0}.llms-group-sidebar .avatar{border-radius:3px}.llms-student-avatar img{max-width:80px}.llms-group-member--desc .llms-group-member--name{margin-bottom:5px}.llms-group-member--desc .llms-group-member--role,.llms-group-member--desc .llms-group-member--since{margin-bottom:0}.llms-group-member .llms-group-member--desc h6{opacity:1;color:#a3a5a9}.card--group-profile-seats .llms-group-card-header{border-bottom:0;border-radius:4px}.llms-group-profile-sidebar .llms-group-card.card--group-profile-members .llms-group-card-main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap}.llms-group-card-footer.content-right{text-align:center}.llms-group-card form{margin-bottom:0}.llms-group-card-footer .llms-group-error{line-height:34px}.llms-form-field .llms-description{font-style:normal;color:#a3a5a9}.llms-group-modal .llms-button-primary.large{font-size:15px;padding:12px 25px;font-weight:400;line-height:1;min-height:auto}#llms-group-seats-modal-content{padding:0 15px 15px}#llms-group-seats-modal-content form table{display:-webkit-box;display:-ms-flexbox;display:flex}#llms-group-seats-modal-content form table tr{display:block}#llms-group-seats-modal-content form table td,#llms-group-seats-modal-content form table th{display:block;font-size:15px;line-height:40px;padding:10px 0}#llms-group-seats-modal-content form table td h3,#llms-group-seats-modal-content form table th h3{margin:0;font-size:15px;line-height:40px}#llms-group-seats-modal-content form table td:last-child,#llms-group-seats-modal-content form table th:last-child{border-bottom:0}#llms-group-seats-modal-content form table thead th{padding-right:30px;color:#122b46}#llms-group-seats-modal-content form table tbody{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1}#llms-group-seats-modal-content .llms-button-primary{font-size:15px;font-weight:400}#llms-group-seats-modal-content .llms-button-primary i{display:none}.llms-group-profile-main .llms-group-card.card--group-profile-members .llms-group-card-main .card--group-profile-members__vip-blocks .llms-group-member{margin-bottom:10px}.card--group-profile-members__vip-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -5px}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks{display:block}}.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(20% - 10px);flex:0 0 -webkit-calc(20% - 10px);flex:0 0 calc(20% - 10px);max-width:-webkit-calc(20% - 10px);max-width:calc(20% - 10px);margin:0 5px;background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;text-align:center;position:relative}@media screen and (max-width:1200px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10px);flex:0 0 -webkit-calc(33.333% - 10px);flex:0 0 calc(33.333% - 10px);max-width:-webkit-calc(33.333% - 10px);max-width:calc(33.333% - 10px)}}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 10px);flex:0 0 -webkit-calc(100% - 10px);flex:0 0 calc(100% - 10px);max-width:-webkit-calc(100% - 10px);max-width:calc(100% - 10px);border:0;border-radius:0;text-align:left}}.card--group-profile-members__vip-blocks .llms-group-member:before{content:'';display:inline-block;position:absolute;top:0;left:0;right:0;height:55px;background-color:#f8f8f8;border-radius:4px 4px 0 0;z-index:0}@media screen and (max-width:992px){.card--group-profile-members__vip-blocks .llms-group-member:before{display:none}}.card--group-profile-members__vip-blocks .llms-group-member--desc{margin:0;padding:15px 10px 20px}.card--group-profile-members__vip-blocks .llms-group-member--role i{display:none}.card--group-profile-members__vip-blocks .llms-group-member--name{margin-bottom:0}.card--group-profile-members__vip-blocks .llms-student-avatar{margin-top:10px;position:relative;z-index:5}.llms-group-main .card--group-profile-members .llms-group-card-footer{border-top:0}.card--group-profile-members__leaders{padding-bottom:20px;border-bottom:1px solid #e7e9ec}.llms-group-card-main .llms-group-card-main--heading{border-bottom:0;margin-top:30px}.llms-group-main .card--group-profile-members .llms-group-card-main{padding-bottom:20px}.lifterlms .tagify,.llms-group-modal .tagify{border:1px solid #dedfe2;border-radius:3px;padding:0 12px;height:40px;line-height:40px}.lifterlms .tagify .tagify__input,.llms-group-modal .tagify .tagify__input{margin:0;font-size:15px;padding:0}.lifterlms .tagify .tagify__tag>div,.llms-group-modal .tagify .tagify__tag>div{line-height:32px;padding-right:10px}.lifterlms .tagify .tagify__tag__removeBtn,.llms-group-modal .tagify .tagify__tag__removeBtn{line-height:10px}.tagify--select::after{content:'\e826';font-family:bb-icons;font-style:normal;font-weight:400;-webkit-transform:none;-ms-transform:none;transform:none;font-size:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px;color:#a3a5a9}.llms-pagination>*{display:inline-block;font-size:13px;margin-right:10px}.llms-pagination a.next.page-numbers,.llms-pagination a.prev.page-numbers{font-size:0}.llms-pagination a.next.page-numbers:before,.llms-pagination a.prev.page-numbers:before{content:'\2192';font-size:13px}.llms-pagination a.prev.page-numbers:before{content:'\2190'}.llms-group-main.llms-group-profile-main{max-width:100%}.card--group-profile-reports{overflow-x:auto}.card--group-profile-reports table.llms-table{margin-bottom:0}@media screen and (max-width:600px){.llms-group-profile-header{padding-top:20px}.llms-group-profile-header .llms-group-logo{float:none;margin:0 auto;max-width:170px}.llms-group-profile .llms-group-profile-nav{float:none;min-height:50px;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu{float:none;margin:0 auto;width:auto;display:inline-block;text-align:center}.llms-group-profile .llms-group-profile-nav ul.llms-group-menu li.llms-group-menu-item{float:none;display:inline-block}.llms-group-profile-header .llms-group-name{margin:10px auto 0;float:none;text-align:center}}.lifter-sidebar-widgets ul{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .llms-lesson li{margin:0;background:0 0;border:none;margin-bottom:0;border-radius:0;list-style:none;padding:15px 0}.lifter-sidebar-widgets .widget_course_syllabus ul li ul.llms-lesson{margin:0}.lifter-sidebar-widgets .widget_course_syllabus .section-title{margin:0;font-size:15px;font-weight:600;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#122b46}.lifter-sidebar-widgets li.widget{margin-left:30px;margin-right:30px;background:0 0;border:none;border-top:1px solid #e7e9ec;margin-bottom:0;border-radius:0;list-style:none;padding:1.25rem 0}.lifter-sidebar-widgets li.widget a{color:#939597}.lifter-sidebar-widgets li.widget a:hover{color:#007cff}.lifter-sidebar-widgets li.widget a.button:not(.logout-link){color:#fff}.lifter-sidebar-widgets li.widget a.button:not(.logout-link):hover{background-color:#007cff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.lifter-sidebar-widgets li.widget:first-child{margin-top:15px}.lifter-sidebar-widgets li.widget h2.widgettitle{margin-bottom:5px;font-size:15px;font-weight:600;letter-spacing:.6px}.lifter-sidebar-widgets li.widget .llms-progress{margin:5px 0}.lifter-sidebar-widgets li.widget .textwidget h2,.lifter-sidebar-widgets li.widget .textwidget h3,.lifter-sidebar-widgets li.widget .textwidget h4,.lifter-sidebar-widgets li.widget .textwidget h5,.lifter-sidebar-widgets li.widget .textwidget h6{margin-bottom:10px}.lifter-sidebar-widgets .bbp_widget_login h2.widgettitle,.lifter-sidebar-widgets .widget_bp_core_login_widget h2.widgettitle{display:block;width:100%}.lifter-sidebar-widgets ul.bbp-stats li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.bb-progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bb-progress-circle{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bb-progress[data-percentage='0'] .bb-progress-circle{opacity:0}.bb-progress{width:22px;height:22px;line-height:22px;background:0 0;margin:0 auto;box-shadow:none;position:relative}.bb-progress:after{content:"";width:100%;height:100%;border-radius:50%;border:2px solid #dedfe2;position:absolute;top:0;left:0}.bb-progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.bb-progress .bb-progress-left{left:0}.bb-progress .bb-progress-circle{width:100%;height:100%;background:0 0;border-width:2px;border-style:solid;position:absolute;top:0;border-color:#007cff}.bb-progress .bb-progress-left .bb-progress-circle{left:100%;border-top-right-radius:11px;border-bottom-right-radius:11px;border-left:0;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left;-webkit-animation:loading-2 1.5s linear forwards 1.8s;animation:loading-2 1.5s linear forwards 1.8s}.bb-progress .bb-progress-right{right:0}.bb-progress .bb-progress-right .bb-progress-circle{left:-100%;border-top-left-radius:11px;border-bottom-left-radius:11px;border-right:0;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right;-webkit-animation:loading-1 1.8s linear forwards;animation:loading-1 1.8s linear forwards}.bb-progress .bb-progress-value{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;font-size:36px;text-align:center;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-weight:300}.bb-progress .bb-progress-value div{margin-top:10px}.bb-progress .bb-progress-value span{font-size:12px;text-transform:uppercase}.ld-progress-bar{margin:0;height:4px;background:#e7e9ec}.ld-progress-bar .ld-progress-bar-percentage{background:#007cff;height:4px;width:auto}.learndash-wrapper .ld-progress .ld-progress-bar{height:4px;background-color:#e7e9ec}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:#007cff;height:4px;width:auto;border-radius:7px}.learndash-wrapper .ld-progress .ld-progress-stats{color:#a3a5a9;font-size:12px}.bb-progress[data-percentage="1"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards;animation:loading-1 1.5s linear forwards}.bb-progress[data-percentage="1"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="2"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards;animation:loading-2 1.5s linear forwards}.bb-progress[data-percentage="2"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="3"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards;animation:loading-3 1.5s linear forwards}.bb-progress[data-percentage="3"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="4"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards;animation:loading-4 1.5s linear forwards}.bb-progress[data-percentage="4"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="5"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards;animation:loading-5 1.5s linear forwards}.bb-progress[data-percentage="5"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="6"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards;animation:loading-6 1.5s linear forwards}.bb-progress[data-percentage="6"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="7"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards;animation:loading-7 1.5s linear forwards}.bb-progress[data-percentage="7"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="8"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards;animation:loading-8 1.5s linear forwards}.bb-progress[data-percentage="8"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="9"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards;animation:loading-9 1.5s linear forwards}.bb-progress[data-percentage="9"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="10"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards;animation:loading-10 1.5s linear forwards}.bb-progress[data-percentage="10"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="11"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards;animation:loading-11 1.5s linear forwards}.bb-progress[data-percentage="11"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="12"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards;animation:loading-12 1.5s linear forwards}.bb-progress[data-percentage="12"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="13"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards;animation:loading-13 1.5s linear forwards}.bb-progress[data-percentage="13"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="14"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards;animation:loading-14 1.5s linear forwards}.bb-progress[data-percentage="14"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="15"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards;animation:loading-15 1.5s linear forwards}.bb-progress[data-percentage="15"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="16"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards;animation:loading-16 1.5s linear forwards}.bb-progress[data-percentage="16"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="17"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards;animation:loading-17 1.5s linear forwards}.bb-progress[data-percentage="17"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="18"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards;animation:loading-18 1.5s linear forwards}.bb-progress[data-percentage="18"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="19"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards;animation:loading-19 1.5s linear forwards}.bb-progress[data-percentage="19"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="20"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards;animation:loading-20 1.5s linear forwards}.bb-progress[data-percentage="20"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="21"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards;animation:loading-21 1.5s linear forwards}.bb-progress[data-percentage="21"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="22"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards;animation:loading-22 1.5s linear forwards}.bb-progress[data-percentage="22"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="23"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards;animation:loading-23 1.5s linear forwards}.bb-progress[data-percentage="23"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="24"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards;animation:loading-24 1.5s linear forwards}.bb-progress[data-percentage="24"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="25"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards;animation:loading-25 1.5s linear forwards}.bb-progress[data-percentage="25"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="26"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards;animation:loading-26 1.5s linear forwards}.bb-progress[data-percentage="26"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="27"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards;animation:loading-27 1.5s linear forwards}.bb-progress[data-percentage="27"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="28"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards;animation:loading-28 1.5s linear forwards}.bb-progress[data-percentage="28"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="29"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards;animation:loading-29 1.5s linear forwards}.bb-progress[data-percentage="29"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="30"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards;animation:loading-30 1.5s linear forwards}.bb-progress[data-percentage="30"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="31"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards;animation:loading-31 1.5s linear forwards}.bb-progress[data-percentage="31"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="32"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards;animation:loading-32 1.5s linear forwards}.bb-progress[data-percentage="32"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="33"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards;animation:loading-33 1.5s linear forwards}.bb-progress[data-percentage="33"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="34"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards;animation:loading-34 1.5s linear forwards}.bb-progress[data-percentage="34"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="35"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards;animation:loading-35 1.5s linear forwards}.bb-progress[data-percentage="35"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="36"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards;animation:loading-36 1.5s linear forwards}.bb-progress[data-percentage="36"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="37"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards;animation:loading-37 1.5s linear forwards}.bb-progress[data-percentage="37"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="38"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards;animation:loading-38 1.5s linear forwards}.bb-progress[data-percentage="38"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="39"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards;animation:loading-39 1.5s linear forwards}.bb-progress[data-percentage="39"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="40"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards;animation:loading-40 1.5s linear forwards}.bb-progress[data-percentage="40"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="41"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards;animation:loading-41 1.5s linear forwards}.bb-progress[data-percentage="41"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="42"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards;animation:loading-42 1.5s linear forwards}.bb-progress[data-percentage="42"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="43"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards;animation:loading-43 1.5s linear forwards}.bb-progress[data-percentage="43"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="44"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards;animation:loading-44 1.5s linear forwards}.bb-progress[data-percentage="44"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="45"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards;animation:loading-45 1.5s linear forwards}.bb-progress[data-percentage="45"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="46"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards;animation:loading-46 1.5s linear forwards}.bb-progress[data-percentage="46"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="47"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards;animation:loading-47 1.5s linear forwards}.bb-progress[data-percentage="47"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="48"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards;animation:loading-48 1.5s linear forwards}.bb-progress[data-percentage="48"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="49"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards;animation:loading-49 1.5s linear forwards}.bb-progress[data-percentage="49"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="50"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="50"] .bb-progress-left .bb-progress-circle{-webkit-animation:0;animation:0}.bb-progress[data-percentage="51"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="51"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-1 1.5s linear forwards 1.5s;animation:loading-1 1.5s linear forwards 1.5s}.bb-progress[data-percentage="52"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="52"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-2 1.5s linear forwards 1.5s;animation:loading-2 1.5s linear forwards 1.5s}.bb-progress[data-percentage="53"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="53"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-3 1.5s linear forwards 1.5s;animation:loading-3 1.5s linear forwards 1.5s}.bb-progress[data-percentage="54"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="54"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-4 1.5s linear forwards 1.5s;animation:loading-4 1.5s linear forwards 1.5s}.bb-progress[data-percentage="55"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="55"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-5 1.5s linear forwards 1.5s;animation:loading-5 1.5s linear forwards 1.5s}.bb-progress[data-percentage="56"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="56"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-6 1.5s linear forwards 1.5s;animation:loading-6 1.5s linear forwards 1.5s}.bb-progress[data-percentage="57"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="57"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-7 1.5s linear forwards 1.5s;animation:loading-7 1.5s linear forwards 1.5s}.bb-progress[data-percentage="58"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="58"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-8 1.5s linear forwards 1.5s;animation:loading-8 1.5s linear forwards 1.5s}.bb-progress[data-percentage="59"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="59"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-9 1.5s linear forwards 1.5s;animation:loading-9 1.5s linear forwards 1.5s}.bb-progress[data-percentage="60"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="60"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-10 1.5s linear forwards 1.5s;animation:loading-10 1.5s linear forwards 1.5s}.bb-progress[data-percentage="61"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="61"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-11 1.5s linear forwards 1.5s;animation:loading-11 1.5s linear forwards 1.5s}.bb-progress[data-percentage="62"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="62"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-12 1.5s linear forwards 1.5s;animation:loading-12 1.5s linear forwards 1.5s}.bb-progress[data-percentage="63"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="63"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-13 1.5s linear forwards 1.5s;animation:loading-13 1.5s linear forwards 1.5s}.bb-progress[data-percentage="64"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="64"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-14 1.5s linear forwards 1.5s;animation:loading-14 1.5s linear forwards 1.5s}.bb-progress[data-percentage="65"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="65"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-15 1.5s linear forwards 1.5s;animation:loading-15 1.5s linear forwards 1.5s}.bb-progress[data-percentage="66"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="66"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-16 1.5s linear forwards 1.5s;animation:loading-16 1.5s linear forwards 1.5s}.bb-progress[data-percentage="67"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="67"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-17 1.5s linear forwards 1.5s;animation:loading-17 1.5s linear forwards 1.5s}.bb-progress[data-percentage="68"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="68"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-18 1.5s linear forwards 1.5s;animation:loading-18 1.5s linear forwards 1.5s}.bb-progress[data-percentage="69"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="69"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-19 1.5s linear forwards 1.5s;animation:loading-19 1.5s linear forwards 1.5s}.bb-progress[data-percentage="70"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="70"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-20 1.5s linear forwards 1.5s;animation:loading-20 1.5s linear forwards 1.5s}.bb-progress[data-percentage="71"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="71"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-21 1.5s linear forwards 1.5s;animation:loading-21 1.5s linear forwards 1.5s}.bb-progress[data-percentage="72"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="72"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-22 1.5s linear forwards 1.5s;animation:loading-22 1.5s linear forwards 1.5s}.bb-progress[data-percentage="73"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="73"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-23 1.5s linear forwards 1.5s;animation:loading-23 1.5s linear forwards 1.5s}.bb-progress[data-percentage="74"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="74"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-24 1.5s linear forwards 1.5s;animation:loading-24 1.5s linear forwards 1.5s}.bb-progress[data-percentage="75"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="75"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-25 1.5s linear forwards 1.5s;animation:loading-25 1.5s linear forwards 1.5s}.bb-progress[data-percentage="76"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="76"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-26 1.5s linear forwards 1.5s;animation:loading-26 1.5s linear forwards 1.5s}.bb-progress[data-percentage="77"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="77"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-27 1.5s linear forwards 1.5s;animation:loading-27 1.5s linear forwards 1.5s}.bb-progress[data-percentage="78"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="78"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-28 1.5s linear forwards 1.5s;animation:loading-28 1.5s linear forwards 1.5s}.bb-progress[data-percentage="79"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="79"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-29 1.5s linear forwards 1.5s;animation:loading-29 1.5s linear forwards 1.5s}.bb-progress[data-percentage="80"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="80"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-30 1.5s linear forwards 1.5s;animation:loading-30 1.5s linear forwards 1.5s}.bb-progress[data-percentage="81"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="81"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-31 1.5s linear forwards 1.5s;animation:loading-31 1.5s linear forwards 1.5s}.bb-progress[data-percentage="82"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="82"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-32 1.5s linear forwards 1.5s;animation:loading-32 1.5s linear forwards 1.5s}.bb-progress[data-percentage="83"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="83"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-33 1.5s linear forwards 1.5s;animation:loading-33 1.5s linear forwards 1.5s}.bb-progress[data-percentage="84"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="84"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-34 1.5s linear forwards 1.5s;animation:loading-34 1.5s linear forwards 1.5s}.bb-progress[data-percentage="85"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="85"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-35 1.5s linear forwards 1.5s;animation:loading-35 1.5s linear forwards 1.5s}.bb-progress[data-percentage="86"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="86"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-36 1.5s linear forwards 1.5s;animation:loading-36 1.5s linear forwards 1.5s}.bb-progress[data-percentage="87"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="87"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-37 1.5s linear forwards 1.5s;animation:loading-37 1.5s linear forwards 1.5s}.bb-progress[data-percentage="88"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="88"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-38 1.5s linear forwards 1.5s;animation:loading-38 1.5s linear forwards 1.5s}.bb-progress[data-percentage="89"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="89"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-39 1.5s linear forwards 1.5s;animation:loading-39 1.5s linear forwards 1.5s}.bb-progress[data-percentage="90"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="90"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-40 1.5s linear forwards 1.5s;animation:loading-40 1.5s linear forwards 1.5s}.bb-progress[data-percentage="91"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="91"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-41 1.5s linear forwards 1.5s;animation:loading-41 1.5s linear forwards 1.5s}.bb-progress[data-percentage="92"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="92"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-42 1.5s linear forwards 1.5s;animation:loading-42 1.5s linear forwards 1.5s}.bb-progress[data-percentage="93"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="93"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-43 1.5s linear forwards 1.5s;animation:loading-43 1.5s linear forwards 1.5s}.bb-progress[data-percentage="94"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="94"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-44 1.5s linear forwards 1.5s;animation:loading-44 1.5s linear forwards 1.5s}.bb-progress[data-percentage="95"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="95"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-45 1.5s linear forwards 1.5s;animation:loading-45 1.5s linear forwards 1.5s}.bb-progress[data-percentage="96"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="96"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-46 1.5s linear forwards 1.5s;animation:loading-46 1.5s linear forwards 1.5s}.bb-progress[data-percentage="97"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="97"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-47 1.5s linear forwards 1.5s;animation:loading-47 1.5s linear forwards 1.5s}.bb-progress[data-percentage="98"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="98"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-48 1.5s linear forwards 1.5s;animation:loading-48 1.5s linear forwards 1.5s}.bb-progress[data-percentage="99"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="99"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-49 1.5s linear forwards 1.5s;animation:loading-49 1.5s linear forwards 1.5s}.bb-progress[data-percentage="100"] .bb-progress-right .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards;animation:loading-50 1.5s linear forwards}.bb-progress[data-percentage="100"] .bb-progress-left .bb-progress-circle{-webkit-animation:loading-50 1.5s linear forwards 1.5s;animation:loading-50 1.5s linear forwards 1.5s}@-webkit-keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@keyframes loading-1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(3.6deg);transform:rotate(3.6deg)}}@-webkit-keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}}@-webkit-keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}}@-webkit-keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}}@-webkit-keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@-webkit-keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}}@-webkit-keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}}@-webkit-keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}}@-webkit-keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}}@-webkit-keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@-webkit-keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}}@-webkit-keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}}@-webkit-keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}}@-webkit-keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}}@-webkit-keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(54deg);transform:rotate(54deg)}}@-webkit-keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}}@-webkit-keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}}@-webkit-keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}}@-webkit-keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}}@-webkit-keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(72deg);transform:rotate(72deg)}}@-webkit-keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}}@-webkit-keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}}@-webkit-keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}}@-webkit-keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}}@-webkit-keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}}@-webkit-keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}}@-webkit-keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}}@-webkit-keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}}@-webkit-keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(108deg);transform:rotate(108deg)}}@-webkit-keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}}@-webkit-keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@keyframes loading-32{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}}@-webkit-keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@keyframes loading-33{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}}@-webkit-keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@keyframes loading-34{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}}@-webkit-keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@keyframes loading-35{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}@-webkit-keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}}@-webkit-keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@keyframes loading-37{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}}@-webkit-keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@keyframes loading-38{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}}@-webkit-keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@keyframes loading-39{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}}@-webkit-keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-40{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@-webkit-keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}}@-webkit-keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@keyframes loading-42{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}}@-webkit-keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@keyframes loading-43{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}}@-webkit-keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}}@-webkit-keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@keyframes loading-45{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(162deg);transform:rotate(162deg)}}@-webkit-keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}}@-webkit-keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}}@-webkit-keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@keyframes loading-48{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}}@-webkit-keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}}@-webkit-keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-50{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.select2-container{font-size:15px}.select2-container.select2-container--default .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{padding-left:35px;border-color:#dedfe2}.select2-container .select2-dropdown{border-color:#dedfe2}.the_buddyforms_form form>fieldset{border:0;padding:0}.the_buddyforms_form .bf-input select.form-control{padding-top:5px!important;padding-bottom:5px!important}.the_buddyforms_form .select2-container--default .select2-selection--single{border:1px solid #dedfe2;border-radius:3px;height:40px;font-size:15px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;right:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.the_buddyforms_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0}.the_buddyforms_form .wp-editor-container{border-radius:3px}.the_buddyforms_form .elem-checkbox .checkbox p.settings-input{margin-bottom:5px}div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{border:1px solid #ef3e46;background-color:#ef3e46;color:#fff;line-height:1.3;padding:1em;border-radius:3px;font-size:14px}div.wpcf7-mail-sent-ok{border:1px solid #28cf8b;border-radius:3px;font-size:16px}div.wpcf7-spam-blocked{border:1px solid orange}.use-floating-validation-tip span.wpcf7-not-valid-tip{border:1px solid #ef3e46;border-radius:3px;font-size:16px;color:#ef3e46}span.wpcf7-not-valid-tip{color:#ef3e46}div.wpcf7 .ajax-loader{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/loader.svg);width:28px;height:24px;background-repeat:no-repeat;background-color:#fff}div.wpcf7 input[type=submit]+.ajax-loader{background-color:transparent}.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%}input[type=date].wpcf7-form-control{padding:8px 12px}.wpcf7-form input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.wpcf7-form input[type=date]:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#939597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='bb-icon-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:15px 15px}.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;color:#fff;opacity:0;cursor:pointer}.wpcf7-form input[type=date]::-webkit-clear-button{position:relative;right:5px}.wpcf7-form label{font-size:16px}#cs-content.cs-content{font-size:1rem}body.page-template-page-fullwidth #content .container .content-area .entry-content #cs-content.cs-content{width:100vw;margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%)}@media (min-width:800px){body.page-template-page-fullwidth #cs-content .x-container.width{width:-webkit-calc(88% - 68px);width:calc(88% - 68px)}}@media (max-width:800px){#cs-content .x-column.x-sm{height:100%}}#cs-content.cs-content .x-text h1,#cs-content.cs-content .x-text h2,#cs-content.cs-content .x-text h3,#cs-content.cs-content .x-text h4,#cs-content.cs-content .x-text h5{color:#122b46}.x-anchor{border-radius:50px;box-shadow:none;border:1px solid #e7e9ec}.x-anchor.x-anchor-button .x-anchor-content{padding:.575em 1.45em}#cs-content.cs-content .x-btn{border-radius:50px;box-shadow:none;border:1px solid #e7e9ec;background:#fff;color:#4d5c6d;text-shadow:none;line-height:1.4}#cs-content.cs-content .x-btn:hover{background-color:#fff;box-shadow:none;text-shadow:none;color:#4d5c6d}#cs-content.cs-content .x-btn:visited{color:#4d5c6d}#cs-content.cs-content .x-btn.x-btn-small{padding:6px 20px;min-height:34px;font-size:14px}#cs-content.cs-content .x-btn.x-btn-small:hover{border-color:#d9dce1}#cs-content.cs-content .x-btn.x-btn-small:active{border-color:#d9dce1}#cs-content.cs-content .x-btn.x-btn-regular{min-height:40px;padding:10px 20px;font-size:15px}#cs-content.cs-content .x-btn.x-btn-regular:hover{border-color:#d9dce1}#cs-content.cs-content .x-btn.x-btn-regular:active{border-color:#d9dce1}#cs-content.cs-content .x-btn.x-btn-global,#cs-content.cs-content .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content.cs-content .x-btn.x-btn-global:hover,#cs-content.cs-content .x-btn.x-btn-large:hover{border-color:#d9dce1}#cs-content.cs-content .x-btn.x-btn-global:active,#cs-content.cs-content .x-btn.x-btn-large:active{border-color:#d9dce1}#cs-content.cs-content .mejs-button button{min-height:30px}#cs-content .x-author-box img.avatar{border-radius:50%}#cs-content .x-author-box h6.h-about-the-author{font-size:12px;letter-spacing:0;line-height:21px}#cs-content .x-author-box .x-author-info .h-author{color:#122b46}#cs-content .x-author-box .x-author-info .p-author,#cs-content .x-author-box .x-author-info p{color:#a3a5a9;font-size:14px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:before{content:"\f0d8";color:#939597}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle:before{content:"\f0d7";-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);color:#fff}#cs-content .x-accordion .x-accordion-group{border:0;background-color:transparent;box-shadow:none}#cs-content .x-accordion .x-accordion-inner{border-top:0;line-height:24px}#cs-content .x-accordion .x-accordion-heading{border:0;border-radius:3px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle{background-color:#007cff;color:#fff;border:1px solid #007cff;font-size:1em;padding:6px 15px;line-height:24px}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed:hover{color:#4d5c6d}#cs-content .x-accordion .x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff;color:#939597;border:1px solid #e7e9ec}#cs-content.cs-content .x-alert.x-alert-muted .h-alert{color:#122b46}#cs-content.cs-content .x-alert .h-alert{line-height:1.5}#cs-content.cs-content .x-alert{background-color:#fff;border:1px solid #e7e9ec;padding:.615em 2.25em .615em 1.15em;box-shadow:none;color:#a3a5a9;font-size:16px;line-height:24px}#cs-content.cs-content .x-alert.x-alert-muted{background-color:#fff;border:1px solid #e7e9ec;padding:.615em 2.25em .615em 1.15em;color:#a3a5a9}#cs-content.cs-content .x-alert.x-alert-danger{background-color:#ef3e46;color:#fff;border:1px solid #ef3e46;padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-danger .close{color:#ef3e46}#cs-content.cs-content .x-alert.x-alert-success{background-color:#1cd991;color:#fff;border:1px solid #1cd991;padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-success .close{color:#1cd991}#cs-content.cs-content .x-alert.x-alert-info{background-color:#007cff;color:#fff;border:1px solid #007cff;padding:.615em 2.25em .615em 1.15em}#cs-content.cs-content .x-alert.x-alert-info .close{color:#007cff}#cs-content.cs-content .x-alert .close{background-color:#fff;border-radius:50%;color:#4d5c6d;line-height:70%;top:-2px;padding:1px 2px 3px;opacity:1}#cs-content.cs-content .x-alert.x-alert-muted .close{background-color:#e7e9ec}#cs-content.cs-content .x-blockquote,#cs-content.cs-content .x-blockquote:not(.x-pullquote){border:0;margin-top:0;margin-bottom:0;font-size:24px}#cs-content.cs-content .x-code,#cs-content.cs-content .x-code code{font-size:12px;line-height:21px;max-width:100%}#cs-content input[type=search].search-field{padding-left:3rem;padding-right:1rem;width:100%}#cs-content input[type=search].x-search-input{background-image:none}#cs-content .x-search .x-search-btn{margin:0 10px 0 20px}form.x-search{border-radius:100em}#cs-content form.x-search{border:1px solid #e7e9ec}#cs-content .boss-social-ge-search input[type=search].search-field{width:100%}#cs-content.cs-content .x-nav-tabs{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content{border:0;background-color:transparent;box-shadow:none}#cs-content.cs-content .x-tab-content .x-tab-pane{color:#a3a5a9;line-height:24px}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item{border-bottom:0;border-right:0;border-bottom:1px solid #e7e9ec}#cs-content.cs-content .x-nav-tabs>li.x-nav-tabs-item.active{border-bottom:1px solid #007cff}#cs-content.cs-content .x-nav-tabs>li>a{color:#a3a5a9;font-size:14px}#cs-content.cs-content .x-nav-tabs>li.active>a,#cs-content.cs-content .x-nav-tabs>li>a:hover{color:#4d5c6d}#cs-content.cs-content .x-nav-tabs>li.active>a{font-weight:600}#cs-content .flex-direction-nav li a{border-radius:100%;line-height:32px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#cs-content .flex-direction-nav li a.flex-next{right:15px;left:auto}#cs-content .x-pricing-column-info h3.x-price{font-weight:400;font-size:34px;letter-spacing:0}#cs-content .x-pricing-table .x-pricing-column{padding-left:5px;padding-right:5px;background-color:transparent}#cs-content .x-pricing-table .x-pricing-column h2{background-color:#fff;text-transform:uppercase;font-size:20px;color:#a3a5a9}#cs-content .x-pricing-table .x-pricing-column .x-pricing-column-info{background-color:#fff}#cs-content .x-pricing-table .x-pricing-column.featured h2{background-color:#fff;color:#a3a5a9;border:1px solid rgba(0,0,0,.125)}#cs-content .x-pricing-table .x-pricing-column.featured{box-shadow:none}#cs-content .x-pricing-table .x-pricing-column-info .x-btn{color:#fff;background-color:#007cff;border-color:#007cff}#cs-content .x-pricing-table .x-pricing-column-info .x-btn:hover{border-color:#0070e6;background-color:#0070e6}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-medium{min-height:40px;padding:10px 20px;font-size:15px}#cs-content .x-pricing-table .x-pricing-column-info .x-btn.x-btn-large{font-size:16px;min-height:50px;padding:14px 30px}#cs-content .x-pricing-column-info span.x-interval{color:#a3a5a9}#cs-content .x-pricing-table .x-pricing-column h2 span.x-featured-sub{letter-spacing:0;text-transform:none}#cs-content .x-pricing-table .x-pricing-column-info ul>li [class*=x-icon-]{color:#1cd991;font-family:bb-icons;margin-left:0}#cs-content .x-pricing-table [class*=x-icon-]:before{border:1px solid #1cd991;border-radius:100%;padding:0;font-size:1.2em;content:'\e809'}#cs-content .x-pricing-table [class*=x-icon-times]:before{content:'\e828'}#cs-content .x-pricing-table .x-pricing-column-info ul{display:inline-block}#cs-content .x-pricing-table .x-pricing-column-info ul>li{border-bottom:0;text-align:left;padding:5px 30px;color:#4d5c6d}#cs-content .x-pricing-table .x-pricing-column-info ul>li:first-child{border-top:0}#cs-content.cs-content .x-callout{background-color:transparent;border:0;box-shadow:none;font-size:18px}#cs-content.cs-content .x-callout .h-callout{font-size:24px}#cs-content.cs-content .x-callout .p-callout{color:#a3a5a9}#cs-content.cs-content .x-callout .x-btn{color:#fff;background-color:#007cff;border-color:#007cff;font-size:15px;min-height:40px;padding:10px 20px}#cs-content.cs-content .x-callout .x-btn:hover{border-color:#0070e6;background-color:#0070e6}#cs-content.cs-content .x-feature-box{border:1px solid #e7e9ec;border-radius:3px;padding:1.25rem}#cs-content.cs-content .x-promo{box-shadow:none}#cs-content.cs-content .x-skill-bar{height:5px;margin-bottom:3em}#cs-content.cs-content .x-skill-bar .bar{overflow:visible}#cs-content.cs-content .x-skill-bar .bar .percent{left:0;right:inherit;bottom:-25px;color:#a3a5a9;font-size:12px}#cs-content.cs-content .x-ul-icons li{padding-top:5px;padding-bottom:5px;color:#a3a5a9}@media (max-width:800px){#cs-content .el150.x-container .x-counter{margin-bottom:3em!important}#cs-content .el150.x-container .el158.x-counter{margin-bottom:0!important}.el150.x-container .el157 .x-counter-after,.el150.x-container .el157 .x-counter-before,.el150.x-container .el157 .x-counter-number-wrap,.el150.x-container .el158 .x-counter-number-wrap,.el158 .x-counter-after,.el158 .x-counter-before{text-align:center!important}}#cs-content.cs-content .h-feature-headline>span{padding-left:0;padding-top:1.5em;line-height:1.4}#cs-content.cs-content .h-feature-headline>span i{top:0;margin-top:0}#cs-content.cs-content .x-recent-posts>a{border:0;background-color:transparent;box-shadow:none}#cs-content .x-recent-posts a .x-recent-posts-content{padding-left:0;padding-right:0}#cs-content .x-recent-posts a:hover .x-recent-posts-content .h-recent-posts{color:#007cff}#cs-content.cs-content .x-recent-posts .x-recent-posts-date{font-size:12px;text-transform:none;color:#a3a5a9}#cs-content .x-recent-posts a .x-recent-posts-img:after{background-color:#007cff}#cs-content .x-google-map.with-container{border:0;padding:0;box-shadow:none}#cs-content .x-frame-map-google .x-frame-inner,#cs-content .x-map.x-google-map .x-map-inner{border-radius:3px}#cs-content .x-google-map button{min-height:auto}#cs-content.cs-content .x-feature-box h4.x-feature-box-title{font-size:24px}.x-promo .x-promo-content p{color:#a3a5a9;line-height:24px}#cs-content.cs-content .x-raw-content{line-height:24px}#cs-content.cs-content .x-feature-list .x-feature-box{margin-bottom:15px}#cs-content .x-feature-box p.x-feature-box-text{color:#a3a5a9;line-height:1.5}#cs-content .x-entry-share .x-share-options a.x-share{color:#9ca8b4;margin:0 .25em}#cs-content .x-entry-share .x-share-options a.x-share:hover{color:#007cff}.x-menu li .x-anchor{border-radius:0;box-shadow:none;border:0}#cs-content .x-dropdown{box-shadow:none}.single-download .entry-meta{margin-bottom:25px}.single-download .post-related-posts h4{position:relative}.single-download .post-related-posts .slick-slider .slick-list,.single-download .post-related-posts .slick-slider .slick-track{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body.single.single-download .entry-meta{display:none}body.single.single-download .post-author-info{display:none}body.single.single-download .edd-download .entry-content-wrap .entry-content{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px}body.single.single-download .edd-download .entry-content-wrap figure.entry-media{margin-bottom:0;border-radius:4px 4px 0 0}body.single.single-download .edd-download .entry-content-wrap figure.entry-media+.entry-content{border-radius:0 0 4px 4px;border-top:0}.edd-cart-added-alert{font-size:14px}#edd-purchase-button,.edd-submit,.edd-submit.button.blue,[type=submit].edd-submit{background:#007cff;border:0;border-radius:100px;padding-left:2em;padding-right:2em}.edd-submit.button.blue.active,.edd-submit.button.blue:focus,.edd-submit.button.blue:hover{background:#007cff;box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd-purchase-button.edd-submit:hover,#edd-purchase-button:hover,[type=submit].edd-submit.button:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}#edd_user_history.edd-table,.edd-table{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_user_history.edd-table td,#edd_user_history.edd-table th,.edd-table td,.edd-table th{background-color:#fff}#edd_user_history.edd-table td:first-child,#edd_user_history.edd-table th:first-child,.edd-table td:first-child,.edd-table th:first-child{padding-left:1em}#edd_user_history.edd-table td:last-child,#edd_user_history.edd-table th:last-child,.edd-table td:last-child,.edd-table th:last-child{padding-right:1em}#edd_user_history.edd-table thead th,.edd-table thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_user_history.edd-table thead tr:first-child th:first-child,.edd-table thead tr:first-child th:first-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th:last-child,.edd-table thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table thead tr:first-child th,.edd-table thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr,.edd-table tbody tr{position:relative;z-index:0}#edd_user_history.edd-table tbody tr td,.edd-table tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}#edd_user_history.edd-table tbody tr:hover,.edd-table tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_user_history.edd-table tbody tr:last-child td,.edd-table tbody tr:last-child td{border-bottom:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody tr:last-child td:first-child,.edd-table tbody tr:last-child td:first-child{border-radius:0 0 0 4px}#edd_user_history.edd-table tbody tr:last-child td:last-child,.edd-table tbody tr:last-child td:last-child{border-radius:0 0 4px 0}#edd_user_history.edd-table tbody td:first-child,.edd-table tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}#edd_user_history.edd-table tbody td:last-child,.edd-table tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}#edd_purchase_receipt_products li.edd_download_file{margin-left:0}#edd_purchase_receipt_products li.edd_download_file a.edd_download_file_link:before{content:"\e890";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:16px;margin-right:10px}#edd_purchase_receipt_products ul.edd_bundled_product_files{margin:0 0 10px}#edd_checkout_cart{border-collapse:separate;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-top:0}#edd_checkout_cart td,#edd_checkout_cart th{background-color:#fff;border:0}#edd_checkout_cart td:first-child,#edd_checkout_cart th:first-child{padding-left:1em}#edd_checkout_cart td:last-child,#edd_checkout_cart th:last-child{padding-right:1em}#edd_checkout_cart thead th{text-transform:uppercase;font-size:14px;font-weight:500;color:#939597;white-space:nowrap;padding-top:1rem;padding-bottom:1rem}#edd_checkout_cart thead .edd_cart_header_row th{background-color:#fff;padding:1rem;border-bottom:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:first-child{border-radius:4px 0 0 0;border-left:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th:last-child{border-radius:0 4px 0 0;border-right:1px solid rgba(0,0,0,.05)}#edd_checkout_cart thead tr:first-child th{border-top:1px solid rgba(0,0,0,.05)}#edd_checkout_cart tbody tr{position:relative;z-index:0}#edd_checkout_cart tbody tr td{border-bottom:0;font-size:14px;padding-top:1em;padding-bottom:1em}@media (max-width:1200px){#edd_checkout_cart tbody tr td{vertical-align:top}}#edd_checkout_cart tbody tr:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:9}#edd_checkout_cart tbody td:first-child{border-left:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td:first-child{width:60%;line-height:1.5}}#edd_checkout_cart tbody td:last-child{border-right:1px solid rgba(0,0,0,.05)}@media (max-width:1200px){#edd_checkout_cart tbody td.edd_cart_actions{min-width:120px}}#edd_checkout_cart tbody td.edd_cart_actions .edd-item-quantity{margin-right:10px;height:35px;padding:2px 2px 2px 10px}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn{color:#122b46}#edd_checkout_cart tbody td.edd_cart_actions a.edd_cart_remove_item_btn:hover{color:#007cff}#edd_checkout_cart tfoot tr:last-child th{border-radius:0 0 4px 4px;border-left:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-weight:500;font-size:14px}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total{font-size:13px;text-transform:uppercase;font-weight:400;color:#4d5c6d}#edd_checkout_cart tfoot tr:last-child th.edd_cart_total .edd_cart_amount{font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_address,#edd_checkout_form_wrap fieldset#edd_cc_fields,#edd_checkout_form_wrap fieldset#edd_checkout_user_info,#edd_checkout_form_wrap fieldset#edd_payment_mode_select{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px}#edd_checkout_form_wrap fieldset#edd_cc_address legend,#edd_checkout_form_wrap fieldset#edd_cc_fields legend,#edd_checkout_form_wrap fieldset#edd_checkout_user_info legend,#edd_checkout_form_wrap fieldset#edd_payment_mode_select legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:#122b46}#edd_checkout_form_wrap fieldset#edd_cc_address label,#edd_checkout_form_wrap fieldset#edd_cc_fields label,#edd_checkout_form_wrap fieldset#edd_checkout_user_info label,#edd_checkout_form_wrap fieldset#edd_payment_mode_select label{font-size:15px;font-weight:500}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper{font-weight:500;font-size:14px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock:before{content:"\e90d";font-family:bb-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;font-size:14px;color:#939597;margin-right:2px}#edd_checkout_form_wrap fieldset#edd_cc_fields #edd_secure_site_wrapper .padlock svg{display:none}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap{background-color:transparent;border-radius:0;border:0;border-top:1px solid rgba(0,0,0,.05);text-align:right;padding-right:0;color:inherit}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap strong{text-transform:uppercase;font-size:14px;font-weight:400}#edd_checkout_form_wrap fieldset#edd_purchase_submit p#edd_final_total_wrap .edd_cart_amount{font-weight:700;font-size:14px}@media (max-width:800px){#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap select.edd-select,#edd_checkout_form_wrap textarea.edd-input{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset,#edd_profile_editor_form fieldset#edd_profile_password_fieldset,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset{background-color:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.05);position:relative;padding-top:70px;margin-bottom:1rem;margin-top:1rem}#edd_profile_editor_form fieldset#edd_profile_address_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_password_fieldset legend,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset legend{text-transform:uppercase;font-size:16px;position:absolute;top:20px;color:#122b46}#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{font-size:16px;font-weight:500;width:30%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset label,#edd_profile_editor_form fieldset#edd_profile_password_fieldset label,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset label{width:100%}}#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:68%}@media (max-width:800px){#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_address_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_address_fieldset select,#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_password_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_password_fieldset select,#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=email],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=password],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset input[type=text],#edd_profile_editor_form fieldset#edd_profile_personal_fieldset select{width:100%}}#edd_profile_editor_form fieldset#edd_profile_submit_fieldset{border:0;padding:0}.edd-cart-meta.edd_subtotal,.edd-cart-meta.edd_total{background-color:transparent;border-top:1px solid rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;margin-top:15px;font-weight:500;text-align:right}.edd-cart-meta.edd_total{font-weight:400;font-size:14px;text-transform:uppercase}.edd-cart-meta.edd_total .cart-total{text-transform:none;font-weight:700}.widget ul li.cart_item.edd_checkout a,ul.edd-cart li.cart_item.edd_checkout a{background:#007cff;border-color:#007cff;border-radius:100px;padding:8px 2em;color:#fff;font-size:14px}.widget ul li.cart_item.edd_checkout a:hover,ul.edd-cart li.cart_item.edd_checkout a:hover{background-color:#0f74e0}.edd_downloads_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.edd_downloads_list .edd_download{margin-bottom:20px}.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}@media (max-width:800px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:544px){.edd_downloads_list.edd_download_columns_2 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.bb-buddypanel .edd_downloads_list.edd_download_columns_3 .edd_download{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.edd_download_inner{margin:0 10px 0;padding:0;background-color:#fff;border-radius:4px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.edd_download_inner:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.edd_download_inner .edd_download_image{margin-bottom:20px}.edd_download_inner .edd_download_image a{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}.edd_download_inner .edd_download_image a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.edd_download_inner h3.edd_download_title{padding:0 20px;margin-bottom:15px;font-size:16px;line-height:1.85;display:block;display:-webkit-box;max-height:1.85em;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.edd_download_inner h3.edd_download_title a{color:#122b46}.edd_download_inner h3.edd_download_title a:hover{color:#007cff}.edd_download_inner .edd_download_excerpt{padding:0 20px;font-size:14px;line-height:1.65;display:block;display:-webkit-box;max-height:3.15em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;margin-bottom:30px;text-align:center}.edd_download_inner .edd_download_buy_button{text-align:center;margin-top:auto}.edd_download_inner .edd_download_buy_button .edd_price_options{text-align:center;padding:0 25px}.edd_download_inner .edd_download_buy_button .edd_price_options ul{display:inline-block}.edd_download_inner .edd_download_buy_button .edd_price_options ul li{text-align:left;margin-bottom:4px}.edd_download_inner .edd_download_buy_button form{margin-bottom:0}.edd_download_inner .edd_download_buy_button .edd_price_options label{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_name{line-height:1.6;margin-right:5px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_price{line-height:1.6;margin-left:auto;color:#939597;font-size:13px}.edd_download_inner .edd_download_buy_button .edd_price_options label span.edd_price_option_sep{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{border-top:1px solid #e7e9ec}.edd_download_inner .edd_download_buy_button .edd_download_quantity_wrapper{display:none}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit{width:100%;border-radius:0 0 4px 4px;color:#007cff;background-color:#fff;border-color:#fff;font-size:13px;text-transform:uppercase}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart:hover,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout:hover,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit:hover{color:#fff;background-color:#007cff;border-color:#007cff}.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd-add-to-cart .edd-loading,.edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper a.edd_go_to_checkout .edd-loading,.edd_download_inner .edd_download_buy_button [type=submit].edd-add-to-cart.edd-submit .edd-loading{border-top:.2em solid rgba(0,0,0,.2);border-right:.2em solid rgba(0,0,0,.2);border-bottom:.2em solid rgba(0,0,0,.2)}.edd_download_inner .edd_download_buy_button .edd-cart-ajax-alert{display:none}.edd_downloads_list{margin-left:-10px;margin-right:-10px}p.edd-cart-number-of-items{font-size:14px;font-style:normal;text-transform:uppercase;color:inherit}.widget p.edd-cart-number-of-items{font-size:12px}ul.edd-cart{list-style:none;margin-left:0;font-size:16px}ul.edd-cart li.edd-cart-item{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}ul.edd-cart li.edd-cart-item .edd-cart-item-title{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%;padding-right:5px}ul.edd-cart li.edd-cart-item .edd-cart-item-quantity .bs-qty-tag{color:#939597}ul.edd-cart li.edd-cart-item .edd-cart-item-price{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%;padding-right:10px}ul.edd-cart li.edd-cart-item .edd-cart-item-separator{display:none}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart{text-align:right;color:#122b46;font-size:0}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:hover{color:#007cff}ul.edd-cart li.edd-cart-item a.edd-remove-from-cart:before{color:#122b46;font-size:22px;content:'\e828';display:inline-block;font-family:bb-icons;text-rendering:auto;-webkit-font-smoothing:antialiased}.entry-content ul.edd-cart .wrap-edd-cart-item{display:inline-block;width:100%;padding:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item{padding-left:15px;padding-right:15px;background-color:#fff;border-left:1px solid #e7e9ec;border-right:1px solid #e7e9ec;position:relative;z-index:0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:hover{box-shadow:0 3px 24px 0 rgba(18,43,70,.08);position:relative;z-index:1}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:first-child{padding-top:15px;border-top:1px solid #e7e9ec;border-radius:4px 4px 0 0}.entry-content ul.edd-cart .wrap-edd-cart-item li.edd-cart-item:last-child{padding-bottom:15px;border-bottom:1px solid #e7e9ec;border-radius:0 0 4px 4px}.entry-content ul.edd-cart .edd-cart-meta.edd_total{border-top:0;margin-top:10px}.widget ul.edd-cart li.edd-cart-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.widget ul.edd-cart li.edd-cart-item .edd-cart-item-price,.widget ul.edd-cart li.edd-cart-item .edd-cart-item-quantity{font-size:12px}.widget ul.edd-cart .cart_item.empty{font-size:13px}.entry-content-download{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px}article.edd-download .entry-content-wrap{padding:0}article.edd-download .entry-content-wrap .edd_purchase_submit_wrapper{margin-top:20px}article.edd-download .entry-content-wrap .entry-content{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form label{font-size:16px}article.edd-download .entry-content-wrap .edd_download_purchase_form .edd_price_options li{padding:3px 0}.edd-page .edd-alert{padding:5px 10px;border-radius:3px;font-size:14px}.edd-page .edd-alert-error{background-color:#ef3e46;border-color:#ef3e46;color:#fff}.edd-page .edd-alert-success{background-color:#1cd991;border-color:#1cd991;color:#fff}.entry-content .edd-alert{padding:5px 10px;font-size:14px;border-radius:3px}.entry-content .edd-alert strong{color:#fff}.entry-content .edd-alert-error{background-color:#ef3e46;border-color:#ef3e46;color:#fff}.entry-content .edd-alert-success{background-color:#1cd991;border-color:#1cd991;color:#fff}body:not(.bb-page-loaded) #edd_checkout_cart_form input[name=edd_update_cart_submit]{display:none}body:not(.bb-page-loaded) #edd_checkout_cart .edd_cart_footer_row th:not(.edd_cart_total){padding-top:0;padding-bottom:0}.cart-empty ul.edd-cart li.cart_item.empty+li.cart_item.empty{display:none}p.edd-logged-out{font-size:15px;margin-bottom:10px;color:#939597}#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input{color:inherit}#edd_login_form fieldset{background-color:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:20px;position:relative;padding-top:70px;margin-top:0}#edd_login_form fieldset legend{text-transform:uppercase;font-size:14px;position:absolute;top:20px;color:#122b46}#edd_login_form fieldset p{font-size:15px}#edd_login_form fieldset label{font-size:15px}#edd_login_form fieldset .edd-login-password,#edd_login_form fieldset .edd-login-username{margin-bottom:15px}#edd_login_form fieldset .edd-login-password label,#edd_login_form fieldset .edd-login-username label{width:100%;display:inline-block}#edd_login_form fieldset .edd-login-password input,#edd_login_form fieldset .edd-login-username input{width:100%}#edd_login_form fieldset>p{width:50%;margin:0 auto}#edd_login_form fieldset>p:first-of-type{padding-top:30px}#edd_login_form fieldset>p:last-of-type{padding-bottom:30px}#edd_login_form fieldset p.edd-lost-password{padding-top:10px;text-align:right;font-size:12px}@media (max-width:992px){#edd_login_form fieldset>p{width:80%}}@media (max-width:800px){#edd_login_form fieldset>p{width:90%}}#edd_login_form fieldset .edd-login-submit{text-align:right}#edd_login_form fieldset .bs-edd-login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#edd_login_form fieldset .bs-edd-login-actions label,#edd_login_form fieldset .bs-edd-login-actions p{font-size:14px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto}@media (max-width:380px){#edd_login_form fieldset .bs-edd-login-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#edd_login_form fieldset .bs-edd-login-actions p{margin-bottom:10px}#edd_login_form fieldset .bs-edd-login-actions .edd-login-remember{margin-right:auto;margin-left:auto}#edd_login_form fieldset .edd-login-submit{padding-top:15px;text-align:center}}@media (max-width:800px){body.edd-downloads-history .entry-content,body.edd-purchase-history .entry-content{overflow-x:auto}body.edd-downloads-history .entry-content table#edd_user_history,body.edd-purchase-history .entry-content table#edd_user_history{min-width:700px}#edd_checkout_cart_wrap{overflow-x:auto}#edd_checkout_cart_wrap table#edd_checkout_cart{min-width:700px}}#it-exchange-store .it-exchange-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}#it-exchange-store .it-exchange-products li.it-exchange-product{background-color:#fff;border-radius:0 0 4px 4px;margin:0 10px 20px;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;padding-bottom:70px}#it-exchange-store .it-exchange-products li.it-exchange-product>p{margin:0}#it-exchange-store .it-exchange-products li.it-exchange-product:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}@media (max-width:544px){#it-exchange-store .it-exchange-products li.it-exchange-product{width:100%}}#it-exchange-store .it-exchange-products .it-exchange-featured-image>p{margin:0}#it-exchange-store .it-exchange-products .featured-image-wrapper{position:relative;overflow:hidden;padding-top:92.56%;display:block;background:#809ab4;border-radius:4px 4px 0 0}#it-exchange-store .it-exchange-products .featured-image-wrapper img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}#it-exchange-store .it-exchange-products .it-exchange-product-details{text-align:center;padding:1em 0 0}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title{font-size:16px;padding-left:1em;padding-right:1em}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a{color:#122b46}#it-exchange-store .it-exchange-products .it-exchange-product-details h2.it-exchange-product-title a:hover{color:#007cff}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price{font-size:15px;color:#dc5525;float:none;display:block;margin:0 1em auto}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price del{color:#c8cbcf;font-weight:400}#it-exchange-store .it-exchange-products .it-exchange-product-details .it-exchange-base-price ins{text-decoration:none;font-weight:400;color:#dc5525}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink{font-size:15px;float:none;display:block;font-size:13px;line-height:2.5;text-transform:uppercase;padding:.618em 1em;border-top:1px solid #e7e9ec;margin-top:25px;border-radius:0 0 4px 4px;-webkit-transition:all linear .2s;transition:all linear .2s;position:absolute;bottom:0;width:100%}#it-exchange-store .it-exchange-products .it-exchange-product-details a.it-exchange-product-permalink:hover{background-color:#007cff;color:#fff}.it-exchange-wrap .it-exchange-messages li{background-color:#fff;border:1px solid #dedfe2;font-size:15px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=text]{width:100%}.it-exchange-wrap .it-exchange-transaction-meta{margin-bottom:30px}.it-exchange-wrap .it-exchange-transaction-meta h3{text-transform:uppercase;font-weight:500;color:#122b46;font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta p{font-size:14px}.it-exchange-wrap .it-exchange-transaction-meta .existing-shipping-address{font-size:14px}@media (max-width:800px){.it-exchange-wrap .it-exchange-transaction-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.it-exchange-wrap .it-exchange-transaction-purchases-label h3{text-transform:uppercase;font-weight:500;color:#122b46;font-size:14px}.it-exchange-wrap .it-exchange-transaction-products{border:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product{border-bottom:0}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-attributes h3{font-size:16px;font-weight:500}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads{margin-top:15px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads h4{text-transform:uppercase;font-size:12px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-transaction-product-download-title{font-size:14px}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right{margin-left:auto}.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li .it-exchange-right a.button{font-size:14px;padding-top:7px;padding-bottom:7px;font-size:13px}#it-exchange-confirmation .it-exchange-transaction-product-downloads .it-exchange-transaction-product-downloads-list li{margin-left:0;margin-bottom:10px}#it-exchange-product{background-color:#fff;border:1px solid #dedfe2;border-radius:4px}#it-exchange-product .it-exchange-product-standard-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding:0 20px 0 0;font-size:16px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-super-widget .it-exchange-sw-product .purchase-options{padding-left:0;padding-right:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price{border:0;font-size:22px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price del{color:#939597;font-weight:400}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-price ins{color:#122b46;font-weight:500;text-decoration:none}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-product-description{color:#a3a5a9}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:0;margin-right:1.5em;margin-bottom:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery .it-exchange-featured-image .featured-image-wrapper{border:0}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images{margin:0 20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images-gallery ul.it-exchange-thumbnail-images li span{border:0}@media (max-width:800px){#it-exchange-product .it-exchange-product-standard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-info .it-exchange-column-inner{padding-left:20px}#it-exchange-product .it-exchange-product-standard-content .it-exchange-product-images .it-exchange-column-inner{margin-left:1.5em}}#it-exchange-product .it-exchange-product-advanced-content{font-size:16px;margin:0 20px 30px}#it-exchange-product .it-exchange-product-advanced-content .it-exchange-extended-description{padding:2em 1em 0}#it-exchange-confirmation ul.it-exchange-customer-menu,.it-exchange-account ul.it-exchange-customer-menu{border-bottom:1px solid #eef0f3;padding-bottom:8px}#it-exchange-confirmation ul.it-exchange-customer-menu li,.it-exchange-account ul.it-exchange-customer-menu li{margin:0 25px 0 0;padding-bottom:12px}#it-exchange-confirmation ul.it-exchange-customer-menu li a,.it-exchange-account ul.it-exchange-customer-menu li a{display:inline-block;padding:0;font-size:14px;color:#939597}#it-exchange-confirmation ul.it-exchange-customer-menu li a:hover,.it-exchange-account ul.it-exchange-customer-menu li a:hover{color:#122b46}#it-exchange-confirmation ul.it-exchange-customer-menu li.current,.it-exchange-account ul.it-exchange-customer-menu li.current{border-bottom:1px solid #007cff}#it-exchange-confirmation ul.it-exchange-customer-menu li.current a,.it-exchange-account ul.it-exchange-customer-menu li.current a{color:#122b46}#it-exchange-confirmation ul.it-exchange-customer-menu{margin-left:0}#it-exchange-confirmation ul.it-exchange-customer-menu li{display:inline}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-products .it-exchange-transaction-product-cart-object .it-exchange-column-inner{padding-right:10px;font-size:14px;margin:23px 0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop.it-exchange-table{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop{font-size:14px}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-title{border:0;text-transform:uppercase;color:#939597}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount{border:0}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-confirmation-totals-amount .it-exchange-table-column-inner{text-align:right}#it-exchange-confirmation.it-exchange-wrap .it-exchange-transaction-summary-loop .it-exchange-cart-totals-total .it-exchange-table-column-inner{border-bottom:0;text-align:right}.it-exchange-account label{font-size:14px}.it-exchange-account .it-exchange-customer-info{font-size:16px}.it-exchange-account .it-exchange-customer-info .it-exchange-customer-welcome{text-align:center;padding-top:20px}.it-exchange-wrap.it-exchange-account input[type=password],.it-exchange-wrap.it-exchange-account input[type=submit],.it-exchange-wrap.it-exchange-account input[type=text]{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing{border:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper{margin-left:1em;margin-right:1em;border-radius:4px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart{display:inline-block;width:20px;height:20px;background-color:#fff;line-height:19px;text-align:center;border-radius:100%;color:#122b46}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item a.it-exchange-empty-cart:hover{color:#007cff}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing .cart-items-wrapper .cart-item .item-info input{max-width:65px;padding-left:10px;padding-right:10px}.it-exchange-wrap .it-exchange-super-widget .it-exchange-sw-processing form#zero_sum_checkout_form{margin-bottom:0}.it-exchange-wrap .it-exchange-super-widget .payment-methods-wrapper{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .quantity{border-bottom:0}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper{font-size:14px}.it-exchange-wrap .it-exchange-super-widget .cart-actions-wrapper .cancel-update{border-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{margin-bottom:1em;padding-bottom:1em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top{font-size:12px;text-transform:uppercase}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-purchase-top .it-exchange-purchase-total{float:none;display:block}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-top{font-weight:500;font-size:16px;color:#122b46;margin-bottom:.5em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data-bottom{font-size:14px;color:#939597;line-height:1.65;display:block;display:-webkit-box;max-height:3.4em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:95%}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info{margin-bottom:0}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-thumbnail{float:none;margin:0 auto 20px;width:30%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data{float:none;width:100%}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-bottom,#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-item-info .it-exchange-item-data .it-exchange-item-data-top{margin-left:0}}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase .it-exchange-no-transaction-products-found{font-size:14px;color:#939597}@media (max-width:544px){#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase{border-bottom:1px solid #e7e9ec;margin-bottom:2em}#it-exchange-purchases.it-exchange-wrap .it-exchange-purchase:last-of-type{border-bottom:0}}#it-exchange-downloads.it-exchange-wrap .it-exchange-download{overflow:hidden;font-size:16px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-product a{font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info h4{font-size:16px;color:#122b46;margin-bottom:10px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data{list-style:none;margin-left:0;font-size:14px}#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{margin-left:0;margin-right:1em;color:#939597}@media (max-width:544px){#it-exchange-downloads.it-exchange-wrap .it-exchange-download .it-exchange-download-info ul.it-exchange-downloads-data li.it-exchange-download-data span{display:block;width:100%}}#it-exchange-login{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-login .it-exchange-login-form{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-login .it-exchange-login-form .it-exchange-rememberme{margin-top:5px;margin-bottom:15px}#it-exchange-login .it-exchange-login-form #wp-submit{padding-left:2em;padding-right:2em;margin-bottom:1em}#it-exchange-login .it-exchange-login-form .it-exchange-recover-url{font-size:14px}#it-exchange-login .it-exchange-login-form .it-exchange-register-url{font-size:14px}@media (max-width:800px){#it-exchange-login .it-exchange-login-form{width:85%}}.it-exchange-account .it-exchange-rememberme label{display:inline-block;position:relative;top:1px}#it-exchange-registration{background:#fff;border:1px solid #eef0f3;border-radius:4px}#it-exchange-registration form.it-exchange-register{width:50%;margin:0 auto;padding:3rem 0}#it-exchange-registration form.it-exchange-register .it-exchange-registration-login{text-align:right;font-size:14px}#it-exchange-registration form.it-exchange-register #it-exchange-register-customer{padding-left:2em;padding-right:2em}@media (max-width:800px){#it-exchange-registration form.it-exchange-register{width:85%}}.gform_wrapper form .top_label .gfield_label{font-size:16px}.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){padding:0 12px;font-size:15px}.gform_wrapper.gf_browser_chrome form select{padding:8px 12px;padding-right:40px;font-size:15px}.gform_wrapper form textarea{padding:8px 12px;font-size:15px}.gform_wrapper form .gform_footer input.button,.gform_wrapper form .gform_footer input[type=submit],.gform_wrapper form .gform_page_footer input.button,.gform_wrapper form .gform_page_footer input[type=submit]{font-size:15px}.ui-datepicker.ui-widget-content{box-shadow:0 5px 10px rgba(0,0,0,.2)}.ui-datepicker.ui-widget-content tbody td{border-color:#fff}.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled{background-color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:none}.ui-datepicker table td a{line-height:1.4em;font-weight:400}.ui-datepicker table thead{background:#fff}.ui-datepicker table th{font-size:inherit}.ui-datepicker .ui-datepicker-title select,.ui-datepicker-title select{border:0;height:35px;font-size:13px;font-family:inherit}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{height:100%}.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span:before,.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span:before{text-shadow:none}.gform_wrapper form .gform_fileupload_multifile .gform_drop_area{border:2px dashed #dedfe2;background:#fff;border-radius:0;font-size:16px}.gform_wrapper.gf_browser_chrome form input.button.gform_button_select_files{padding:6px 18px!important}.gform_wrapper .ginput_preview{font-size:16px}.gform_wrapper .ginput_preview strong{font-weight:inherit}.ginput_container_fileupload>input[type=file],.ginput_container_post_image input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ginput_container_fileupload>input[type=file]+label,.ginput_container_post_image input[type=file]+label{font-size:16px;font-weight:700;color:#007cff;background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}.gform_wrapper form table.gfield_list thead th{font-size:16px}.gform_wrapper .gfield.field_sublabel_below .ginput_complex.ginput_container label{margin-top:0}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons{padding-left:10px!important}.gform_wrapper .ginput_container table.gfield_list tr td.gfield_list_icons img{outline:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_wrapper form div.validation_error{border:0;background-color:#ef3e46;border-color:#ef3e46;color:#fff;font-size:14px;text-align:left;border-radius:4px;font-weight:inherit;padding:5px 10px}.ginput_container_checkbox label,.ginput_container_radio label{background:0 0;box-shadow:none;outline:0;outline-width:0;-webkit-tap-highlight-color:transparent!important}@media (max-width:641px){.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),.gform_wrapper form input[type=submit]{line-height:1.3}.gform_wrapper form .ginput_container.ginput_container_checkbox span,.gform_wrapper form .ginput_container.ginput_container_radio span{display:inline-block;margin-bottom:0}}@media only screen and (max-width:761px){.gform_wrapper form table.gfield_list tr{border:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:3px}.gform_wrapper form table.gfield_list tr td.gfield_list_icons{background-color:#f8f8f8}.gform_wrapper form table.gfield_list tr td.gfield_list_icons img{outline:0}}div.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,div.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:inherit}.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_radio li label{line-height:normal}.gfield_checkbox input[type=checkbox]{position:absolute;opacity:0}.gfield_checkbox input[type=checkbox]+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.gfield_checkbox input[type=checkbox]+label:before{content:'';margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border-radius:3px;border:1px solid #c9cbca}.gfield_checkbox input[type=checkbox]:checked+label:before{background:#007cff;border-color:#007cff}.gfield_checkbox input[type=checkbox]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_checkbox input[type=checkbox]:checked+label:after{content:'\E876';position:absolute;left:3px;top:3px;font-family:bb-icons;color:#fff;font-size:14px;line-height:1;display:block}.gfield_radio input[type=radio]{position:absolute;opacity:0}.gfield_radio input[type=radio]+.bb-radio-label,.gfield_radio input[type=radio]+label{display:inline-block;position:relative;cursor:pointer;padding:0}.gfield_radio input[type=radio]+.bb-radio-label:before,.gfield_radio input[type=radio]+label:before{content:'';display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px}.gfield_radio input[type=radio]:disabled+.bb-radio-label,.gfield_radio input[type=radio]:disabled+label{color:#b8b8b8;cursor:auto}.gfield_radio input[type=radio]:disabled+.bb-radio-label:before,.gfield_radio input[type=radio]:disabled+label:before{box-shadow:none;background:#ddd}.gfield_radio input[type=radio]:checked+.bb-radio-label:after,.gfield_radio input[type=radio]:checked+label:after{content:'';background-color:#007cff;margin:auto;width:14px;position:absolute;height:14px;text-align:center;left:4px;top:4px;border-radius:100%}.nf-form-wrap .nf-form-content{max-width:100%}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-color:#ff865a;background-color:#ff865a;font-size:15px;border-radius:100px;padding:0 20px;color:#fff}.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.1)}.nf-form-wrap .nf-form-content .nf-pass.field-wrap .nf-field-element:after{font-size:24px;height:40px;line-height:40px}.nf-form-wrap .nf-form-content .nf-field-element input,.nf-form-wrap .nf-form-content .nf-field-element select,.nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]){height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #dedfe2;border-radius:3px;box-shadow:none;padding:0 12px;font-size:15px}.nf-form-wrap .nf-form-content .nf-field-element select[multiple]{height:auto}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#ff865a;border-color:#ff865a;border-radius:4px}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{z-index:99}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal~.checkbox{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .icheckbox_minimal{position:absolute}.nf-form-wrap .nf-form-content ins.iCheck-helper{z-index:999999}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:after{border-color:transparent}.nf-form-wrap .nf-form-content .listcheckbox-wrap .nf-field-element label:before{display:none}.nf-form-wrap .nf-form-content .list-checkbox-wrap .nf-field-element ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before{height:20px;font-size:16px;width:20px;left:-27px}.nf-form-wrap .nf-form-content .nf-error.field-wrap .nf-field-element:after{height:38px;width:40px;line-height:40px}.nf-form-wrap .nf-form-fields-required{margin-bottom:15px;font-size:14px}.nf-form-wrap .label-above .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label{margin-bottom:6px}.nf-form-wrap .nf-field-label label{font-size:16px}.nf-form-wrap .nf-field-description{font-size:14px;line-height:1.6;margin-bottom:10px}.nf-form-wrap .nf-help.fa-info-circle{background:0 0}.nf-form-wrap .nf-help.fa-info-circle:before{font-family:bb-icons;content:"\e853"}.nf-form-wrap .nf-help.fa-info-circle:after{display:none}.nf-form-wrap .nf-field-container .nf-field-label{margin-bottom:0}.nf-form-wrap .nf-after-form-content .nf-error-msg{background-color:#ef3e46;border-color:#ef3e46;color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg{background-color:#1cd991;border-color:#1cd991;color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}.nf-form-wrap .nf-response-msg p{margin:0}.jBox-wrapper{max-width:50%}.pika-single.is-bound{border:0;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:4px}.pika-lendar .pika-table{margin-bottom:0}.pika-lendar .pika-table th{font-weight:400;color:#939597}.pika-lendar .pika-table th abbr[title]{text-decoration:none}.pika-lendar .pika-table td{border-bottom:0}.pika-lendar .pika-table .pika-button{background:0 0;line-height:25px}.pika-lendar .pika-table .pika-button:hover{background:0 0;color:#007cff}.pika-lendar .pika-table .is-selected .pika-button{color:#007cff;box-shadow:none;font-weight:inherit}.pika-title .pika-label{font-weight:400;color:#007cff;padding:0 3px;line-height:30px;top:0}.pika-title .pika-label select{height:30px;top:0}.pika-title button.pika-next,.pika-title button.pika-prev{text-indent:inherit;font-size:0}.pika-title button.pika-next:hover,.pika-title button.pika-prev:hover{background-color:transparent;border-color:transparent}.pika-title button.pika-prev{background-image:none}.pika-title button.pika-prev:before{content:'\E8AB';font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pika-title button.pika-next{background-image:none}.pika-title button.pika-next:before{content:'\e827';font-family:bb-icons;font-weight:400;speak:none;display:inline-block;color:#939597;font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.list-checkbox-wrap .nf-field-element li{overflow:hidden}.checkbox-container .checkbox-wrap .nf-field-label{margin-bottom:0;padding-left:15px}.checkbox-container .checkbox-wrap .nf-field-label label{font-size:16px;line-height:22px;font-weight:500}.checkbox-container .checkbox-wrap .nf-field-element{position:relative;width:20px;height:20px}.checkbox-container .checkbox-wrap .nf-field-element input[type=checkbox]{width:auto;margin:0;position:absolute;height:20px;width:20px;left:0;top:0;z-index:6}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid #e7e9ec;margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on{background-color:#007cff;border-color:#007cff}.checkbox-container .checkbox-wrap .nf-field-element span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:3px;content:"\E809";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff}.list-checkbox-wrap .nf-field-element ul li{position:relative;margin:5px 0 10px!important}.list-checkbox-wrap .nf-field-element ul li label{margin-bottom:0;font-size:16px;line-height:22px;font-weight:500;margin-left:35px}.list-checkbox-wrap .nf-field-element li input[type=checkbox]{width:20px!important;margin:0;position:absolute;height:20px;width:20px;left:0;top:0;z-index:6}.list-checkbox-wrap .nf-field-element li span.checkbox{z-index:5;display:inline-block;width:17px;height:17px;background:#fff;border:1px solid #e7e9ec;margin:0;position:absolute;height:20px;width:20px;left:0;top:0;border-radius:2px;margin-right:2px;line-height:1.35}.list-checkbox-wrap .nf-field-element li span.checkbox.on{background-color:#007cff;border-color:#007cff}.list-checkbox-wrap .nf-field-element li span.checkbox.on:before{font-family:bb-icons!important;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-right:3px;content:"\E809";margin-right:0;position:absolute;bottom:-5px;left:-1px;z-index:9;color:#fff}.list-radio-wrap .nf-field-element ul li{overflow:hidden;position:relative;margin:5px 0 10px!important}.list-radio-wrap .nf-field-element ul li label{margin-left:35px;font-weight:500;font-size:16px;line-height:22px;margin-bottom:0}.list-radio-wrap .nf-field-element li input.bs-radio{width:22px!important;height:22px;position:absolute;top:0;left:0;z-index:10;margin-top:0;opacity:0}.list-radio-wrap .nf-field-element li span.bs-radio{display:inline-block;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;overflow:hidden;width:22px;height:22px;line-height:1;background-color:#fff;border:2px solid #d6dce6;border-radius:100%;margin-right:10px;z-index:7}.list-radio-wrap .nf-field-element li span.bs-radio.on:after{content:'';position:absolute;top:2px;left:2px;border-radius:100%;width:14px;height:14px;display:inline-block;background-color:#007cff;z-index:9}.starrating-wrap .star{background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='80px' viewBox='0 0 20 80' enable-background='new 0 0 20 80' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='0.999,64.999 6.001,64 9,59 12,64 17,64.999 13,68 13.999,74 9,71 4,74 5,68 0.999,64.999 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00'/%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_3_' points='0.999,46 6.001,45 9,40 12,45 17,46 13,49.001 13.999,55 9,51.999 4,55 5,49.001 0.999,46 '/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible' fill-rule='evenodd' clip-rule='evenodd' fill='%23D0D3D6'/%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23D2D2D2' d='M17,27l-5-1l-3-5l-2.999,5l-5.002,1L5,30l-1,6l5-3l5,3L13,30L17,27 z M9.515,32.143C9.357,32.049,9.177,32,9,32c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.31-0.147-0.608-0.4-0.8c0,0-1.119-0.84-2.212-1.659 c1.382-0.277,2.808-0.561,2.808-0.561c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.66,0.465c0,0,1.426,0.285,2.808,0.563 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,29.392,12,29.688,12,30c0,0.055,0.004,0.109,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,33.148,9.515,32.143,9.515,32.143z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCAF00' d='M17,8L12,7L9,2L6.001,7L0.999,8L5,11l-1,6l5-3l5,3L13,11L17,8z M9.515,13.143C9.357,13.048,9.177,13,9,13c-0.178,0-0.358,0.047-0.516,0.143c0,0-1.675,1.005-3.142,1.886 c0.296-1.771,0.645-3.865,0.645-3.865c0.01-0.055,0.015-0.11,0.015-0.164c0-0.311-0.147-0.608-0.4-0.801 c0,0-1.117-0.838-2.211-1.658C4.771,8.266,6.196,7.98,6.196,7.98c0.277-0.055,0.517-0.224,0.662-0.466c0,0,1.267-2.113,2.142-3.571 c0.875,1.458,2.143,3.572,2.143,3.572c0.145,0.241,0.385,0.41,0.662,0.465c0,0,1.424,0.285,2.806,0.561 c-1.094,0.819-2.211,1.658-2.211,1.658C12.146,10.392,12,10.688,12,11c0,0.055,0.004,0.108,0.014,0.164c0,0,0.349,2.093,0.643,3.865 C11.189,14.148,9.515,13.143,9.515,13.143z'/%3E%3C/svg%3E")}.nf-field-container .nf-error-msg{color:#ef3e46;font-size:14px}.field-wrap.nf-error .ninja-forms-field{border-color:#ef3e46}div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form input[type=submit]{border-radius:100px;background-color:#007cff;color:#fff;border:1px solid #007cff;font-size:15px;padding:10px 20px}div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:hover{color:#fff;background-color:#0f74e0;border-color:#0f74e0}div.wpforms-container-full .wpforms-form .wpforms-field-description{line-height:1.6}div.wpforms-container-full .wpforms-form select{background-image:url(/wp-content/themes/buddyboss-theme/assets/css/../images/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.flatpickr-calendar.open:after{border-width:6px;margin:0 -6px}.flatpickr-calendar.open .flatpickr-month{margin-top:5px;margin-bottom:5px}.flatpickr-calendar.open .flatpickr-next-month svg path,.flatpickr-calendar.open .flatpickr-prev-month svg path{fill:#939597}.flatpickr-calendar.open .flatpickr-next-month:hover svg path,.flatpickr-calendar.open .flatpickr-prev-month:hover svg path{fill:#122b46}.flatpickr-calendar.open .flatpickr-current-month span.cur-month{font-weight:400;font-size:15px;color:#007cff}.flatpickr-calendar.open .flatpickr-current-month input.cur-year{font-weight:400;font-size:15px;color:#007cff}.flatpickr-calendar.open .numInputWrapper:hover{background:rgba(0,0,0,.01)}.flatpickr-calendar.open span.flatpickr-weekday{font-weight:300;color:rgba(57,57,57,.3)}.flatpickr-calendar.open .flatpickr-day.today{border-color:transparent;color:#007cff}.flatpickr-calendar.open .flatpickr-day{line-height:36px}.flatpickr-calendar.open .flatpickr-day:hover{background-color:#007cff;color:#fff;border-color:transparent;box-shadow:none}.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover,.ui-timepicker-wrapper .ui-timepicker-list li:hover,.ui-timepicker-wrapper li.ui-timepicker-selected{background:#007cff}.wpforms-field-file-upload input[type=file]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.wpforms-field-file-upload input[type=file]+label{font-size:16px;font-weight:700;color:#007cff;background-color:#fff;border:2px dashed #dedfe2;width:100%;text-align:center;padding:2em 1em;display:inline-block;float:none;cursor:pointer}div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{border-color:#ef3e46}div.wpforms-container-full .wpforms-form label.wpforms-error{color:#ef3e46}div.wpforms-container-full .wpforms-form .wpforms-required-label{color:#ef3e46}.wpforms-field-date-time label.wpforms-field-label,input.wpforms-field-date-time-date+.wpforms-field-sublabel,input.wpforms-field-date-time-time+.wpforms-field-sublabel{pointer-events:none}.wpforms-field-file-upload label.wpforms-field-label{pointer-events:none}div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select{padding-right:30px}.entry-content .wpforms-confirmation-container-full,.wpforms-confirmation-container-full{background-color:#1cd991;border-color:#1cd991;color:#fff;font-size:14px;border-radius:4px;padding:5px 10px}@media screen and (max-width:544px){div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;float:none;margin-left:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number{margin-right:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code{width:100%;position:relative;margin-top:8px}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name{margin-right:0}div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration{width:100%;position:relative;margin-top:8px}}.bp-user-blog .medium-editor-element,.bp-user-blog .medium-editor-placeholder{background-color:transparent}.bp-user-blog .medium-editor-toolbar .medium-editor-toolbar-actions{height:auto}.bp-user-blog .sap-words-counter{font-weight:400}.bp-user-blog .sap-author-info{width:150px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:left;margin-left:0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{font:normal normal normal 14px/1 bb-icons;color:rgba(0,0,0,.4);font-size:21px;line-height:1;display:inherit;vertical-align:middle;margin:10px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets:before{content:'\e89b'}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active{font-size:30px;margin:4px 0}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets.active:before{content:'\e828'}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets svg{display:none}.bp-user-blog .sap-editor-area-wrapper .medium-editor-element,.bp-user-blog .sap-editor-area-wrapper .sap-editable-title{padding:0}.bp-user-blog #sap-widget-container .widget{border:0;margin:0 0 20px}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li{margin-bottom:10px;clear:both}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li label{font-size:14px;line-height:1.5}.bp-user-blog #sap-widget-container .widget .category_hierarchy_ul li li label{display:inline-block;margin-bottom:10px}.bp-user-blog #sap-widget-container .widget .featured-img-placeholder{border-radius:3px}.bp-user-blog #sap-widget-container .widget:first-child h3{font-size:16px;margin:0 0 10px 0}.bp-user-blog #sap-widget-container .widget .selectize-input{padding:5px 8px 2px}.bp-user-blog #sap-widget-container .widget .selectize-input.has-items{padding-top:3px}.bp-user-blog #sap-widget-container .widget .selectize-input>input{height:23px!important}.bp-user-blog #blog-order-select{float:right}.bp-user-blog #add_new_post{float:left}.bp-user-blog .sap-post-container .post-featured-image img{border-radius:5px}.bp-user-blog .sap-post-container .post-content .date{font-style:normal;font-size:12px}.bp-user-blog #feaured-img-holder-wrap .featured-img-placeholder{background:none rgba(240,243,247,.5)}.bp-user-blog #feaured-img-holder-wrap .featured-img-gridicon{margin-bottom:10px}.bp-user-blog #feaured-img-holder-wrap .featured-img-button{background:0 0;border:0;font-size:13px}@media screen and (max-width:620px){.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:none;position:static}.bp-user-blog .sap-editor-wrap .side-panel{max-width:inherit;margin-top:25px}.bp-user-blog .sap-editor-wrap .side-panel .sap-editor-toolbar{overflow:visible;width:100%}.bp-user-blog .sap-editor-wrap .sap-words-counter{line-height:1.7}.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{font-size:12px;padding:7px 9px}.bp-user-blog .toggle-sap-widgets.toggle-sap-widgets{margin:5px 0}}@media screen and (max-width:480px){.bp-user-blog .sap-words-counter{margin-top:-50px}.bp-user-blog #add_new_post,.bp-user-blog #blog-order-select{float:none;text-align:center;margin-top:5px}}@media screen and (max-width:360px){.bp-user-blog .sap-editor-toolbar .sap-publish-popup a.button{padding:5px 8px}.bp-user-blog .sap-editor-wrap .sap-editor-publish-wrapper{float:left;position:relative}}#buddypress .activity-update-form .bpfb_form_container{padding:0;background-color:transparent}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container{padding:15px;display:inline-block;width:100%;background-color:#fbfbfc;border:1px solid #e7e9ec;border-width:1px 0 0 0;border-radius:0 0 4px 4px;margin-bottom:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_toolbar_container .bpfb_active{-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .5))}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader{width:100%;text-align:center;display:inline-block;min-width:215px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-drop-area{border-radius:4px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-list{margin:0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-uploader .qq-upload-button{border-radius:4px;margin:0 auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container{margin:15px 0}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .bpfb_controls_container:empty{display:none}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_tmp_photo{background:rgba(240,243,247,.5);border:1px dashed #dedfe2;text-align:center;padding:15px;border-radius:6px;margin-bottom:10px}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container .qq-upload-drop-area{min-height:initial;line-height:1}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]{padding:10px 15px;font-size:14px;min-height:initial;line-height:1;height:auto}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container [type=button]#bpfb_cancel_action{background:0 0;border-width:1px;border-color:#007cff;color:#007cff;float:right}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_remote_image_container>input{margin:10px 0;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_link_preview_url,#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #bpfb_video_url{margin-bottom:10px;max-width:100%}#buddypress .activity-update-form .bpfb_form_container .bpfb_actions_container #TB_window #TB_caption{height:auto}#buddypress .activity-update-form .bpfb_form_container .focus-in .bpfb_actions_container{border-width:1px 0 1px 0;border-radius:0}.bp-zoom-meeting-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid #e7e9ec;border-radius:4px}#page .bp-zoom-meeting-container .bp-navs{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:1px;border:0;padding:0 20px;border-radius:4px 4px 0 0;background:#fff;border-bottom:1px solid #e7e9ec;margin:0}#page .bp-zoom-meeting-container .bp-navs a{line-height:1;padding:16px 0}#bp_zoom_meeting_form{margin:0;height:100%;position:relative}.bp-zoom-meeting-search.subnav-search{padding:20px}#main .bp-zoom-meeting-members-listing #meetings-list{max-height:70vh;overflow:auto;margin:0;padding:0;text-align:initial;margin-bottom:40px}.bp-zoom-meeting-members-listing .meeting-timezone{font-size:12px;color:#122b46;text-align:center;display:block;padding:6px 20px;background-color:#f5f6f7;border-top:1px solid #e7e9ec;border-radius:0 0 0 4px;position:absolute;bottom:0;left:0;z-index:12;width:100%}.all-meetings .meeting-item .meeting-meta-wrap{position:relative}.all-meetings .meeting-item .recurring-meeting-label{padding:0;height:8px;width:8px;border-radius:50%;position:absolute;right:0;top:2px}.all-meetings .meeting-item .recurring-meeting-label+.meeting-date{margin-right:12px}.all-meetings .meeting-item .live-meeting-label{background-color:#ef3e46;color:#fff;padding:3px 6px;height:auto;line-height:1;min-height:1px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.5px;border:1px solid transparent;outline:0;vertical-align:middle;transition:.3s all;border-radius:5px}.all-meetings .meeting-item .bp-zoom-meeting-view-recordings{margin-left:7px}.meeting-topic{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.meeting-topic .meeting-title{font-size:14px;color:#122b46;letter-spacing:-.24px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:80%}.meeting-topic .meeting-title:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0}.recurring-meeting-label{padding:3px 6px;height:auto;line-height:1;min-height:1px;display:inline-flex;align-items:center;font-size:11px;font-weight:400;letter-spacing:.45px;background-color:#ffbf1b;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;color:#fff;transition:.3s all;border-radius:20px}.in-progress-meeting-label{padding:3px 6px;height:auto;line-height:1;min-height:1px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:-.17px;background-color:#ef3f46;border:1px solid transparent;outline:0;vertical-align:middle;-webkit-appearance:none;color:#fff;transition:.3s all;border-radius:5px}#main a.button.view-recordings.bp-zoom-meeting-view-recordings{padding:3px 6px;height:auto;line-height:1;min-height:1px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:-.17px;position:relative;z-index:12}.bp-zoom-meeting-view-recordings .record-count{margin-left:3px}.view-recordings .dashicons{font-size:14px;width:14px;height:14px}.bp-zoom-meeting-container .bb-title-wrap{margin:-20px -20px 20px;border-bottom:1px solid #e7e9ec;padding:6px 20px;min-height:66px;display:flex;align-items:center}.bp-zoom-meeting-container .bb-title-wrap .bb-title{margin:0;line-height:1.4;font-size:18px;font-weight:500;letter-spacing:-.24px}.bp-zoom-meeting-container .bb-title-wrap .bb-title>.recurring-meeting-label{margin-left:10px}.bp-zoom-meeting-container .bb-meeting-occurrence,.bp-zoom-meeting-container .bb-timezone{font-size:12px;color:#939597;letter-spacing:-.24px;line-height:1;margin-top:3px}.meeting-actions-list a{font-size:13px;font-weight:inherit;color:#939597;letter-spacing:-.24px;line-height:1;margin-bottom:1px;padding:10px 14px;display:block}.meeting-actions-list a:hover{background-color:#f5f5f5}.meeting-actions-list i{font-size:15px;margin-right:10px}#main #bp-zoom-meeting-occurs-on-month label,#main .bp-zoom-meeting-end-date-time-wrap label{font-size:14px;font-weight:400;letter-spacing:-.24px;margin:0 0 20px;display:flex;align-items:center}#bp-zoom-meeting-occurs-on-month .bs-styled-radio:checked+label:after,.bp-zoom-meeting-end-date-time-wrap .bs-styled-radio:checked+label:after{top:13px}.bb-field-wrap.end-date-picker{margin:0 0 0 13px}#bp-zoom-meeting-end-times,#bp-zoom-meeting-occurs-on-month select{margin:0 12px;width:auto!important}.bp-zoom-meeting-recurring-sub-options #bp-zoom-meeting-occurs-on-week>label{display:inline-block;margin-right:15px;min-width:62px}#main .bb-meeting-options-wrap .bp-zoom-meeting-registration-options>label{display:block;position:relative;padding-left:32px}#main .bb-meeting-options-wrap .bp-zoom-meeting-registration-options>label:before{left:0;top:3px;position:absolute}#main .bb-meeting-options-wrap .bp-zoom-meeting-registration-options>label:after{top:7px}.bp-zoom-delete-occurrence-popup .button,.bp-zoom-edit-occurrence-popup .button{line-height:1.5}#main label[for=bp-zoom-meeting-weekly-days-sun]{margin-top:10px}select#bp-zoom-meeting-monthly-week{margin-left:0;margin-right:0}.copy-invitation-link,.copy-link-wrap,span.no-pass-required{display:flex;align-items:center;flex-flow:row wrap}a.button.primary.join-meeting-in-app{min-width:200px;margin-left:6px}a.button.primary.join-meeting-in-app.small{margin-right:6px;min-width:auto}.zoom-meeting-block a.button.primary.join-meeting-in-app{margin-left:0}a.button.outline.join-meeting-in-browser{min-width:220px}.copy-invitation-link{font-size:13px;margin-left:auto}.copy-invitation-link .bb-icon{font-size:16px;margin-right:6px}#meeting-invitation-container{background:#fbfbfc;border:1px solid #eef0f3;border-radius:3px}#meeting-invitation{width:100%;background:0 0;border:0;resize:none;margin:0 0;min-height:58vh;font-size:13px;color:#122b46;letter-spacing:-.24px;line-height:19px;padding:20px}.copy-invitation-popup .bb-zm-model-footer{display:flex;align-items:center;justify-content:space-between;border:0}#meetings-list .load-more{display:none}body .mfp-bg{opacity:1;z-index:1024;background:rgba(250,251,253,.9)}.bzm-white-popup{position:relative;background:#fff;padding:20px 30px 25px;width:auto;max-width:600px;margin:20px auto;border-radius:4px;overflow:hidden;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1)}.bzm-white-popup button.mfp-close{box-shadow:none;right:10px;left:auto;top:10px}.bzm-white-popup .recording-list-row-wrap{overflow:auto;max-height:62vh;border:0;margin:0 -30px;padding:20px 30px 0}.bzm-white-popup .recording-list-row-group{border-bottom:1px solid #eef0f3;padding:20px 0}.bzm-white-popup .recording-list-row-group:first-child{padding-top:0}.bzm-white-popup .recording-list-row-group:last-child{border-bottom:0}.bzm-white-popup .recording-list-row-group h4.clip_title{font-size:17px;font-weight:500;margin:0 0 20px}.bzm-white-popup .recording-list-row-group .recording-list-row{padding-bottom:15px;margin-bottom:15px}.bzm-white-popup .recording-list-row-group .recording-list-row:last-child{border-bottom:0;margin-bottom:0}.bzm-white-popup .recording-list-row-group .recording-list-row .pass-toggle{font-size:14px}.bzm-white-popup h2.clip_title{font-size:14px;font-weight:500;line-height:1;margin:2px 0 9px}.bzm-white-popup span.vdo-time{background:#122b46;border-radius:4px;font-size:10px;font-weight:500;color:#fff;letter-spacing:-.17px;text-align:center;padding:3px 6px;display:inline-block;margin-right:10px}.bzm-white-popup span.vdo-size{font-weight:500}.bzm-white-popup .button.downloadclip{font-size:13px;font-weight:500;min-height:28px;line-height:1;display:inline-flex;align-items:center;margin-top:8px;padding:0 16px 0 14px}.bzm-white-popup i.bb-icon-download{margin-right:6px;font-size:12px}header.bb-zm-model-header{background:#fbfbfc;margin:-20px -30px 25px;padding:22px 30px;border-bottom:1px solid #eef0f3;line-height:1;font-size:17px;font-weight:500;color:#122b46;letter-spacing:0}.bp-zoom-block-show-recordings{max-width:720px;padding-bottom:0}.bp-zoom-block-show-recordings header.bb-zm-model-header{margin-bottom:0}.bp-zoom-block-show-recordings header.bb-zm-model-header>.bp-zoom-recordings-dates{float:right;margin-top:-10px;margin-right:25px}@media screen and (max-width:540px){.bp-zoom-block-show-recordings button.mfp-close{right:0;top:0}.bp-zoom-block-show-recordings header.bb-zm-model-header{text-align:center;padding:12px 20px}.bp-zoom-block-show-recordings header.bb-zm-model-header>.bp-zoom-recordings-dates{float:none;display:block;margin:20px auto 0}}.copy-invitation-popup-block .mfp-close{display:none}.copy-invitation-popup-block .show-meeting-details{margin:10px 10px;box-shadow:none;right:10px;top:10px;position:absolute;display:block;color:#333}.copy-invitation-popup-block .show-meeting-details i{font-size:24px;opacity:.65}footer.bb-zm-model-footer{padding:25px 0 0;border-top:1px solid #eef0f3}#zoom-instruction-container{background:#fbfbfc;border:1px solid #e7e9ec;border-radius:3px;padding:1.6875rem;font-size:14px;line-height:20px;max-height:55vh;min-height:45vh;overflow:auto;word-break:break-word}#zoom-instruction-container>:last-child{margin-bottom:0}#zoom-instruction-container img{border-radius:2px;border:1px solid #d9d9d9;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-bottom:1.6875rem}.bp-zoom-group-show-instructions{font-size:15px;color:#122b46;letter-spacing:-.22px;line-height:1.46;max-width:850px}.bp-zoom-group-show-instructions .mfp-close{box-shadow:none;font-size:0;opacity:1}.bp-zoom-group-show-instructions .mfp-close:before{content:"\e828";font-family:bb-icons;font-size:22px;color:#939597}.bp-zoom-group-show-instructions .bp-step-nav-main .save-settings{display:none;float:right}.bp-zoom-group-show-instructions .bp-step-nav-main.last-tab .save-settings{display:inline-block}.bp-zoom-group-show-instructions .bb-group-zoom-settings-container{margin:20px 0 0}.bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap label{color:#4d5c6d}.bp-zoom-group-show-instructions .bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap input{width:100%}.info-status{font-size:12px;letter-spacing:-.18px;text-transform:uppercase}.no-pass-required i{font-size:17px;height:16px;width:16px;margin-right:3px}.video-info-wrap{display:flex;align-items:center;justify-content:space-between;max-width:220px;margin-bottom:20px}.video-info-wrap:last-child{margin-bottom:5px}.meeting-date{font-size:12px}.bb-meeting-option{display:flex;margin-bottom:16px;margin-left:-3px}.bb-meeting-option i{font-size:17px;width:15px;height:15px;line-height:1;margin-right:6px}.bb-meeting-option .bb-icon-check-small{color:#05d786;transform:scale(1.4)}.toggle-password i{margin-right:6px}.show-password .recording-password{font-family:Monaco,Consolas,"Courier New",Courier,monospace;font-size:13px;background:#f0f1f6;padding:5px 8px;border-radius:4px;margin-left:1px;min-width:105px;display:inline-block;line-height:1;border:1px solid #ddd}.bb-meeting-option.no{font-size:14px;color:#a3a5a9}.meeting-actions-anchor{color:#939597}.meeting-actions-anchor i{font-size:20px}.bp-zoom-meeting-right-top{padding:20px}#bp-zoom-create-meeting-wrapper{display:none}.meeting-actions{line-height:1;margin-left:auto;position:relative}.meeting-actions .meeting-actions-list{display:none;margin:0;position:absolute;background:#fff;box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:4px;padding:5px 0;min-width:200px;right:-20px;top:35px;z-index:119;list-style:none}.meeting-actions .meeting-actions-list.open{display:block}.meeting-actions .meeting-actions-list:before{content:" ";position:absolute;width:0;height:0;top:0;right:27px;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:1002}.meeting-actions ul{list-style:none;margin:0;padding:0}#meetings-list li{margin:0 0 1px;padding:11px 20px;position:relative}#meetings-list li.current,#meetings-list li:hover{background:#f5f6f7}.meeting-item-col.meeting-meta-wrap{display:flex;justify-content:space-between;font-size:13px;color:#939597;letter-spacing:-.22px;line-height:1}.bp-zoom-meeting-search-form{background-color:#fff;border:1px solid #dedfe2;box-shadow:none;border-radius:100px;margin:0;position:relative}.bp-zoom-meeting-search-form #bp_zoom_meeting_search{background-size:14px;background-position:left 12px center;background-color:#fbfbfc;height:32px;padding-left:2rem;width:100%;min-width:210px;border-radius:100px;border:0}.bp-zoom-meeting-search-form .nouveau-search-submit{padding:0;position:absolute!important;width:30px;height:33px;opacity:0;left:0;z-index:10;overflow:hidden}.bp-zoom-meeting-left{border-right:1px solid #e7e9ec;min-width:0;flex:0 0 360px;position:relative}@media (min-width:1081px){.bp-zoom-meeting-left-inner{min-height:65vh}.has-sidebar .bp-zoom-meeting-left{flex:0 0 300px}.has-sidebar a.bb-invitation-url{max-width:55%}.has-sidebar .bp_zoom_countdown>span{margin:0 2px}.has-sidebar .bp_zoom_countdown .position{margin:0 2px;width:28px}.has-sidebar .bp_zoom_countdown span.digit{font-size:24px}}.bp-zoom-meeting-right{flex:1;min-width:0}.meeting-item-container h2{text-transform:capitalize}.meeting-item-container .load-more{margin:0 auto 10px;width:100%;border-top:1px solid #e7e9ec}.meeting-item-container .load-more .button{max-width:230px;margin:0 auto;margin-top:20px}#buddypress .meeting-item-container .load-more .button{display:block}.meeting-item-table{min-width:520px}.meeting-item-table .meeting-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #e7e9ec;padding:0 0 8px}.meeting-item-table .meeting-item-header .meeting-item-head{font-size:12px;color:#939597;flex-basis:25%;text-transform:uppercase}.meeting-item-table .meeting-item{margin:0;border-bottom:1px solid #e7e9ec;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.meeting-item-table .meeting-item:last-child{border-bottom:0}.meeting-item-table .meeting-item .meeting-item-col{-ms-flex-preferred-size:25%;flex-basis:25%;font-size:14px;line-height:1.3;color:#4d5c6d;padding:0 5px}.meeting-item-table .meeting-item .meeting-item-col .meeting-link{font-size:15px;color:#122b46}.meeting-item-table .meeting-item .meeting-item-col.meeting-action{text-align:center;padding:0 5px}.meeting-item-table .meeting-item .meeting-item-col.meeting-action .bp-zoom-meeting-view-recordings{margin-top:10px}.meeting-item-table .recording-list{display:flex;flex:auto;border-bottom:1px solid #e7e9ec;padding:15px 0;background-color:#fff;margin-top:-1px;flex-flow:column}.meeting-item-table .recording-list .recording-list-row-wrap{display:table;table-layout:fixed;width:100%}.meeting-item-table .recording-list .recording-list-row{display:table-row;width:100%}.meeting-item-table .recording-list .recording-list-row-col{display:table-cell;text-align:center;border-bottom:1px solid #e7e9ec;padding:10px 0}.meeting-item-table .recording-list .recording-list-row-col p{margin-bottom:0}.meeting-item-table .recording-list:empty{display:none}.single-meeting-item-table{min-width:auto}.single-meeting-item-table .single-meeting-item{border-bottom:1px solid #e7e9ec;margin-bottom:15px;padding:0 0 15px 0;display:flex;flex-flow:row wrap}.single-meeting-item-table .single-meeting-item:last-child{border-bottom:0}.single-meeting-item-table .meeting-item-head{font-size:13px;font-weight:400;color:#939597;line-height:1.5;letter-spacing:-.19px;margin:0;flex:0 0 220px;padding-right:20px}.single-meeting-item-table .meeting-item-col{font-size:14px;color:#122b46;letter-spacing:-.21px;line-height:1.2;flex:1;min-width:0}.single-meeting-item-table .meeting-buttons-wrap .bb-recordings-wrap{margin-left:15px}.z-form-row-action{display:flex;align-items:center;min-height:20px}.z-form-row-action .hide-pass:not(.on),.z-form-row-action .hide-password:not(.on),.z-form-row-action .show-pass:not(.on),.z-form-row-action .show-password:not(.on){display:none}.z-form-row-action .hide-password{font-size:20px;line-height:1}.z-form-row-action .pass-toggle{margin-left:auto}#bp-zoom-single-meeting-wrapper{min-height:-webkit-calc(45vh + 65px);min-height:calc(45vh + 65px)}#bp-zoom-single-meeting-wrapper:empty{text-align:center}#bp-zoom-single-meeting-wrapper:empty:before{font:normal normal 400 20px/1 bb-icons;speak:none;display:inline-block;margin:0 auto;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\E838";animation:spin 2s infinite linear}#main .meeting-buttons-wrap{padding:0;margin-bottom:0}#main .meeting-buttons-wrap .button{font-size:14px}#main .meeting-buttons-wrap:empty{display:none}#bp-zoom-create-meeting-button{display:flex;align-items:center;font-size:14px;letter-spacing:-.24px}#bp-zoom-create-meeting-button i{font-size:16px;margin-right:5px}.bb-meeting-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:15px 0}.bb-meeting-actions-wrap h2{margin:0}.bb-add-meeting{display:inline-block}#zmmtg-root{display:none}.bp-wrap-duration{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center}.bp-wrap-duration .bb-field-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;margin:0 15px 0 0}.bp-wrap-duration .bb-field-wrap label{margin:0 4px;font-size:15px;font-weight:400;color:#939597;letter-spacing:-.22px}#main .bp-wrap-duration input,#main .bp-wrap-duration select{background-image:url(/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/css/../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.bb-group-zoom-settings-container .bb-field-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-content:center;margin:0 0 15px}.bb-group-zoom-settings-container .bb-field-wrap label{flex:0 0 180px;font-size:14px!important;font-weight:400;color:#939597;letter-spacing:-.22px;margin:10px 0 0!important;padding-right:20px}.bb-group-zoom-settings-container .bb-field-wrap input{margin:0!important;font-size:14px!important;color:#122b46;letter-spacing:-.24px}.bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap{flex:1;min-width:0}.bb-group-zoom-settings-container .bp-group-zoom-settings+.bb-sep-line{margin-top:25px}.bb-group-zoom-settings-container label[for=bp-edit-group-zoom]{display:flex!important}.bb-group-zoom-settings-container label[for=bp-edit-group-zoom] span{padding-top:2px}.bb-group-zoom-settings-container .bp-zoom-group-button-wrap{display:flex;align-items:center;flex-flow:row wrap}.bb-group-zoom-settings-container .bp-zoom-group-button-wrap .button{font-size:14px!important}.bb-group-zoom-settings-container .show-zoom-instructions{margin-left:auto;margin-right:10px}.bb-group-zoom-settings-container .bp-zoom-group-check-connection{font-size:14px;display:inline-flex;align-items:center}.bb-group-zoom-settings-container .bp-zoom-group-check-connection i{font-size:18px;margin-right:6px}#bp-zoom-meeting-end-date-time{background-image:url(/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/css/../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}#main .bb-field-wrap #bp-zoom-meeting-timezone,#main div.bb-field-wrap .bp-wrap-duration input,#main div.bb-field-wrap .bp-wrap-duration select{color:#122b46;font-size:14px;letter-spacing:-.24px;line-height:1.714}.zoom-meeting-block{background:#fff;border:1px solid #e7e9ec;border-radius:4px;padding:25px;margin-bottom:15px;display:flex;flex-flow:row wrap;align-items:center}.zoom-meeting-block h2{font-size:20px;font-weight:500;margin:0 0 5px!important}.zoom-meeting-block h2>.recurring-meeting-label{margin-left:10px}.zoom-meeting-block .bb-meeting-date,.zoom-meeting-block .bb-meeting-occurrence{font-size:14px;color:#939597;letter-spacing:-.24px;line-height:1.5}.zoom-meeting-block .meeting-actions .button{letter-spacing:-.24px;margin-right:3px;margin-bottom:10px}.zoom-meeting-block .bp-zoom-meeting-recording-fetch a.show-recordings{margin-bottom:10px}.zoom-meeting-block .live-meeting-label{background-color:#ef3e46;color:#fff;padding:3px 6px;height:auto;line-height:1;min-height:1px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.5px;border:1px solid transparent;outline:0;vertical-align:middle;transition:.3s all;border-radius:5px}#bp_zoom_meeting_form p.description{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;line-height:24px}.bp-toggle-meeting-password-wrap{position:relative}#main #bp-zoom-meeting-password{margin:0;padding-right:40px}.bp-toggle-meeting-password{color:inherit;position:absolute;right:0;top:0;height:40px;width:40px;text-align:center;display:flex;align-items:center;justify-content:center;opacity:.6}.bp-toggle-meeting-password.bb-eye .bb-icon-eye{display:none}.bp-toggle-meeting-password:not(.bb-eye) .bb-icon-eye-off{display:none}.zoom-meeting-block-info{flex:1;min-width:120px;margin-bottom:10px}.zoom-meeting-block-right{margin:0 auto;text-align:right}.zoom-meeting-block-right .bp-zoom-meeting-recording-fetch,.zoom-meeting-block-right .meeting-actions{display:inline-block;vertical-align:middle;margin-left:5px;margin-top:10px;text-align:center}.copy-link-wrap a{word-break:break-word;max-width:70%}.countdownHolder{margin:0 0 0 auto;font-size:30px}.bp_zoom_countdown{display:flex;align-items:center;justify-content:center;margin-bottom:auto}.meeting-buttons-wrap .bp_zoom_countdown{margin-bottom:-10px}span.bb-zoom-host{background:#eef0f3;border-radius:11px;font-size:11px;font-weight:600;color:#4d5c6d;letter-spacing:-.26px;line-height:1;display:inline-block;padding:6px 20px;margin-bottom:12px}.bp_zoom_countdown>span{display:flex;flex-flow:row wrap;justify-content:center;min-width:78px;max-width:78px;margin:0 5px}.bp_zoom_countdown>span.countDays{max-width:118px}.bp_zoom_countdown .countdown_label{flex:0 0 100%;order:3;font-size:11px;font-weight:500;color:#939597;line-height:1;letter-spacing:-.19px;margin-top:8px;text-transform:uppercase;text-align:center}.bp_zoom_countdown .position{background:#eef0f3;border-radius:3px;height:60px;width:34px;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 2px;position:relative}.bp_zoom_countdown span.position:after{opacity:.4;background:#d0d3d6;border-radius:3px 3px 0 0;content:"";position:absolute;top:0;left:0;height:50%;width:100%}.bp_zoom_countdown .countDiv:empty{display:none}.bp_zoom_countdown span.digit{z-index:2;position:absolute;margin-top:auto;margin-bottom:auto;left:auto;right:auto;top:auto!important;bottom:auto;font-size:26px;font-weight:500;letter-spacing:-.45px}#bp-zoom-dropdown-options-loader{display:none;line-height:1;margin-left:10px}.recording-list-row-wrap{border-bottom:1px solid #e7e9ec;padding-bottom:20px;margin-bottom:20px}.recording-list-row-wrap:last-child{border-bottom:0;margin-bottom:0}.recording-list-row-wrap .bb-internal-model{justify-content:center}.recording-list-row-wrap .bb-media-model-container{margin:auto;max-width:90%;width:100%}.recording-list-row,.recording-preview-info{display:flex;flex-flow:row wrap}.recording-list-info,.recording-preview-info{flex:1;min-width:0}.recording-preview-info{padding:6px 0 0 20px}.recording-button-wrap{margin-left:auto}.recording-button-wrap .button{letter-spacing:-.24px;font-weight:500;display:inline-flex;align-items:center;margin-left:4px;font-size:13px;min-height:28px;line-height:1;margin-top:8px;padding:0 16px 0 14px}.recording-button-wrap i{margin-right:6px;font-size:12px}span.select-recorded-text{font-size:14px}.recording-list-info{display:flex;flex-flow:column}.recording-preview-img{line-height:1;position:relative;height:80px;border-radius:3px}.recording-preview-img img{display:block;width:136px;height:82px}.recording-preview-img .play_btn,.recording-preview-img .play_btn_link{position:absolute;height:100%;width:100%;top:0;left:0;line-height:1;opacity:0}span.triangle-play-icon{position:absolute;left:7px;bottom:6px;font-size:12px;transition:50ms all linear;width:28px;height:28px;line-height:27px;vertical-align:middle;text-align:center;border-radius:50px;background:#fff;color:#007cff;border:1px solid #007cff;box-shadow:0 1px 3px rgba(0,0,0,.25)}span.triangle-play-icon:before{margin-right:-3px}.recording-preview-img:hover span.triangle-play-icon{transition:50ms all linear;box-shadow:0 1px 5px rgba(0,0,0,.35)}#main h2.clip_title{font-size:15px;font-weight:500;line-height:1;margin:0 0 8px}.clip_date,.clip_description{font-size:12px;color:#939597;letter-spacing:-.21px;line-height:1;margin-bottom:6px}.bb-shared-screen-wrap{line-height:1;margin-top:auto;margin-bottom:10px}.bb-shared-screen-wrap a.bb-shared-screen{display:flex}.bb-shared-screen-wrap svg{margin-right:8px;margin-top:1px;min-width:18px}.bp-zoom-meeting-wrap .bp-zoom-recorded-label{display:flex;align-items:center;margin:0}.bb-video-time{background:#122b46;border-radius:4px;font-size:10px;color:#fff;letter-spacing:-.17px;text-align:center;position:absolute;top:58px;right:6px;padding:3px 7px;z-index:10}a.bb-shared-screen{font-size:13px;letter-spacing:-.24px}.bp-zoom-meeting-alt-host .select2-container{width:auto!important;min-width:100%}.bb-field-wrapper-inner{max-width:560px;margin:auto}.bb-field-wrapper-inner>.bb-field-wrap{display:flex;flex-flow:row wrap}.bb-field-wrapper-inner>.bb-field-wrap>label{flex:0 0 180px;padding-right:20px;font-size:14px;font-weight:400;color:#122b46;letter-spacing:-.21px;margin:6px 0 0}.bb-field-wrapper-inner>.bb-field-wrap>.bb-meeting-options-wrap{width:calc(100% - 180px)}.bp-meeting-fields-wrap hr{background:#eef0f3;height:1px}.bb-meeting-host-select-wrap{flex:1;min-width:0}.bb-toggle-switch{position:relative;display:inline-block;width:50px;height:25px;margin-left:auto}.bb-toggle-switch input{opacity:0;width:0;height:0}.bb-toggle-slider{border-radius:34px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c8cbcf;transition:.4s}.bb-toggle-slider:before{border-radius:50%;position:absolute;content:"";height:21px;width:21px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;box-shadow:-1px 1px 3px 0 rgba(0,0,0,.22)}input:checked+.bb-toggle-slider{background-color:#007cff}input:checked+.bb-toggle-slider:before{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform:translateX(25px)}.bb-video-fields-wrap{flex:1;min-width:0;max-width:270px}#main .bb-video-fields-wrap label{display:flex;align-items:center;margin:0;font-size:16px;font-weight:400;letter-spacing:-.27px}#main .bb-meeting-options-wrap label{font-size:16px;font-weight:400;letter-spacing:-.21px;display:flex}.bb-meeting-options-wrap .bb-field-wrap>label span{padding-top:2px}.bp-zoom-meeting-auto-recording-options{padding-left:30px}.bp-zoom-meeting-auto-recording-options label span{line-height:1.5}.bp-zoom-meeting-auto-recording-options .bs-styled-radio:checked+.bb-radio-label:after,.bp-zoom-meeting-auto-recording-options .bs-styled-radio:checked+label:after{top:4px}.bp-zoom-meeting-time-meridian-wrap{position:relative}.bp-zoom-meeting-time-meridian-wrap input{position:absolute;opacity:0}.bb-time-meridian{background:#fff;border:1px solid #dedfe2;border-radius:50%;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#d0d3d6;letter-spacing:-.24px;line-height:24px}input:checked+.bb-time-meridian{background:#007cff;border-color:#007cff;color:#fff}.bb-field-wrap.start-time-picker{width:115px}#main #bp-zoom-meeting-description{min-height:110px;padding:8px 12px}#bb-recurring-meeting-label{margin-top:0}.bb-recurring-meeting-text{font-size:16px;font-weight:400;letter-spacing:-.21px}.bp-zoom-meeting-recurring-options>.bb-field-wrap,.bp-zoom-meeting-recurring-sub-options>.bb-field-wrap{display:flex}.bp-zoom-meeting-recurring-options>.bb-field-wrap>label,.bp-zoom-meeting-recurring-sub-options>.bb-field-wrap>label{flex:0 0 180px;padding-right:20px;font-size:14px;font-weight:400;color:#122b46;letter-spacing:-.21px;margin:6px 0 0}.bb-meeting-input-wrap{flex:1;min-width:0}.bb-meeting-input-wrap input[type=text]:disabled{background:#f9f9f9!important}.bp-zoom-meeting-repeat-wrap .bb-meeting-input-wrap{display:flex;align-items:center}.bp-zoom-meeting-repeat-wrap select{width:auto!important;margin-right:10px}#bp-zoom-meeting-occurs-on-week span{font-size:16px;font-weight:400;letter-spacing:-.21px}#main .bp-zoom-meeting-members-listing .bp-messages{margin:10px 20px}a.bp-back-to-meeting-list{color:rgba(18,43,70,.4);line-height:1;margin-left:-10px;margin-right:10px;display:none}a.bp-back-to-meeting-list span{font-size:24px}a.bp-close-create-meeting-form{margin-left:auto;display:none}a.bp-close-create-meeting-form span{font-size:24px;color:rgba(18,43,70,.4);line-height:1;margin-top:5px}#bp-zoom-meeting-cancel-edit{margin-right:20px}.bb-media-section video{width:100%;height:auto}.bb-media-section audio{max-width:800px;width:90%}#main #copy-download-link,#main .downloadmeeting.downloadclip{display:inline-flex;align-items:center;justify-content:center}#main #copy-download-link i,#main .downloadmeeting.downloadclip i{margin-right:5px}.bb-shared-screen svg g{stroke:#007cff}a.bb-invitation-url{white-space:nowrap;display:inline-block;max-width:75%;text-overflow:ellipsis;overflow:hidden;padding-right:20px}.bp-meeting-fields-wrap>.bp-messages{margin-bottom:22px}.bp-meeting-fields-wrap .select2-container{width:auto!important;min-width:100%}.groups.zoom .select2-container .select2-dropdown{max-width:inherit}.bp-zoom-group-check-connection.loading:after{font:normal normal 400 14px/1 bb-icons;speak:none;display:inline-block;margin:0 0 0 6px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\E838";animation:spin 2s infinite linear}#bp-zoom-meeting-form-submit.loading:before,.bb-save-settings.loading:before{font:normal normal 400 14px/1 bb-icons;speak:none;display:inline-block;margin:0 10px 0 0;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\E838";animation:spin 2s infinite linear}.bb-meeting-input-wrap .select2-container--default .select2-selection--single{border:1px solid #dedfe2;border-radius:3px;height:40px}.bb-meeting-input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px;color:#122b46;font-size:14px;letter-spacing:-.24px}.bb-meeting-input-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;width:30px}.single-meeting-item.bb-countdown-wrap{border:0;padding-bottom:0}.single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{margin-left:-7px;justify-content:flex-start}.single-meeting-item.bb-countdown-wrap .countdown_label{line-height:27px}#main .single-meeting-item.bb-countdown-wrap+.meeting-buttons-wrap{border-top-width:1px;border-top-style:solid;border-color:#e7e9ec;padding-top:20px;padding-bottom:5px}.mfp-wrap.mfp-wrap{z-index:999999}.mfp-content.mfp-content{text-align:left}.bb-description-info{font-size:14px;color:#a3a5a9;letter-spacing:-.24px;line-height:24px;display:flex;align-items:center;margin-top:8px}.bb-description-info .bb-url-text{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:20px}.copy-webhook-link.copied:after,.copy-webhook-link.copied:before{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1}.buddypress-wrap .bp-subnavs ul #sync-meetings-groups-li{float:right;margin-left:auto}.buddypress-wrap .bp-subnavs ul #sync-meetings-groups-li #meetings-sync{border-color:transparent}.buddypress-wrap .bp-subnavs ul #sync-meetings-groups-li #meetings-sync .bb-icon-loader{display:none}.buddypress-wrap .bp-subnavs ul #sync-meetings-groups-li #meetings-sync.loading .bb-icon-loader{display:inline-block}.bp-step-nav-main .bp-step-nav ul{margin:0 0 20px;border-bottom:1px solid #e7e9ec}.bp-step-nav-main .bp-step-nav li{list-style:none;display:inline-block;margin-right:4px}.bp-step-nav-main .bp-step-nav li a{color:#939597;padding:12px 13px 11px;display:inline-block;margin:1px 1px 0;line-height:1}.bp-step-nav-main .bp-step-nav li a:hover{color:#007cff}.bp-step-nav-main .bp-step-nav li.selected>a{border:1px solid #e7e9ec;border-bottom-color:#fff!important;border-radius:3px 3px 0 0;margin:0 0 -1px;color:#122b46}.bp-step-nav-main .bp-step-actions{margin:20px 0 0}.bp-step-nav-main .bp-step-actions .bp-step-next{float:right}.bp-step-nav-main .bp-step-blocks{margin-bottom:20px}.bp-step-nav-main .bp-step-blocks .bp-step-block{visibility:hidden;opacity:0;height:0;width:0;overflow:hidden}.bp-step-nav-main .bp-step-blocks .bp-step-block.selected{transition:opacity .3s ease;visibility:visible;opacity:1;overflow:initial;height:auto;width:auto}@media screen and (max-width:767px){.bp-step-nav-main .bp-step-nav{background-color:#fbfaf9}.bp-step-nav-main .bp-step-nav>ul{border:1px solid #e7e9ec;border-bottom:0;border-radius:3px 3px 0 0;overflow:hidden;margin-bottom:0}.bp-step-nav-main .bp-step-nav li>a{margin:0}.bp-step-nav-main .bp-step-nav li.selected>a{border:0;background-color:rgba(77,92,109,.1);border-radius:0;margin:0}}.bp-zoom-block-show-details{max-width:760px;font-size:14px;letter-spacing:-.24px;margin-top:7px;line-height:1.5}.bp-zoom-block-show-details .mfp-close{box-shadow:none;font-size:0;opacity:1}.bp-zoom-block-show-details .mfp-close:before{content:"\e828";font-family:bb-icons;font-size:22px;color:#939597}.groups.zoom .bp-single-vert-nav .item-body{min-height:auto;padding:0}.groups.zoom .bp-single-vert-nav .bp-zoom-meeting-container .bp-navs{border:0!important}.groups.zoom .bp-single-vert-nav #item-body #subnav .subnav a{padding:16px 0}@media (min-width:801px){.groups.zoom .bp-single-vert-nav a.bb-invitation-url{max-width:66%}}@media (min-width:749px){.groups.zoom .bp-single-vert-nav .bp-zoom-meeting-container{border:0}}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{background:#f5f5f5;border-top:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:first-child{border-top:0}@media (max-width:1480px) and (min-width:1351px){.has-sidebar .single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{width:180%;transform:translateX(-44%);text-align:center;justify-content:center}}@media (max-width:1265px) and (min-width:1081px){.single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{width:230%;transform:translateX(-54%);text-align:center;justify-content:center}}@media (max-width:1350px){.has-sidebar .bp-zoom-meeting-left,.has-sidebar .bp-zoom-meeting-right{flex:0 0 100%;border-right:0;min-width:0}.has-sidebar .bp-zoom-meeting-right{display:none}.has-sidebar a.bp-back-to-meeting-list,.has-sidebar a.bp-close-create-meeting-form{display:block}.has-sidebar .bp-create-meeting .bp-zoom-meeting-left,.has-sidebar .bp-single-meeting .bp-zoom-meeting-left{display:none}.has-sidebar .bp-create-meeting .bp-zoom-meeting-right,.has-sidebar .bp-single-meeting .bp-zoom-meeting-right{display:block}}@media (max-width:1080px){.bp-zoom-meeting-left,.bp-zoom-meeting-right{flex:0 0 100%;border-right:0;min-width:0}.bp-zoom-meeting-right{display:none}a.bp-back-to-meeting-list,a.bp-close-create-meeting-form{display:block}.bp-create-meeting .bp-zoom-meeting-left,.bp-single-meeting .bp-zoom-meeting-left{display:none}.bp-create-meeting .bp-zoom-meeting-right,.bp-single-meeting .bp-zoom-meeting-right{display:block}.zoom-meeting-block .bp-zoom-meeting-recording-fetch a.show-recordings{margin-bottom:0}}@media (max-width:900px){.zoom-meeting-block-info{flex:0 0 100%;margin-bottom:30px}.zoom-meeting-block-right{margin-left:0;align-items:center;display:flex;justify-content:center;flex-flow:column;width:100%}.zoom-meeting-block-right>.meeting-actions{text-align:center}.zoom-meeting-block-right>.meeting-actions .join-meeting-in-browser{margin-bottom:10px}.zoom-meeting-block-right .bp_zoom_countdown{margin:0 auto 0 auto}}@media (max-width:980px) and (min-width:800px){.single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{width:230%;transform:translateX(-50%);text-align:center;justify-content:center}}@media (max-width:800px){.copy-link-wrap a{max-width:100%;flex:0 0 100%}.copy-link-wrap .copy-invitation-link{margin:12px 0 0}.single-meeting-item-table .meeting-item-head{flex:0 0 180px}a.bb-invitation-url{max-width:100%}.recording-preview-info{flex-flow:column}.recording-button-wrap{margin-left:0}}@media (max-width:650px){.bp_zoom_countdown,.single-meeting-item.bb-countdown-wrap .bp_zoom_countdown,.zoom-meeting-block-right .bp_zoom_countdown{transform:scale(.8);width:140%;margin-left:-22%}}@media (max-width:540px){.single-meeting-item-table .meeting-item-col,.single-meeting-item-table .meeting-item-head{flex:0 0 100%;padding:0}.single-meeting-item-table .meeting-item-head{margin-bottom:10px}.zoom-meeting-block .meeting-actions .button{margin-bottom:10px;min-width:220px}.bp_zoom_countdown>span{max-width:70px;margin:0 3px}.bp_zoom_countdown .position{width:30px;height:52px}.bb-group-zoom-settings-container .bb-field-wrap,.bp-wrap-duration.bb-meeting-input-wrap{flex-flow:row wrap}.bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap{margin-top:10px}.bb-field-wrapper-inner>.bb-field-wrap>.bb-video-fields-wrap,.bb-field-wrapper-inner>.bb-field-wrap>label,.bb-group-zoom-settings-container .bb-field-wrap .bp-input-wrap,.bb-group-zoom-settings-container .bb-field-wrap label,.bb-meeting-input-wrap{flex:0 0 100%}.bb-field-wrapper-inner>.bb-field-wrap .bb-meeting-options-wrap{width:100%}.bp-zoom-meeting-recurring-options>.bb-field-wrap,.bp-zoom-meeting-recurring-sub-options>.bb-field-wrap{display:block}.bp-wrap-duration .bb-field-wrap{max-width:140px}.bp-wrap-duration .bb-field-wrap.start-time-picker{margin-top:14px}.bb-meeting-input-wrap.bp-zoom-meeting-end-date-time-wrap .bb-field-wrap.end-date-picker{margin:0 0 0 5px}.bb-meeting-input-wrap.bp-zoom-meeting-end-date-time-wrap #bp-zoom-meeting-end-times{margin:0 5px}.bb-field-wrap.bp-zoom-meeting-time-meridian-wrap{flex:0 0 100%;margin-top:15px}.bp-zoom-meeting-container .bb-timezone{line-height:1.4}#main #bp-zoom-meeting-occurs-on-month label[for=bp-zoom-meeting-occurs-month-week-select]{display:block}#main #bp-zoom-meeting-occurs-on-month label[for=bp-zoom-meeting-occurs-month-week-select] .bp-zoom-meeting-occurs-month-week-select-label{display:block;margin:5px 0 0 34px}#main #bp-zoom-meeting-occurs-on-month label[for=bp-zoom-meeting-occurs-month-week-select]>select{max-width:90px}#main #bp-zoom-single-meeting .single-meeting-item.meeting-buttons-wrap{flex-flow:column}#main #bp-zoom-single-meeting .single-meeting-item.meeting-buttons-wrap .meeting-item-col.meeting-action{flex-flow:column;display:flex}#main #bp-zoom-single-meeting .single-meeting-item.meeting-buttons-wrap .meeting-item-col.meeting-action>a{margin:0 0 10px}#main #bp-zoom-single-meeting .single-meeting-item.meeting-buttons-wrap .bb-recordings-wrap .meeting-item-head:empty{display:none}#main #bp-zoom-single-meeting .single-meeting-item.meeting-buttons-wrap .bb-recordings-wrap .show-recordings{width:100%}}@media (max-width:420px){.bp_zoom_countdown,.single-meeting-item.bb-countdown-wrap .bp_zoom_countdown{transform:scale(.8);width:130%;margin-left:-15%}.bp_zoom_countdown>span{max-width:60px}.bp_zoom_countdown .position{width:22px;height:40px}.bp_zoom_countdown span.digit{font-size:20px}.zoom-meeting-block{padding:20px}.recording-preview-info{padding:6px 0 0}}@media (max-width:380px){.bzm-white-popup .recording-list-row{flex-flow:column}.recording-preview-img{max-width:136px;margin-bottom:10px}}/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*//**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main 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: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	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);
}


/* Sharing services list */
.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: 0.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;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #656565 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.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 .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>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 .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .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>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.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;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@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;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	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;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-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;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off 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 {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off 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 {
	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-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,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.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;
}


/* Individual official buttons */
.reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	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.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

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-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon 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;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	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:before, .sharing-hidden .inner:after {
	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;
}


/**
 * Special colorful look for "Icon Only" option
 */

.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: 1px;
	top: 0px\9; /* IE8 and below */
}

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

/* Special look colors */
.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: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	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: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

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

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


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 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: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	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: 0em;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}
@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);font-weight:400;font-style:normal}@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"),url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABtUAAsAAAAAKlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAPQAAAFZAuk/9Y21hcAAAAXwAAAGWAAAEWDeg0QRnbHlmAAADFAAAFNMAAB686Rw5FWhlYWQAABfoAAAAKwAAADYWJB25aGhlYQAAGBQAAAAbAAAAJAQaAi9obXR4AAAYMAAAAA8AAAC4WgAAAGxvY2EAABhAAAAAXgAAAF607K3cbWF4cAAAGKAAAAAfAAAAIAFAAKBuYW1lAAAYwAAAATQAAAJGA4c4LHBvc3QAABn0AAABXgAAAg1QKrNaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mo4gYGVgYOBnzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yflNmAnH1mCDCjCACAIwbCEIAAAB4nN3UzW7TQBTF8b9jJ6lLAbep3QABQtKGj6ZSF30ElogVS16gj+8rZxZsypmcqCzpuh79ItsZxTO+5wYYA6VspYLRlkJnFBvdLfb3S4739yv+6PqSpc6qvooyplHHPJaxGZphNrTD/a5LZapTkxZp/fAAfRHEWLMazVo9zmoTafxv1n+PQk/9xi13Gt81fjyOn/zi935oibzmTPNeMWFDzTWnnDPnghd84Ua/MdNu39LwgQWfeMOUE1rt7j3v+MiVnlNqb0fa4Yo1X7X3z7yk0wImT1jlcz9O8sdoe7i6ydU1vXn6A9WAvjRVg74y1YXAVCGiMNWKGJmqRpSm+ik5pkoSE1NNiampukRtqjPRmCpOnJpqT5yZUkDMLK8/zk3JIFojf99Z7o24MOWGmBv5OUtTloiVKVXE2pQv4tKUNOLKyGvfWH6jQ2PKIcPMcr8NrSmbDPemlLJrTXll15mSS8Jyz6aD3NdpZLm3U2lKuPrPlHXSxJR60tSUf9KRqRNIteX/idSYuoO0MPUJaW10fwHJHpItAAB4nHVZeYwlR3nvququ6rtf393vnPf6vdcz82bezDt77mOP2bXXe3p3vbZjWK+x8AGYgDly2F4wshyQcxBhK84dEyOxKJESFMgfwFog+CMCgZRdJRAlSoKMkkiJIiX5IyTjfNVvZ2fWkHk91VXV1XV89X2/7/dVC6IAf+hH6KawJZwWHhY+BKUGo5Of74XBoD/OwoD/st44Gw8XUDttr6Nh2ua/JG8b1NAGyjbQoF9FYeAzEyWN9miYjQe+x2gILaCctsdhFZpk4yCkbeiszaA2gz6rCFqgBtUahYpTtZ1iPD3ViUVZZLpMw4gQUSWUUKdQCuN+Y1ZFVFwVKSIlR3NUjHQWGLZbDqYx/s3msLe4/aF5URJ7H1q//zxlMhGRZwwRQcTwChUmUQWdRSIRFT0uNufjyI2ZJsmKRH2XKKJkyIb9eFIo2gWZulGPUsQQlWxXtnRqfkq3Ii+xtEKgFp4tWeb8DKG4UkuIOkMI6dlMwoqIRVa1HC5Wmsv279AfCbZQFqaFI8Ip4V5BcPtV7FFWRb5n4g6yw/54NOxCzg/7G3g0bENukOWCH3BJdvFwA4NoMUu8IMxA5ib2B202GCX+624t0B07Cq1i3XnuacujuiFnO3JBY4F7bOOrelAISFebrwfN2DSLTT9OIhX9GqNrqqfbqngBf/qJJ9AL1IrbJZklsVdxFESfsGxFp2RDIrKh+vZxpBeURtUqtjqtkuVMTQe6Jz2iyYZJXcsrCiRf59fQG0JJSIUB5Pl294Zd1EENE1WQV0WrqL+BQG3a6aAfeBQetIfjMOEpPIIa9LqvmqixXN+sLzfg9gLcrP/aUU1T5ckrLymmqfAEzRsqPIfHL05ul1Sra7omXF82XAMuPp2JXr8Bc9KFCGS/JQitvWH5gDCNMZd0g3pBZns0qYPG2sPxoN4PWP6AryBvAPMP4JXxCK3I9D4q58mjHaoolCf/Hju7N504dtCsE9+tUAM0bL6WTs3PT52bmr8B7XVZ3pYNGa6f228Zv8o74K3O84RPV87nfBNs0RVCkGVVaAhtYVaYh9rRAm43LLGGgv4mSUO2gHyWspCFaRZm8M9G+R3dJOSboi5+A9Re+hbPUPT1X9060zyzZXW7vws5Z3t7eyEvocNgSJ8g5OOYfVLjd0Z+dLkzunhx1GnUah+H7FSn0/n9SZFPjd2eny74wpSwICwJh4UzINlGFw03EFi/Z6IMLJ0F4QZi7TThMAKanIKVbwJwcCTwvSAFEIBm0DYI4UnWBYUJ86Y1NAaoGSJh5cry8pWnefLzhSBtFdXazLu1MtqeC7XeZusLZrG3yqiyfCQpRV44tTquNdPxc63aTLWgxBuN4DXFmeowSUznY6dzqyNIviwRSTq67m8+euh4OB8F7bW42HexVbApkZKNF4hkLvXdw1d6K4XI1IPosGEVHcNQJQCMLUG6tf5vgcYzQRMKoFkCYmnGQPQ1BOKHHckslPphNmJIeO7iM888c+m55y49c/Ei3C/euNR+9tk2eubU0XN/c+6uU6fuOnd05+xdp46+dldcPnGiHPPucT7GdXRdsIQ1yLUa1Le9YNCaWA+H1pQN+hyPOfJ2EMvGUAly5SCbtjcRF+i4xjcDfWx3t9hqFREuNZsDohhX1G2DyhhhUZGUE+ojIUaMierZkumJCCcYU41aj+smRl/wWkX+soeaxe8Xm/crFM1jLEuyiXEfIYBD6AUVmPa6KqkEI0RNmOxt/WhxL2ICwIE/GCWjwQgMq19DPncXFTRgic+BrovyfV441x+N5lqWbZUdha0pvf65heUr6MbylZXhg2vyZzYW0jmMR5pitTc+I689OIR3bmEOH0sTYrATwfVhxf5g4pf8XEC3SoTbeG7t8OKxtLV96OTle88sLh5bWXr4kc2gVpur1dCxYzDcyUPbrfSXjy0unrn38tOPPLy0snudP5yr7e3L36MnQfdho1xYHSwOMA1WMThY+FSlV6n0Vnrlcu/bFZ6u8DJ6sjLJ3JHc3u/fg3WUhA2OnLnftcHxgsVggB3YzRHYzphv/T4ahYGFJmULUY5bHNMY+sgPVV1WTYmp0nsJ2XFUiWDfofYCUsT7maqyE4whFbRlXZGlE0imfyaBOnCMUunuyy7lG/kc1mEo+sQDpdJTIlNkDTqTpJ7IRPYAQqjIAVC4ZQtcTye2YAFmCVkyWkWJPxjV/XoK9wz+v//qq2+++uruVXT11TfffPXkya2TJ9+8582TJ08e1Jfze/oCuzZeR5RvW0400h4whEEPqgH5uEw4ugCzaI/aWW4F4z5HkLAXMI8FnG2wgEsIyMht/Tq7zZhvGQoTCVVFERybBMgrEcM3TaLNBbVAxDKVNcuNl+Kiq4oMiUEt7JhM3jp7SxF3nvIxk5oiIbLEmKXCG6D1kkQlHyPqqpJbzOqRojmuSHXGbBEj19GUqJ4VXUkvr0gM+0/tcMW9vecTHJ2erPy2+pAJlMLaGDh6rriwZrAgWBs9iIqryWqjsZr0my2vAv5j27XIzkfJET7ZPbDbvdZY3Vlt1Jtud6sLjnrB1LOd/fH/Bb2c+2vBzTtPfurArQRIBuwi7Ong2kv49NbM0enpozMrszNRko7HpyKHnEdbnc7sbAdYi6Ftn50+cu7IdJqG2akscoIBPOp0YDhyYM1NYfEnVg1umY/8thWDAiU5fsAEDq7+kWa/vxPFxkyt1jFUsngWd3+jOFUqTRXvEMCN/vF+EBlgwIZq1FW5tbADbUolYU/3vgPzAeMG3Mg56p4Eco7FZzfocz1KkfBhGtXHyWoC12JjbfXelSsrcK09NJBQeqYe1ZO1Y2tJbTXLxx29c80Dz3DARqaEZWEH+PUlKPfDKgkDj5mE0UbaJWl7mG0QWHPDFL2q2N8Qh12RTTALyCBwbD+XDnCkbA/JkDCK/ZKrgj0i1S358RN3FkfjYVopYFyopMP37GfHMysr51bKflQstVrjVuuEwlmTiX77p/eyV0ze3s8ke3Xl7MrKdHnTC1/jnY1bX52wsAPci6NCWRhCqX7Lj9VhUfawTWBT071lhQnIuJ27hoTvNBg0t20ffXb3y3qhoKPjkO4uL1cMzyu57g+XRTotS8tjRI2COw3Prxf0/Za7f/6l2C27cH33fuDpphY88KUYULHodg7Y3jWYm/eT8wLnPaqja7uft+PYRhd5eu0auoiuxc5bQk7dIH3wsccW9znmdfQaMDcNOH5jwgbGA8Aq5tcwh7IWj5E4InHmBuUh+trT5w+LjD6N/vV9hQcVffetnwVQodIjokzRo1958T0Mr6DKL44VCGLkv24uYfU/RQ18LqX/g27r7RdBbw/lkRoHTe7rwEOkXdDVXHYTe85jqyE3Zt+rAeZDM48jKHiTPc0GhKQrc9Mdy44ZlhFR9Fqpmg4O9dt+Ecg/RBZ+VZTqlGDgk8zwqM1a/syhdvc0uhEGd3dq1SlNZDWRaA27OirY64vjoxVPC6drQRviI+2FoO3bwBSUoB5sGc78Pd25Y9MHcP/4Pu4Dc+HIzmfv5THlIFd/zhhytwB+bn+BOdHkQcaEXuYYkuPDiTVRigkJCoapSlh0C5V2P+2UY4UBTANQR/Vqfb65lpQHtUJZMiW/Ws9RJQf5w++JpoMnZE0PqnZcc5VCmHXavUqxbZRkQmII7npxsmo7U0vH1puWOggaSm7vBzH9OrD2BcgBpQXV4ioNQW/uu/qwRZsQJ2/CImAxDfBvoP5AG8EGKPpL0TN2X9M9kWCx0yTteX/WpXNN0uyI+KF3yZH8qGJHypkzSmQj9DnNNDXGrhY7J0q4rIgiUou4dKJTvCp/7LIsX1YiRz55UnaiPR3d8zUfFH79bcjLeMQedidEws8hL6NdsoHDLjZBTzZgJZR5VbyBu8TEYQ9awEbgPGw34eEGqkLDLt6ANUJfvXxjUu6AWYPv1wbKAOr4+7B9KWdlAH3oIJi32juRIodH7jkUikmynjh29chKqkTDY+9FnY0luzgeucXeHJILgV9QkFpwCyomxNF0RVaxxIyZSE47kTI9BHY0GjXFyngz9mJcHVZ9r1yqz75zdP9w4d6e3Dk2SxqHT58e24YyW15qpWb80EF/0URJVdMrjVpJbA9ASUSDJOs7O8Pyl6aGan0l86JBX69Fmm9R0XD8gopk0wa6hSTRsh1qkcZsqM3MV8Rm1vGshZV+RXKs+WJtUFOYrGa/Nbx/1L84FjHr33XfiZFRWj7TqnQ1NZ1eqk0trgq344s3wFvWgUPPCH3gVAMfvLA/iV3XASA51xtNCB9QabD11mCUhJxtDSfuc3z96lXkb8X2TTuGNMgzgR3vXr/J/7bckuOU3Gsdf4vD29Y1J+bhqDMLkdLs9at/Ybhu0XUPxqN/mkd628Ip4T7hsvC48CzUwlgQ32XhxB8BxrC0TTknZRPACcJcmyb+cwOlHOc53kvcwiHWa4dvixknsCXddnWT5kBqORwkPQhtOEMIBj2gB310o5ya/Z34SFiPooLhSicIRZXmdtF0vLKu4eF9j903RJpxZOLgdr/oGqpc1rRvLJxZWDjzDp58Ui3LmuHu/lh3nMi2P23HNlwxxsHCoo8lSgozMwXoVfQqZp2cLhRCGMvQbETIg8gt6GXPCKhMJzQMDD28Znh8sN8xXBqUlVeq/fV+NU9eKofUNQpdPkxsVyfjnScMBwFwSmzb+DauvwF22uDxNEvBg2e5bLk0bzMjLtUJA7gaO69g/LI75J53ch+6L2Puia85lxRdueS0R61WiSr32VBpX2IMnP6offtc6ia6AajFABds8CUfBR6YhWwR8Eoa9kYp6/urKPNMDMY8SENOjiBiy8LUB5Dmx1EhG6Q9DsUYDDoNR0E6ORrMd4n/DuJ3Tt9BhxuTU8OJggT8LPCvMP4DhD6FPosQ+WOnPhfVygRk4szctVQjCFm8qlrEInbdmbuzKRGq3re94MhGkJqyQkXKNGs9mSnVNCvZjKKOKatMpK4ZBnGjVyqibyIIrhA+Dt2/ht4dzjWcAmRr2d0ztgO9lmq8CvBInIIqx4WxS/aSqYkiiwpM0hgWdTVs2F47tDy5QD3DVSRDIZKhmmVFDbx9HjDB2JIwl8dxBzHWNcG1MdrloTlgZAZFAN5JmYMmF8neY16+Ex6niSbe835JxVT6hfMSCUWDdj4yoDosfeUTPSri3j07I9mUZHnt1IVlJiqFOzjwtyVCujGSNAWXh0QbU0JKZgEzQ8dOoSoa4wqlBSIXLOxQVpcKpnh7PZ8XAsCgVeEclNoN8A9e7sTAPC2U54Ysr27wHfUmHo4Tuf2WIdfVW43aw82DvQzRV6Ij0fNUt+nzeiPSr+oN/ZHoMHV4Uae2TqMj8fO0n6f67do+vaP9Iu8CrUSQwhvP61FD/5iuvys64lL6vGHwF/kz55fyVL9V16YHmy7ylw/68D8UKkKX7yEPtmmOurnVAXsbc9ANM1BsdquKQzNvwpAwnZmOeXzpNL9VZzM7O710HLKz6LPZ9IuKYSjrm9NZNv1JfpJZNozydPaFdV6xtsZr1o23x4att+sRBc+5gFhCwdIWCMTAIEegyQeURQblVug4wfmfOxYlpP5Aku/QiG9i8J5kZgpoPqFbDlA7Kl7ARLqFQT8PuFAFDKIJ5Qf94FxGScPnp3MQBuZccwA+HT1quoHKzp1bI6Lpz87qZlydDTr0JYZM1b668Ripxy1r9EIclS0HWfL+2iZxwexPiQny8ZJRfoC1CjEZBJ5BBpgH9vCZAwenLza9QhwZMobIZHERBbqskSK6fvAYdve7KHCjUzU5sFy83jwRIbEhKQc5+1fycwubn+XwEwt+WpEyG4KPbJCNLJQwWHYdXU4SuF4vXh6OTj2erF8enkZT6N7HHnvsezu7/zQcPv4f/7g+HP6vcBu/fwBxBY9tKRtnlPFjTQ5+wHtA6cNGmrtFAFTgSfyWA2AGOjRG34+KZbVY0etuc0jG76jrvuM708BGZEWZLy+uq+r6XfesjWqVGH1cI3bNooY1bKoQ+s743bauoalFSlCxgVooTZPVpTXNvVPeaz8pb+aB6vIYlM8DuDS4ly5aR8EAHHMGU+RsnJ+u5Iu5YweOA4s+n1DaKBViSdKoHai6qjNnVEWVGcs2AUVM9c4d+RWR1Lc9P0C+ayFMyjYENEFRC0rgav2yRRT+3cHak+M/oK9DzMzlCHICZU+4Q8wm+Jh/GBlDDRTQ35JLD2ympaYbSlW/UZsLBrohWY65hMVGwa7/zFH07u33f/j488f9UrXcwtKJc96RS2GbPUnw3pnEDbA1B7jxBUEAgMoPALhPAxoLpCPLGUceKuEkj1Qgkmq1F4D45l++eCY/dIWLzzPNAa6Wc2GI6tO5amX5yvLsqdWp5YeXxwsSnV1cPLNY6m8li2cXSqKDDERJVZWIqEuMBA2DUBlDwEQKItMgILR9NN0za64cUYw77+194OHlqbWTsysPLxfbYrRwdjHZ6pegx0GHbn8AE2yBMZsSwUo1kKhCRCxKqQLY5PYraDmgCsaWbeE7cMYRNie6cetkkX8ZyY+aOanxWO6zOfAw/gkv5Xy+7wdh/rUvzI/v4eZx9Sg3m+ULV/0n4L5hURUCGVepebGiOExiku0iCZynOYRgt0BUTYUwQKHoRrP8z+Xm1lZ+u1wbLlc1UVFqhweW42Mm956llEnO9tJlRr1e5cI0hJuWIOxz5ZvAZnTwuMf5/rV4MJgtwDrClEoTPsJDyjC3RDYAvwOxVsKP6xtpr9GGJ8F+3TgDimIhvtnkIDlFZLlYrtfw7trigzbatohMJMckpUOt3oWibniOJIlSsDNbVVX+ecHx4r0q10yxtTo3vL4P0P/2OUCrP1l6KPpxqxaXick01fBRVFqYRliW8XefPcdvKC98Z6v1pKJNNT9fvDTs7f73PoQL/8/5qwuQmQJgS/Bv37pDMAB/SODpW5CirbxilycH9OAVYPir3M9PGBqIroN4SDj5EAwZ0I4a5sEiV25+hpDb4ybmupKyUYi+h7EkKwbTyOoDw7UW0ZihyBJB3BGJkq3LOm08tf9AhOq3PoguyIojqyKsGCpg2aIqO4rsF4OpoOjbtsNrgQeiyTPFtiePPvLRdeH/AKeeOU4AeJxjYGRgYABiW9k+nXh+m68M3EwMIHCrN68YmWZ8zXgNSHEwgKUB+Z8JIAB4nGNgZGBgYgACPTDJwPiagZEBFegBABdZAU8AeJxjYGBgYBqCGAAhEABbAAAAAAAArgEiAWwBxgIWApYCyAMmA1wDlAPABBwEPgS6BPoFNAV8Ba4GKgZ4Bp4G2Ac6B6QH8AjGCQ4JxAn6CqILCguGC8gMBgw2DHgMpAzuDUgNfg38DlwO3A8AD14AAHicY2BkYGDQY5jCwMEAAkxAzAWEDAz/wXwGABxQAeEAeJx1kT9OwzAYxV/atIgWISQkxIYnFtT0z8DQkaHdO3RgS1MnTeXGUexW6sYxOAHHYOQInIJD8BK+oUKqIzs///LetwTADb4QoF4BrpqzXi1c8PbHbdKtcEh+EO6gjyfhLv2zcI/2RbjP5o4TgvCS5h5vwi1c4124Tf8hHJI/hTu4w7dwl/5HuIdlEAr38Ri8OpvksRkYm1m30NnexNWpOuWlrlxuCzWORqd6rgtdxV6v1eqo3CGbeJ+qtLI7NbOF18ZYVVZ2qxMfbbwvp8NhKj5K7A4OFglyxDAYcFtk3A4LaNKeJkZ1NnXOL9muWzlvBRTGiDA6m54zXTSNGJ7vNRsrHHk6HJiZ0HqkvKfMWP4VhVkzuU6bZpJC2Xzb0iT0ETZNq8QUQz7pv3zEFCf9AkQtapF4nG2Q13LcMAxFdZ0VpZXiOL333ux8EylCEkcUQbN4vfn6SN6dTB6CF5wLDOYCKE6KQ5TF/+MCJ7iFDUoIVKixRYMWt3GKOzjDXdzDfTzAQzzCYzzBUzzDc7zAS7zCa7zBW7zDe3zAR3zCZ3zBV3zDd/zAT5zjAr8KIWf5m12laJSuo1ZZHgYK59Km6shVx5o8uVoHo5SyVOnAXvF1Q1fkkgomUd3LjhTztOmJtOit6abQ9JxDvMwyUDmMHJMYTBqzagbmwdLqcXZEb3NcdfuPFgfeGheTHIKca2vcRNq4zSyNFfOCeT71xiUKFNM6v/2rhOduoqXA1mqp9b70YemJQFqbVMZx3SpOe09V9JxMv28Pq0a/nNLGlOfl1OzZ1Yksrf7NTe3mN+KAIu1M6sZ2Ten4tSOXV2YmrnejTFF63+6YO55nCh1tdxy0X5xieS3dIKs955QVFcUfQjyYFwAA") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__instagram:before{content:"\f215"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__medium:before{content:"\f623"}.social-logo__path-alt:before{content:"\f604"}.social-logo__path:before{content:"\f219"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.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:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@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){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.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:#999;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:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@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){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.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:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}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}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/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,.2);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:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#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:relative;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 #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;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:#ccc;color:#222}#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}#jp-carousel-comment-form-commenting-as fieldset{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;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#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;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.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%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.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.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}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;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:#666}.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 #ddd;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-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}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 #ddd;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}.slim-likes-widget .post-likes-widget{width:auto;float:none}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 #ddd;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{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 #ddd;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:#fafafa;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:1px}.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:#1e8cbe;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:#f1f1f1;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:#f7f7f7;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 #e5e5e5;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:#e5e5e5;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}
#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:#eee;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;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{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 #aaa}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:#f1f1f1;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"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}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}