/*
Theme Name: MHI by Yoko Co
Theme URI: https://ae322881-3130-40f0-bf65-a8eb57eccad9.p.bardy.io/
Version: 1.0
Description: A custom child theme by Yoko Co. 
Author: Yoko Co
Author URI: https://4cb56eaa-b898-4a3a-8aeb-7e2d0350593b.p.bardy.io
template: bb-theme
*/

/*
 * 1. Master Colors & Type
 * 2. Headers & Nav
 * 3. Banners
 * 4. Feeds & Grids
 * 5. CPTs
 * 6. Footer
 * 7. General Styles
 * X. General Media Queries (Put most media queries in their respective sections)
*/

/* BEFORE YOU DO ANYTHING: 
 * If this site is on Kinsta, add the Kinsta MU plugin! 
 * By default, a handful of Beaver Builder modules are disabled. You can reactivate the ones you need.
 * /

/******************************************************************************************/
/******************************** 1 MASTER COLORS & TYPE **********************************/
/******************************************************************************************/

/* Text Styles */

.larger p {
	font-size: 1.25em;
}

.xlarger p {
	font-size: 1.5em; 
}

.smaller p {
	font-size: 16px;
}

.intro-information p:first-child {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #105A4B;
}
.intro-information h2 {
	padding: 30px 0 20px 0;
	margin: 0;
}
.intro-information p:last-child {
	margin: 0;
}
@media only screen and (max-width: 992px) {
	.intro-information h2 {
		padding: 20px 0 15px 0;
	}
}

h4 {
	font-weight: 700;
}
h5 {
	font-weight: 600;
}
h6 {
	font-weight: 500;
}

.leadin p {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.leadin p {
		font-size: 14px;
	}
}

