{#
.modal {
  display: flex; /* Hidden by default */
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 1000 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
  text-align: center;
  margin: 30% auto;
  background-color: #ffffff;
  padding:55px 32px;
  border-radius: 25px;
  max-width: 50%;
  height: 25%;
}
#}
.events_wrap .top_content {
	margin: 50px 0;
	text-align: center;
}
.events_wrap .event_full_outer .content-wrapper>*:not(.top_content),
.events_wrap .search_outer .content-wrapper>*:not(.top_content) {
	max-width: 984px;
	margin-left: auto;
	margin-right: auto;
}
.events_wrap .search_inner {
	padding: 42px 40px;
	border-radius: 20px;
	box-shadow: 0px 2px 24px 0px #00000047;
	background-color: #230871;
}
.events_wrap .search_inner>* {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.events_wrap .search_inner label {
	white-space: nowrap;
	margin: 0;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
}
.events_wrap .search_inner #radius {
	width: 75px;
	max-width: 75px;
}
.events_wrap .search_inner #location {
	width: 160px;
}
.events_wrap .search_results {
	margin: 30px 0 0;
}
.events_wrap .search_results .res_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px;
}
.events_wrap .search_results .res_top .innerBtns {
	background-color: #968694;
	width: 466px;
	display: flex;
	height: 55px;
	padding: 5px;
	border-radius: 30px;
	max-width: 100%;
}
.events_wrap .search_results .res_top  h4 {
	margin: 0;
}
.events_wrap .search_results .res_top .innerBtns span {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	cursor: pointer;
	color: #230871;
}
.events_wrap .search_results .res_top .innerBtns span.active {
	background-color: #230871;
	color: #FFF;
}
.events_wrap .search_results .res_top p {
	margin: 0;
}
.events_wrap .search_results .tab_wrap>div:not(.active) {
	display: none;
}
.events_wrap .search_results .item:not(:last-child) {
	margin: 0 0 40px;
}
.events_wrap .search_results .item .inner {
	padding: 20px 32px 20px 32px;
	background-color: #F3F0F7;
	border-radius: 20px;
	display: flex;
	align-items: center;
    padding-left: 120px;
}
.events_wrap .search_results .item .count {
	background-color: #230871;
	border-radius: 100%;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	text-align: left;
	border: 6px solid #E64B38;
	position: absolute;
	left: 32px;
	top: 20px;
}
.events_wrap .search_results .item {
	position: relative;
}
.events_wrap .search_results .item .inner>div {
	flex: 1;
}
.events_wrap .search_results .item .ev_btn button {
	display: block;
	width: 100%;
  background-color: #0071CE;
}
.events_wrap .search_results .item .inner>div:not(:last-child) {
	padding-right: 15px;
}
.events_wrap .search_results .item .inner .ev_btn {
	max-width: 224px;
	width: 100%;
}
.events_wrap .search_results .item .inner p:last-child {
	margin-bottom: 0;
}
.events_wrap .search_inner select,
.events_wrap .search_inner input {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	padding: 14px 11px;
	background-color: #FFFFFF;
	border-radius: 10px;
	outline: none;
	color: #404042 !important;
  border: none;
}
.events_wrap .search_inner input::placeholder{
  color: #404042 !important;
  opacity: 1; /* Firefox */
}
.events_wrap .search_inner input::-ms-input-placeholder/* Edge 12 -18 */ {
  color: #404042 !important;
  }
  
