
.tve_lead_generated_inputs_container .tve-lg-dropdown-message-after {
	background-color: rgba(60, 190, 199, .5);
	padding: 4px 6px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	display: block;
}

.thrv_lead_generation_container .tve_lg_number {
	flex-wrap: wrap;
}

.thrv_lead_generation_container .tve_lg_number input {
	flex: 1 1 0%;
	max-width: 100%;
}

.thrv_lead_generation_container .tve_lg_number .thrv_field_wrapper {
	position: relative;
	display: flex;
	flex: 0 0 100%;
}

.thrv_lead_generation_container .tve_lg_number .thrv_field_wrapper + .thrv_text_element {
	flex: 0 0 100%;
}

.thrv_lead_generation_container .tve_lg_date {
	flex-wrap: wrap;
}

.thrv_lead_generation_container .tve_lg_date input {
	flex: 1 1 0%;
	max-width: 100%;
}

.thrv_lead_generation_container .tve_lg_date .thrv_field_wrapper {
	position: relative;
	display: flex;
	flex: 0 0 100%;
}

.thrv_lead_generation_container .tve_lg_date .thrv_field_wrapper + .thrv_text_element {
	flex: 0 0 100%;
}

#tve-lg-error-container {
	background-color: #f2dede;
	color: #a94442;
	border: 1px solid #ebccd1;
	border-radius: 1px;
	padding: 4px 10px;
	position: absolute;
	z-index: 3000000;
	box-sizing: border-box !important;
}

#tve-lg-error-container .tve-lg-err-item {
	line-height: 1.2;
	font-size: 14px;
}

#tve-lg-error-container .tve-lg-err-close {
	color: #a94442;
	display: inline-block;
	font-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -6px 0px 0px;
}

#tve-lg-error-container .tve-lg-err-close:hover {
	text-decoration: none;
}

