/*
1. BUTTONS
2. ELEMENTS LIBRARY
3. BASIC THEME STUFF
4. FACETS (FACETS WP)
5. THE EVENTS CALENDAR
6. FORMS
7. SSO STUFF
8. PROTECTED CONTENT (CONTENT RESTRICTION)
*/

/*************************************************************/
/************************** BUTTONS **************************/
/*************************************************************/

/*************************************** DEFAULT BUTTON ***************************************/

.fl-page-content button,
.fl-page-content .button,
.fl-page-content .fl-button {
	display: inline-block;
}

.fl-page button,
.fl-page .button,
a.button,
.fl-page input[type=button],
.fl-page input[type=submit],
.fl-page .fl-builder-content a.fl-button,
.fl-page .fl-builder-content a.fl-button:visited,
.fl-page .wp-block-button__link {
	border: 2px solid rgba(0,0,0,0);
	border-radius: 100px;
	padding: 12px 24px;
	font-size: 18px;
	line-height: 180%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #B62020;
	color: #F8FAFB;
	font-weight: 400;
	text-decoration: none !important;
}
/* FULL WIDTH BUTTON (MOBILE) */
@media screen and (max-width: 768px) {
	.fl-page button,
	.fl-page .button,
	a.button,
	.fl-page input[type=button],
	.fl-page input[type=submit],
	.fl-page .fl-builder-content a.fl-button,
	.fl-page .fl-builder-content a.fl-button:visited,
	.fl-page .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
/****/

.fl-page button *,
.fl-page .button *,
a.button *,
.fl-page input[type=button] *,
.fl-page input[type=submit] *,
.fl-page .fl-builder-content a.fl-button *,
.fl-page .fl-builder-content a.fl-button:visited *,
.fl-page .wp-block-button__link * {
	color: #F8FAFB;
}

.fl-page button:hover,
.fl-page .button:hover,
a.button:hover,
.fl-page input[type=button]:hover,
.fl-page input[type=submit]:hover,
.fl-page .fl-builder-content a.fl-button:hover,
.fl-page .fl-builder-content a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover {
	color: #F8FAFB;
	background-color: #D72F2F;
}

.fl-page button:hover *,
.fl-page .button:hover *,
.fl-page input[type=button]:hover *,
.fl-page input[type=submit]:hover *,
.fl-page .fl-builder-content a.fl-button:hover *,
.fl-page .fl-builder-content a.fl-button:visited:hover *,
.fl-page .wp-block-button__link:hover * {
	color: #F8FAFB;
}

.wp-block-button__link {
	margin-top: 10px;
}

/*************************************** BUTTON SIZES ***************************************/

.fl-page button.larger,
.fl-page .button.larger,
a.button.larger,
.fl-page input[type=button].larger,
.fl-page input[type=submit].larger,
.fl-page .fl-builder-content .larger a.fl-button,
.fl-page .fl-builder-content .larger a.fl-button:visited,
.fl-page .wp-block-button__link.larger {
	font-size: 21px;
	padding: 16px 24px;
	line-height: 140%;
}

.fl-page button.smaller,
.fl-page .button.smaller,
a.button.smaller,
.fl-page input[type=button].smaller,
.fl-page input[type=submit].smaller,
.fl-page .fl-builder-content .smaller a.fl-button,
.fl-page .fl-builder-content .smaller a.fl-button:visited,
.fl-page .wp-block-button__link.smaller {
	font-size: 18px;
	padding: 12px 24px;
	line-height: 180%;
}

/*************************************** ALT BUTTON ***************************************/

.fl-page button.alt-button,
.fl-page .button.alt-button,
a.button.alt-button,
.fl-page .alt-button input[type=button],
.fl-page .alt-button input[type=submit],
.fl-page .fl-builder-content .alt-button a.fl-button,
.fl-page .fl-builder-content .alt-button a.fl-button:visited,
.fl-page .alt-button.wp-block-button__link {
	background-color: #0D70C0;
}

.fl-page button.alt-button,
.fl-page .button.alt-button,
a.button.alt-button,
.fl-page .alt-button input[type=button],
.fl-page .alt-button input[type=submit],
.fl-page .fl-builder-content .alt-button a.fl-button *,
.fl-page .fl-builder-content .alt-button a.fl-button:visited *,
.fl-page .alt-button.wp-block-button__link {
	color: #fff;
}

.fl-page button.alt-button:hover,
.fl-page .button.alt-button:hover,
a.button.alt-button:hover,
.fl-page input[type=button].alt-button:hover,
.fl-page input[type=submit].alt-button:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover {
	color: #fff;
	background-color: #2FA2FF;
}

.fl-page button.alt-button:hover *,
.fl-page .button.alt-button:hover *,
.fl-page input[type=button].alt-button:hover *,
.fl-page input[type=submit].alt-button:hover *,
.fl-page .fl-builder-content .alt-button a.fl-button:hover *,
.fl-page .fl-builder-content .alt-button a.fl-button:visited:hover *,
.fl-page .wp-block-button__link:hover * {
	color: #fff;
}

/*************************************** GHOST BUTTON ***************************************/

.fl-page button.ghost-button,
.fl-page .button.ghost-button,
a.button.ghost-button,
.fl-page .ghost-button input[type=button],
.fl-page .ghost-button input[type=submit],
.fl-page .fl-builder-content .ghost-button a.fl-button,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited,
.fl-page .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 2px solid #42494D;
	color: #42494D;
 	-webkit-transition: all 0.5s;
 	transition: all 0.5s;
}

.fl-page button.ghost-button *,
.fl-page .button.ghost-button *,
a.button.ghost-button *,
.fl-page .ghost-button input[type=button] *,
.fl-page .ghost-button input[type=submit] *,
.fl-page .fl-builder-content .ghost-button a.fl-button *,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited *,
.fl-page .ghost-button.wp-block-button__link * {
	color: #42494D;
}

.fl-page .invert button.ghost-button,
.fl-page .invert .button.ghost-button,
.invert a.button.ghost-button,
.fl-page .invert .ghost-button input[type=button],
.fl-page .invert.ghost-button input[type=submit],
.fl-page .fl-builder-content .invert .ghost-button a.fl-button,
.fl-page .fl-builder-content .invert .ghost-button a.fl-button:visited,
.fl-page .invert .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	color: #fff;
}

.fl-page button.ghost-button:hover,
.fl-page .button.ghost-button:hover,
a.button.ghost-button:hover,
.fl-page .ghost-button input[type=button]:hover,
.fl-page .ghost-button input[type=submit]:hover,
.fl-page .fl-builder-content .ghost-button a.fl-button:hover,
.fl-page .ghost-button.wp-block-button__link:hover,
.fl-page .invert button.ghost-button:hover,
.fl-page .invert .button.ghost-button:hover,
.invert a.button.ghost-button:hover,
.fl-page .invert .ghost-button input[type=button]:hover,
.fl-page .invert .ghost-button input[type=submit]:hover,
.fl-page .fl-builder-content .invert .ghost-button a.fl-button:hover,
.fl-page .invert .ghost-button.wp-block-button__link:hover  {
	border: 2px solid #D72F2F;
	background-color: #D72F2F;
}

.fl-page button.ghost-button:hover *,
.fl-page .button.ghost-button:hover *,
a.button.ghost-button:hover *,
.fl-page .ghost-button input[type=button]:hover *,
.fl-page .ghost-button input[type=submit]:hover *,
.fl-page .fl-builder-content .ghost-button a.fl-button:hover *,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited:hover *,
.fl-page .ghost-button.wp-block-button__link:hover *,
.fl-page .invert button.ghost-button *,
.fl-page .invert .button.ghost-button *,
.invert a.button.ghost-button *,
.fl-page .invert .ghost-button input[type=button] *,
.fl-page .invert .ghost-button input[type=submit] *,
.fl-page .fl-builder-content .invert .ghost-button a.fl-button *,
.fl-page .fl-builder-content .invert .ghost-button a.fl-button:visited *,
.fl-page .invert .ghost-button.wp-block-button__link * {
	color: #fff;
}

/*************************************** SIMPLE BUTTON ***************************************/

.fl-page button.simple-button,
.fl-page .button.simple-button,
a.button.simple-button,
.fl-page .simple-button input[type=button],
.fl-page .simple-button input[type=submit],
.fl-page .fl-builder-content .simple-button a.fl-button,
.fl-page .fl-builder-content .simple-button a.fl-button:visited,
.fl-page .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #B62020;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	gap: 12px;
}

.fl-page button.simple-button::after,
.fl-page .button.simple-button::after,
a.button.simple-button::after,
.fl-page .simple-button input[type=button]::after,
.fl-page .simple-button input[type=submit]::after,
.fl-page .fl-builder-content .simple-button a.fl-button::after,
.fl-page .fl-builder-content .simple-button a.fl-button:visited::after,
.fl-page .simple-button.wp-block-button__link::after,
.fl-post-more-link a.button.simple-button::after {
	content: url(/wp-content/themes/yoko-steeltank-child/images/arrow-red-dark.svg);
	height: 20px;
	width: 20px;
    margin-top: -5px;
}