.leadin-small p {
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Backgrounds */

.bg-main-transparent > .fl-row-content-wrap, .bg-main-transparent > .fl-col-content, .bg-main-transparent.fl-module {
    background-image: url(/wp-content/uploads/2022/10/main-background-asset.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: transparent;
}
.bg-main-green > .fl-row-content-wrap, .bg-main-green > .fl-col-content, .bg-main-green.fl-module {
    background-image: url(/wp-content/uploads/2022/10/main-background-asset.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #105A4B;
}
.bg-main-green > .fl-row-content-wrap::before, .bg-main-green > .fl-col-content::before, .bg-main-green.fl-module::before {
    display: none;
}
.bg-main-purple > .fl-row-content-wrap, .bg-main-purple > .fl-col-content, .bg-main-purple.fl-module {
    background-image: url(/wp-content/uploads/2022/10/main-background-asset.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #4B155A;
}
.bg-main-purple > .fl-row-content-wrap::before, .bg-main-purple > .fl-col-content::before, .bg-main-purple.fl-module::before {
	display: none;
}

.bg-light > .fl-row-content-wrap, .bg-light > .fl-col-content, .bg-light.fl-module {
	background-color: #FCF8F1; 
}

.bg-dark > .fl-row-content-wrap, .bg-dark > .fl-col-content, .bg-dark.fl-module {
	background-color: #105A4B;
}

.bg-shadow > .fl-row-content-wrap, .bg-shadow > .fl-col-content, .bg-shadow.fl-module {
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

/******************************************************************************************/
/************************************ 2 HEADERS & NAV *************************************/
/******************************************************************************************/


.fl-page-header {
	display: none;
	border: 0;
}
@media only screen and (max-width: 992px) {
	.fl-page-nav .fl-mobile-sub-menu-open > a {
		background-color: #105A4B !important;
		color: #FFFFFF !important;
	}
	.fl-page-header {
		display: block;
	}
	.fl-submenu-icon-wrap {
		visibility: inherit !important;
	}
	.fl-submenu-icon-wrap .fl-submenu-toggle-icon {
		padding: 15px 0 !important;
		right: 16px !important;
	}
	.fl-page-nav .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
		position: relative;
		top: 0;
	}
	.fl-page-nav .fl-mobile-sub-menu-open .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
		color: #FFFFFF;
		transform: rotateX(180deg);
		top: -3px;
	}
	.fl-page-header .fl-page-header-container {
		border-top: 6px solid #105A4B;
		padding-top: 16px;
		padding-bottom: 0;
	}
	.fl-page-header .fl-page-header-logo {
		padding-bottom: 0 !important;
		padding-left: 0 !important;
    margin-right: 0 !important;
	}
	.fl-page-header .fl-page-header-row > div:first-child {
		border-bottom: 1px solid #E2E2E2;
    padding-bottom: 13px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
		border-top: 0;
	}
	.fl-page-header .fl-page-nav-collapse ul.navbar-nav > li > a {
		line-height: 1em;
		padding: 16px 15px;
	}
	.fl-page-nav .navbar-toggle {
		top: 26px;
		right: 20px;
		padding: 0;
	}
	.fl-page-nav .navbar-toggle * {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.fl-page-nav ul.sub-menu li a {
		padding: 15px 15px 15px 35px !important;
	}
	.fl-page-nav ul.sub-menu li a:before {
		display: none;
	}
	.fl-page-header .fl-page-header-container {
		padding-left: 20px !important;
	}
	.fl-page-header-primary .fl-logo-img {
	width: 75px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		top: 20px;
		padding: 0;
	}
}

.header-topbar {
	border-top: 6px solid #105A4B;
	min-height: 48px;
}
.header-topbar .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
}
.header-topbar .fl-row-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.header-topbar .fl-icon-group .fl-icon:not(:first-child) {
	margin-left: 20px;
}
.header-topbar .fl-icon-group .fl-icon i:before {
	font-size: 18px;
	color: #4B155A;
}
.header-topbar .fl-row-content .fl-col-group {
	display: flex;
	align-items: center;
}
.header-topbar .fl-row-content .fl-col-group,
.header-topbar .fl-row-content {
	background-color: #F6F9F8;
}
.header-topbar .menu {
	align-items: baseline;
}
.header-topbar .menu a {
	padding: 13px 20px;
}
.header-topbar .menu li {
	height: 100%;
	min-height: 50px;
}
.header-topbar .menu li:last-child {
	background-color: #105A4B;
	margin-left: 10px;
}
.header-topbar .menu li:last-child a {
	padding-right: 20px;
}
.header-topbar .menu li:last-child a {
	color: #fff;
	font-weight: 700;
}
.header-topbar .menu li.nav-login a::after,
.fl-page-header li.nav-login a::after {
	content: url("/wp-content/uploads/2022/10/login-icon.svg");
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1em;
	float: right;
}
.header-topbar .menu li.nav-login a:hover::after,
.fl-page-header li.nav-login a:hover::after {
	content: url("/wp-content/uploads/2022/10/login-icon.svg");
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1em;
	float: right;
}
.header-topbar .menu li.nav-login a:hover::after {
	content: url("/wp-content/uploads/2022/10/login-icon-green.svg");
}
.header-navbar,
.footer-cta-container,
.footer-main {
	background-color: #fff;
}
.header-navbar .fl-row-content .fl-col-group {
	display: flex;
	align-items: center;
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0 20px;
}
.header-navbar nav {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: flex-end;
	flex-direction: column;
}
.header-navbar .menu {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.header-navbar .menu a {
	padding: 0 !important;
}
.header-navbar .sub-menu a {
	padding: 16px 0 !important;
}
.header-navbar .menu li li {
	margin: 0 20px;
	border-top: 1px solid #E2E2E2;
}
.header-navbar .menu .fl-has-submenu .sub-menu {
	right: auto;
	left: 0;
}
.header-navbar .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle {
	display: none;
}
.header-navbar .fl-menu .sub-menu {
	background-color: #fff !important;
}
	
.header-topbar .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.header-navbar .fl-module-content {
	margin: 0;
}
.header-topbar .menu a,
.header-navbar .menu a {
	line-height: 1.4;
	font-weight: 500;
}
@media screen and (max-width: 1160px) {
	.header-topbar .menu li:last-child a {
		padding-right: 20px;
	}
	.header-navbar .menu li:last-child a {
		padding-right: 0;
	}
}

li.mobile-nav-search {
	border-bottom: 0 !important;
	padding: 10px 0;
}
li.fl-menu-search-item a.fl-button {
	background-color: transparent !important;
}
li.fl-menu-search-item .fl-button-icon:before {
	color: #252531;
}
li.fl-menu-search-item:hover .fl-button-icon:before {
	color: #105a4b;
}
@media only screen and (max-width: 992px) {
	.fl-page-nav .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
		font-family: "Font Awesome 6 Pro" !important;
	}
}

.header-topbar ul.menu > li:first-child {
	padding-right: 10px !important;
}
.logged-in-content > .greeting {
	display: none;
}
.header-topbar .sub-menu li:last-child {
	background-color: inherit;
}
.header-topbar .sub-menu li:last-child a {
	color: #252531;
	font-weight: inherit;
	padding-right: inherit !important;
}
.header-topbar .sub-menu li:last-child:hover a {
	color: #105a4b;
}
.header-topbar .menu li li {
	margin: 0 20px !important;
	border-top: 1px solid #E2E2E2;
}
@media only screen and (max-width: 992px) {
	body.logged-in .xsso-container .logged-in-content,
	body:not(.logged-in).xsso-logged-out .xsso-container .login-link {
		align-items: flex-start;
    flex-direction: column;
		width: 100%;
	}
	.logged-in-content .account-link,
	.logged-in-content .logout-link,
	body:not(.logged-in).xsso-logged-out .xsso-container .login-link {
		padding: 16px 15px;
		width: 100%;
		display: flex;
	}
	.logged-in-content .logout-link {
		border-top: 1px solid #e6e6e6;
	}
	.sso-account-links {
		width: 100%;
	}
}

.banner-main.homepage {
	background-color: #105A4B;
}
.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child,
.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
	width: 50%;
}
.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child .fl-col-content {
	max-width: 475px;
}
.banner-main .banner-main-img-col {
	min-height: 550px;
	height: 550px;
	max-height: 100%;
}
.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child > .fl-col-content {
	height: 100%;
}
@media screen and (min-width: 992px) {
	.banner-main.homepage > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child {
		margin-bottom: 251px;
	}
}
@media screen and (max-width: 992px) {
	.banner-main .fl-photo {
		width: 100%;
	}
	.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child {
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child .fl-col-content {
		max-width: 100%;
	}
	.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child > .fl-col-content {
		height: 100%;
		min-height: 550px;
	}
}
@media screen and (max-width: 768px) {
	.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
		width: 100% !important;
	}
	.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child {
		padding: 45px 0;
	}
	.banner-main > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:first-child > * {
		text-align: center;
	}
}


.banner-extra-module {
	margin-top: -241px;
}
.banner-extra-module > .fl-row-content-wrap {
	background-color: #FCF8F1;
	margin-right: 29%;
	padding: 0;
}
.banner-extra-module .fl-row-content {
	padding: 40px 40px 40px 20px;
	background-color: #FCF8F1;
	border-radius: 0px 2px 0px 0px;
}
.banner-extra-module .fl-col-group {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #fff;
	filter: drop-shadow(0px 0px 31px rgba(0, 0, 0, 0.04));
}
.banner-extra-module .fl-col-group div.fl-col:first-child {
	width: 75% !important;
}
.banner-extra-module .fl-col-group div.fl-col:last-child {
	width: 25% !important;
}
.banner-extra-module .banner-extra-module-text .fl-rich-text {
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}
.banner-extra-module .banner-extra-module-text .fl-module-content {
	margin: 30px auto;
}
.banner-extra-module-text .fl-module-content h3 {
	color: #105A4B;
	margin-bottom: 10px;
}
.banner-extra-module-text .fl-module-content p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #252531;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (min-width: 1160px) {
	.banner-extra-module .fl-row-content {
		margin-left: calc((100vw - 1112px)/2);
	}
}
@media screen and (max-width: 1160px) {
	.banner-extra-module .fl-row-content {
		padding-left: 40px;
	}
}
@media screen and (max-width: 992px) {
	.banner-extra-module > .fl-row-content-wrap {
		margin-right: 0;
	}
	.banner-extra-module .fl-col-group {
		margin-left: 0;
	}
	.banner-extra-module {
		margin-top: 0;
	}
	.banner-extra-module .fl-row-content {
		padding: 50px 40px !important;
	}
}
@media screen and (max-width: 768px) {
	.banner-extra-module .hero a.fl-button {
		display: flex !important;
		flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
		padding: 20px !important;
	}
	.banner-extra-module .hero a.fl-button i.fl-button-icon {
		margin-bottom: 0 !important;
		margin-left: 8px;
	}
	.banner-extra-module .fl-col-group {
		display: block;
	}
	.banner-extra-module .fl-col-group div.fl-col:first-child,
	.banner-extra-module .fl-col-group div.fl-col:last-child {
		width: 100% !important;
	}
	.banner-extra-module .fl-row-content {
		padding: 50px 20px !important;
	}
}

.gutter-right {
	border-right: 40px solid #105A4B;
}
.gutter-right > .fl-row-content-wrap {
	margin-right: -40px;
}
.gutter-full > .fl-row-content-wrap {
	padding: 0;
	margin-right: 40px;
	background-color: transparent;
}
.banner-main.gutter-full .fl-row-content {
	background-color: #fff;
}
.footer-main.gutter-right > .fl-row-content-wrap {
	border-right: 40px solid #105A4B;
}
.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
	border-bottom: 40px solid #105A4B;
}
@media screen and (min-width: 1160px) {
	.header-navbar.gutter-right .menu:last-child a {
		padding-right: 0;
	}
	.gutter-full .fl-row-content .fl-col-group {
		margin-left: calc((100vw - 1112px)/2);
	}
	.header-topbar.gutter-full > .fl-row-content-wrap {
		margin-right: calc((100vw - 1112px)/2);
	}
}
@media screen and (max-width: 1160px) {
	.gutter-full > .fl-row-content-wrap {
		margin-right: 20px;
	}
	.gutter-full .fl-row-content .fl-col-group {
		margin-left: 20px;
	}
	.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
		border-bottom: 20px solid #105A4B;
	}
	.gutter-right {
		border-right: 20px solid #105A4B;
	}
	.gutter-right > .fl-row-content-wrap {
		margin-right: -20px;
	}
	.footer-main.gutter-right > .fl-row-content-wrap {
		border-right: 20px solid #105A4B;
	}
}
@media screen and (max-width: 992px) {
	.gutter-full > .fl-row-content-wrap {
		margin-right: 40px;
	}
	.banner-main.gutter-full > .fl-row-content-wrap {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
		border-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.gutter-right,
	.footer-main.gutter-right > .fl-row-content-wrap {
		border-right: 0;
	}
	.gutter-right > .fl-row-content-wrap {
		margin-right: 0;
	}
	.gutter-full .fl-row-content .fl-col-group {
		margin-left: 0;
	}
	.banner-main.gutter-full > .fl-row-content-wrap {
		margin-top: 0;
		margin-bottom: 0;
	}
	.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
		flex-direction: column;
	}
	.banner-main.gutter-full > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div:last-child {
		border-top: 20px solid #105A4B;
		border-right: 20px solid #105A4B;
		border-bottom: 20px solid #105A4B;
	}
}


