<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * MAIN NAVIGATION LAYOUT
 */

.resilience-plus .main-navigation,
.resilience-plus .mobile-header-navigation,
.resilience-plus #mobile-header {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.resilience-plus .resp-mobile-header {
		background: var(--resp-bg-dark);
		color: #FFF;
	}
}



/**
 * SIDEBAR LAYOUT
 */

@media screen and (min-width: 769px) {
	.resilience-plus.logged-in .site-content .content-area,
	.resilience-plus.logged-in .site-footer {
		width: calc( 100% - 250px );
		margin-left: 250px;
	}
	
	.resilience-plus.logged-in .site-footer .footer-widgets-container {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.resilience-plus.logged-in .is-left-sidebar {
		display: none;
	}
}

.resilience-plus.logged-in .is-left-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 250px;
}

.resilience-plus.logged-in.admin-bar .is-left-sidebar {
	top: 32px;
}

.resilience-plus.logged-in .is-left-sidebar .inside-left-sidebar {
	height: 100%;
}

.resilience-plus.logged-in .site-main {
	margin-right: 60px;
}



/**
 * WOOCOMMERCE LAYOUT
 */

.resilience-plus .product:not(.product_cat-event) .entry-content &gt; .woocommerce-breadcrumb,
.resilience-plus .product:not(.product_cat-event) .entry-content &gt; .product,
.resilience-plus .product.product_cat-event .entry-content .woocommerce-breadcrumb,
.resilience-plus .product.product_cat-event .entry-content .woocommerce-product-gallery,
.resilience-plus .product.product_cat-event .entry-content .woocommerce-tabs,
.resilience-plus .product.product_cat-event .entry-content .product_totals,
.resilience-plus .product.product_cat-event .entry-content .quantity .qty,
.resilience-plus .product.product_cat-event .entry-content .product_meta {
	display: none;
}

.resilience-plus .product.product_cat-event .entry-content &gt; .product {
	max-width: 860px;
}

.resilience-plus .product.product_cat-event .entry-content &gt; .product form.cart .button {
	display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px 10px;
    border-radius: 22px;
    background-color: var(--resp-accent-2);
    color: var(--resp-text-dark-1);
    text-decoration: none;
}

.resilience-plus.woocommerce-page #content div.product div.summary {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.woocommerce .woocommerce-checkout .col2-set {
	display: flex;
	flex-wrap: true;
	column-gap: 20px;
	row-gap: 20px;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	width: 100%;
	max-width: 100%%;
}

@media screen and (min-width: 768px) {
	.woocommerce .woocommerce-checkout .col2-set .col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 61.8%;
		flex: 0 0 61.8%;
		width: 61.8%;
		max-width: 61.8%;
	}

	.woocommerce .woocommerce-checkout .col2-set .col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38.2%;
		flex: 0 0 38.2%;
		width: 38.2%;
		max-width: 38.2%;
	}

}


.resilience-plus .product.product_cat-event .entry-content .woocommerce-tabs


/**
 * HEADER NAVIGATION
 */

@media screen and (max-width: 768px) {
	.resp-nav-sign-up-btn {
		background-color: transparent !important;
		color: var(--resp-accent-2) !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
	padding: 20px;
}


.resp-mobile-nav .resp-mobile-nav-toggle .resp-close svg {
	transform: rotate(45deg);
}

.resp-mobile-nav .resp-mobile-nav-toggle .resp-close,
.resp-mobile-nav .resp-mobile-nav-toggle.active .resp-open {
	display: none;
}

.resp-mobile-nav .resp-mobile-nav-toggle.active .resp-close {
	display: block;
}

.resp-mobile-nav .resp-mobile-nav-panel {
	position: fixed;
	overflow: hidden;
	top: 100px;
	left: 0;
	right: 100%;
	bottom: 0;
	z-index: 99999;
	transition: right 0.25s;
}

.resp-mobile-nav .resp-mobile-nav-toggle.active + .resp-mobile-nav-panel {
	right: 0;
}

.admin-bar .resp-mobile-nav .resp-mobile-nav-panel {
	top: 146px;
}

@media screen and (max-width: 768px) {	
	.resp-mobile-header &gt; .gb-container &gt; figure.gb-block-image {
		display: none;
	}
}

@media screen and (min-width: 769px) {	
	.resp-mobile-nav {
		display: none;
	}
}



/**
 * SIDEBAR NAVIGATION
 */

.resp-nav-item,
.resp-nav-menu .resp-nav-item {
	display: block;
	width: 100%;
	color: var(--resp-text-light-2);
	transition: color 0.5s;
}

.resp-nav-item &gt; a,
.resp-nav-menu .resp-nav-item &gt; a {
	display: flex !important;
	align-items: center;
	gap: 20px;
	padding: 16px 4px;
	line-height: 1;
}

.resp-nav-item &gt; a:before,
.resp-nav-menu .resp-nav-item &gt; a:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-color: var(--resp-text-light-2);
	mask: url(../svg/icon-home.svg) no-repeat 50% 50%;
	transition: background-color 0.5s;
}