.fl-page button.simple-button *,
.fl-page .button.simple-button *,
a.button.simple-button *,
.fl-page .simple-button input[type=button] *,
.fl-page .simple-button input[type=submit] *,
.fl-page .fl-builder-content .simple-button a.fl-button *,
.fl-page .fl-builder-content .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #B62020;
}

.fl-page button.simple-button:hover *,
.fl-page .button.simple-button:hover *,
a.button.simple-button:hover *,
.fl-page .simple-button input[type=button]:hover *,
.fl-page .simple-button input[type=submit]:hover *,
.fl-page .fl-builder-content .simple-button a.fl-button:hover *,
.fl-page .fl-builder-content .simple-button a.fl-button:visited:hover *,
.fl-page .simple-button.wp-block-button__link:hover * {
	color: #D72F2F;
}

.fl-page button.simple-button:hover::after,
.fl-page .button.simple-button:hover::after,
a.button.simple-button:hover::after,
.fl-page .simple-button input[type=button]:hover::after,
.fl-page .simple-button input[type=submit]:hover::after,
.fl-page .fl-builder-content .simple-button a.fl-button:hover::after,
.fl-page .fl-builder-content .simple-button a.fl-button:visited:hover::after,
.fl-page .simple-button.wp-block-button__link:hover::after,
.fl-post-more-link a.button.simple-button:hover::after {
	content: url(/wp-content/themes/yoko-steeltank-child/images/arrow-red-light.svg);
	height: 20px;
	width: 20px;
    margin-top: -5px;
}

.fl-page .invert button.simple-button,
.fl-page .invert .button.simple-button,
.invert a.button.simple-button,
.fl-page .invert .simple-button input[type=button],
.fl-page .invert .simple-button input[type=submit],
.fl-page .fl-builder-content .invert .simple-button a.fl-button,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited,
.fl-page .invert .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	color: #fff;
 	-webkit-transition: all 0.5s;
 	transition: all 0.5s;
	padding: 0;
	border: 0;
}

.fl-page .invert button.simple-button *,
.fl-page .invert .button.simple-button *,
.invert a.button.simple-button *,
.fl-page .invert .simple-button input[type=button] *,
.fl-page .invert .simple-button input[type=submit] *,
.fl-page .fl-builder-content .invert .simple-button a.fl-button *,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #fff;
}

.fl-page .invert button.simple-button .fl-button-text::after,
.fl-page .invert .button.simple-button .fl-button-text::after,
a.invert .button.simple-button .fl-button-text::after,
.fl-page .invert .simple-button input[type=button] .fl-button-text::after,
.fl-page .invert .simple-button input[type=submit] .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited .fl-button-text::after,
.fl-page .invert .simple-button.wp-block-button__link .fl-button-text::after,
.invert .fl-post-more-link a.button.simple-button .fl-button-text::after {
	border: 0;
}

.fl-page button.simple-button:hover .fl-button-text::after,
.fl-page .button.simple-button:hover .fl-button-text::after,
a.button.simple-button:hover .fl-button-text::after,
.fl-page .simple-button input[type=button]:hover .fl-button-text::after,
.fl-page .simple-button input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .simple-button a.fl-button:hover .fl-button-text::after,
.fl-page .simple-button.wp-block-button__link:hover .fl-button-text::after,
.fl-page button.simple-button.invert:hover .fl-button-text::after,
.fl-page .button.simple-button.invert:hover .fl-button-text::after,
a.button.simple-button.invert:hover .fl-button-text::after,
.fl-page .invert.simple-button input[type=button]:hover .fl-button-text::after,
.fl-page .invert.simple-button input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .invert.simple-button a.fl-button:hover .fl-button-text::after,
.fl-page .invert.simple-button.wp-block-button__link:hover .fl-button-text::after,
.fl-post-more-link a.button.simple-button:hover .fl-button-text::after {
	width: 100%;
}

/*************************************** SIMPLE BUTTON ALT ***************************************/

.fl-page button.simple-button-alt,
.fl-page .button.simple-button-alt,
a.button.simple-button-alt,
.fl-page .simple-button-alt input[type=button],
.fl-page .simple-button-alt input[type=submit],
.fl-page .fl-builder-content .simple-button-alt a.fl-button,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:visited,
.fl-page .simple-button-alt.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #0D70C0;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	gap: 12px;
}

.fl-page button.simple-button-alt::after,
.fl-page .button.simple-button-alt::after,
a.button.simple-button-alt::after,
.fl-page .simple-button-alt input[type=button]::after,
.fl-page .simple-button-alt input[type=submit]::after,
.fl-page .fl-builder-content .simple-button-alt a.fl-button::after,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:visited::after,
.fl-page .simple-button-alt.wp-block-button__link::after,
.fl-post-more-link a.button.simple-button-alt::after {
	content: url(/wp-content/themes/yoko-steeltank-child/images/arrow-blue-dark.svg);
	height: 20px;
	width: 20px;
    margin-top: -5px;
}

.fl-page button.simple-button-alt *,
.fl-page .button.simple-button-alt *,
a.button.simple-button-alt *,
.fl-page .simple-button-alt input[type=button] *,
.fl-page .simple-button-alt input[type=submit] *,
.fl-page .fl-builder-content .simple-button-alt a.fl-button *,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:visited *,
.fl-page .simple-button-alt.wp-block-button__link * {
	color: #0D70C0;
}

.fl-page button.simple-button-alt:hover::after,
.fl-page .button.simple-button-alt:hover::after,
a.button.simple-button-alt:hover::after,
.fl-page .simple-button-alt input[type=button]:hover::after,
.fl-page .simple-button-alt input[type=submit]:hover::after,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:hover::after,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:visited:hover::after,
.fl-page .simple-button-alt.wp-block-button__link:hover::after,
.fl-post-more-link a.button.simple-button-alt:hover::after {
	content: url(/wp-content/themes/yoko-steeltank-child/images/arrow-blue-light.svg);
	height: 20px;
	width: 20px;
    margin-top: -5px;
}

.fl-page button.simple-button-alt:hover *,
.fl-page .button.simple-button-alt:hover *,
a.button.simple-button-alt:hover *,
.fl-page .simple-button-alt input[type=button]:hover *,
.fl-page .simple-button-alt input[type=submit]:hover *,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:hover *,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:visited:hover *,
.fl-page .simple-button-alt.wp-block-button__link:hover * {
	color: #2FA2FF;
}

.fl-page .invert button.simple-button-alt,
.fl-page .invert .button.simple-button-alt,
.invert a.button.simple-button-alt,
.fl-page .invert .simple-button-alt input[type=button],
.fl-page .invert .simple-button-alt input[type=submit],
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button,
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button:visited,
.fl-page .invert .simple-button-alt.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	color: #fff;
 	-webkit-transition: all 0.5s;
 	transition: all 0.5s;
	padding: 0;
	border: 0;
}
.fl-page .invert .simple-button-alt input[type=button] *,
.fl-page .invert .simple-button-alt input[type=submit] *,
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button *,
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button:visited *,
.fl-page .simple-button-alt.wp-block-button__link * {
	color: #fff;
}

.fl-page .invert button.simple-button-alt .fl-button-text::after,
.fl-page .invert .button.simple-button-alt .fl-button-text::after,
a.invert .button.simple-button-alt .fl-button-text::after,
.fl-page .invert .simple-button-alt input[type=button] .fl-button-text::after,
.fl-page .invert .simple-button-alt input[type=submit] .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button-alt a.fl-button:visited .fl-button-text::after,
.fl-page .invert .simple-button-alt.wp-block-button__link .fl-button-text::after,
.invert .fl-post-more-link a.button.simple-button-alt .fl-button-text::after {
	border: 0;
}

.fl-page button.simple-button-alt:hover .fl-button-text::after,
.fl-page .button.simple-button-alt:hover .fl-button-text::after,
a.button.simple-button-alt:hover .fl-button-text::after,
.fl-page .simple-button-alt input[type=button]:hover .fl-button-text::after,
.fl-page .simple-button-alt input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .simple-button-alt a.fl-button:hover .fl-button-text::after,
.fl-page .simple-button-alt.wp-block-button__link:hover .fl-button-text::after,
.fl-page button.simple-button-alt.invert:hover .fl-button-text::after,
.fl-page .button.simple-button-alt.invert:hover .fl-button-text::after,
a.button.simple-button-alt.invert:hover .fl-button-text::after,
.fl-page .invert.simple-button-alt input[type=button]:hover .fl-button-text::after,
.fl-page .invert.simple-button-alt input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .invert.simple-button-alt a.fl-button:hover .fl-button-text::after,
.fl-page .invert.simple-button-alt.wp-block-button__link:hover .fl-button-text::after,
.fl-post-more-link a.button.simple-button-alt:hover .fl-button-text::after {
	width: 100%;
}

/*****************************************************************************/
/**************************** ELEMENTS LIBRARY *******************************/
/*****************************************************************************/

