.most-popular-wrap .wpp-list li {
	box-sizing: border-box;
  display: inline-block;
  font-weight: 600;
	padding: 0 10px;
	vertical-align: top;
	width: 33%;
}
@media (max-width: 991px) {
  .most-popular-wrap .wpp-list li {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .most-popular-wrap .wpp-list li {
    width: 100%;
  }
}

.form-checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.form-checkbox-wrapper .wpcf7-acceptance {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.01em;
}

.form-checkbox-wrapper .wpcf7-list-item-label {
	position: relative;
	padding-left: 24px;
}

.form-checkbox-wrapper .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #c8102e;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: -1px;
}

.form-checkbox-wrapper .wpcf7-list-item-label::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../media/assets/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 2px;
	top: 3px;
	opacity: 0;
}

.form-checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-checkbox-input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.footer {
	background-color: #fff;
}

.newsletter-form-inner {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	right: -30px;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	padding-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	border: none;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumbs span {
	margin-right: 0;
}

.breadcrumbs a {
	margin-right: 16px;
}

.article-styles figure {
	max-width: 100%;
}

figcaption {
	font-size: 14px;
	line-height: 1.53em;
	font-weight: 500;
	padding-top: 10px;
}

.page-numbers.next,
.page-numbers.prev {
	font-size: 0;
}

.featured-atricle-play:before {
	flex: 0 0 auto;
}

.weather-outer {
	display: flex;
	align-items: center;
}

.weather_feed_img {
	width: 30px;
}

.head-cloud-img {
	max-width: 24px;
	top: -2px;
}

.weather_feed_title_top {
	font-size: 14px;
	margin-left: 5px;
}

.weather-unit {
	vertical-align: top;
	font-size: 10px;
	font-weight: 700;
	left: -3px;
	position: relative;
	top: 3px;
}

.weather_feed_title_top .circle {
	font-size: 18px;
}

.single-page-wrap {
	padding-bottom: 40px;
}

.article-audio-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 352px;
	padding: 32px;
	box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	z-index: 9995;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.article-audio-modal.visible {
	visibility: visible;
	opacity: 1;
}

.article-audio-modal audio {
	max-width: 100%;
	width: 100%;
}

.article-audio-modal figcaption {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
	color: #1d242a;
	margin-bottom: 16px;
	padding-top: 0;
}

.article-audio-modal figure {
	margin: 0;
}

.audio-modal-close-btn {
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 16px;
	text-transform: none;
}

.panel-open {
	overflow-y: hidden !important;
	position: relative;
}

.page-overlay {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28, 36, 44, 0.65);
	z-index: 9990;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.panel-open .page-overlay {
	visibility: visible;
	opacity: 1;
}

.h-menu-open .page-overlay {
	display: none;
}

.header-logo {
	max-width: 160px;
}

.bsaProContainerNew,
.bsaProContainerNew .bsaProItems {
	height: auto;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.bsaProItemInner__thumb,
.bsaProItemInner,
.bsaProContainerNew,
.bsaProContainerNew .bsaProItems,
.bsaProItem,
.bsaProAnimateThumb,
.bsaProItemInner__img {
	width: 100% !important;
	max-width: 100% !important;
}

.page-template-tpl-simple {
	background: #f8fbfc;
}

.simple-page-box {
	width: 440px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
}

.simple-page-inner {
	padding-top: 20px;
	padding-bottom: 80px;
}

.simple-page-box-heading {
	text-align: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #e3ebf2;
	margin-bottom: 10px;
}

.ihc-login-template-13 .impu-form-line-fr {
	margin-bottom: 15px;
}

.simple-page-box-heading p {
	color: #596978;
}

.ihc-login-form-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

.ihc-login-template-13 .impu-form-line-fr .impu-form-label-fr {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
	line-height: 1em;
}

.ihc-login-template-13 .impu-temp5-row-left {
	float: none;
	width: 100%;
}

.ihc-login-template-13 .impu-temp5-row-right {
	float: none;
	width: 100%;
}

.ihc-login-template-13 .impu-form-submit input {
	background: #c8102e;
	font-weight: 700;
	font-size: 14px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 !important;
	border: none;
}

.ihc-login-template-13 .impu-form-submit input:hover {
	background: #8f192d;
}

.ihc-login-template-13 .ihc-register-link {
	background: transparent !important;
	border: none !important;
	display: none !important;
}

.ihc-login-template-13 .ihc-register-link a {
	color: #c8102e;
	font-weight: 500;
	font-size: 16px;
	font-family: Raleway, sans-serif;
}

.ihc-logout-wrap.ihc-login-template-13 {
	padding: 0;
	margin: 0;
	margin-top: 32px;
}

.ihc-logout-wrap.ihc-login-template-13 a {
	background: #c8102e;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: Raleway, sans-serif;
}

.ihc-logout-wrap.ihc-login-template-13 a:hover {
	background: #8f192d;
}

.ihc-login-template-13 .impu-form-input-remember:checked::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../media/assets/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 3px;
	top: 4px;
	transform: none;
	border: none;
}

.ihc-login-template-13 .impu-form-input-remember {
	width: 16px;
	height: 16px;
	background: #c8102e;
	border-radius: 2px;
	margin: 0;
	margin-right: 5px;
	border: none;
}

.iump-register-form {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: none;
	border: none;
	padding-top: 20px;
}

.iump-register-form .iump-labels-register {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	font-family: Raleway, sans-serif;
	color: #1d242a;
	margin-bottom: 8px;
}

.ihc-tos-wrap input[type="checkbox"] {
	width: 16px;
	height: 16px;
	background: #c8102e;
	border-radius: 2px;
	margin: 0;
	margin-right: 5px;
	border: none;
	position: relative;
	top: 3px;
}

.ihc-tos-wrap input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../media/assets/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 3px;
	top: 4px;
	transform: none;
	border: none;
}