a.fa-search {
	font-family: 'Linearicons';
	padding-top: 7px;
}

a.fa-search:before {
	content: "\e922";
	font-size: 15px;
}

.fl-page-nav ul.sub-menu {
	border-top: 0px; 
	border-radius: 6px; 
}

@media screen and (min-width: 768px) {
	.fl-page-header, .fl-page-header-wrap {
		border-bottom-style: none; /* Removes the 1px border below the menu */
		width: 100%;
		
		/* Used for transparent headers. If you're using the default theme header, uncomment the section below to enable a transparent header. */
		/* background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		position: absolute;
		z-index: 10;
		top: 0px; */ /*Height of top bar*/
	}
	.fl-page-header-fixed .fl-page-header-wrap {
		background: #fff; 
	}
}


.fl-menu .menu:before,
.fl-menu .menu:after {
	display: none;
}

@media only screen and (max-width: 992px) {
	header .navbar-collapse.in ul.navbar-nav::before {
		content: "\f00d";
		font-family: "Font Awesome 6 Pro";
		position: absolute;
		top: 27px;
		right: 31px;
		font-size: 24px;
		background-color: white;
		width: 20px;
		text-align: right;
	}
}
@media only screen and (max-width: 768px) {
	header .navbar-collapse.in ul.navbar-nav::before {
		top: 17px;
		right: 22px;
	}
}