/**************************** STATIC GRIDS *******************************/

/* SECTION HEADER BUTTON */
.section-header-button p {
	margin-bottom: 0;
}
/****/



/* GRID OF CARDS */
.grid-cards > .fl-col-content > .fl-col-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-left: 20px;
	padding-right: 20px;
	gap: 40px;
}
@media screen and (max-width: 992px) {
	.grid-cards > .fl-col-content > .fl-col-group {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	.grid-cards > .fl-col-content > .fl-col-group {
		gap: 20px;
	}
}

.grid-cards .card:not(.unset) > .fl-col-content {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 40px 20px;
}


.grid-cards.grid-cards-images .card:not(.unset) > .fl-col-content {
	padding: 0;
	height: 100%;
}


.grid-cards.grid-cards-images .card:not(.unset) > .fl-col-content > .fl-module:not(:first-child) > .fl-module-content {
	margin-right: 40px;
	margin-left: 40px;
}
.grid-cards.grid-cards-images .card:not(.unset) > .fl-col-content > .fl-module:last-child > .fl-module-content {
	margin-bottom: 40px;
}

.grid-cards.grid-cards-images .card:not(.unset) .fl-module-photo > .fl-module-content {
	margin: 0;
	margin-bottom: 40px;
}
.grid-cards.grid-cards-images .card:not(.unset) img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
	.grid-cards.grid-cards-images .card:not(.unset) img {
		height: 240px;
	}
}

.grid-cards.grid-cards-images .card:not(.unset) > .fl-col-content > div:last-child.fl-module-button {
	margin-top: auto;
	margin-bottom: 0;
}

.grid-cards.grid-cards-images.grid-hall-fame .card:not(.unset) img {
	height: 430px;
}

.grid-cards .card .fl-module-heading:hover a {
	color: #D72F2F;
}
/****/



/* GRID - PRODUCT CARDS */
.grid-product-cards .fl-col-content > .fl-col-group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (min-width: 769px) {
	.grid-product-cards.product-cards-3 .fl-col-content > .fl-col-group {
		flex-wrap: nowrap;
	}
}

.grid-product-cards .fl-col-content > .fl-col-group > .fl-col {
	width: 48%;
}
@media screen and (max-width: 992px) {
	.grid-product-cards .fl-col-content > .fl-col-group > .fl-col {
		width: 47%;
	}
}
@media screen and (max-width: 768px) {
	.grid-product-cards .fl-col-content > .fl-col-group {
		gap: 20px;
	}
	.grid-product-cards .fl-col-content > .fl-col-group > .fl-col {
		width: 100%;
	}
}


.grid-product-cards .card > .fl-col-content {
	padding: 200px 20px 40px;
	border-radius: 10px;
	position: relative;
	min-height: 370px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.grid-product-cards .card > .fl-col-content::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0.25%, rgba(0, 0, 0, 0.53) 67.35%, rgba(16, 51, 66, 0.94) 107.42%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-radius: inherit;
}
.grid-product-cards .card:hover > .fl-col-content::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(175deg, rgba(30, 86, 132, 0.62) 25.1%, rgba(14, 68, 113, 0.75) 40.81%, rgba(15, 50, 79, 0.96) 85.12%);
}
.grid-product-cards .card:hover .simple-button-alt a.fl-button::after {
	content: url(/wp-content/themes/yoko-steeltank-child/images/arrow-blue-light.svg);
}
@media screen and (max-width: 768px) {
	.grid-product-cards .card > .fl-col-content {
		padding-top: 180px;
		min-height: 380px;
	}
}


.grid-product-cards .card > .fl-col-content > .fl-module {
	position: relative;
	z-index: 2;
}


.grid-product-cards .card .fl-heading {
	font-weight: 500;
	color: #FFFFFF !important;
}
/****/



/* GRID CARDS - BANNER */
.grid-cards-lines .fl-heading > a {
	color: #FFF;
}

.grid-cards-lines.grid-cards > .fl-col-content > .fl-col-group {
	gap: 0;
}
.grid-cards-lines.grid-cards .card:not(.unset) > .fl-col-content {
	background-color: transparent;
	padding: 40px 30px 30px;
	border-radius: 0;
	border-right: 1px solid #40535E;
}
.grid-cards-lines.grid-cards .card:not(.unset):last-child > .fl-col-content {
	border-right: 0;
}
@media screen and (max-width: 768px) {
	.grid-cards-lines.grid-cards .card:not(.unset) > .fl-col-content {
		padding: 0 20px 0;
		border-right: 0;
		text-align: center;
	}
	.grid-cards-lines.grid-cards .card:not(.unset) .simple-button-alt a {
		justify-content: center;
	}
}
/****/