.ihc-tos-wrap a {
	text-decoration: none;
	color: #1d242a;
}

.page-subtitle {
	color: #596978;
}

.ihc-user-page-top-ap-wrapper {
	display: none !important;
}

.ihc-ap-menu .ihc-ap-menu-item i.fa-ihc {
	display: none !important;
}

.ihc-ap-menu .ihc-ap-menu-item {
	line-height: initial;
}

.ihc-account-page-wrapp {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}

.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
	padding: 0;
	margin-right: 48px;
	font-weight: 700;
	font-size: 12px;
	color: #7b8c9d;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 1 !important;
}

.ihc-ap-menu .ihc-ap-menu-item-selected a {
	color: #c8102e !important;
}

.ihc-ap-theme-3 .ihc-ap-menu {
	border-bottom: 1px solid #e3ebf2;
}

.account-currplan {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #596978;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

.ihc-ap-wrap > h3 {
	display: none;
}

.ihc-ap-theme-3 .ihc-ap-wrap {
	margin-top: 40px;
}

.ich_level_wrap {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.ihc_level_template_5 .ihc-level-item {
	width: calc(100% / 3);
	padding: 0 20px;
}

.ihc_level_template_5 .ihc-level-item-wrap {
	margin: 0;
	border: 1px solid #e3ebf2;
	box-shadow: none;
	background-color: #fff;
	padding: 64px;
	height: 100%;
	padding-bottom: 130px;
}

.ihc_level_template_5 .ihc-level-item-wrap:hover {
	box-shadow: none;
	top: 0;
}

.ihc_level_template_5 .ihc-level-item-title {
	font-weight: 700;
	font-size: 16px !important;
	color: #596978;
	text-transform: uppercase;
	font-family: Raleway, sans-serif !important;
	line-height: 1.53em;
	padding: 0;
	padding-bottom: 8px;
	min-height: unset;
}

.ihc_level_template_5 .ihc-level-item-price {
	font-weight: 600;
	font-size: 32px !important;
	color: #c8102e !important;
	text-transform: uppercase;
	font-family: Raleway, sans-serif !important;
	line-height: 1.53em;
	background-color: #fff;
	min-height: unset;
	padding: 0;
	padding-bottom: 24px;
}

.ihc_level_template_5 .ihc-level-item-content {
	text-align: center;
	color: #1d242a !important;
	font-family: Raleway, sans-serif !important;
	line-height: 1.6em;
	font-size: 14px;
	padding: 0;
}

.ihc_level_template_5 .ihc-level-item-content * {
	color: #1d242a !important;
	font-family: Raleway, sans-serif !important;
}

.ihc_level_template_5 .ihc-level-item-content h4 {
	color: #596978 !important;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.ihc_level_template_5 .ihc-level-item-link {
	background: #c8102e;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: Raleway, sans-serif !important;
	width: 104px;
	border-radius: 0;
	padding: 0;
}

.ihc_level_template_5 .ihc-level-item-link:hover {
	background: #8f192d;
	color: #fff;
}

.ihc_level_template_5 .ihc-level-item-bottom {
	text-align: center;
}

.ihc_level_template_5 .ihc-level-item-bottom {
	height: 118px;
}

.ihc_level_template_5 .ihc-level-item-content {
	min-height: unset;
}

.ich_level_wrap {
	flex-wrap: wrap;
}

.ihc_level_template_5 .ihc-level-item {
	margin-bottom: 20px;
	min-width: unset;
}

.ihc-ap-theme-3 .ihc-ap-menu {
	display: block !important;
}

.ihc-mobile-bttn-wrapp {
	display: none !important;
}

.iump-user-page-box .iump-register-form {
	max-width: 416px;
}

.ihc-register-7 .impu-temp7-row {
	background-color: #fff;
}

.ihc-register-7 .iump-submit-form input {
	background: #c8102e !important;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: Raleway, sans-serif !important;
	width: 104px;
	border-radius: 0;
	padding: 0;
	width: 154px;
	min-width: unset;
}

.ihc-register-7 .iump-submit-form input:hover {
	background: #8f192d !important;
	color: #fff;
}

.companies-list {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.sg-popup-content {
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 70px 32px 32px !important;
	box-sizing: border-box !important;
}

.subscribe-modal-heading {
	text-align: center;
	margin-bottom: 40px;
}

.subscribe-modal-heading h3 {
	margin-bottom: 8px;
}

.subscribe-modal-heading p {
	color: #596978;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6em;
}

.subscribe-form-inner {
	width: 288px;
	max-width: 100%;
}

.srb-input {
	height: 40px;
	background: #ffffff;
	border: 1px solid #e3ebf2;
	margin-bottom: 16px;
}

.subscribe-form-inner .nl-submit {
	width: 100%;
}

.subscribe-form-inner .wpcf7-not-valid-tip {
	padding-bottom: 10px;
	padding-top: 0;
}

.srb-form-label {
	text-transform: uppercase;
	color: #1d242a;
	font-weight: 500;
	font-size: 12px;
	padding-bottom: 8px;
}

.sgpb-popup-close-button-6 {
	left: 50%;
	transform: translateX(-50%);
}

.mc4wp-hidden {
	display: none !important;
}

.subscribe-modal-btn {
	cursor: pointer;
}

.companies-list-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.47em;
	color: #7b8c9d;
	margin-bottom: 40px;
}

.companies-list p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6em;
	color: #1d242a;
	margin-bottom: 40px;
	margin-top: 10px;
}

.tribe-common {
	font-family: Raleway, sans-serif !important;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more-link {
	color: #c8102e !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	font-family: Raleway, sans-serif !important;
	transition: 0.3s;
	border-bottom: none !important;
}

.tribe-common .tribe-common-b2 {
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.6em !important;
	color: #7b8c9d !important;
	font-family: Raleway, sans-serif !important;
	margin-bottom: 0 !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-title a {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.53em !important;
	color: #1d242a !important;
	font-family: Raleway, sans-serif !important;
	text-transform: none !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	font-family: Raleway, sans-serif !important;
	color: #7b8c9d !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	color: #1d242a !important;
	font-weight: 500 !important;
}

.event-list_event-more_snt {
	font-weight: 600;
	font-size: 12px;
	color: #c8102e !important;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: 0.3s;
}

.event-list_event-more_snt:hover,
.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
	color: #1d242a !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-title {
	margin-bottom: 4px;
}

.tribe-events-widget .tribe-events-widget-events-list__event-row {
	border-bottom: 1px solid #e3ebf2;
	padding-bottom: 16px;
	padding-top: 16px;
	margin-bottom: 0px !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-row:first-child {
	border-top: 1px solid #e3ebf2;
}

.events-list__event-img_snt .tribe-events-event-image {
	width: 72px;
	height: 72px;
}

.events-list__event-img_snt .tribe-events-event-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.tribe-events-header {
	border-bottom: 1px solid #e3ebf2 !important;
	margin-bottom: 24px !important;
}

#tribe-events-pg-template {
	width: 100%;
	max-width: 1120px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 0;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar {
	display: none !important;
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-common-l-container.tribe-events-l-container {
	padding-bottom: 80px !important;
	padding-top: 40px !important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum,
.tribe-common * {
	font-family: Raleway, sans-serif !important;
}

.tribe-events-calendar-month__day {
	background: #f8fbfc;
}

.tribe-events-calendar-month__day--past {
	background: #eef4f6;
}

.wp-calendar-nav {
	display: none !important;
}

.wp-calendar-table caption {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #596978;
	margin-bottom: 24px;
	text-align: left;
	padding-left: 16px;
}

.wp-calendar-table thead th {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #596978;
	text-align: center;
	padding-bottom: 6px;
}

.wp-calendar-table #today {
	position: relative;
	color: #ffffff;
}

.wp-calendar-table #today::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: #c8102e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.wp-calendar-table #today::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.wp-calendar-table tbody td {
	color: #1d242a;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.widget_calendar {
	max-width: 100%;
	width: 300px;
}

.tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none !important;
}

.event-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	color: #c8102e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #fceef0;
	height: 48px;
	margin-bottom: 32px;
}

.event-link svg {
	margin-left: 10px;
}

.tribe-events-widget {
	margin-bottom: 16px !important;
	max-width: 300px;
}

.tribe-events-meta-group {
	font-family: Raleway, sans-serif !important;
}

.article-content .tribe-events-event-categories-label,
.article-content .tribe-events-event-categories {
	display: none !important;
}

@media (min-width: 1025px) {
	.header-fixed .header-logo {
		max-width: 160px;
	}

	.header-logo img,
	.footer-logo img {
		width: 100%;
	}

	.header-logo,
	.footer-logo {
		max-width: 296px;
		width: 296px;
	}
}

@media (max-width: 1024px) {
	.breadcrumbs a {
		display: none;
	}

	.footer-logo {
		max-width: 160px;
	}

	.ihc_level_template_5 .ihc-level-item-wrap {
		padding: 32px 24px 96px;
	}

	.ihc_level_template_5 .ihc-level-item-bottom {
		height: 80px;
	}

	.ihc_level_template_5 .ihc-level-item {
		padding: 0 8px;
	}

	.ich_level_wrap {
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media (max-width: 767px) {
	#tribe-events-pg-template {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 600px) {
	.form-checkbox-wrapper {
		text-align: center;
	}

	.wpcf7 form .wpcf7-response-output {
		text-align: center;
	}

	.newsletter-form-col-content {
		margin-right: 0;
	}

	.wpcf7-spinner {
		display: none;
	}

	.alignright,
	.alignleft {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
		float: none;
	}

	.article-audio-modal {
		max-width: 100%;
		width: 320px;
		padding: 16px;
	}

	.ihc_level_template_5 .ihc-level-item {
		width: 100%;
		margin: 0 auto 24px;
	}

	.tribe-events-widget,
	.event-link {
		max-width: 100%;
	}
}

@media (max-width: 361px) {
	.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item a {
		margin-right: 0;
	}
}