.resp-nav-item.resp-icon-box &gt; a:before,
.resp-nav-menu.resp-icon-box .resp-nav-item &gt; a:before {
	mask: url(../svg/icon-box.svg) no-repeat 50% 50%;
}

.resp-nav-item.resp-icon-grid &gt; a:before,
.resp-nav-menu.resp-icon-grid .resp-nav-item &gt; a:before {
	mask: url(../svg/icon-grid.svg) no-repeat 50% 50%;
}

.resp-nav-item.resp-icon-calendar &gt; a:before,
.resp-nav-menu.resp-icon-calendar .resp-nav-item &gt; a:before {
	mask: url(../svg/icon-calendar.svg) no-repeat 50% 50%;
}

.resp-nav-item:hover,
.resp-nav-menu .resp-nav-item:hover,
.resp-nav-item.current-menu-item,
.resp-nav-menu .resp-nav-item.current-menu-item {
	color: var(--resp-accent-1);
}

.resp-nav-item:hover &gt; a:before,
.resp-nav-menu .resp-nav-item:hover &gt; a:before,
.resp-nav-item.current-menu-item &gt; a:before,
.resp-nav-menu .resp-nav-item.current-menu-item &gt; a:before {
	background-color: var(--resp-accent-1);
}

.resp-nav-button .gb-icon {
	border-radius: 100%;
	overflow: hidden;
}

.resp-nav-button .gb-icon svg {
	fill: none;
}



/**
 * CONTENT
 */

.resp-badge {
	display: inline-block;
	padding: 4px 10px;
	color: var(--resp-accent-1);
	background: var(--resp-bg-dark);
	font-size: 14px;
	border-radius: 20px;
}

.post-thumb .resp-badge,
.post-list .resp-badge {
	margin-right: 8px;
}

.zoom-image,
.post-sidebyside .image .zoom-image,
.post-standard .image .zoom-image,
.post-feature .image .zoom-image {
	position: relative;
}

.zoom-image .resp-badge,
.post-sidebyside .image .zoom-image .resp-badge,
.post-standard .image .zoom-image .resp-badge,
.post-feature .image .zoom-image .resp-badge {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
.post-feature .image .zoom-image .resp-badge {
	font-size: 18px;
}

.resilience-plus .comments-area {
	display: none;
}

.resilience-plus #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	position: absolute;
	display: none;
	top: 650px;
	left: calc(50vw - 490px);
}

.resilience-plus.logged-in #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	left: calc(50vw - 375px);
}

@media screen and (max-width: 768px) {
	div.resp-dcb-post-byline{
		display: block;
		margin-bottom: 4px;
	}

	div.resp-dcb-post-byline &gt; div.resp-dcb-post-author{
		margin-bottom: 4px;
	}
}

@media screen and (min-width: 992px) {
	.resilience-plus:not(.logged-in) #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	.resilience-plus.logged-in #dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
		display: block;
	}
}



/**
 * CONTENT PREVIEW
 */

