
.thrv-page-section {
	position: relative;
	box-sizing: border-box !important;
}

.thrv-page-section .tve-page-section-out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	transition: box-shadow .5s ease 0s;
	overflow: hidden;
}

.thrv-page-section.tve-height-update .tve-page-section-in {
	min-height: 150px;
}

.thrv-page-section .tve-page-section-in {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	min-height: 40px;
}

.thrv-page-section.tcb-window-width .tve-page-section-in {
	padding-left: 0px;
	padding-right: 0px;
}

.tve-page-section-in > .thrv_wrapper:first-child {
	margin-top: 0px;
}

.tve-page-section-in > .thrv_wrapper:last-child {
	margin-bottom: 0px;
}

.thrv_wrapper .tve-content-box-background {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-clip: padding-box;
	height: 100% !important;
}

.thrv_wrapper.thrv-content-box {
	box-sizing: border-box;
	position: relative;
	min-height: 10px;
}

.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
	box-sizing: border-box;
}

.tve-cb {
	display: inline-block;
	vertical-align: middle;
	clear: both;
	overflow: visible;
	width: 100%;
	z-index: 1;
	position: relative;
	min-height: 10px;
}

.tcb-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
	stroke-width: 0;
	stroke: currentcolor;
	fill: currentcolor;
	box-sizing: content-box;
	transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

svg.tcb-icon path:not([fill="none"]) {
	transition: none 0s ease 0s;
	fill: inherit !important;
	stroke: inherit !important;
}

.thrv_icon {
	text-align: center;
}

.thrv-button {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: table !important;
}

.thrv-button.thrv_wrapper {
	padding: 0px;
}

.thrv-button .tcb-plain-text {
	cursor: pointer;
}

a.tcb-button-link {
	background-color: #1abc9c;
	padding: 12px 15px;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}

a.tcb-button-link:hover {
	background-color: #15a288;
}

.thrv-button a.tcb-button-link {
	color: #fff;
	text-decoration: none !important;
}

a.tcb-button-link > span::before {
	position: absolute;
	content: "";
	display: none;
	top: -100px;
	bottom: -100px;
	width: 1px;
	left: 10px;
	background-color: #007900;
}

span.tcb-button-texts {
	color: inherit;
	display: block;
	flex: 1 1 0%;
	position: relative;
}

span.tcb-button-texts > span {
	display: block;
	padding: 0px;
}

.tve_image_caption {
	position: relative;
}

.tve_image_caption:not(.tcb-mm-image.tve-tab-image) {
	height: auto !important;
}

.tve_image_caption .tve_image {
	max-width: 100%;
	width: 100%;
}

:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link) {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link):hover {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.thrv_text_element a:not(.tcb-button-link) {
	font-size: inherit;
}

.tcb-style-wrap strong {
	font-weight: var(--g-bold-weight, bold);
}

.tcb-plain-text {
	cursor: text;
}

.thrv_text_element {
	overflow-wrap: break-word;
}

body:not(.tve_editor_page) .thrv_wrapper.thrv_footer, body:not(.tve_editor_page) .thrv_wrapper.thrv_header {
	padding: 0px;
}

.thrv-search-form {
	max-width: 600px;
	--tve-applied-max-width: 600px;
}

.thrv-search-form form {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.thrv-search-form form .thrv-sf-input {
	flex: 1 1 auto;
}

.thrv-search-form form .thrv-sf-input input {
	width: 100%;
	background-color: #fff;
	padding: 14px 15px;
	border: 1px solid rgba(82, 96, 109, .5);
	border-radius: 4px 0px 0px 4px;
	line-height: 1em;
	color: #50565f;
	resize: vertical;
	outline: none;
	font-size: 17px;
	min-height: 100%;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
}

.thrv-search-form form .thrv-sf-input input::placeholder {
	opacity: .8;
	font: inherit !important;
	color: inherit !important;
}

.thrv-search-form form .thrv-sf-input input:hover, .thrv-search-form form .thrv-sf-input input:focus {
	border-color: rgba(82, 96, 109, .3);
}

.thrv-search-form form .thrv-sf-input input[type="search"] {
	appearance: searchfield;
}

.thrv-search-form form .thrv-sf-submit {
	flex: 0 0 auto;
	position: relative;
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="icon"] .tve_btn_txt {
	display: none;
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon {
	display: none;
}

.thrv-search-form form .thrv-sf-submit[data-button-layout="icon_text"] .tcb-sf-button-icon {
	margin-right: 5px;
}

.thrv-search-form form .thrv-sf-submit button {
	display: flex;
	border-width: 0px;
	background-color: #52606d;
	padding: 14px 15px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	border-radius: 0px 4px 4px 0px;
	font-weight: normal;
	box-sizing: border-box;
}

.thrv-search-form form .thrv-sf-submit button:hover, .thrv-search-form form .thrv-sf-submit button:focus {
	background-color: rgba(82, 96, 109, .85);
}

.thrv-search-form form .thrv-sf-submit button .tcb-sf-button-icon .thrv_wrapper {
	margin: 0px;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search {
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	max-width: none !important;
	float: none !important;
	margin: auto !important;
	box-sizing: border-box !important;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input {
	transform: none;
	transition: none 0s ease 0s;
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	width: auto;
}

:not(#_s):not(#_s) .thrv-search-form.thrv-sticky-search .thrv-sf-input input {
	display: inline-block;
}

.thrv-search-form .tcb-sf-close-icon {
	background: transparent;
	border: 0px;
	position: absolute;
	line-height: 0;
	padding: 0px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 999;
	margin: 0px;
}

.tve-sf-overlay-container {
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed !important;
	z-index: 9999 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	box-sizing: border-box !important;
	max-width: none !important;
}

.tve-sf-overlay-container.thrv_wrapper {
	margin: 0px;
}

.tve-sf-overlay-container > .tve-cb {
	box-sizing: border-box;
}

.tve-sf-overlay-container .tcb-sf-close-icon {
	background: transparent;
	border: 0px;
	position: absolute;
	line-height: 0;
	padding: 0px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 999;
	margin: 0px;
}

.tcb-post-thumbnail {
	display: block;
	max-width: 100%;
}

.tcb-post-thumbnail.thrv_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.tcb-post-thumbnail:empty {
	display: none;
}

.tcb-post-thumbnail img {
	box-sizing: border-box;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}

.tcb-post-content {
	overflow-wrap: break-word;
}

.tcb-post-content.thrv_wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

#tve_editor .tcb-post-content p {
	font-size: 16px;
	line-height: 1.6em;
}

.tcb-post-list.masonry article {
	flex-basis: unset;
	position: absolute;
}

.tve_editor_page .tcb-post-list.masonry article {
	transition: none 0s ease 0s;
}

article {
	box-sizing: border-box;
	transition: opacity 1s ease-in-out 0s;
	width: 100%;
}

article.thrv_wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] > article {
	position: relative;
}

body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] > article > .tve-article-cover, body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] > article .tve-article-cover a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 12;
}

.tcb-article-cover-link, .tcb-post-list .tve-article-cover a {
	line-height: 0 !important;
	font-size: 0px !important;
	color: transparent !important;
}

.tve-loading article {
	opacity: .4;
}

:not(#_s) .tcb-window-width {
	width: 100vw;
	margin-left: calc(-50vw + 50%) !important;
}

.notifications-content-wrapper.tcb-permanently-hidden {
	display: none !important;
}

.tcb-permanently-hidden {
	display: none !important;
}

.tar-disabled {
	cursor: default;
	opacity: .4;
	pointer-events: none;
}

.tcb-clear::after {
	display: block;
	height: 0px;
	content: "";
}

html.tve-o-hidden.tve-hide-overflow.tve-l-open {
	overflow: hidden;
}

html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th) {
	height: auto !important;
}

body.tve-o-hidden.tve-hide-overflow.tve-l-open {
	overflow: hidden;
}

body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t) {
	height: auto !important;
}

.tve_p_lb_overlay {
	opacity: 0;
}