.events_wrap .search_inner>*>* {
	flex: 1;
	text-align: center;
}
.events_wrap .search_results .tab_wrap .search_map_inner {
	display: flex;
	gap: 20px;
}
.events_wrap .search_results .tab_wrap .search_map_inner>div {
	flex: 1;
}
.events_wrap .search_results .sidebar .item .inner {
	display: block;
	border: 6px solid transparent;
}
.events_wrap .search_results .sidebar .item .inner>div {
	width: 100%;
}
.events_wrap .search_results .sidebar .item .count {
	left: 15px;
}
.events_wrap .search_results .sidebar .item .inner>div:not(:last-child) {
	margin: 0 0 10px;
	padding-right: 0;
}
.events_wrap .search_results .sidebar .item .inner .ev_btn {
	margin-top: 30px;
	max-width: 100%;
}
.events_wrap .search_results .sidebar .selected .item .inner {
	border: 6px solid #e64b38;
	background-color: #FFF;
	padding-left: 95px;
}
.events_wrap .top_content .btn_ {
	margin: 50px 0;
}
.events_wrap .top_content.no_events_content {
	margin-bottom: 30px;	
}
.events_wrap .search_results .tab_wrap .location-item {
	margin: 0 0 15px;
}
.events_wrap .register_form_outer .content-wrapper {
	max-width: 1220px;
}
.events_wrap  .act_form_wrap {
	display: flex;
	row-gap: 20px;
	column-gap: 20px;
}
.events_wrap .form_left {
	width: 70%;
}
.events_wrap .form_right {
	width: 30%;
}
.events_wrap  .form_right .loc_item {
	border: 6px solid #E64B38;
	border-radius: 20px;
	padding: 60px 35px 40px;
}
.events_wrap .form_right .loc_item h3 {
	letter-spacing: 0;
	text-transform: none;
	line-height: 1;
	margin: 0 0 5px;
  font-size: 24px;
}
.events_wrap .form_right .loc_item h3.title{
  font-size: 20px;
}
.events_wrap .form_right .loc_item h3.loc_header {
	color: #230871;
	font-weight: 500;
	margin: 0 0 30px;
}
.events_wrap .form_right .loc_item p {
	color: #230871;
	margin: 0;
}
.events_wrap .form_right .loc_item .distance {
	margin: 0 0 30px;
}
.events_wrap  form .hs-form-field>label {
	display: none;
}
.events_wrap  form .inputs-list li label .hs-input~span {
	color: #404042;
}
.events_wrap .form_left .form-title {
	margin: 0;
}
.events_wrap .ev_btn h4 {
	text-align: center;
}
.events_wrap .event_full_outer .bt_content {
	text-align: center;
}
.events_wrap .act_form_wrap .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
	padding: 13px 15px !important;
	min-height: 0 !important;
}
.events_wrap .next_btn {
	text-align: right;
}
.events_wrap .act_form_wrap .hs_submit.hs-submit {
	display: flex;
	justify-content: flex-end;
}
.events_wrap .act_form_wrap .back_btn.hs-button {
	background-color: #F3F0F7;
	color: #230871;
}
.events_wrap .act_form_wrap:not(.loaded) .hs_cos_wrapper_type_form>* {
	display: none;
}
.events_wrap .act_form_wrap:not(.loaded) .hs_cos_wrapper_type_form {
	height: 330px;
}
.events_wrap .act_form_wrap .next_step .hs-richtext,
.events_wrap .act_form_wrap fieldset:first-child .hs-richtext {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.events_wrap .act_form_wrap .next_step .hs-richtext>p,
.events_wrap .act_form_wrap fieldset:first-child .hs-richtext>p {
	font-size: 20px;
	margin: 0 0 15px;
  max-width: fit-content;
  max-width: -webkit-fit-content;
  width: 100%;
}
.events_wrap .ev_btn .full_event,
.events_wrap .event_full_outer .search_results .item .ev_btn button {
	background: #e64b38 !important;
}
.events_wrap .search_results .tab_wrap .search_map_inner #properties-list {
	padding: 15px;
	box-shadow: 0px -11px 24px 0px #00000047 inset;
	border-radius: 20px;
	background-color: #FFF;
	max-height: 717px;
	overflow-y: auto;
}
/* .events_wrap .search_results .tab_wrap .search_map_inner .sidebar:after {
width: 100%;
position: absolute;
left: 0;
height: 352px;
content: '';
bottom: -220px;
background-image: linear-gradient(0deg, black, transparent);
pointer-events: none;
border-radius: 20px;
} */
.events_wrap .search_results .tab_wrap .search_map_inner #sidebar {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.events_wrap .item .title {
	margin: 0;
	font-size: 24px;
}
.events_wrap #properties-list .item .address {
	margin: 0;
	color: #230871;
}
.events_wrap .item p {
	color: #230871;
  font-size: 20px; 
  font-weight: 600;
}
.events_wrap form .inputs-list li label .hs-input~span {
	max-width: 100%;
}
.events_wrap .act_form_wrap .first_step .hs_submit.hs-submit {
	justify-content: flex-end;
}
.popup_outer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	background-color: rgb(0 0 0 / 35%);
}
.popup_outer .inner {
	background-color: #FFF;
	padding: 45px 35px 36px;
	border-radius: 30px;
	max-width: 550px;
	position: relative;
}
.popup_open .popup_outer {
	opacity: 1;
	visibility: visible;
}
.popup_outer .inner .close_icon {
	height: 36px;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 30px;
	cursor: pointer;
}
.popup_outer .inner .close_icon svg {
	width: 100%;
	height: 100%;
}
.popup_outer .inner p {
	font-size: 0.8em;
}
.events_wrap.popup_open_btn .act_form_wrap .hs_submit.hs-submit .actions .hs-button.primary {
	filter: grayscale(1);
	pointer-events: none !important;
}
.events_wrap .act_form_wrap .hs-form-booleancheckbox {
	font-size: 10px;
}
.events_wrap .act_form_wrap .hs-form-booleancheckbox * {
	font-size: inherit !important;
}
.events_wrap .act_form_wrap .hs-form-booleancheckbox .error{
  font-size: 16px !important;
}
.events_wrap .search_results .tab_wrap {
	margin-bottom: 40px;
}
.events_wrap .hs_error_rollup,
.events_wrap:not(.two_guest_sel):not(.one_guest_sel) .hs_companion1_first,
.events_wrap:not(.two_guest_sel):not(.one_guest_sel) .hs_companion1_last,
.events_wrap:not(.two_guest_sel) .hs_companion_2_first,
.events_wrap:not(.two_guest_sel) .hs_companion_2_last,
.events_wrap .search_results #propertyList2,
.events_wrap .next_btn~.next_btn,
.events_wrap .top_content.step_2,
.events_wrap .content-wrapper:has(.show_next_step) .step_1,
.events_wrap.results_on_diff_page .search_inner #search-button,
.events_wrap .waitlist_form_outer,
.events_wrap .act_form_wrap.show_next_step .first_step,
.events_wrap .act_form_wrap .next_step,
.events_wrap .act_form_wrap fieldset.break,
.events_wrap .search_results,
.events_wrap .search_results .right_con,
.events_wrap .search_results .tab_wrap,
.events_wrap .event_full_outer,
.events_wrap.event_is_full .search_outer,
.events_wrap.form_active .search_outer,
.events_wrap .register_form_outer,
.events_wrap.no-result .top_content,
.events_wrap.searched .top_content .top_content_1,
.events_wrap .top_content.no_events_content,
.events_wrap .top_content .top_content_2,
.events_wrap.waitlist_form_show .search_outer,
.events_wrap.waitlist_form_show .event_full_outer,
.events_wrap.waitlist_form_show .register_form_outer,
.events_wrap:not(.results_on_diff_page) .search_inner .diff_page_btn {
	display: none;
}
.events_wrap .content-wrapper:has(.show_next_step) .step_2,
.events_wrap.waitlist_form_show .waitlist_form_outer,
.events_wrap .act_form_wrap.show_next_step .next_step,
.events_wrap.event_is_full .event_full_outer,
.events_wrap.form_active .register_form_outer,
.events_wrap.no-result .top_content.no_events_content,
.events_wrap.searched .top_content .top_content_2,
.events_wrap.searched:not(.no-result) .search_results .right_con,
.events_wrap.searched:not(.no-result) .search_results .tab_wrap,
.events_wrap.searched .search_results,
.events_wrap.no-result .search_results,
.events_wrap.results_on_diff_page .top_content .top_content_1 {
	display: block;
}
.event_full_outer .search_results {
	display: block;
	margin: 0 0 100px;
}
.events_wrap.results_on_diff_page .top_content .top_content_2 {
	display: none !important;
}
form .form-columns-2 .hs-form-field:last-child .input+.hs-error-msgs {
	margin-left: 15px;
}
.events_wrap.ref_stage .search_outer>.content-wrapper>* {
	width: 100%;
}
.events_wrap.ref_stage .search_outer>.content-wrapper {
	display: flex;
	flex-direction: column;
}
.events_wrap.ref_stage .search_outer .search_inner {
	order: 5;
}
.events_wrap .item .ev_titles .title {
	display: none;
}
.events_wrap .item .main_title {
	margin: 0;
	font-size: 24px;
}
{#
@media (max-width: 992px) {
  .modal-content {
    min-width: 60%;
  }
}
#}
@media (max-width: 934px) and (min-width: 768px) {
	.events_wrap .search_inner .hs-button {
		white-space: nowrap;
	}
	.events_wrap .search_inner label {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
  {#
  .modal-content {
    min-width: 75%;
  }
  #}
  .events_wrap .search_results .item .ev_btn button {
    padding: 15px 20px;
  }
	.events_wrap .search_inner>* {
		display: block;
	}
	.events_wrap .search_inner>*>* {
		float: left;
	}
	.events_wrap .search_inner>*:before,.events_wrap .search_inner>*:after {
		display: table;
		clear: both;
		content: '';
	}
	.events_wrap .search_inner label[for="location"] {
		clear: left;
	}
	.events_wrap .search_inner label {
		margin-right: 15px;
		margin-top: 9px;
		white-space: normal;
	}
	.events_wrap .search_inner input, 
	.events_wrap .search_inner select {
		margin-bottom: 27px;
		width: 100%;
	}
	.events_wrap .search_inner>* button {
		clear: left;
		width: 100%;
	}
	.events_wrap .search_results .res_top {
		display: block;
	}
	.events_wrap .search_results .res_top .left_con {
		margin: 0 0 30px;
	}
	.events_wrap .search_results .item .inner>div:not(:last-child) {
		padding: 0;
		margin-bottom: 40px;
	}
	.events_wrap .search_results .item .inner>div {
		width: 100%;
	}
	.events_wrap .search_results .item .inner {
		display: block;
		padding-left: 88px;
	}
	.events_wrap .search_results .item .count {
		font-size: 30.23px;
		line-height: 45.34px;
		width: 55px;
		height: 55px;
		left: 20px;
	}
	.events_wrap .search_results .tab_wrap .search_map_inner {
		flex-direction: column-reverse;
		gap: 36px;
	}
	.events_wrap .search_results .tab_wrap .search_map_inner #map {
		min-height: 255px;
	}
	.events_wrap .act_form_wrap {
		flex-wrap: wrap;
/* 		flex-direction: column-reverse; */
	}
	.events_wrap .form_left {
		width: 100%;
	}
	.events_wrap .form_right {
		width: 100%;
	}
	.events_wrap .form_right .loc_item {
		padding: 40px;
	}
	.events_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.events_wrap .search_inner label {
		font-size: 19px;
	}
}
@media (max-width: 385px) {
	.events_wrap .search_inner select {
		clear: both;
		margin: 10px 0;
	}
	.events_wrap .search_inner>*>* {
		clear: both;
		margin-top: 10px;
	}
}