/* HORIZONTAL CARD */
.horizontal-card > .fl-col-content {
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.horizontal-card .content-col > .fl-col-content {
	padding: 80px 60px;
}
@media screen and (max-width: 992px) {
	.horizontal-card .content-col > .fl-col-content {
		padding: 40px 20px;
	}
}
@media screen and (max-width: 768px) {
	.horizontal-card .content-col > .fl-col-content {
		padding: 40px 0;
	}
	.horizontal-card .image-col > .fl-col-content {
		height: 335px;
		border-radius: 10px 10px 0 0 !important;
	}
}


.horizontal-card.horizontal-image-content .image-col > .fl-col-content {
	border-radius: 10px 0 0 10px;
}


.horizontal-card.horizontal-content-image .image-col > .fl-col-content {
	border-radius: 0 10px 10px 0;
}
/****/



/* FEATURED CARD */
.featured-card > .fl-col-content {
	padding: 80px 60px;
	border-radius: 10px;
	background-color: #0A3659;
	background-size: contain;
}
@media screen and (max-width: 992px) {
	.featured-card > .fl-col-content {
		padding: 40px 20px;
	}
}
@media screen and (max-width: 768px) {
	.featured-card > .fl-col-content {
		margin-right: 20px !important;
		margin-left: 20px !important;
		background-position: top center !important;
		background-size: cover !important;
	}
	.featured-card > .fl-col-content:after {
		background: linear-gradient(0deg, #0A3659 45.5%, rgba(8, 43, 71, 0.79) 100%, rgba(0, 0, 0, 0.00) 100%) !important;
	}
}


.featured-card.featured-card-content-image > .fl-col-content {
	background-position: right center;
}
.featured-card.featured-card-image-content > .fl-col-content {
	background-position: left center;
}


.featured-card.featured-card-content-image > .fl-col-content:after {
	background: linear-gradient(91deg, #0A3659 45.5%, rgba(8, 43, 71, 0.79) 61.8%, rgba(0, 0, 0, 0.00) 85.33%);
}
.featured-card.featured-card-image-content > .fl-col-content:after {
	background: linear-gradient(270deg, #0A3659 45.5%, rgba(8, 43, 71, 0.79) 61.8%, rgba(0, 0, 0, 0.00) 85.33%);
}
/****/


/**************************** RIVERS *******************************/

/* Note: These river settings work for an 1120px container width. If you have a container that is a different size, update accordingly. The calculation should be container width + 20px (so for 1120px, the calc should use 1140px) */

/* CONTAINED RIVERS */
.river-contained .river-image-col > .fl-col-content {
	min-height: 600px;
	border-radius: 10px;
}
@media screen and (max-width: 992px) {
	.river-contained .river-image-col > .fl-col-content {
		min-height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.river-contained .river-image-col > .fl-col-content {
		height: 335px;
	}
}


.river-contained.river-image-content .river-image-col > .fl-col-content {
	margin-left: 20px;
}
.river-contained.river-image-content .river-content-col > .fl-col-content {
	padding: 40px 0 40px 80px;
}
@media screen and (max-width: 992px) {
	.river-contained.river-image-content .river-content-col > .fl-col-content {
		padding-left: 40px;
	}
}
@media screen and (max-width: 768px) {
	.river-contained.river-image-content .river-image-col > .fl-col-content {
		margin-right: 20px;
	}
	.river-contained.river-image-content .river-content-col > .fl-col-content {
		padding: 30px 0 0;
	}
}

.river-contained.river-content-image .river-image-col > .fl-col-content {
	margin-right: 20px;
}
.river-contained.river-content-image .river-content-col > .fl-col-content {
	padding: 40px 80px 40px 0;
}
@media screen and (max-width: 992px) {
	.river-contained.river-content-image .river-content-col > .fl-col-content {
		padding-right: 40px;
	}
}
@media screen and (max-width: 768px) {
	.river-contained.river-content-image .river-image-col > .fl-col-content {
		margin-left: 20px;
	}
	.river-contained.river-content-image .river-content-col > .fl-col-content {
		padding: 30px 0 0;
	}
}


.river-contained .leadin > .fl-module-content {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.river-contained .leadin > .fl-module-content {
		margin-bottom: 16px;
	}
}

.invert .river-contained .leadin .fl-heading-text,
.invert.river-contained .leadin .fl-heading-text {
	color: rgb(255 255 255 / 80%);
}
.invert .river-contained .heading-line .fl-heading-text::before,
.invert.river-contained .heading-line .fl-heading-text::before {
	background: rgb(255 255 255 / 80%);
}
/****/


/* CONTAINED RIVERS W LIST */
.river-list.river-image-content .river-content-col > .fl-col-content {
	padding-left: 60px;
}
@media screen and (max-width: 992px) {
	.river-list.river-image-content .river-content-col > .fl-col-content {
		padding-left: 40px;
	}
}
@media screen and (max-width: 768px) {
	.river-list.river-image-content .river-content-col > .fl-col-content {
		padding-left: 0;
	}
}

.river-list.river-content-image .river-content-col > .fl-col-content {
	padding-right: 60px;
}
@media screen and (max-width: 992px) {
	.river-list.river-content-image .river-content-col > .fl-col-content {
		padding-right: 40px;
	}
}
@media screen and (max-width: 768px) {
	.river-list.river-content-image .river-content-col > .fl-col-content {
		padding-right: 0;
	}
}
/****/


/**************************** CTAs *******************************/

/* CTA MODULES */
.fl-module-cta .fl-cta-wrap {
	padding: 80px;
	border-radius: 10px;
	background: radial-gradient(203.55% 181.04% at 105.45% -3.46%, #11436B 0%, rgba(13, 37, 56, 0.74) 27.42%, rgba(0, 0, 0, 0.00) 100%), #161E22;
	box-shadow: 0px 4px 38px -1px rgba(0, 111, 204, 0.10);
	backdrop-filter: blur(2px);
}
.fl-module-cta h2.fl-cta-title {
	padding-bottom: 24px;
}
.fl-module-cta p {
	margin-bottom: 0;
}
@media screen and (max-width: 992px) {
	.fl-module-cta .fl-cta-wrap {
		padding: 40px;
	}
	.fl-module-cta .fl-cta-button,
	.fl-module-cta .fl-cta-button a.fl-button {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.fl-module-cta .fl-cta-wrap {
		padding: 40px 20px;
	}
}


.fl-module-cta .fl-cta-stacked .fl-cta-text-content {
	padding-right: 100px;
	padding-left: 100px;
}
.fl-module-cta .fl-cta-stacked .fl-cta-button {
	padding-top: 24px;
}
@media screen and (max-width: 992px) {
	.fl-module-cta .fl-cta-stacked .fl-cta-text-content {
		padding-right: 0;
		padding-left: 0;
	}
}


.fl-module-cta .fl-cta-inline {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.fl-module-cta .fl-cta-inline .fl-cta-text-content {
	padding-right: 50px;
}
.fl-module-cta .fl-cta-inline .fl-cta-text {
	width: 68%;
}
.fl-module-cta .fl-cta-inline .fl-cta-button {
	width: 32%;
	padding-left: 0;
}
@media screen and (max-width: 992px) {
	.fl-module-cta .fl-cta-inline {
		flex-direction: column;
		text-align: center;
	}
	.fl-module-cta .fl-cta-inline .fl-cta-text-content {
		padding-right: 0;
	}
	.fl-module-cta .fl-cta-inline .fl-cta-text,
	.fl-module-cta .fl-cta-inline .fl-cta-button {
		width: 100%;
	}
}


.bg-main .fl-module-cta .fl-cta-button a.fl-button,
.invert .fl-module-cta .fl-cta-button a.fl-button {
	border: 2px solid #FFFFFF;
	background: transparent;
}
.bg-main .fl-module-cta .fl-cta-button:hover a.fl-button,
.invert .fl-module-cta .fl-cta-button:hover a.fl-button {
	border: 2px solid #D72F2F;
	background: #D72F2F;
}

.bg-main .fl-module-cta .fl-cta-wrap,
.invert .fl-module-cta .fl-cta-wrap {
	background: radial-gradient(203.55% 181.04% at 105.45% -3.46%, #2FA2FF 7.39%, rgba(22, 117, 194, 0.74) 61.04%, rgba(9, 38, 62, 0.00) 100%), #1675C2;
}
/****/

/**************************** DYNAMIC FEEDS AND GRIDS *******************************/

.fl-post-column .fl-post-grid-post {
	background: rgba(0,0,0,0);
	display: flex;
}

.complex-grid-item, .simple-grid-item {
	background-color: #fff;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.complex-grid-item .fl-post-text, .simple-grid-item .fl-post-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.complex-grid-item .fl-post-more-link, .simple-grid-item .fl-post-more-link {margin-top: auto;}

.fl-post-meta.fri-meta-item:last-of-type {
	padding-bottom: 0px;
}

.img-square .full-bleed-card-container {
	padding-bottom: 100%;
}

.img-tall .full-bleed-card-container {
	padding-bottom: 125%;
}

.img-wide .full-bleed-card-container {
	padding-bottom: 70%;
}

@media screen and (min-width: 992px) {
	.larger .full-bleed-card-content h2 {
		font-size: 3em;
		line-height: 4rem;
		max-width: 600px;
	}
}

/* Full Bleed Card */

.full-bleed-card-container {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.full-bleed-card-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	background: linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.full-bleed-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.full-bleed-card-top {
	width: 100%;
	align-self: flex-start;
}


.full-bleed-card-top .feed-meta-block {
	background: #fff;
	padding: 4px 6px;
	float: right;
}

.full-bleed-card-bottom {
	width: 100%;
	align-self: flex-end;
	margin-top: auto;
	padding-bottom: 0px;
	transition: padding-bottom 0.25s;
}

.full-bleed-card-content .more-icon-link {
	font-size: 16px;
}

.full-bleed-card-bottom a,
.full-bleed-card-bottom h2 {
	color: #fff;
}

.full-bleed-card-container:hover .full-bleed-card-bottom {
	padding-bottom: 10px;
}


.fri-feed .fl-post-feed-post {
	border: 0px;
}

/* Fri Flex Rows */

.fri-flex-row {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	gap: 30px;
}

.fri-flex-row-center {
	align-items: center;
}

.fri-flex-1 {
        flex: 1;
}

.fri-flex-2 {
        flex: 2;
}

.fri-flex-3 {
		flex: 3;
}

.fri-flex-4 {
		flex: 4;
}

.fri-flex-5 {
		flex: 5;
}

/* Media Queries */

@media screen and (max-width: 767px) {
	.fri-flex-row {
			flex-direction: column;
		}
	.fri-flex-1, .fri-flex-2, .fri-flex-3, .fri-flex-4, .fri-flex-5 {
		flex: 100%;
		width: 100%;
	}
}



/* DYNAMIC GENERAL GRID - ROW */
.feed-general-grid.feed-row .fl-post-feed-post {
	border: 0;
	border-radius: 10px;
	background: #FFFFFF;
}
.feed-general-grid.feed-row .fl-post-feed-post:last-child {
	margin-bottom: 40px !important;
}



.feed-general-grid .fl-post-column .fl-post-grid-post.person {
	flex-direction: column;
	align-items: stretch;
}
.person .feed-general-card .card-post-image img {
	height: auto;
	aspect-ratio: 1/1;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.person .feed-general-card .card-post-image img {
		height: auto;
	}
}
/****/



/* DYNAMIC GENERAL CARD - ROW */
@media screen and (min-width: 993px) {
	.feed-general-grid.feed-row .feed-general-card {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.feed-general-grid.feed-row .feed-general-card > div {
		width: 50%;
	}

	.feed-general-grid.feed-row .feed-general-card .card-post-image img {
		height: 100%;
	}

	.feed-general-grid.feed-row .feed-general-card .card-content {
		padding: 80px 40px;
	}
}
/****/



/* DYNAMIC GENERAL GRID */
.feed-general-grid .fl-post-column .fl-post-grid-post {
	border: 0;
	border-radius: 10px;
	background: #FFFFFF;
}
/****/



/* DYNAMIC GENERAL CARD */
.feed-general-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.feed-general-card .card-post-image img {
	height: 250px;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.feed-general-card .card-post-image img {
		height: 240px;
	}
}

.feed-general-card .card-content {
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.feed-general-card .card-content > .card-meta-value {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.feed-general-card .card-content > .card-meta-value p {
	color: #6B7D8C !important;
}
.feed-general-card .card-content > .card-meta-value p:nth-child(2) {
	display: inline-flex;
	align-items: center;
}
.feed-general-card .card-content > .card-meta-value p:nth-child(2)::before {
	content: '-';
	margin: 0 5px;
}
@media screen and (max-width: 768px) {
	.feed-general-card .card-content > .card-meta-value {
		flex-wrap: wrap;
	}
	.feed-general-card .card-content > .card-meta-value > p {
		width: 100%;
	}
	.feed-general-card .card-content > .card-meta-value p:nth-child(2)::before {
		display: none;
	}
}

.feed-general-card .card-content > .card-meta-value.wrap-content {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}
.feed-general-card .card-content > .card-meta-value.wrap-content p:nth-child(2)::before {
	display: none;
}

.feed-general-card .card-title,
.feed-general-card p {
	margin: 0;
}
.feed-general-card .card-title a {
	text-decoration: none !important;
	color: #161e22;
}
.feed-general-card .card-title:hover a {
	color: #D72F2F;
}

.feed-general-card .card-extra-info {
	color:#161E22;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.feed-general-card .card-extra-info > p:nth-child(2) {
	display: inline-flex;
	align-items: center;
}
.feed-general-card .card-extra-info > p:nth-child(2)::before {
	content: ',';
	margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
	.feed-general-card .card-extra-info {
		flex-wrap: wrap;
	}
	.feed-general-card .card-extra-info > p {
		width: 100%;
	}
	.feed-general-card .card-extra-info > p:nth-child(2)::before {
		display: none;
	}
}

.feed-general-card .card-excerpt {
	font-size: 18px;
}

.feed-general-card .card-content .card-button {
	margin-top: auto;
	margin-bottom: 0;
}
.feed-general-card .card-button a.fl-button {
	color: #B62020 !important;
}
.feed-general-card .card-button:hover a.fl-button {
	color: #D72F2F !important;
}

.event .feed-general-card .card-content > .card-meta-value {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2px;
}
.event .feed-general-card .card-content > .card-meta-value p:nth-child(2)::before {
	display: none;
}

.fl-post-grid-post.event .feed-general-card .card-post-image img {
	height: 290px;
}


.fl-post-grid-post.award .feed-general-card .card-post-image img {
	height: 235px;
	width: 100%;
}


.fl-post-grid-post.person .feed-general-card .card-content,
.fl-post-grid-post.person .feed-general-card .card-content > .card-meta-value {
	text-align: center;
	align-items: center;
}
.fl-post-grid-post.person .feed-general-card .card-content > .card-meta-value {
	gap: 4px;
}


.fl-post-grid-post.affiliate .feed-general-card {
	padding: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-start;
}
.fl-post-grid-post.affiliate .card-post-image {
	padding-bottom: 24px;
	text-align: center;
}
.fl-post-grid-post.affiliate .card-post-image img {
	height: 40px;
	object-fit: contain;
	object-position: left;
}
.fl-post-grid-post.affiliate .feed-general-card .card-content {
	padding: 0;
	height: 100%;
}
.fl-post-grid-post.affiliate .feed-general-card .card-content .card-button {
	margin-top: auto;
	margin-bottom: 0;
}
/****/



/* DYNAMIC FEATURED HORIZONTAL CARD */
.featured-image-content .featured-horizontal-general-card {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.featured-content-image .featured-horizontal-general-card {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.featured-image-content .featured-horizontal-general-card .card-post-image {
	border-radius: 10px 0 0 10px;
}
.featured-content-image .featured-horizontal-general-card .card-post-image {
	border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
	.featured-horizontal-general-card {
		flex-direction: column !important;
	}
	.featured-horizontal-general-card > div {
		width: 100% !important;
	}
	.featured-horizontal-general-card .card-post-image {
		height: 335px;
		border-radius: 10px 10px 0 0 !important;
		padding: 20px 40px
	}
}

.featured-horizontal-general-card {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 100%;
}

.featured-horizontal-general-card > div {
	width: 50%;
}

.featured-horizontal-general-card .card-post-image {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	background: radial-gradient(203.55% 181.04% at 105.45% -3.46%, #11436B 0%, rgba(13, 37, 56, 0.74) 27.42%, rgba(0, 0, 0, 0.00) 100%), #161E22;
}
.featured-horizontal-general-card .card-post-image img {
	padding: 16px;
	background-color: #FFFFFF;
	width: 330px;
}
@media screen and (max-width: 992px) {
	.featured-horizontal-general-card .card-post-image img {
		width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.featured-horizontal-general-card .card-post-image img {
		width: 100%;
	}
}

.featured-horizontal-general-card .card-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 24px;
	padding: 80px;
}
.featured-horizontal-general-card .card-content h2,
.featured-horizontal-general-card .card-content h6,
.featured-horizontal-general-card .card-content p {
	margin: 0;
}
.featured-horizontal-general-card .card-button {
	margin-top: 8px;
}
@media screen and (max-width: 992px) {
	.featured-horizontal-general-card .card-content {
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.featured-horizontal-general-card .card-content {
		padding: 40px 20px;
		gap: 16px;
	}
	.featured-horizontal-general-card .card-button {
		margin-top: 14px;
	}
}
/****/



/* DYNAMIC FEATURED CARD */
.featured-general-card {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	width: 100%;
	padding: 80px;
	border-radius: 10px;
	background-color: #0A3659;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}
.featured-general-card::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-radius: inherit;
	background: linear-gradient(91deg, #0A3659 45.5%, rgba(8, 43, 71, 0.79) 61.8%, rgba(0, 0, 0, 0.00) 85.33%);
}
@media screen and (max-width: 992px) {
	.featured-general-card {
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.featured-general-card {
		padding: 40px 20px;
	}
	.featured-general-card::after {
		background: linear-gradient(0deg, #0A3659 45.5%, rgba(8, 43, 71, 0.79) 100%, rgba(0, 0, 0, 0.00) 100%);
	}
}

.featured-general-card .card-post-image {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.featured-general-card .card-post-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
	.featured-general-card .card-post-image {
		width: 100%;
	}
	.featured-general-card .card-post-image img {
		border-radius: 10px;
	}
}

.featured-general-card .card-content {
	width: 43%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 12px;
}
.featured-general-card .card-content > .card-meta-value {
	color: #F8FAFB;
	margin-bottom: 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.featured-general-card .card-content > .card-meta-value p:nth-child(2) {
	display: inline-flex;
	align-items: center;
}
.featured-general-card .card-content > .card-meta-value p:nth-child(2)::before {
	content: '-';
	margin: 0 5px;
}
.featured-general-card .card-content > .card-title > a,
.featured-general-card > .card-content > .card-excerpt {
	color: #FFFFFF;
}
.featured-general-card .card-content > .card-button {
	margin-top: 18px;
}
@media screen and (max-width: 992px) {
	.featured-general-card .card-content {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.featured-general-card .card-content {
		width: 100%;
	}
	.featured-general-card  .card-content > .card-meta-value {
		flex-wrap: wrap;
	}
	.featured-general-card  .card-content > .card-meta-value > p {
		width: 100%;
	}
	.featured-general-card  .card-content > .card-meta-value p:nth-child(2)::before {
		display: none;
	}
}

.featured-general-card p,
.featured-general-card h4 {
	margin: 0;
}
/****/



/* DYNAMIC - FOOTER CTA CARD */
.footer-cta-card.featured-horizontal-general-card .card-post-image {
	align-items: stretch;
}
.footer-cta-card.featured-horizontal-general-card .card-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	border-radius: 0 10px 10px 0;
}
.footer-cta-card.featured-horizontal-general-card .logo img {
	height: 75px;
	width: 100%;
	object-fit: contain;
	object-position: left;
	margin: 6px 0;
}
@media screen and (max-width: 768px) {
	.footer-cta-card.featured-horizontal-general-card .card-post-image {
		padding: 0;
	}
	.footer-cta-card.featured-horizontal-general-card .card-post-image img {
		border-radius: 10px 10px 0 0;
	}
}
/****/

/*************************************************************************/
/************************** BASIC THEME STUFF ****************************/
/*************************************************************************/

/* PAGINATION */
.facetwp-pager {
	text-align: center;
}

.facetwp-pager > a.facetwp-page {
	border: 0;
	border-radius: 16px;
	background: rgba(182, 32, 32, 0.16);
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.18px;
	color: #42494D;
	padding: 8px 16px;
}
.facetwp-pager > a.facetwp-page:hover,
.facetwp-pager > a.facetwp-page.active {
	background-color: #B62020;
	color: #FFFFFF;
}
/****/

/* LEARNDASH - GENERAL */
.learndash-wrapper .ld-tabs .ld-tabs-navigation * {
	color: #42494d !important;
}
/****/
/* LEARNDASH - COURSES */
body.sfwd-courses-template-default #fl-main-content {
	margin-top: 80px;
}
body.sfwd-courses-template-default .ld-tab * {
	color: #161e22 !important;
}
@media screen and (max-width: 769px) {
	body.sfwd-courses-template-default #fl-main-content {
		margin-top: 10px;
	}
}
body.sfwd-courses-template-default div#fl-main-content header {
	background-color: unset;
	display: none;
}
body.sfwd-courses-template-default h1.fl-post-title {
	display: none;
}

body.sfwd-courses-template-default #fl-main-content .fl-content-left.col-md-8 {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

body.sfwd-courses-template-default .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
	color: #42494d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
		text-align: left;
	}
}

body.sfwd-courses-template-default .learndash-wrapper .ld-status,
body.sfwd-courses-template-default .learndash-wrapper #btn-join,
body.sfwd-courses-template-default .learndash-wrapper .btn-join {
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	padding: 12px 24px;
	line-height: 180%;
	text-transform: none !important;
	letter-spacing: 0;
	margin: 0 !important;
}
body.sfwd-courses-template-default .learndash-wrapper .ld-status {
	background-color: transparent !important;
	color: #6B7D8C !important;
	padding: 0 !important;
	margin-bottom: 0;
}
body.sfwd-courses-template-default .learndash-wrapper #btn-join,
body.sfwd-courses-template-default .learndash-wrapper .btn-join {
	background-color: #B62020 !important;
	color: #F8FAFB !important;
}
body.sfwd-courses-template-default .learndash-wrapper #btn-join:hover,
body.sfwd-courses-template-default .learndash-wrapper .btn-join:hover {
	background-color: #D72F2F !important;
	opacity: 1;
}

body.sfwd-courses-template-default .learndash-ams-verification-link {
	gap: 10px;
	margin: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6B7D8C;
}
body.sfwd-courses-template-default .learndash-ams-verification-link a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 769px) {
	body.sfwd-courses-template-default .learndash-ams-verification-link {
		font-size: 18px;
		margin: 0;
	}
}

body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-price {
	color: #6B7D8C;
	font-size: 18px;
	font-weight: 400;
}

body.sfwd-courses-template-default .learndash-wrapper .ld-course-status>* {
	border-right: 1px solid rgb(22 30 34 / 16%);
}
body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
	margin-bottom: 0;
}
@media screen and (max-width: 769px) {
	body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		height: auto !important;
	}
	body.sfwd-courses-template-default .learndash-wrapper .ld-course-status {
		margin: 0;
		padding: 0;
		align-items: flex-start;
	}
	body.sfwd-courses-template-default .learndash-wrapper .ld-course-status>* {
		border-right: 0;
		border-bottom: 1px solid rgb(22 30 34 / 16%);
		width: 100%;
		padding: 20px 0;
	}
	body.sfwd-courses-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		align-items: flex-start;
	}
}
/****/
/* LEARNDASH - QUIZZES */
body.sfwd-quiz-template-default #fl-main-content {
	margin-top: 80px;
}
@media screen and (max-width: 769px) {
	body.sfwd-quiz-template-default #fl-main-content {
		margin-top: 10px;
	}
}
body.sfwd-quiz-template-default div#fl-main-content header {
	background-color: unset;
	display: none;
}
body.sfwd-quiz-template-default h1.fl-post-title {
	display: none;
}

body.sfwd-quiz-template-default #fl-main-content .fl-content-left.col-md-8 {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
	color: #42494d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
		text-align: left;
	}
}

body.sfwd-quiz-template-default .learndash-wrapper .ld-status,
body.sfwd-quiz-template-default .learndash-wrapper #btn-join,
body.sfwd-quiz-template-default .learndash-wrapper .btn-join {
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	padding: 12px 24px;
	line-height: 180%;
	text-transform: none !important;
	letter-spacing: 0;
	margin: 0 !important;
}
body.sfwd-quiz-template-default .learndash-wrapper .ld-status {
	background-color: transparent !important;
	color: #6B7D8C !important;
	padding: 0 !important;
	margin-bottom: 0;
}
body.sfwd-quiz-template-default .learndash-wrapper #btn-join,
body.sfwd-quiz-template-default .learndash-wrapper .btn-join {
	background-color: #B62020 !important;
	color: #F8FAFB !important;
}
body.sfwd-quiz-template-default .learndash-wrapper #btn-join:hover,
body.sfwd-quiz-template-default .learndash-wrapper .btn-join:hover {
	background-color: #D72F2F !important;
	opacity: 1;
}

body.sfwd-quiz-template-default .learndash-ams-verification-link {
	gap: 10px;
	margin: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6B7D8C;
}
body.sfwd-quiz-template-default .learndash-ams-verification-link a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 769px) {
	body.sfwd-quiz-template-default .learndash-ams-verification-link {
		font-size: 18px;
		margin: 0;
	}
}

body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-price {
	color: #6B7D8C;
	font-size: 18px;
	font-weight: 400;
}

body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status>* {
	border-right: 1px solid rgb(22 30 34 / 16%);
}
body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
	margin-bottom: 0;
}
@media screen and (max-width: 769px) {
	body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		height: auto !important;
	}
	body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status {
		margin: 0;
		padding: 0;
		align-items: flex-start;
	}
	body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status>* {
		border-right: 0;
		border-bottom: 1px solid rgb(22 30 34 / 16%);
		width: 100%;
		padding: 20px 0;
	}
	body.sfwd-quiz-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		align-items: flex-start;
	}
}
/****/
/* LEARNDASH - TOPICS */
body.sfwd-topic-template-default #fl-main-content {
	margin-top: 80px;
}
@media screen and (max-width: 769px) {
	body.sfwd-topic-template-default #fl-main-content {
		margin-top: 10px;
	}
}
body.sfwd-topic-template-default div#fl-main-content header {
	background-color: unset;
	display: none;
}
body.sfwd-topic-template-default h1.fl-post-title {
	display: none;
}

body.sfwd-topic-template-default #fl-main-content .fl-content-left.col-md-8 {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

body.sfwd-topic-template-default .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
	color: #42494d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
		text-align: left;
	}
}