/******************************************************************************************/
/*************************************** 3 BANNERS ****************************************/
/******************************************************************************************/

.banner-main-title .fl-module-content {
	margin-bottom: 0px; 
}

.banner-main-subtitle .fl-module-content {
	margin-top: 0px; 
}

.banner-main-breadcrumbs {
	opacity: 0.75;
	font-size: 0.8em; 
}

.banner-main-breadcrumbs ol {
	padding: 0px; 
}

.archive-banner .leadin p {
	opacity: 1; 
}
.archive-banner-featured-post {
	margin-top: -220px;
}
.archive-banner-featured-image {
	margin-top: -320px;
}
.archive-banner-featured-image img {
	object-fit: cover;
	max-height: 600px;
}
.archive-banner-featured-image img,
.archive-banner-featured-image .fl-photo-content {
	width: 100%;
}
.primary-sidebar .news-post-sidebar .fl-col-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}
.primary-sidebar .news-post-sidebar .fl-col-content .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
}
.primary-sidebar .news-post-sidebar p {
	margin-bottom: 0;
}
.primary-sidebar .news-post-sidebar p strong {
	color: #252531;
}
.primary-sidebar .news-post-sidebar a {
	color: #66666f;
}
.primary-sidebar .event-platform-button a.fl-button {
	margin-top: 10px;
	background-color: #457E73 !important;
}
.primary-sidebar .event-platform-button a.fl-button:hover {
	background-color: transparent !important;
}
.primary-sidebar .event-platform-button a.fl-button:hover * {
	color: #457E73 !important;
}
@media only screen and (max-width: 992px) {
	.archive-banner-featured-post 	{
		margin-top: -160px;
	}
	.archive-banner-featured-image {
		margin-top: -110px;
	}
	.archive-banner-featured-image img {
		max-height: 180px;
	}
	.archive-banner .fl-button-wrap a {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.archive-banner-featured-post {
		margin-top: -300px;
	}
}

.banner-main .fl-col-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.banner-main-title .fl-module-content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner-main-leadin .fl-module-content {
	margin-top: 0;
}
.banner-main-leadin .fl-module-content,
.banner-main-leadin .fl-module-content p,
.banner-main-subtitle .fl-module-content,
.banner-main-subtitle .fl-module-content p {
	margin-bottom: 0;
}
.banner-main-leadin.leadin {
	color: #105A4B;
}
@media only screen and (max-width: 768px) {
	.banner-main-title h1 {
		font-size: 36px !important;
	}
	.banner-main-subtitle .fl-module-content,
	.banner-main-title .fl-module-content {
		margin-right: 20px;
	}
}


.content-announcement-banner .fl-col-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	z-index: 1;
	margin: auto 20px !important;
}
@media only screen and (max-width: 767px) {
	.content-announcement-banner .fl-col-content {
		bottom: -20px;
	}
}