.tve_p_lb_background {
	text-align: center;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 999992;
	padding: 10px;
}

.tve-l-open.tve-o-hidden .tve_p_lb_background {
	overflow: hidden;
}

.tve-l-open.tve-o-hidden .tve_p_lb_background.tve-scroll {
	overflow-y: auto;
}

.tve_p_lb_background .tve_p_lb_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
	background: #000;
	transition: opacity .3s ease-out 0s;
	min-height: 100%;
}

.tve_p_lb_background.tve_lb_closing .tve_p_lb_overlay {
	transition: opacity .3s ease-out 0s;
	opacity: 0 !important;
}

.tve_p_lb_background.tve_lb_closing .tve_p_lb_content {
	opacity: 0;
}

.tve_p_lb_background.tve_lb_opening .tve_p_lb_overlay, .tve_post_lightbox .tve_p_lb_background .tve_p_lb_overlay, .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
	opacity: .8;
	transition: opacity .3s ease-out 0s;
}

.tve_p_lb_background .tve_p_lb_content {
	border-radius: 6px;
	position: relative;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	max-width: 650px;
	text-align: left;
	overflow: visible;
	box-sizing: border-box !important;
	margin: auto !important;
}

#tve_current_event_settings .tve_p_lb_background .tve_p_lb_content {
	box-shadow: #000 0px 0px 6px -2px;
	background-color: #fff;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner {
	max-height: none !important;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	transition: all .1s ease 0s;
	border-radius: 22px;
}

.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close:hover {
	transform: scale(1.1);
}

.tve_p_lb_background .tve_p_lb_content .scon .btn {
	display: block;
	width: auto;
}

.tve_p_lb_background .tve_p_lb_content .out {
	margin-left: 0px;
	margin-right: 0px;
}

.tve_p_lb_background.tve_lb_anim_instant .tve_p_lb_overlay {
	opacity: .8;
}

.tve_p_lb_background.tve_lb_anim_instant.tve_lb_closing {
	display: none !important;
}

.tve_p_lb_background.tve_lb_anim_zoom_in .tve_p_lb_content {
	transform: scale(0);
}