body.sfwd-topic-template-default .learndash-wrapper .ld-status,
body.sfwd-topic-template-default .learndash-wrapper #btn-join,
body.sfwd-topic-template-default .learndash-wrapper .btn-join {
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	padding: 12px 24px;
	line-height: 180%;
	text-transform: none !important;
	letter-spacing: 0;
	margin: 0 !important;
}
body.sfwd-topic-template-default .learndash-wrapper .ld-status {
	background-color: transparent !important;
	color: #6B7D8C !important;
	padding: 0 !important;
	margin-bottom: 0;
}
body.sfwd-topic-template-default .learndash-wrapper #btn-join,
body.sfwd-topic-template-default .learndash-wrapper .btn-join {
	background-color: #B62020 !important;
	color: #F8FAFB !important;
}
body.sfwd-topic-template-default .learndash-wrapper #btn-join:hover,
body.sfwd-topic-template-default .learndash-wrapper .btn-join:hover {
	background-color: #D72F2F !important;
	opacity: 1;
}

body.sfwd-topic-template-default .learndash-ams-verification-link {
	gap: 10px;
	margin: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6B7D8C;
}
body.sfwd-topic-template-default .learndash-ams-verification-link a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 769px) {
	body.sfwd-topic-template-default .learndash-ams-verification-link {
		font-size: 18px;
		margin: 0;
	}
}