.thrv_wrapper.thrv_lead_generation {
	width: 100%;
	overflow: unset !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container {
	color: #555;
	--tcb-applied-color: #555;
	font-family: Roboto, sans-serif;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"] {
	padding: 10px 15px;
	height: auto;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:hover {
	border-color: #b7d8d1;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:not(.tcb-plain-text) {
	color: #555;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::placeholder {
	font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation {
	position: relative;
	box-sizing: border-box;
}

.thrv_wrapper.thrv_lead_generation::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit {
	margin: 0px;
}

.thrv_wrapper.thrv_lead_generation .tve_submit_container.tve_lg_submit > button {
	padding: 13px 10px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
	margin: 10px 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input > input {
	margin: 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea {
	margin: 10px 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea > textarea {
	margin: 0px;
}

.tve-lg-error {
	background-repeat: no-repeat;
	border-color: rgba(0, 0, 0, 0) !important;
	box-shadow: #a94442 0px 0px 4px inset !important;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
	display: flex;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input > input {
	flex: 1 1 0%;
	max-width: 100%;
}

.thrv_lead_generation_container input[type="password"], .thrv_lead_generation_container input[type="email"], .thrv_lead_generation_container input[type="url"], .thrv_lead_generation_container input[type="text"], .thrv_lead_generation_container input[type="tel"], .thrv_lead_generation_container input[type="number"], .thrv_lead_generation_container button, .thrv_lead_generation_container select:not(.flatpickr-monthDropdown-months), .thrv_lead_generation_container textarea {
	border-style: solid;
	border-color: #b7d8d1;
	border-width: 1px;
	max-width: none;
	background-color: #f8f9fa;
	box-sizing: border-box !important;
	float: none !important;
	width: 100% !important;
}

.thrv_lead_generation_container input[type="password"]::placeholder, .thrv_lead_generation_container input[type="email"]::placeholder, .thrv_lead_generation_container input[type="url"]::placeholder, .thrv_lead_generation_container input[type="text"]::placeholder, .thrv_lead_generation_container input[type="tel"]::placeholder, .thrv_lead_generation_container input[type="number"]::placeholder, .thrv_lead_generation_container button::placeholder, .thrv_lead_generation_container select:not(.flatpickr-monthDropdown-months)::placeholder, .thrv_lead_generation_container textarea::placeholder {
	opacity: .7;
	color: inherit !important;
}

.thrv_lead_generation_container input:hover {
	background-color: #fff;
	border-color: #1abc9c;
}

.thrv_lead_generation_container input[type="image"] {
	box-sizing: border-box;
}

.thrv_lead_generation_container select {
	height: auto;
}

.thrv_lead_generation_container input[type="password"], .thrv_lead_generation_container input[type="email"], .thrv_lead_generation_container input[type="text"], .thrv_lead_generation_container input[type="tel"], .thrv_lead_generation_container input[type="url"] {
	outline: none;
	padding: 5px;
}

.thrv_lead_generation_container button {
	border-width: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px;
}

.thrv_lead_generation_container .tcb-form-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

span.tcb-form-loader-icon {
	animation: .7s linear 0s infinite normal none running tcb-loader;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -12px;
	opacity: .7;
}

.thrv_lead_generation_container .thrv_text_element {
	position: relative;
	z-index: 1 !important;
}

.thrv_lead_generation_container .thrv_text_element.tve-hide {
	display: none !important;
}

.tve_lg_input_container {
	position: relative;
	z-index: 1 !important;
}

.tve_lg_input_container input[type="email"], .tve_lg_input_container button {
	margin: 10px 0px;
}

.tve_lead_generated_inputs_container {
	--tcb-local-color-30800: #3b88fd;
	--tcb-local-color-f2bba: rgba(59, 136, 253, .1);
	--tcb-local-color-trewq: rgba(59, 136, 253, .3);
	--tcb-local-color-poiuy: rgba(59, 136, 253, .6);
	--tcb-local-color-f83d7: rgba(59, 136, 253, .25);
	--tcb-local-color-3d798: rgba(59, 136, 253, .4);
	--tcb-local-color-418a6: rgba(59, 136, 253, .12);
	--tcb-local-color-a941t: rgba(59, 136, 253, .05);
	--tcb-local-color-1ad9d: rgba(46, 204, 113, .1);
	--tcb-local-color-2dbcc: #88e7fd;
	--tcb-local-color-frty6: rgba(59, 136, 253, .45);
	--tcb-local-color-flktr: rgba(59, 136, 253, .8);
	--tcb-radio-size: 20px;
	--tcb-checkbox-size: 20px;
	--tve-color: var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark, .tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: #a94442 0px 0px 4px inset;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark::after, .tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark::after, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark::after, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark::after {
	box-shadow: #a94442 0px 0px 4px inset;
}

.tve-new-radio.tve_lg_radio.tve-lg-error-multiple::after {
	display: block;
	position: absolute;
	left: 16px;
	bottom: -10px;
	font-size: 16px;
	color: #aa4443;
}

.tve_lg_dropdown.tve-lg-error, .tcb-form-dropdown.tve-lg-error, .tve-dynamic-dropdown.tve-lg-error {
	border-radius: 6px;
}

.tve_lg_dropdown.tve-lg-error > a, .tcb-form-dropdown.tve-lg-error > a, .tve-dynamic-dropdown.tve-lg-error > a {
	box-shadow: #a94442 0px 0px 4px !important;
}

.tcb-file-list .tcb-file-loader .tcb-form-loader-icon {
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	margin: -8px 0px 0px -8px;
}

.tve_s_fb_share {
	--tcb-social-color-style-6: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-6: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-7: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-7: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-8: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-8: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-9: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-9: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-10: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-10: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-11: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-11: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-12: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-12: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-13: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-13: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-14: #111;
}

.tve_s_t_share {
	--tcb-social-color-style-14: #111;
}

.tve_s_fb_share {
	--tcb-social-color-style-15: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-15: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-16: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-16: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-17: #181818;
}

.tve_s_t_share {
	--tcb-social-color-style-17: #181818;
}

.tve_s_fb_share {
	--tcb-social-color-style-18: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-18: #29ace0;
}

.tve_s_fb_share {
	--tcb-social-color-style-1: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-1: #3bceff;
}

.tve_s_yt_share {
	--tcb-social-color-style-1: #ec162c;
}

.tve_s_fb_share {
	--tcb-social-color-style-2: #284f9b;
}

.tve_s_t_share {
	--tcb-social-color-style-2: #1f92cb;
}

.tve_s_yt_share {
	--tcb-social-color-style-2: #d74546;
}

.tve_s_fb_share {
	--tcb-social-color-style-3: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-3: #29ace0;
}

.tve_s_yt_share {
	--tcb-social-color-style-3: #ec162c;
}

.tve_s_fb_share {
	--tcb-social-color-style-4: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-4: #29ace0;
}

.tve_s_yt_share {
	--tcb-social-color-style-4: #ec162c;
}

.tve_s_fb_share {
	--tcb-social-color-style-5: #3569b4;
}

.tve_s_t_share {
	--tcb-social-color-style-5: #29ace0;
}

.tve_s_ig_share {
	--tcb-social-color-style-5: #111;
}

.tve_s_yt_share {
	--tcb-social-color-style-5: #ec162c;
}

.tve_s_item {
	--tcb-local-color-style-1: linear-gradient(to bottom right, var(--tcb-local-color-f2bba) 50%, var(--tcb-local-color-trewq) 50%);
	--tcb-local-color-style-2: var(--tcb-local-color-f3080);
	--tcb-local-color-style-3: var(--tcb-local-color-f3080);
	--tcb-local-color-style-4: var(--tcb-local-color-f3080);
	--tcb-local-color-style-5: var(--tcb-local-color-f3080);
	--tcb-local-color-style-6: var(--tcb-local-color-f2bba);
	--tcb-local-color-style-7: var(--tcb-local-color-f2bba);
	--tcb-local-color-style-8: var(--tcb-local-color-f2bba);
}

.tve_s_t_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(66, 179, 234, .8) 50%, #42b3ea 50%);
	--tcb-local-color-style-2: #42b3ea;
	--tcb-local-color-style-3: #42b3ea;
	--tcb-local-color-style-4: #42b3ea;
	--tcb-local-color-style-5: #42b3ea;
	--tcb-local-color-style-6: #42b3ea;
	--tcb-local-color-style-7: #42b3ea;
	--tcb-local-color-style-8: #42b3ea;
}

.tve_s_fb_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(53, 105, 180, .8) 50%, #3569b4 50%);
	--tcb-local-color-style-2: #3569b4;
	--tcb-local-color-style-3: #3569b4;
	--tcb-local-color-style-4: #3569b4;
	--tcb-local-color-style-5: #3569b4;
	--tcb-local-color-style-6: #3569b4;
	--tcb-local-color-style-7: #3569b4;
	--tcb-local-color-style-8: #3569b4;
}

.tve_s_yt_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(236, 22, 44, .8) 50%, #ec162c 50%);
	--tcb-local-color-style-2: #ec162c;
	--tcb-local-color-style-3: #ec162c;
	--tcb-local-color-style-4: #ec162c;
	--tcb-local-color-style-5: #ec162c;
	--tcb-local-color-style-6: #ec162c;
	--tcb-local-color-style-7: #ec162c;
	--tcb-local-color-style-8: #ec162c;
}

.tve_s_ig_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(23, 23, 22, .8) 50%, #171716 50%);
	--tcb-local-color-style-2: #171716;
	--tcb-local-color-style-3: #171716;
	--tcb-local-color-style-4: #171716;
	--tcb-local-color-style-5: #171716;
	--tcb-local-color-style-6: #171716;
	--tcb-local-color-style-7: #171716;
	--tcb-local-color-style-8: #171716;
}

.thrive_author_links {
	--tcb-local-color-f3080: #171716;
	--tcb-local-color-f2bba: rgba(23, 23, 22, .5);
	--tcb-local-color-trewq: rgba(23, 23, 22, .7);
	--tcb-local-color-poiuy: rgba(23, 23, 22, .35);
	--tcb-local-color-f83d7: rgba(23, 23, 22, .4);
	--tcb-local-color-frty6: rgba(23, 23, 22, .2);
	--tcb-local-color-flktr: rgba(23, 23, 22, .8);
	--tve-color: var(--tcb-local-color-f3080);
}

.thrive_author_links .tve_social_custom.tve_links_style_2 .tve_s_item {
	border-radius: 50%;
	background: var(--tcb-local-color-f3080);
	fill: #fff;
	color: #fff;
}

.thrive_author_links .tve_social_custom.tve_links_style_2 .tve_s_item:hover {
	background: var(--tcb-local-color-trewq);
}

.thrv_social_custom:not(.tcb-social-full-width):not(.tve_style_12) .tve_s_item:last-child {
	margin-right: 0px;
}

.tve_social_custom {
	display: table;
}

.tve_social_custom .tve_s_item {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;
	line-height: 1.5em;
}

.tve_social_custom .tve_s_item:not(:last-child) {
	margin-right: 10px;
}

.rtl .tve_social_custom .tve_s_item:not(:first-child) {
	margin-right: 10px !important;
}

.rtl .tve_social_custom .tve_s_item:first-child {
	margin-right: 0px !important;
}

.tve_social_custom .tve_s_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
}

.tve_social_custom .tve_s_icon svg.tcb-icon {
	fill: currentcolor;
	color: currentcolor;
}

.thrv_social_custom .tve_social_items {
	display: inline-block;
	vertical-align: middle;
}

.thrv_social_custom {
	align-items: center;
	justify-content: center;
	max-width: max-content;
	display: flex !important;
}

.thrive_author_links .tve_social_items {
	line-height: 1em;
}

.thrive_author_links .tve_s_icon::before {
	content: none !important;
}

.thrive_author_links .tve_social_custom .tve_s_icon {
	padding: .6em;
	height: 1.5em;
	width: 1.5em;
	display: flex;
	box-sizing: content-box;
	border: unset !important;
}

.thrive_author_links .tve_social_custom svg.tcb-icon {
	fill: currentcolor;
	color: currentcolor;
	height: 1.5em;
	width: 1.5em;
	vertical-align: bottom;
}

.thrive_author_links .tve_social_custom .tve_s_item {
	margin-right: .3em;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: bottom;
}

.thrive_author_links .tve_social_custom .tve_s_item:last-of-type {
	margin-right: 0px;
}

.thrive_author_links .tve_social_custom .tve_s_item a {
	display: flex;
	padding: 0px;
	color: unset !important;
	fill: none !important;
}

.tve_social_items a {
	font-size: unset;
}

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

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

.tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
	padding-left: 15px;
}

.tcb-with-icon .tcb-button-icon {
	display: block;
}

.tcb-with-icon .tcb-button-icon .thrv_wrapper.thrv_icon {
	margin: 0px;
}

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

span.tcb-button-icon {
	display: none;
	font-size: 1em;
	line-height: 0;
	position: relative;
	color: inherit;
}

span.tcb-button-icon .tcb-icon {
	height: 1em;
}

.tcb-styled-list-icon {
	position: relative;
	z-index: 1;
}

.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 h4 a:not(.tcb-button-link) {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

:not(.inc) .thrv_text_element h4 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;
	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: rgba(0, 0, 0, 0);
	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: rgba(0, 0, 0, 0);
	border: 0px;
	position: absolute;
	line-height: 0;
	padding: 0px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 999;
	margin: 0px;
}

.tcb-logo {
	display: block;
	max-width: 100%;
	width: 240px;
	box-sizing: border-box !important;
}

.tcb-logo.thrv_wrapper {
	padding: 0px;
}

.tcb-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

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

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

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

article {
	box-sizing: border-box;
	transition: opacity 1s ease-in-out;
	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: rgba(0, 0, 0, 0) !important;
}

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

.thrv-login-element .tcb-form-loader-icon {
	z-index: 11;
}

.thrv-login-element .tcb-form-loader > span.tcb-form-loader-icon {
	animation: .7s linear 0s infinite normal none running tcb-loader;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -12px;
	opacity: .7;
}

.notifications-content-wrapper {
	position: fixed;
	opacity: 1;
}

.notifications-content-wrapper.thrv_wrapper {
	padding: 0px;
	margin: 0px;
}

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

.notifications-content-wrapper .notifications-content {
	display: none;
	flex-direction: column;
}

.notifications-content-wrapper:not(.notification-edit-mode) {
	z-index: 9999993;
}

.notifications-content-wrapper[data-position*="top"] {
	top: 50px;
}

.notifications-content-wrapper[data-position*="middle"] {
	top: 50%;
	transform: translateY(-50%);
}

.notifications-content-wrapper[data-position*="bottom"] {
	bottom: 50px;
}

.notifications-content-wrapper[data-position*="left"] {
	left: 50px;
}

.notifications-content-wrapper[data-position*="center"] {
	left: 50%;
	transform: translateX(-50%);
}

.notifications-content-wrapper[data-position*="right"] {
	right: 50px;
}

.notifications-content-wrapper[data-position="middle-center"] {
	transform: translate(-50%, -50%);
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode), .notifications-content-wrapper.tcb-animated.editor-preview {
	transition: top .7s, bottom .7s, left .7s, right .7s, opacity .7s ease-in-out;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="bottom"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="bottom"] {
	bottom: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="top"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="middle"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="top"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="middle"] {
	top: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="bottom"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="bottom"] {
	bottom: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="top"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="middle"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="top"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="middle"] {
	top: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="right"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="right"] {
	right: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="left"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="center"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="left"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="center"] {
	left: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="right"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="right"] {
	right: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="left"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="center"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="left"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="center"] {
	left: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation] {
	opacity: 0;
}

.notifications-content-wrapper[data-state="success"] .notification-success {
	display: flex;
}

.notifications-content-wrapper[data-state="warning"] .notification-warning {
	display: flex;
}

.notifications-content-wrapper[data-state="error"] .notification-error {
	display: flex;
}

.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;
	min-height: 100%;
}