.resp-content-preview-message {
	position: relative;
	padding-top: 180px;
	margin-top: -80px;
	margin-bottom: 100px;
	background: linear-gradient( rgba(255,255,255,0), rgba(255,255,255,1) 80px );
	text-align: center;
	z-index: 1;
}



/**
 * GRAVITY FORMS
 */

.ginput_preview .gfield_fileupload_progress_complete {
	display: none;
}
.gform_wrapper.gravity-theme .ginput_preview .gform_delete_file {
	margin-left: 10px;
	padding: 10px;
	background: var(--resp-accent-2);
	color: var(--resp-text-dark-1);
	line-height: 1;
	border-radius: 8px;
}



/**
 * BLOCKS
 */

.resp-deep-dive {
	display: flex;
	align-items: stretch;
	padding: 32px 24px;
	background: var(--resp-bg-dark);
	color: var(--resp-text-light-1);
	border-radius: 16px;
}

.resp-deep-dive .deep-dive-block-content {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-details {
	font-size: 14px;
	margin: 0;
}

.resp-deep-dive .deep-dive-block-content li.deep-dive-detail {
	display: flex;
	column-gap: 10px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.resp-deep-dive .deep-dive-block-content li.deep-dive-detail:last-of-type {
	margin-bottom: 0;
}

.resp-deep-dive .deep-dive-block-content li.deep-dive-detail:before {
	content: '';
	width: 1em;
	height: 1em;
	margin-top: 0.1875em;
	background-image: url('../svg/icon-detail-plus.svg');
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-links {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-links &gt; * {
	width: 100%;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-links .res-btn-yellow {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	border-radius: 3em;
	margin: 0;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-links .res-btn-yellow.inverse {
	background: transparent !important;
	color: #f5be00 !important;
	border: 1px solid #f5be00 !important;
}

.resp-deep-dive .deep-dive-block-content .deep-dive-links .deep-dive-price {
	display: none;
	margin-left: 10px;
	color: #f5be00;
}

.resp-deep-dive .deep-dive-block-image {
	flex-grow: 1;
	position: relative;
	background-position: center;
	background-size: cover;
}

.resp-deep-dive .deep-dive-block-image a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.w3_no_bookmarks {
	max-width: 258px;
	max-height: 268px;
	border: 1px solid rgb(184,197,204);
	border-radius: 12px;
	padding: 16px;
	background-color: #f1f3f5;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.resp-deep-dive {
		column-gap: 28px;
		max-width: 1280px;
		padding: 32px;
		border-radius: 24px;
	}
	
	.resp-deep-dive .deep-dive-block-content {
		width: 400px;
	}

	.resp-deep-dive .deep-dive-block-content .deep-dive-title {
		font-size: 20px;
	}

	.resp-deep-dive .deep-dive-block-content .deep-dive-details {
		font-size: 16px;
	}

	.resp-deep-dive .deep-dive-block-content .deep-dive-links {
		row-gap: 12px;
	}

	.resp-deep-dive .deep-dive-block-content .deep-dive-links .res-btn-yellow {
		width: auto;
	}
	
	.resp-deep-dive .deep-dive-block-content .deep-dive-links .deep-dive-price {
		display: inline-block;
	}
}

@media screen and (min-width: 1280px) {
	.resp-deep-dive {
		padding: 48px;
	}
	
	.resp-deep-dive .deep-dive-block-content {
		width: 460px;
	}

	.resp-deep-dive .deep-dive-block-content .deep-dive-title {
		font-size: 24px;
	}
}



.resp-event,
.resp-post-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	border-radius: 12px;
	border: 1px solid var(--resp-text-light-2);
	overflow: hidden;
}

.resp-event .event-block-content,
.resp-post-card .post-block-content {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	flex-grow: 1;
	padding: 16px;
}

.resp-event .event-block-content .event-title,
.resp-post-card .post-block-content .post-title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.resp-event .event-block-content .event-date-time,
.resp-event .event-purchase-status,
.resp-post-card .post-deep-dive {
	font-size: 14px;
	color: var(--resp-text-dark-2);
	font-weight: 600;
}

.resp-event .event-purchase-status .event-purchased {
	color: #009A22;
}

.resp-event .event-purchase-status .event-unpurchased {
	color: var(--resp-accent-1);
}

.resp-event .event-block-image,
.resp-post-card .post-block-image {
	position: relative;
	height: 140px;
	background-position: center;
	background-size: cover;
}

.resp-event .event-block-image a,
.resp-post-card .post-block-image a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.resp-post-card .post-block-image .post-type {
	position: absolute;
	left: 12px;
	top: 12px;
	width: auto;
	margin-right: auto;
	padding: 3px 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background: var(--resp-accent-1);
}

@media screen and (min-width: 768px) {
	.resp-event {
		flex-direction: row;
		max-width: 705px;
	}
	
	.resp-event .event-block-image {
		flex-shrink: 0;
		height: auto;
		width: 140px;
	}
	
	.resp-event .event-block-content {
		row-gap: 10px;
	}
}



.resp-post {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.resp-post .post-block-image a,
.resp-post .post-block-image img {
	display: block;
}

.resp-post .post-block-content {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
	/* flex-grow: 10; */
}

.resp-post .post-block-content .post-type {
	/*width: auto;*/
	margin-right: auto;
	padding: 3px 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background: var(--resp-accent-1);
}

.resp-post .post-block-content .post-byline {
	font-size: 14px;
}

.resp-post .post-block-content .post-title {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.resp-post .post-block-content .post-excerpt,
.resp-post .post-block-content .post-date {
	display: none;
}

@media screen and (min-width: 768px) {
	.resp-post {
		flex-direction: row;
		column-gap: 24px;
		max-width: 912px;
	}
	
	.resp-post .post-block-image {
		flex-shrink: 0;
		height: auto;
		width: 326px;
	}
	
	.resp-post .post-block-content {
		row-gap: 12px;
	}

	.resp-post .post-block-content .post-byline {
		font-size: 16px;
	}

	.resp-post .post-block-content .post-title {
		font-size: 24px;
	}

	.resp-post .post-block-content .post-excerpt {
		display: block;
		font-size: 16px;
	}

	.resp-post .post-block-content .post-date {
		display: block;
		font-size: 16px;
	}
}



.resp-post-list .post-list-feed,
.resp-deep-dive-list .deep-dive-list-feed {
	display: flex;
	flex-direction: column;
	row-gap: 52px;
}

.resp-post-list .post-list-filters {
	margin-bottom: 20px;
}

.resp-post-list .post-list-filters &gt; a {
	font-weight: 600;
	color: var(--resp-text-dark-1) !important;
}

.resp-deep-dive-list .deep-dive-list-feed {
	row-gap: 24px;
}

.resp-post-list .post-list-feed.event {
	row-gap: 16px;
}

.resp-post-list.card-layout .post-list-feed {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}

.resp-post-list.card-layout .post-list-feed .resp-post-card {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.resp-post-list.card-layout .post-list-feed .resp-post-card {
		width: calc(50% - 12px);
	}
}

@media screen and (min-width: 1280px) {
	.resp-post-list.card-layout .post-list-feed {
		flex-wrap: nowrap;
	}
	
	.resp-post-list.card-layout .post-list-feed .resp-post-card {
		width: 260px;
	}
}

.resp-post-list .post-list-feed.hide-all .resp-post {
	display: none;
}

.resp-post-list .post-list-feed.hide-all.show-post .resp-post.resp-type-post {
	display: flex;
}

/* sub field indent */
#acf-group_65e77a60b439c &gt; div.inside.acf-fields.-top &gt; div.acf-field.acf-field-post-object.acf-field-65e78d168f7f6.subfieldsindent, #acf-group_65e77a60b439c &gt; div.inside.acf-fields.-top &gt; div.acf-field.acf-field-select.acf-field-65e77be933a0f.subfieldsindent, #acf-group_65e77a60b439c &gt; div.inside.acf-fields.-top &gt; div.acf-field.acf-field-true-false.acf-field-66e3182ad9aff.subfieldsindent, .subfieldsindent{
	padding-left: 36px !important;
}
</pre></body></html>