body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-price {
	color: #6B7D8C;
	font-size: 18px;
	font-weight: 400;
}

body.sfwd-topic-template-default .learndash-wrapper .ld-course-status>* {
	border-right: 1px solid rgb(22 30 34 / 16%);
}
body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
	margin-bottom: 0;
}
@media screen and (max-width: 769px) {
	body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		height: auto !important;
	}
	body.sfwd-topic-template-default .learndash-wrapper .ld-course-status {
		margin: 0;
		padding: 0;
		align-items: flex-start;
	}
	body.sfwd-topic-template-default .learndash-wrapper .ld-course-status>* {
		border-right: 0;
		border-bottom: 1px solid rgb(22 30 34 / 16%);
		width: 100%;
		padding: 20px 0;
	}
	body.sfwd-topic-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		align-items: flex-start;
	}
}
/****/
/* LEARNDASH - LESSONS */
body.sfwd-lessons-template-default #fl-main-content {
	margin-top: 80px;
}
@media screen and (max-width: 769px) {
	body.sfwd-lessons-template-default #fl-main-content {
		margin-top: 10px;
	}
}
body.sfwd-lessons-template-default div#fl-main-content header {
	background-color: unset;
	display: none;
}
body.sfwd-lessons-template-default h1.fl-post-title {
	display: none;
}

body.sfwd-lessons-template-default #fl-main-content .fl-content-left.col-md-8 {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
	color: #42494d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-label {
		text-align: left;
	}
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-status,
body.sfwd-lessons-template-default .learndash-wrapper #btn-join,
body.sfwd-lessons-template-default .learndash-wrapper .btn-join {
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	padding: 12px 24px;
	line-height: 180%;
	text-transform: none !important;
	letter-spacing: 0;
	margin: 0 !important;
}
body.sfwd-lessons-template-default .learndash-wrapper .ld-status {
	background-color: transparent !important;
	color: #6B7D8C !important;
	padding: 0 !important;
	margin-bottom: 0;
}
body.sfwd-lessons-template-default .learndash-wrapper #btn-join,
body.sfwd-lessons-template-default .learndash-wrapper .btn-join {
	background-color: #B62020 !important;
	color: #F8FAFB !important;
}
body.sfwd-lessons-template-default .learndash-wrapper #btn-join:hover,
body.sfwd-lessons-template-default .learndash-wrapper .btn-join:hover {
	background-color: #D72F2F !important;
	opacity: 1;
}