/******************************************************************************************/
/************************************ 4 FEEDS & GRIDS *************************************/
/******************************************************************************************/

/* This is the default container for a grid item in the posts module. */
.fl-post-grid .fl-post-grid-post {
	
}



/* Complex Feeds */

.feed-item-complex, .feed-item-simple {
	border: 1px solid #ddd; 
	padding: 20px; 
}

.fri-feed-item .row {
	margin: 0px; 
}

.feed-meta-block {
	font-size: 0.9em; 
}

.feed-meta-block + .feed-meta-block {
	margin-top: 10px; 
}

.feed-meta-label {
	font-size: 0.75em; 
}

.feed-meta-block ul.fl-category {
	list-style-type: none; 
	padding: 0px; 
}

/******************************************************************************************/
/**************************************** 5 CPTS ******************************************/
/******************************************************************************************/



/******************************************************************************************/
/*************************************** 5 FOOTER *****************************************/
/******************************************************************************************/

.footer-main, .footer-main .menu li a {
}

.footer-main .menu li ul {
	display: none; 
}

.footer-main .menu li a {
	padding: 0px 0px 18px; 
}

.footer-contact-icon .fl-module-content {
	margin-top: 0px; 
}

.footer-sub {
	font-size: 0.75em; 
}

.footer-sub-right {
	text-align: right; 
}

@media screen and (max-width: 767px) {
	.footer-sub, .footer-sub-right, .footer-sub-left {
		text-align: center; 
	}
	.footer-sub-left .fl-module-content {
		margin-bottom: 5px; 
	}
	.footer-sub-right .fl-module-content {
		margin-top: 5px; 
	}
}