.tve_p_lb_background.tve_lb_closing .tve_p_lb_overlay {
	transition: opacity .3s ease-out;
	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;
}

.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 {
	z-index: 99;
	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: .1s;
	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: .5s ease-out;
}

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

.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: .5s ease-out;
}

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

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

.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: .6s ease-out;
}

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

.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: .5s ease-out;
}

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

.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: .5s ease-out;
}

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

.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: .3s ease-out;
}

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

.tcb-flex-row {
	display: flex;
	flex-flow: row;
	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-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

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

.thrv-svg-icon svg, .tve_s_icon svg {
	width: 1em;
	height: 1em;
	stroke-width: 0;
	fill: currentcolor;
	stroke: currentcolor;
}

html {
	text-rendering: auto !important;
}

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

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

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

p {
	font-size: 1em;
}

.tve_clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

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

a:not(.tcb-button-link) svg.tcb-icon {
	color: #111;
}

.thrv_icon {
	line-height: 0;
}

.thrv_icon.tcb-icon-display {
	display: table;
	border-collapse: initial;
}

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

.tvd-toast {
	justify-content: space-between;
}

.tvd-toast.tve-fe-message {
	top: 50px;
	width: 60%;
	padding: 0px;
	color: #000;
	max-width: 500px;
	position: fixed;
	z-index: 9999993;
	left: 50%;
}

.tvd-toast.tve-fe-message .tve-toast-message {
	position: relative;
	left: -50%;
	background: #fff;
	box-shadow: #a7a7a7 0px 0px 15px 0px;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container {
	display: inline-block;
	width: 50px;
	background: green;
	color: #fff;
	height: 100%;
	position: absolute;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container.tve-toast-error {
	background: red;
}

.tvd-toast.tve-fe-message .tve-toast-message-container {
	padding: 20px 10px 20px 70px;
	margin: auto 0px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.tvd-toast.tve-fe-message span {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 50px;
	height: 100%;
	width: 100%;
}

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

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

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

.thrv_lead_generation .tve_lg_submit button {
	background-color: #1abc9c;
	color: #fff;
}

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);
	--tcb-applied-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;
}

.widget-area {
	display: flex;
	flex-direction: column;
}

.thrive-dynamic-styled-list-item .tcb-styled-list-icon {
	display: none;
}

.dynamic-item-with-icon .tcb-styled-list-icon {
	display: block !important;
}

.theme-style.thrv_wrapper {
	margin-top: 50px;
}

.thrive_author_links:not(.thrv_social_follow) .tve_s_icon::before {
	content: none !important;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_icon {
	padding: .6em;
	height: 1.5em;
	width: 1.5em;
	display: flex;
	box-sizing: content-box;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom svg {
	fill: #fff;
	height: 1.5em;
	width: 1.5em;
	vertical-align: bottom;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item {
	margin-right: .3em;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item:last-of-type {
	margin-right: 0px;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item a {
	display: flex;
	padding: 0px;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_2 .tve_s_icon {
	border-radius: 50%;
	background: #242323;
}

.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_2 .tve_s_icon:hover {
	background: #5d5c5c;
}

.tve_social_items a {
	font-size: unset;
}

.tve_s_item a {
	border: 0px;
	box-shadow: none;
	display: table;
	padding: 2px;
	color: #fff !important;
	text-decoration: none !important;
}

.thrv_wrapper.thrv_text_element {
	padding: 1px;
}

.thrive-dynamic-list {
	display: table;
}

.thrive-dynamic-list .thrv_wrapper {
	margin: 0px;
}

.thrive-dynamic-list:empty {
	min-height: 40px;
}

.thrive-dynamic-list .theme-dynamic-list {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

.thrive-dynamic-list li {
	display: flex;
	margin: 0px 0px 15px;
}

.thrive-dynamic-list li .thrive-dynamic-styled-list-text {
	display: flex;
	align-items: center;
}

.thrive-dynamic-list .dynamic-list-icon .thrv_icon {
	margin-right: 1px;
	padding: 5px 10px 3px;
}

.thrive-dynamic-list a {
	text-decoration: none;
	color: #0a0a0a;
	font-weight: normal;
	font-size: 14px;
}

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

.thrv_wrapper.thrive-dynamic-list {
	margin: 0px;
}

.thrv_wrapper.main-container {
	padding: 0px;
}

.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;
	}
	
	.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;
		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;
		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, opacity .35s;
		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;
	}
	
	: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;
		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;
		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, opacity .35s;
		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;
	}
}

@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;
	}
	
	: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;
		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;
		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, opacity .35s;
		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;
	}
	
	.notifications-content-wrapper {
		transform: translateX(-50%);
		left: 50% !important;
		right: unset !important;
	}
	
	.notifications-content-wrapper[data-position*="middle"] {
		transform: translate(-50%, -50%);
	}
	
	.notifications-content-wrapper[data-position*="top"] {
		top: 0px;
	}
	
	.notifications-content-wrapper[data-position*="bottom"] {
		bottom: 0px;
	}
	
	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 only screen and (max-width: 740px) {
	.thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_select_container .thrv_icon {
		margin-right: 14px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.notifications-content-wrapper[data-position*="top"] {
		top: 20px;
	}
	
	.notifications-content-wrapper[data-position*="bottom"] {
		bottom: 20px;
	}
	
	.tcb-flex-row.tcb-medium-wrap, .tcb-flex-row.tcb-resized.tcb-medium-wrap {
		flex-wrap: wrap;
	}
	
	.tcb-flex-row.tcb-medium-wrap > .tcb-flex-col, .tcb-flex-row.tcb-resized.tcb-medium-wrap > .tcb-flex-col {
		max-width: 100% !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 screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.tcb-flex-col {
		width: 100%;
	}
	
	.tcb-col {
		display: block;
	}
}

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

@keyframes tcb-loader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(359deg);
	}
}

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