body.sfwd-lessons-template-default .learndash-ams-verification-link {
	gap: 10px;
	margin: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6B7D8C;
}
body.sfwd-lessons-template-default .learndash-ams-verification-link a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 769px) {
	body.sfwd-lessons-template-default .learndash-ams-verification-link {
		font-size: 18px;
		margin: 0;
	}
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-price {
	color: #6B7D8C;
	font-size: 18px;
	font-weight: 400;
}

body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status>* {
	border-right: 1px solid rgb(22 30 34 / 16%);
}
body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
	margin-bottom: 0;
}
@media screen and (max-width: 769px) {
	body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		height: auto !important;
	}
	body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status {
		margin: 0;
		padding: 0;
		align-items: flex-start;
	}
	body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status>* {
		border-right: 0;
		border-bottom: 1px solid rgb(22 30 34 / 16%);
		width: 100%;
		padding: 20px 0;
	}
	body.sfwd-lessons-template-default .learndash-wrapper .ld-course-status .ld-course-status-content {
		align-items: flex-start;
	}
}
/****/

/* WIDGET */
.fl-widget .fl-widget-title {
	color: #42494d;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 4px;
	font-weight: 600;
}
/****/

.fa-twitter:before {
	content: "\e61b" !important;
}

.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide .fl-slide-content {
	padding: 0 20px;
	background-color: transparent;
}
.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide h4 {
	font-size: 21px;
	line-height: 140%;
	color: #F8FAFB;
	margin-top: 8px !important;
	margin-bottom: 27px !important;
}
.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide p {
	margin-bottom: 0 !important;
}
.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide a.button {
	justify-content: center;
}
.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide .heroicon {
	height: 40px;
	width: 40px;
}
.fl-module-content-slider .fl-content-slider-wrapper > .fl-slide .heroicon * {
	color: #F8FAFB !important;
}
/****/



/* SLIDER PAGER */
.bx-wrapper .bx-pager {
	padding: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #B62020;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: rgb(255 255 255 / 24%);
}
/****/



/* PAGINATION */
.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding-top: 0;
	padding-bottom: 0;
}

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 0;
	border-radius: 16px;
	background: rgba(182, 32, 32, 0.16);
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.18px;
	color: #42494D;
	padding: 8px 16px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background-color: #B62020;
	color: #FFFFFF;
}
/****/



/* VIDEO */
.fl-module-video iframe {
	border-radius: 10px;
}
/****/



/* LISTS */
.fl-module-list .fl-list > .fl-list-item {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #B9C7D4;
}
.fl-module-list .fl-list > .fl-list-item:first-child {
	padding-top: 0 !important;
}
.invert .fl-module-list .fl-list > .fl-list-item {
	border-bottom-color: #6B7D8C;
}

.fl-module-list .fl-list > .fl-list-item h3 {
	display: none;
}
.fl-module-list .fl-list > .fl-list-item a,
.fl-module-list .fl-list > .fl-list-item p {
	color: #161E22;
}
.invert .fl-module-list .fl-list > .fl-list-item a,
.invert .fl-module-list .fl-list > .fl-list-item p {
	color: #F8FAFB !important;
}

.fl-module-list .fl-list > .fl-list-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.fl-module-list .fl-list > .fl-list-item a::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6 3.83366L10.6667 8.50033L6 13.167' stroke='%23B62020' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 20px;
}
.fl-module-list .fl-list > .fl-list-item:hover a {
	text-decoration: none;
}
.fl-module-list .fl-list > .fl-list-item:hover a::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6 3.83366L10.6667 8.50033L6 13.167' stroke='%23D72F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/****/



/* Authors */

h3.fl-author-bio-name {
	font-size: 20px;
}

.fl-author-bio-text {
	font-size: 0.85em;
}

/* Heroicons */

.heroicon {
	display: inline-block;
	height: 24px;
	width: 24px;
}

.heroicon svg {
	stroke-width: 2px;
}

.heroicon-solid svg {
	fill: currentColor;
	stroke-width: 0px;
}

/**************************** MISC *******************************/


@media screen and (min-width: 768px) {
	.content-info-card .fl-col-group .fl-col:first-of-type .fl-col-content {
		margin-right: 40px;
	}
}

.announcement-bar {
	font-size: 16px;
}

.announcement-bar a {
	text-decoration: underline;
}

.general-meta {
	font-size: 0.8em;
}

.general-share-buttons .a2a_svg {
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 767px) {
	.a2a_kit {
		float: right;
	}
}



/* BREADCRUMBS */
.breadcrumb a,
.breadcrumb li,
.breadcrumb p {
	color: #EFF4F8 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 160% !important;
	text-transform: uppercase !important;
}
.breadcrumb a:hover {
	color: inherit !important;
	text-decoration: underline;
}
.breadcrumb li::after {
	margin-left: 1px;
}
@media screen and (max-width: 768px) {
	.breadcrumb a,
	.breadcrumb li,
	.breadcrumb p {
		text-align: center;
		font-size: 12px;
	}
}
/****/

/*************************************************************/
/************************** FACETS ***************************/
/*************************************************************/

/* SIDEBAR - FILTERS */
.facetwp-facet,
.facetwp-facet-search .facetwp-input-wrap {
	margin-bottom: 0 !important;
}


.filter-grid {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 24px;
}

.filter-grid .filter .fs-wrap {
	width: 100% !important;
}
.filter-grid .filter .fs-label-wrap {
	border-radius: 4px;
	border: 1px solid #EFF4F8;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04) inset;
	padding: 11px 40px 11px 12px;
}
.filter-grid .filter .fs-label-wrap .fs-label {
	padding: 0;
	color: rgb(22 30 34 / 50%);
}

.filter-grid .filter .facetwp-facet input.facetwp-search {
	min-width: 100%;
	padding: 11px 12px;
	font-weight: 400;
	font-size: inherit;
	color: #161E22;
	border-radius: 4px;
	border: 1px solid #EFF4F8;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04) inset;
}
.filter-grid .filter .facetwp-facet input.facetwp-search::placeholder {
	color: #FFF;
}

.filter-grid .filter p {
	font-size: 16px;
	color: #161E22;
	margin-bottom: 8px;
}

.filter-grid .filter .facetwp-reset {
	margin-top: 10px;
	width: 100%;
}

.filter-grid .filter .facetwp-facet input.facetwp-search,
.filter-grid .filter .fs-label-wrap,
.filter-grid .filter .fs-label-wrap .fs-label {
	display: flex;
	align-items: center;
	height: 50px;
}

.filter-grid .filter .facetwp-facet .facetwp-icon {
	opacity: 1;
}
.filter-grid .filter .facetwp-facet .facetwp-icon::before {
	content: "\e922";
	font-family: 'Linearicons' !important;
	font-size: 20px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	background: none;
	width: auto;
	height: auto;
	position: relative;
	top: 15px;
	right: 12px;
	color: #B62020;
	-webkit-text-stroke-width: 1.5px;
}
.filter-grid .filter .fs-label-wrap .fs-arrow {
	border: 0;
	right: 21px;
	top: 2px;
}
.filter-grid .filter .fs-label-wrap .fs-arrow::after {
	content: "\e93a";
	font-family: 'Linearicons' !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	position: relative;
	top: -10px;
	right: 5px;
	color: #B62020;
	-webkit-text-stroke-width: 1.5px;
}
/****/



.facet-results-left {
	font-size: 16px;
	opacity: 0.75;
	float: left;
}

.facet-sort-right {
	float: right;
}

.facet-results .fl-module-separator {
	clear: both;
}


@media screen and (min-width: 768px) {
	.inline-facet {
		display: inline-block;
		width: 33%;
	}
	.data-filters.facet-accordion-inline .fl-accordion-small .fl-accordion-button {
		display: none;
	}
}



.facetwp-sort-select {
	font-size: 15px;
	padding: 3px 4px;
}

.data-filters .fl-accordion-content {
	padding: 10px 25px 10px;
}

.data-filters .facetwp-facet {
	margin-bottom: 0px;
}

.data-filters .fs-label-wrap, .data-filters .fs-dropdown {
	width: 100%;
}

.data-filters .fs-label-wrap {
	display: inline-block;
	width: 100%;
}

.data-filters .fs-option {
	padding: 10px;
}

.fs-option:hover {
	background: rgba(0,0,0,0.07);
}

.fs-label-wrap .fs-label {
	padding: 9px 22px 9px 10px;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 0px;
	font-weight: 700;
	padding: 8px 22px 8px 12px;
}

.facetwp-facet-search .facetwp-input-wrap {
	display: block;
	margin-bottom: 30px;
}

.facetwp-counter {
	display: none;
}

.facetwp-facet-name_search .facetwp-input-wrap {
	width: 100%;
}

.facetwp-facet.facetwp-facet-name_search input.facetwp-search {
	min-width: 80px;
	width: 100%;
}

.facet-accordion .fl-accordion-button-label {
	font-size: 15px;
}

.data-filters {
	font-size: 16px;
}

.data-filters .fs-search {
	display: none;
}