footer .invert a {
	color: #FFFFFF;
}
footer .footer-main {
	padding: 0;
}
footer .footer-main > .fl-row-content-wrap {
	padding: 0;
}
footer .footer-main .purple-block {
	display: flex;
	align-items: center;
	background-image: url(/wp-content/uploads/2022/10/bg-purple-footer-asset.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: color-burn;
	background-color: #4B155A;
	filter: drop-shadow(7px 17px 30px rgba(0, 0, 0, 0.17));
	box-shadow: 7px 17px 30px rgba(0, 0, 0, 0.17), 0px 0px 89px rgba(0, 0, 0, 0.13);
	border-radius: 0px 2px 0px 0px;
	min-height: 760px;
}
footer .footer-main .purple-block h1 {
	margin-bottom: 25px;
}
footer .footer-main .purple-block p {
	margin-bottom: 30px;
}
footer .footer-main .icon-text p {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	footer .footer-main .purple-block .fl-col-content {
		margin-right: 6%;
	}
}
@media screen and (min-width: 1160px) {
	footer .footer-main .purple-block .fl-col-content {
		margin-left: calc((100vw - 1112px)/2);
	}
}
footer .footer-main .fl-col-group {
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	align-items: flex-end;
	height: 680px;
  max-height: 100%;
	background: radial-gradient(63.11% 27.53% at 42.65% 100%, #007961 0%, rgba(16, 90, 75, 0) 100%), radial-gradient(105.44% 35.01% at -27.08% -3.12%, #077B65 0%, #105A4B 100%);
	margin-top: 80px;
}
footer .footer-main .fl-col-group div.fl-col:nth-child(2) {
	background: transparent;
	padding-left: 70px;
}
@media screen and (max-width: 992px) {
	footer .footer-main .fl-col-group div.fl-col:nth-child(2) {
		padding-left: 0;
	}
		footer .footer-main .purple-block .fl-button {
		width: 100%
	}
}
footer .footer-main .fl-col-group div.fl-col:nth-child(2) img {
	margin-bottom: 55px;
}
footer .footer-main .fl-col-group div.fl-col:nth-child(2) h4 {
	margin-bottom: 18px;
}
footer .footer-main .fl-col-group div.fl-col:nth-child(3) {
	background: transparent;
}
footer .footer-main .fl-col-group div.fl-col:nth-child(3) .menu {
	margin-top: 93px;
}
footer .footer-main .fl-col-group div.fl-col:not(:first-child) {
	padding-top: 70px;
	min-height: 100%;
}
footer .footer-main .fl-icon-group .fl-icon:not(:first-child) {
	margin-left: 20px;
}
footer .footer-main .fl-icon-group .fl-icon {
	margin-top: 20px;
	margin-bottom: 0;
}
footer .footer-main .fl-icon-group .fl-icon i:before {
	font-size: 20px;
	color: #fff;
}
footer .footer-main .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
}
footer .footer-main .icon-text .fl-icon i:before,
footer .footer-main .icon-text .fl-icon i {
	font-size: 16px;
}
footer .footer-main .icon-text .fl-icon-wrap .fl-icon-text {
	height: 0;
}
footer .footer-main .menu li a {
	padding-bottom: 25px;
}
footer .footer-main .menu li a:hover {
	text-decoration: underline;
}
footer .footer-main .menu li:last-child a {
	padding-bottom: 0;
}
footer .footer-sub {
	background-color: #105A4B;
}
footer .footer-sub p,
footer .footer-sub a {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
footer .footer-sub .fl-module-content {
	margin: 0;
}
footer .footer-sub .fl-row-content-wrap {
	padding-bottom: 15px;
}
footer .footer-sub .fl-row-content-wrap .fl-col-group {
	display: flex;
	align-items: center;
}
footer .footer-sub .menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
	flex-wrap: wrap;
}
footer .footer-sub .menu a {
	padding: 0 10px;
}
@media (min-width: 769px) {
	footer .footer-sub .menu li {
		border-color: white;
	}
}
@media screen and (max-width: 768px) {
	footer .footer-main .fl-col-group div.fl-col:not(:first-child) {
    min-height: 100%;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: space-between;
	}
	footer .footer-main .fl-col-group {
		height: 100%;
		max-height: 100%;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	footer .footer-main .purple-block {
		padding: 50px 0;
		min-height: 100%;
	}
	footer .footer-main .purple-block,
	footer .footer-main .fl-col-group div.fl-col:not(:first-child) {
		min-height: auto;
	}
	footer .footer-main .fl-col-group {
		flex-direction: column;
	}
	footer .footer-main .purple-block h1 {
		margin-bottom: 20px;
	}
	footer .footer-main .ghost-button-secondary a {
		width: 100%;
	}
	footer .footer-main .fl-col-group {
		background-image: url(/wp-content/uploads/2022/10/bg-mobile-footer-asset.svg);
		background-color: #105A4B;
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: color-burn;
	}
	footer .footer-main .fl-col-group div.fl-col:nth-child(2) {
		background: transparent;
		padding: 50px 0 20px 0;
	}
	footer .footer-main .fl-col-group div.fl-col:nth-child(3) {
		background: transparent;
		padding: 20px 0 50px 0;
	}
	footer .footer-main .fl-col-group div.fl-col:nth-child(3) .menu {
		margin-top: 0;
	}
	footer .footer-main .fl-col-group div.fl-col:nth-child(2) img
	{
		margin-bottom: 30px;
	}
footer .footer-main .fl-col-group div.fl-col:nth-child(2) h4,
	footer .footer-main .fl-col-group div.fl-col:nth-child(2) p {
	margin-bottom: 20px;
	}
	footer .footer-sub .menu {
		flex-direction: column;
		align-items: flex-start;
	}
	footer .footer-sub .menu a {
		padding: 0 0 20px 0;
		text-align: left;
	}
	footer .footer-sub .menu li:last-child a {
		padding: 0;
	}
	footer .footer-sub .fl-row-content-wrap {
		padding: 50px 20px !important;
	}
	footer .footer-sub .fl-row-content-wrap .fl-col-group {
		display: flex;
		flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
	}
	footer .footer-sub .fl-row-content-wrap .fl-col-group .fl-col {
		margin: 0;
	}
	footer .footer-sub .fl-row-content-wrap .fl-col-group div.fl-col:nth-child(2) {
		margin: 25px 0;
	}
}


/******************************************************************************************/
/************************************ 6 GENERAL STYLES ************************************/
/******************************************************************************************/


.primary-content a {
	text-decoration: underline;
}
.primary-content a:hover {
	text-decoration: underline;
}



.seopress-user-consent p > button {
	border-radius: 0;
	border-width: 2px !important;
	padding: 10px 15px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 800;
	border-color: #4B155A !important;
}
.seopress-user-consent p > button#seopress-user-consent-accept:hover {
	background-color: #3F124C;
}
@media screen and (max-width: 768px) {
	.seopress-user-consent.seopress-user-message p:first-child {
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
}



.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	background-color: rgba(75, 21, 90, 0.16);
	padding: 8px 16px;
	color: #46545D;
	margin-right: 10px;
	border: 0;
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
	background-color: #4B155A;
	color: #FFFFFF;
}
.fl-builder-pagination, .fl-builder-pagination-load-more {
	padding-top: 0;
	padding-bottom: 0;
}


@media screen and (max-width: 992px) {
	.contact-info .fl-button-group .fl-button-group-buttons .fl-button-group-button {
		width: 100%;
		padding-right: 0;
	}
	.contact-info .fl-button-group .fl-button-group-buttons .fl-button-group-button {
		padding-right: 0 !important;
	}
	.contact-info .fl-button-group .fl-button-group-buttons .fl-button-group-button:first-child {
		padding-bottom: 12px!important;
	}
	.contact-info .fl-button-wrap {
		width: 100%;
	}
	.contact-info .fl-module-button-group .fl-module-content {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.contact-info .fl-col-group {
		flex-direction: column;
	}
	.contact-info .fl-col-group .river-content-col {
		margin-top: 30px;
	}
	.contact-info .fl-button-group .fl-button-group-buttons .fl-button-group-button:first-child {
		padding-top: 30px;
	}
}


/******************************************************************************************/
/******************************** X GENERAL MEDIA QUERIES *********************************/
/******************************************************************************************/