.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_open .tve_p_lb_content {
	transform: scale(1);
	transition: all .5s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_closing .tve_p_lb_content {
	transform: scale(0);
	transition: all .3s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_zoom_out .tve_p_lb_content {
	transform: scale(1.8);
}

.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_open .tve_p_lb_content {
	transform: scale(1);
	transition: all .5s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_closing .tve_p_lb_content {
	transform: scale(1.8);
	transition: all .3s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_overlay {
	transition: opacity .5s ease 0s;
}

.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_content {
	transform: scale(0) rotate(500deg);
}

.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_rotate.tve_lb_open .tve_p_lb_content {
	transform: scale(1) rotate(0deg);
	transition: all .6s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_closing .tve_p_lb_content {
	transform: scale(0) rotate(500deg);
	transition: all .7s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_slide_top .tve_p_lb_content {
	transform: translateY(-100%);
}

.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_open .tve_p_lb_content {
	transform: translateY(0px);
	transition: all .5s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_closing .tve_p_lb_content {
	transform: translateY(100%);
	transition: all .5s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_slide_bottom .tve_p_lb_content {
	opacity: 0;
	transform: translateY(1400px);
}

.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_open .tve_p_lb_content {
	opacity: 1;
	transform: translateY(0px);
	transition: all .5s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_closing .tve_p_lb_content {
	transform: translateY(-1400px);
	transition: all .7s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_lateral .tve_p_lb_content {
	opacity: 0;
	transform: translateX(-100%);
}

.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_opening .tve_p_lb_content, .tve_p_lb_background.tve_lb_anim_lateral.tve_lb_open .tve_p_lb_content {
	opacity: 1;
	transform: translateX(0px);
	transition: all .3s ease-out 0s;
}

.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_closing .tve_p_lb_content {
	transform: translateX(100%);
	transition: all .3s ease-out 0s;
}

.tve_ea_thrive_animation {
	opacity: 0;
}

.tve_ea_thrive_animation.tve_anim_start {
	opacity: 1;
	transition: all .5s ease-out 0s;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical {
	opacity: 1;
	visibility: visible !important;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical > .tcb-button-link {
	position: relative;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical > .tcb-button-link > span {
	position: relative;
	z-index: 1;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical > .tcb-button-link::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical > .tcb-button-link::after {
	visibility: visible;
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border-radius: 0px;
	transform: scaleY(0);
	transform-origin: 50% center;
	transition-property: transform;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.tve_ea_thrive_animation.tve_anim_shutter_out_vertical.tve_anim_start > .tcb-button-link::after, .tve_ea_thrive_animation.tve_anim_shutter_out_vertical:hover > .tcb-button-link::after {
	transform: scaleY(1) !important;
}

.tcb-flex-row {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 0px;
	margin-left: -15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.tcb-flex-col {
	flex: 1 1 auto;
	padding-top: 0px;
	padding-left: 15px;
}

.tcb-flex-row .tcb-flex-col {
	box-sizing: border-box;
}

.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
	max-width: 50%;
}

.tcb-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.tcb-flex-row .tcb-col {
	box-sizing: border-box;
}

html {
	text-rendering: auto !important;
}

html body {
	text-rendering: auto !important;
}

#tve_editor ul {
	margin-left: 20px;
}

#tve_editor ul.thrv_wrapper {
	line-height: 1.4em;
}

#tve_editor ul.thrv_wrapper li {
	margin-bottom: 10px;
}

.thrv_wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1px;
}

.thrv_wrapper div {
	box-sizing: content-box;
}

.thrv_wrapper.tve-elem-default-pad {
	padding: 20px;
}

.thrv_wrapper.thrv_text_element, .thrv_wrapper.thrv-page-section, .thrv_wrapper.thrv_symbol {
	margin: 0px;
}

.thrv_wrapper.thrv-columns {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.thrv_wrapper.tcb-window-width {
	position: relative;
	max-width: none !important;
}

.tve_shortcode_editor h1 {
	padding: 0px;
}

p {
	font-size: 1em;
}

.tve_image {
	border-radius: 0px;
	box-shadow: none;
}

div .tve_image_caption {
	padding: 0px;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.tve_image_caption .tve_image_frame {
	display: block;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.tve_image_caption .tve_image {
	display: block;
	padding: 0px;
	height: auto;
}

.tve_p_lb_background .tve_p_lb_content.pattern1 {
	background: #2980b9;
}

.tve_p_lb_background .tve_p_lb_content.pattern2 {
	background: #c0392b;
}

.tve_p_lb_background .tve_p_lb_content.pattern3 {
	background: #2ecc71;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_none, .tve_p_lb_background .tve_p_lb_close.tve_brdr_none {
	border-style: none !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_dotted, .tve_p_lb_background .tve_p_lb_close.tve_brdr_dotted {
	border-style: dotted !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_dashed, .tve_p_lb_background .tve_p_lb_close.tve_brdr_dashed {
	border-style: dashed !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_solid, .tve_p_lb_background .tve_p_lb_close.tve_brdr_solid {
	border-style: solid !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_double, .tve_p_lb_background .tve_p_lb_close.tve_brdr_double {
	border-style: double !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_groove, .tve_p_lb_background .tve_p_lb_close.tve_brdr_groove {
	border-style: groove !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_ridge, .tve_p_lb_background .tve_p_lb_close.tve_brdr_ridge {
	border-style: ridge !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_inset, .tve_p_lb_background .tve_p_lb_close.tve_brdr_inset {
	border-style: inset !important;
}

.tve_p_lb_background .tve_p_lb_content.tve_brdr_outset, .tve_p_lb_background .tve_p_lb_close.tve_brdr_outset {
	border-style: outset !important;
}

.thrv_icon {
	line-height: 0;
}

.thrv_icon.tcb-icon-display {
	display: table;
}

.thrv_icon.thrv_wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

body.tve-lightbox-page .tve_p_lb_overlay {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #000;
	opacity: .8;
}

body.tve-lightbox-page .tve_p_lb_background {
	top: 32px;
	padding-top: 150px;
}

.thrv_symbol.thrv_header, .thrv_symbol.thrv_footer {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.thrive-shortcode-content a {
	color: inherit;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
	position: relative;
	min-height: var(--tcb-container-height-d, 100px) !important;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section {
	box-sizing: border-box;
	margin: 0px;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box {
	box-sizing: border-box;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out, :not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.thrv_wrapper.thrv_contentbox_shortcode {
	position: relative;
}

.tcb-post-content::after {
	clear: both;
}

.tcb-post-content {
	margin: 1.5em 0px 0px;
}

article {
	position: relative;
}

.tcb-post-list[data-type="list"] article {
	margin-top: 20px;
}

.thrive-progress-bar {
	--bar-background-color: var(--tcb-skin-color-0, #e97954);
	--bar-height: 6px;
	width: 100%;
	pointer-events: none;
	appearance: none;
	position: fixed;
	background-color: transparent;
	max-height: var(--bar-height, 6px);
	border: 0px;
	display: none;
}

.thrive-progress-bar::-moz-progress-bar {
	background-color: var(--bar-background-color, #e97954);
	border: 0;
	height: var(--bar-height, 6px);
}

.thrive-progress-bar::-webkit-progress-value {
	background-color: var(--bar-background-color, #e97954);
	height: var(--bar-height, 6px);
}

.thrive-progress-bar::-webkit-progress-bar {
	background-color: transparent;
	height: var(--bar-height, 6px);
}

.thrive-progress-bar:focus {
	outline: none;
}

.thrv_wrapper.thrv_text_element {
	padding: 1px;
}

a.tcb-plain-text {
	cursor: pointer;
}

.thrv_wrapper.tcb-post-thumbnail {
	margin: 0px;
}

.thrv_wrapper.tcb-post-thumbnail, .thrv_wrapper.main-container {
	padding: 0px;
}

.tcb-post-thumbnail img {
	box-sizing: border-box;
}

.thrive-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-weight: 300;
	color: #939292;
	font-size: 14px;
	margin: 10px 0px;
	padding-left: 0px !important;
}

.thrive-breadcrumbs li {
	color: inherit;
	display: inline-flex;
	align-items: center;
	line-height: inherit;
}

.thrive-breadcrumbs li.thrive-breadcrumb {
	margin: 0px;
	padding: 0px;
}

.thrive-breadcrumbs li.thrive-breadcrumb-separator {
	cursor: default;
	justify-content: center;
	margin: 0px 10px;
	padding: 0px;
}

.thrive-breadcrumbs li.thrive-breadcrumb-path {
	font-weight: inherit;
}

.thrive-breadcrumbs li.thrive-breadcrumb-leaf {
	cursor: default;
	color: #1d1d1d;
	font-weight: normal;
}

.thrive-breadcrumbs li.thrive-breadcrumb-leaf span {
	overflow: hidden;
	max-width: none;
}

.thrive-breadcrumbs li a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.thrive-breadcrumbs li a:hover {
	text-decoration: underline;
}

.thrive-breadcrumbs[data-enable-truncate-chars="1"] .thrive-breadcrumb-leaf span {
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 80ch;
}

.theme-has-off-screen-sidebar.visible-off-screen-sidebar .tve-sf-overlay-container {
	width: calc(100% - var(--off-screen-sidebar-size));
}

.theme-has-off-screen-sidebar.visible-off-screen-sidebar[data-off-screen-side="left"] .tve-sf-overlay-container {
	left: var(--off-screen-sidebar-size);
}

@media (min-width:300px) {
	:not(#_s) .thrv-search-form[data-display-d="none"] {
		max-width: var(--tve-applied-max-width) !important;
	}
	
	:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input {
		display: block;
		position: initial;
		perspective: unset;
		transform: unset;
		width: auto;
		transition: unset;
		top: unset;
	}
	
	:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input input {
		display: inline-block;
	}
	
	:not(#_s) .thrv-search-form[data-display-d="none"] .thrv-sf-input::after {
		content: none;
	}
	
	:not(#_s) .thrv-search-form:not([data-display-d="none"]) .thrv-sf-input-hide {
		display: none;
	}
	
	.thrv-search-form[data-position-d="left"] {
		flex-direction: row-reverse;
	}
	
	.thrv-search-form[data-position-d="right"] form {
		flex-direction: row;
	}
	
	.thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search) {
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
	}
	
	.thrv-search-form[data-display-d="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
		display: none;
	}
	
	.thrv-search-form[data-display-d="expand"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	.thrv-search-form[data-display-d="expand"] .thrv-sf-input {
		position: absolute;
		z-index: 10;
		width: 0px;
		top: 0px;
	}
	
	.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand {
		width: var(--tve-applied-max-width);
	}
	
	.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand input {
		display: inline-block;
	}
	
	.thrv-search-form[data-display-d="expand"] .thrv-sf-input.tcb-sf-expand::after {
		content: none !important;
	}
	
	.thrv-search-form[data-display-d*="tooltip"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input {
		position: absolute;
		top: 120%;
		width: var(--tve-applied-max-width);
		z-index: 1;
		transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
		transition: transform .35s ease 0s, opacity .35s ease 0s;
		transform-origin: center top;
	}
	
	.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input input {
		display: none;
	}
	
	.thrv-search-form[data-display-d*="tooltip"] .thrv-sf-input::after {
		content: "";
		position: absolute;
		left: var(--tve-sf-after-left, 18px);
		right: var(--tve-sf-after-right, auto);
		top: auto;
		bottom: 100%;
		width: 20px;
		height: 10px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		background-image: var(--tcb-sf-bg-img);
		background-color: var(--tcb-sf-bg-color, #000);
		clear: both;
	}
	
	.thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
		transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
		display: block;
	}
	
	.thrv-search-form[data-display-d*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
		display: block;
	}
}

@media (max-width:1023px) {
	:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] {
		max-width: var(--tve-applied-max-width) !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input {
		display: block;
		position: initial;
		perspective: unset;
		transform: unset;
		width: auto;
		transition: unset;
		top: unset;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input input {
		display: inline-block;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-t="none"] .thrv-sf-input::after {
		content: none;
	}
	
	:not(#_s):not(#_s) .thrv-search-form:not([data-display-t="none"]) .thrv-sf-input-hide {
		display: none;
	}
	
	:not(#_s) .thrv-search-form[data-position-t="left"] form {
		flex-direction: row-reverse;
	}
	
	:not(#_s) .thrv-search-form[data-position-t="right"] form {
		flex-direction: row;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search) {
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
		display: none;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="expand"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input {
		position: absolute;
		z-index: 10;
		width: 0px;
		top: 0px;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand {
		width: var(--tve-applied-max-width);
	}
	
	:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand input {
		display: inline-block;
	}
	
	:not(#_s) .thrv-search-form[data-display-t="expand"] .thrv-sf-input.tcb-sf-expand::after {
		content: none !important;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input {
		position: absolute;
		top: 120%;
		width: var(--tve-applied-max-width);
		z-index: 1;
		transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
		transition: transform .35s ease 0s, opacity .35s ease 0s;
		transform-origin: center top;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input input {
		display: none;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"] .thrv-sf-input::after {
		content: "";
		position: absolute;
		left: var(--tve-sf-after-left, 18px);
		right: var(--tve-sf-after-right, auto);
		top: auto;
		bottom: 100%;
		width: 20px;
		height: 10px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		background-image: var(--tcb-sf-bg-img);
		background-color: var(--tcb-sf-bg-color, #000);
		clear: both;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
		transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
		display: block;
	}
	
	:not(#_s) .thrv-search-form[data-display-t*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
		display: block;
	}
	
	:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
		min-height: var(--tcb-container-height-t) !important;
	}
	
	.thrive-breadcrumbs[data-enable-truncate-chars="1"] .thrive-breadcrumb-leaf span {
		max-width: 25ch;
	}
}

@media (max-width:767px) {
	.thrv-search-form form .thrv-sf-submit .tve_btn_txt {
		display: none;
	}
	
	.thrv-search-form form .thrv-sf-submit[data-button-layout="text"] .tcb-sf-button-icon {
		display: block;
	}
	
	.thrv-search-form form .thrv-sf-submit button {
		justify-content: space-around;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] {
		max-width: var(--tve-applied-max-width) !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input {
		display: block;
		position: initial;
		perspective: unset;
		transform: unset;
		width: auto;
		transition: unset;
		top: unset;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input input {
		display: inline-block;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="none"] .thrv-sf-input::after {
		content: none;
	}
	
	:not(#_s):not(#_s) .thrv-search-form:not([data-display-m="none"]) .thrv-sf-input-hide {
		display: none;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-position-m="left"] form {
		flex-direction: row-reverse;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-position-m="right"] form {
		flex-direction: row;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search) {
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="overlay"]:not(.thrv-sticky-search) .thrv-sf-input {
		display: none;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input {
		position: absolute;
		z-index: 10;
		width: 0px;
		top: 0px;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand {
		width: var(--tve-applied-max-width);
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand input {
		display: inline-block;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m="expand"] .thrv-sf-input.tcb-sf-expand::after {
		content: none !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] {
		position: relative;
		max-width: fit-content !important;
		max-width: -moz-fit-content !important;
		overflow: unset !important;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input {
		position: absolute;
		top: 120%;
		width: var(--tve-applied-max-width);
		z-index: 1;
		transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
		transition: transform .35s ease 0s, opacity .35s ease 0s;
		transform-origin: center top;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input input {
		display: none;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"] .thrv-sf-input::after {
		content: "";
		position: absolute;
		left: var(--tve-sf-after-left, 18px);
		right: var(--tve-sf-after-right, auto);
		top: auto;
		bottom: 100%;
		width: 20px;
		height: 10px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		background-image: var(--tcb-sf-bg-img);
		background-color: var(--tcb-sf-bg-color, #000);
		clear: both;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input {
		transform: perspective(400px) rotate3d(0, 0, 0, 0deg);
		display: block;
	}
	
	:not(#_s):not(#_s) .thrv-search-form[data-display-m*="tooltip"].tcb-sf-show-tooltip .thrv-sf-input input {
		display: block;
	}
	
	html {
		overflow-x: hidden !important;
	}
	
	html, body {
		max-width: 100vw !important;
	}
	
	body:not(.tcb_show_all_hidden) .tcb-mobile-hidden {
		display: none !important;
	}
	
	.tcb-flex-row {
		flex-direction: column;
	}
	
	.tcb-flex-row.v-2 {
		flex-direction: row;
	}
	
	.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) {
		flex-wrap: wrap;
	}
	
	.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col {
		width: 100%;
		flex: 1 0 390px;
		max-width: 100% !important;
	}
	
	:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
		min-height: var(--tcb-container-height-m) !important;
	}
}

@media (min-width:1024px) {
	body:not(.tcb_show_all_hidden) .tcb-desktop-hidden {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	body:not(.tcb_show_all_hidden) .tcb-tablet-hidden {
		display: none !important;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.tcb-flex-row.tcb-medium-no-wrap, .tcb-flex-row.tcb-resized.tcb-medium-no-wrap {
		flex-wrap: nowrap !important;
	}
	
	.tcb-flex-row.tcb-medium-no-wrap > .tcb-flex-col, .tcb-flex-row.tcb-resized.tcb-medium-no-wrap > .tcb-flex-col {
		flex: 1 1 auto !important;
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:736px) {
	html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th) {
		height: 100% !important;
	}
	
	body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t) {
		height: 100% !important;
	}
}

@media not all,not all {
	.tcb-flex-col {
		width: 100%;
	}
	
	.tcb-col {
		display: block;
	}
}

@media screen and (max-device-width:480px) {
	body {
		text-size-adjust: none;
	}
}

@keyframes progress-bar {
	0% {
		width: 0px;
	}
	
	100% {
		width: 100%;
	}
}