.data-filters .facetwp-type-fselect .fs-wrap {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.data-filters .fs-option[data-value="featured"] {
	display: none;
}

.data-filters .facetwp-type-fselect .fs-dropdown {
	max-width: 80vw;
	width: 220px;
	box-shadow: 0px 30px 40px rgba(255,255,255,1);
	-moz-box-shadow: 0px 30px 40px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 30px 40px rgba(255,255,255,1);
}

.data-filters .facetwp-checkbox {
	line-height: 18px;
	margin-top: 12px;
}

.data-filters .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	min-width: 210px;
}

.data-filters h4 {
	margin-bottom: 4px;
}

.data-filters p {
	display: none;
}

.data-filters p.display-content {
	display: block;
}

.data-filters .facetwp-icon {
	right: 6px;
}

.data-sort {
	text-align: right;
}

.data-sort select {
	border: 1px solid #0074c8;
	border-radius: 8px;
	padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 12px;
	font-size: 16px;
	color: #0074ca;
}

.facet-sort-label {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #98A6B2;
}

.fl-page button.facet-reset {
	width: 100%;
	background-color: #000000;
}

.fl-page button.facet-reset:hover {
	background-color: #333333;
}


/*******************************************************************************************/
/********************************** THE EVENTS CALENDAR ************************************/
/*******************************************************************************************/

.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
	padding-left: 30px;
	display: block;
	text-align: left;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
	padding-top: 0px;
}

#tribe-events-content .tribe-venue-url a {
	font-size: 0.75em;
	text-decoration: underline;
}

.tribe-venue-location {
	font-size: 0.8em;
}

.tribe-country-name {
	display: block;
}

#tribe-events-content  .tribe-events-gmap {
	display: block;
	text-decoration: underline;
}

.fl-module-fl-the-events-calendar-venue .tribe-events-single-section-title {
	display: none;
}

.tribe-event-date-end {
	display: block;
}

.tribe-event-date-end:before {
	content:'until';
	display: block;
	font-size: 0.7em;
	opacity: 0.7;
}

.single-event-date-info em {
	display: none;
}

.single-event-date-info .tribe-event-date-start + em + .tribe-event-time:before {
	content: ' - '
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400;
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

.gform_wrapper {
	border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px;
}

.gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0 !important;
}


/*****************************************************************************/
/******************************* SSO STUFF ***********************************/
/*****************************************************************************/

/* SSO */
ul.menu > li.SSO-item a {
	color: #FFFFFF;
	padding: 12px 15px;
}
ul.menu > li.SSO-item .logged-in-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: nowrap;
}
ul.menu > li.SSO-item .sso-account-links span + span {
	margin: 0;
}
@media screen and (max-width: 992px) {
	ul.menu > li.SSO-item .logged-in-content {
    flex-direction: column;
	}
	ul.menu > li.SSO-item,
	ul.menu > li.SSO-item a {
		text-align: left !important;
	}
	ul.menu > li.SSO-item a {
		padding: 12px 0;
	}
}


footer ul.menu > li.SSO-item .logged-in-content {
	flex-direction: column;
}
footer ul.menu > li.SSO-item a {
	padding: 10px 0 10px 0 !important;
}
/****/

.sso-account-links span + span {
	margin-left: 20px;
}

/*****************************************************************************/
/**************************** PROTECTED CONTENT ******************************/
/*****************************************************************************/
.current-user-is-restricted .fl-post-header {
	display: none;
}

.current-user-is-restricted .restricted-content-notice-background {
	position: relative;
}

@media (min-width: 769px) {
	.current-user-is-restricted .restricted-content-notice-background:before {
		color: transparent;
		content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc pharetra tortor ac velit congue feugiat. Suspendisse maximus justo in ullamcorper pulvinar. Fusce eget ante vel risus commodo hendrerit. Sed et erat porta, rhoncus libero eget, imperdiet eros.\A \ANunc facilisis sagittis elit, at sollicitudin elit ullamcorper eu. Morbi eu neque et nibh vestibulum eleifend. Aenean efficitur pretium massa ut lacinia. Nulla finibus quam quis cursus rhoncus. Donec non egestas justo. Donec iaculis massa ac tortor fermentum finibus. Ut sodales pellentesque fringilla. Sed commodo ipsum vel luctus faucibus. Donec ac nibh ante. Proin lacus lectus, tincidunt a enim vel, aliquet ullamcorper justo. Ut vel condimentum justo.\A \ALorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean vehicula sapien ullamcorper lectus scelerisque egestas. Sed porttitor, arcu eget vestibulum maximus, lorem elit facilisis massa, non sodales diam eros vel elit. Quisque eu elit ex. Curabitur ut congue quam, malesuada hendrerit libero. Sed pulvinar, odio at tempor facilisis, nisi justo tincidunt lectus, id sagittis tellus ante ut est.\A \AInteger non quam id tortor aliquam molestie. Donec rutrum efficitur dui sed pretium. Duis lectus risus, faucibus eget sollicitudin eu, consectetur id massa. Nunc mattis sodales tortor ac rutrum. In hac habitasse platea dictumst. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean arcu lacus, aliquam et sagittis ac, auctor at eros. Etiam non cursus ipsum. Curabitur aliquet, leo et faucibus tincidunt, velit velit faucibus orci, a porttitor nulla mi id nibh.\A \AInteger imperdiet hendrerit lorem vitae lacinia. Praesent eget augue ipsum. Phasellus sit amet massa id nulla posuere condimentum et venenatis leo. Morbi euismod purus eget varius finibus. Nunc eget accumsan tortor. Quisque sed sem in mi suscipit fermentum varius a diam. Nulla et ligula vel nulla rutrum pellentesque non ut erat. Quisque ut mattis turpis, ac volutpat tortor. Donec pellentesque condimentum diam, ac mollis risus ornare non. In hac habitasse platea dictumst. Duis in sapien congue, dignissim nisl bibendum, gravida metus. Aliquam euismod odio ex. Etiam suscipit lectus vel leo consequat pellentesque. Mauris tempus, enim vel euismod posuere, felis augue tristique enim, ut pharetra ligula mauris in nulla. Nulla vulputate sed purus nec vestibulum. Integer elit orci, maximus non volutpat vitae, interdum eget nibh.\A \APraesent sagittis dolor in tristique pellentesque. Fusce non turpis sit amet eros tincidunt facilisis eget quis sem. Aliquam ac augue et tellus semper suscipit ut sit amet eros. Vivamus at odio eros. Donec lorem sapien, tincidunt quis faucibus a, convallis quis magna. Cras egestas orci non quam hendrerit, vel pretium magna vehicula. Nulla venenatis imperdiet arcu, a ullamcorper est lobortis ac. In hac habitasse platea dictumst.\A \APraesent fringilla, ante ac vulputate tempor, sapien augue laoreet mi, id gravida sem eros quis mi. Praesent ac metus a erat gravida pellentesque. Vivamus sit amet arcu quis justo semper egestas. Etiam est neque, vehicula et interdum at, interdum sit amet libero. Cras dignissim lorem ut neque mattis congue. Vivamus bibendum rutrum augue, non sodales ligula scelerisque sed. Suspendisse eu dolor et mi scelerisque varius a nec ex. Duis lobortis vel mi iaculis rutrum. Morbi non eros convallis, placerat nulla et, mattis purus.';
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		text-shadow: 0 0 8px #333333;
		white-space: pre-wrap;
		z-index: 0;
	}
	.current-user-is-restricted .restricted-content-notice-background:after {
		content: '';
		position: absolute;
			top: 0;
			left: -15px;
			right: -15px;
		width: 100%;
		height: 100%;
		background: white;
		background: linear-gradient(180deg, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 50%, #EFF4F8 100%);
	}

	.current-user-is-restricted .restricted-content-notice {
		background-color: #ffffff;
		border: 2px solid #91AAB7;
		margin: 0 100px 100px;
		padding: 50px;
		position: relative;
			top: 66px;
			bottom: 66px;
		z-index: 2;
	}
}

/* Beaver Builder pages */
.current-user-is-restricted.fl-builder .container.fl-content-full {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

@media (min-width: 769px) {
	.current-user-is-restricted.fl-builder .container.fl-content-full {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1100px) {
	.current-user-is-restricted.fl-builder .container.fl-content-full {
		max-width: 90%;
		padding: 0;
		width: 1080px;
	}
}

.current-user-is-restricted.fl-builder .container.fl-content-full .fl-content {
	margin: 20px 0;
}

@media (min-width: 769px) {
	.current-user-is-restricted.fl-builder .container.fl-content-full .fl-content {
		margin: 40px 0;
	}
}



/* RESTRICTED CONTENT NOTICE */
.current-user-is-restricted .restricted-content-notice {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 40px 30px;
	border: 0;
	filter: drop-shadow(0px 4px 38px rgba(0, 111, 204, 0.10));
	backdrop-filter: blur(2px);
}
.current-user-is-restricted .restricted-content-notice h4 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
}
.current-user-is-restricted .restricted-content-notice .login-link {
	display: inline-block;
	padding-right: 20px;
}
@media screen and (max-width: 768px) {
	.current-user-is-restricted .restricted-content-notice .login-link {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
}
/****/
