/*
	Theme Name: Thrive Grove 2025
	Theme URI: https://acsquantumdesign.com/
	Author: Ryan Stora
	Author URI: https://acsquantumdesign.com/
	Description: This theme was built in 2025 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately.
*/

/* FONTS */
	@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
	/* 
	.source-sans-3-<uniquifier> {
	  font-family: "Source Sans 3", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	}
	*/
	
/* RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { border: 0; margin: 0; padding: 0; font-size: 100%;vertical-align: baseline; box-sizing: border-box;}
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	table  { border-collapse: collapse; border-spacing: 0; }
	td, td img { vertical-align: top; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	html, body, form, img { border: 0; margin: 0; padding: 0;}
	html { font-size: 100%}
	::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);}
	a { border: none; cursor: pointer; }
	a:focus { outline: 2px dotted #f89; text-decoration: underline; }
	a:hover, a:active { outline: none; }
	ol { list-style: decimal; }
	ul { list-style: disc; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	input[type=text], input[type=email], input[type=password], input[type=submit] { appearance: none; -webkit-appearance: none; }
	input[type=submit] { cursor: pointer; }
	input[type=text]:focus { outline: 0 none; }
	.alignleft { display: inline; float: left; margin-right: 25px; }
	.alignright { display: inline; float: right; margin-left: 25px; }
	.aligncenter { clear: both; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.clearfix { clear: both; overflow: hidden; zoom: 1; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; width: auto; height: auto; margin-top: 25px; margin-bottom: 25px; }
	th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
	td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

/* GENERAL */
	body { 
		font: normal 400 1.11em/1.5em 'Source Sans 3', sans-serif;	
		color: #404040;
		padding: 0;
		margin: 0;
	}
	strong {
		font-weight: ;
	}
	a {
		color: #233c70;
		text-decoration: none;
		transition: all ease .2s;
	}
	a:hover {
		color: #76c046;
		transition: all ease .2s;
	}	

/* BLOCKS */
	p {
		font: normal 400 20px/30px 'Source Sans 3', sans-serif;	
		color: #404040;
		padding: 10px 0 20px 0;
		margin: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: 0;
		font-family: 'Source Sans 3', sans-serif;
		padding: 10px 0 20px 0;
		text-transform: capitalize;
		line-height: 1.17;
		color: #233c70;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 18px;
	}
	.button {
		font: normal 700 16px/16px 'Source Sans 3', sans-serif;
		letter-spacing: 0.05em;
		padding: 15px 30px;
		display: inline-block;
		color: #fff;
		background-color: #233c70;
		cursor: pointer;
		text-transform: uppercase;
		margin-bottom: 20px;
		position: relative;
	}
	.button span {
		position: relative;
		z-index: 2;
	}
	.button::after {
		content: " ";
		display: block;
		width: 100%;
		position: absolute;
		height: 4px;
		background-color: #ccba92;
		bottom: 0;
		left: 0;
		z-index: 1;
		transition: .35s all;
	}
	.button:hover {
		background-color: #ccba92;
		color: #fff;
	}
	.button:hover::after {
		height: 100%;
	}
	ul, ol {
		margin: 0 0 0 40px;
		padding: 0px 0 10px;
	}
	ul ul, ul ol,
	ol ol, ol ul {
		margin-bottom: 0;
	}
	li {
		font: normal 400 20px/28px 'Source Sans 3', sans-serif;	
		color: #202020;
		padding: 6px 0;
		margin: 0;
	}
	figure,
	.wp-block-image {
		padding: 10px 0 20px;
	}
	.c-accordion__item {
		margin-bottom: 5px;
		background-color: #f0f0f0;
	}
	.c-accordion__item:before {
		transition: all ease-out .6s;
	    background: none repeat scroll 0 0 #76c046;
	    content: "";
	    display: block;
	    height: 3px;
	    width: 0;
	}
	.c-accordion__item:hover:before,
	.c-accordion__item.is-open:before {
		transition: all ease-out .3s;
		width: 100%;
	}
	.c-accordion__item .c-accordion__title {
		transition: all ease-out .4s;
		background-color: #fff;
		font-size: 24px;
		line-height: 32px;
		padding: 17px 50px 12px 20px;
	}
	.c-accordion__item:hover .c-accordion__title,
	.c-accordion__item.is-open .c-accordion__title {
		color: #76c046;
		transition: all ease-out .3s;
	}
	.c-accordion__item .c-accordion__title:after {
		right: 20px;
		padding-top: 5px;
		transition: all ease-out .4s;
	}
	.c-accordion__item:hover .c-accordion__title:after,
	.c-accordion__item.is-open .c-accordion__title:after {
		color: #76c046;
		transition: all ease-out .3s;
	}
	.c-accordion__item .c-accordion__content {
		padding: 10px 50px 20px 20px;
		background-color: #fff;
	}


/* MAX WIDTH */
	.main-wrap,
	nav.primary_nav .menu-primary-menu-container,
	.hero-wrap .hero .hero-content,
	.introduction-wrap,
	.content,
	.highlight,
	.pods-wrapper,
	.testimonials-wrap,
	.footer,
	.copyright,
	.content-wrap.int {
		max-width: 100%;	
	}

/* HEADER */
	header { position: fixed; z-index: 100; width: 100%; background-color: #fff; } 
	header.stick { position: fixed; top:0; box-shadow: 0 5px 10px rgba(0, 0, 0, .10); }
	.logged-in header.stick { top: 32px; }
	#logo { background: none!important; width: 80%; max-width: 400px; padding: 15px 0;}
	#logo h2 { padding: 0; line-height: 0; }
	#logo h2::before { display: none; }
	#logo a { display: block; width: 100%; height: 100%; }
	#logo a img { max-width: 100%; height: auto; }
	.head {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.main-wrap {
		position: relative;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;	
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	
/* MENU */
	nav.primary_nav .menu-primary-menu-container { display: inline-block; }
	nav.primary_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
	nav.primary_nav ul li { position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	nav.primary_nav ul li a { display: block; text-decoration: none; }	
	nav.primary_nav ul li:hover a, nav.primary_nav ul li a:focus, nav.primary_nav ul li.current-menu-item a, nav.primary_nav ul li.current-menu-ancestor a, nav.primary_nav ul li.current_page_parent a, nav.primary_nav ul li ul.sub-menu { outline: none; }
	nav.primary_nav ul li li { padding: 0; }
	nav.primary_nav ul li ul.sub-menu { left: -9999px; position: absolute; opacity: 0; min-width: 200px; }
	nav.primary_nav ul li:hover ul.sub-menu, nav.primary_nav ul li.active ul.sub-menu, nav.primary_nav ul li a:focus + ul.sub-menu { left: auto; opacity: 1; -webkit-transition: 0s all; -moz-transition: 0s all; -ms-transition: 0s all; -o-transition: 0s all; transition: 0s all; }
	nav.primary_nav ul li.right-submenu:hover ul.sub-menu, nav.primary_nav ul li:last-child:hover ul.sub-menu, nav.primary_nav ul li.active:last-child ul.sub-menu, nav.primary_nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
	nav.primary_nav ul li ul.sub-menu li { display: block; height: auto; }
	nav.primary_nav ul li ul.sub-menu li ul.sub-menu { left: -9999em; top: 0; }
	nav.primary_nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	nav.primary_nav {
		width: 100%;
		display: flex;
		margin: 0 auto;
		align-items: center;
	}
	nav.primary_nav .menu-primary-menu-container {
		margin: 0 auto;
	}
	nav.primary_nav ul li {
		display: inline-block;
	}
	nav.primary_nav ul li a {
		padding: 10px 0px 0px;
		margin: 0 10px;
		color: #233c70;
		font: normal 400 16px/20px 'Source Sans 3', sans-serif;
		text-transform: uppercase;
		letter-spacing: .04em;
	}
	nav.primary_nav ul li a:after {
		transition: all ease .25s;
		background: none repeat scroll 0 0 #76c046;
		content: "";
		display: block;
		height: 3px;
		width: 0;
		margin-top: 5px;
	}
	nav.primary_nav ul li a:hover:after {
		width: 100%;
	}
	nav.primary_nav ul li li a:after {
		display: none;
	}
	nav.primary_nav ul li.current-menu-item > a:after, 
	nav.primary_nav ul li.current-menu-ancestor > a:after, 
	nav.primary_nav ul li.current_page_parent > a:after {
		background: none repeat scroll 0 0 #76c046;
		content: "";
		display: block;
		height: 3px;
		width: 100%;
		margin-top: 5px;
	}
	nav.primary_nav ul li:hover > a, 
	nav.primary_nav ul li.active > a, 
	nav.primary_nav ul li > a:focus, 
	nav.primary_nav ul li.current-menu-item > a, 
	nav.primary_nav ul li.current-menu-ancestor > a, 
	nav.primary_nav ul li.current_page_parent > a {
		color: #76c046;
	}
	nav.primary_nav ul li.active > a, 
	nav.primary_nav ul li.current-menu-item > a, 
	nav.primary_nav ul li.current-menu-ancestor > a, 
	nav.primary_nav ul li.current_page_parent > a {
		font-weight: 600;
	}
	nav.primary_nav ul li ul li {
		text-align: left;
		margin: 0;
	}
	nav.primary_nav ul li ul li a {
		background-color: #fff;
		border-bottom: 1px solid #d0d0d0;
		padding: 10px;
		margin: 0;
		text-transform: capitalize;
	}
	nav.primary_nav ul li ul li:hover > a, 
	nav.primary_nav ul li ul li.active > a, 
	nav.primary_nav ul li ul li > a:focus, 
	nav.primary_nav ul li ul li.current-menu-item > a, 
	nav.primary_nav ul li ul li.current-menu-ancestor > a, 
	nav.primary_nav ul li ul li.current_page_parent > a,
	nav.primary_nav ul li ul li a:hover {
		color: #fff;
		background-color: #76c046;
		border-bottom: 1px solid #76c046;
	}
	nav.primary_nav ul li ul.sub-menu {
		box-shadow: 3px 3px 6px rgba(0,0,0,.1);
	}
	#navbtn {
		display: none;
		position: relative;
		width: auto;
		text-align: right;
		clear: both;
		overflow: hidden;
		padding: 15px;
		height: 52px;
	}
	.lines {
		clear: both;
		text-align: center;
		width: 35px;
		height: 22px;
		margin: 0 auto;
		cursor: pointer;
		float: right;
	}
	.lines .line {
		background-color: #233c70;
		height: 4px;
	}
	.open .lines .line {
		background-color: #fff;
	}
	.lines .line.one {
		width: 100%;
		transition: all ease .2s;
	}
	.lines .line.two {
		width: 68%;
		margin: 5px 0;
		transition: all ease .2s;
	}
	.lines .line.three {
		width: 85%;
		transition: all ease .2s;
	}
	.lines:hover .line.one {
		width: 85%;
		transition: all ease .2s;
	}
	.lines:hover .line.two {
		width: 100%;
		transition: all ease .2s;
	}
	.lines:hover .line.three {
		width: 68%;
		transition: all ease .2s;
	}
	.open .lines .line.two {
		display: none;
	}
	.open .lines .line.one {
		width: 90%;
		margin: 9px 0 0 0;
		transform: rotate(45deg);
	}
	.open .lines .line.three {
		width: 90%;
		margin: -4px 0 0 0;
		transform: rotate(-45deg);
	}
	
/* HERO */
	.hero-wrap {
		clear: both;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		width: 100%;
		background-color: #293C6C;
		padding-top: 95px;
		min-height: 500px;
	}
	.hero-wrap.int .hero .hero-content {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		height: 100%;
		width: 100%;
	}
	.hero-wrap.int .hero .hero-content .hero-relative {
		position: relative;
		padding: 0;
		margin: 0 auto;
		width: 90%;
		height: 100%;
		z-index: 99;
	}
	.hero-wrap.int .hero .hero-content .inner {
		position: absolute;
		bottom: -24px;
		text-align: right;
		right: 0;
	}
	.hero-wrap.int .hero .hero-content h1 {
		color: #fff;
		font: normal 700 100px/110px 'Source Sans 3', sans-serif;
		padding: 0;
		text-transform: none;
		opacity: .9;
	}
	.hero-wrap .hero .img {
		width: 100%;
		height: auto;
		max-height: 85vh;
	}
	.hero-wrap.int .hero .hero-content {
		padding: 0;
	}
	.hero-wrap.int .hero .img {
		line-height: 0;
		margin: 0;
		padding: 0;
	}
	.hero-wrap.int .hero .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/* CONTENT */
	.content-wrap {
		clear: both;
	}
	.content-wrap::after {
		clear: both;
		overflow: hidden;
		display: block;
		content: " ";	
	}
	.content {
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	.content .left img,
	.content .right img {
		max-width: 100%;
		height: auto;
	}
	.content-wrap.int {
		width: 100%;
		margin: 0 auto;
		z-index: 99;
		position: relative;
	}
	.content-wrap.int .content {
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.intro p {
		font-size: 24px;
		line-height: 32px;
	}
	
/* BLOCKS */
	.wp-block-group .wp-block-group__inner-container {
		max-width: 1000px;
		margin: 100px auto;
		width: 90%;
	}
	.wp-block-group.wide .wp-block-group__inner-container {
		max-width: 1200px;
		margin: 100px auto;
		width: 90%;
	}
	.wp-block-group.full .wp-block-group__inner-container {
		max-width: 100%;
		margin: 100px auto;
		width: 90%;
	}
	.wp-block-image img {
		width: 100%;
		max-width: 100%;
	}
	hr.wp-block-separator {
		border-top: 3px solid #919db7;
		margin: 40px 0;
	}
	.wp-block-columns {
		gap: 3em;
	}
	.wp-block-columns.border-right .wp-block-column:first-child {
		border-right: 3px solid #919db7;
		padding-right: 3em;
	}
	.wp-block-buttons {
    	padding: 10px 0;
	}
	.wp-block-buttons > .wp-block-button .wp-block-button__link {
		font: normal 400 18px/28px 'Source Sans 3', sans-serif;
		padding: 10px 20px;
		border-radius: 0;
		background-color: #293C6C;
		color: #fff;
		transition: all ease .25s;
	}
	.wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
		background-color: #76c046;
		transition: all ease .25s;
	}
	.wp-block-media-text {
		padding: 15px 0;
	}


/* FOOTER */
	footer {
		clear: both;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.footer-wrap {
		clear: both;
		overflow: hidden;
		width: 100%;
		background: #fff;
		padding: 0;
	}
	.footer {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer .widget_footer {
		width: 100%;
	}
	.footer .widget_footer > .wp-block-group > .wp-block-group  {
		width: 100%;
		padding: 50px 5%;
	}
	.footer .wp-block-group.wide .wp-block-group__inner-container {
		margin: 0px auto;
		padding: 20px 0;
	}
	.footer .widget .wp-block-group.info {
		padding: 50px 0;
	}
	.footer .widget_footer .wp-block-group.is-content-justification-center {
		justify-content: space-between;
		gap: 4em;
	}
	.footer .widget_footer .wp-block-group.is-content-justification-center figure {
		max-width: 200px;
	}
	.footer .widget_footer .wp-block-group.is-vertical {
		gap: 0;
	}
	.footer .widget_footer h1,
	.footer .widget_footer h2,
	.footer .widget_footer h3,
	.footer .widget_footer h4,
	.footer .widget_footer h5,
	.footer .widget_footer h6 {
		padding: 5px 0;
		color: #202020;
	}
	.footer .widget_footer p,
	.footer .widget_footer p a {
		font-size: 18px;
		line-height: 26px;
		padding: 5px 0;
	}
	.footer .widget_footer a:hover {
		color: #fff;
	}
	.footer .widget .wp-block-group .wp-block-group .wp-block-group__inner-container {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.footer .widget .wp-block-group .wp-block-group .wp-block-group__inner-container i {
		margin: 0 10px 0 0;
		color: #ccba92;
	}
	.footer .widget_nav_menu .menu-social-menu-container {
		text-align: right;
	}
	.footer .widget_nav_menu ul {
		display: inline-block;
		text-align: right;
		list-style: none;
		margin: 0;
	}
	.footer .widget_nav_menu ul li {
		display: inline-block;
		text-align: right;
		list-style: none;
		margin: 0;
		padding: 0 0 0 20px;
	}
	.footer .widget_nav_menu ul li a {
		color: #233c70;
		font-size: 30px;
		display: block;
	}
	.footer .widget_nav_menu ul li a:hover {
		color:  #233c70;
	}
	.copyright {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 5% 30px;
		background-color: #919db7;
	}
	.copyright p {
		font-size: 14px;
		line-height: 24px;
		color: #202020;
		padding: 0;
	}
	.copyright p a {
		color: #202020;
	}
	.copyright p a:hover {
		color: #fff;
	}

/* 404 ERROR */
	.error404 .content-wrap.int {
		background-color: #293C6C;
		position: absolute;
		top: 0;
	}
	.error404 .content-wrap.int .content {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
		height: 100vh;
		display: flex;
		align-items: center;
	}
	.error404 .content h1 {
		color: #fff;
		font-size: 60px;
		line-height: 70px;
	}
	.error404 .content p {
		color: #fff;
	}
	.error404 footer {
		display: none;
	}

/* FORMIDABLE */
	.frm_image_options .frm_image_option_container img {
		width: auto!important;
		height: auto!important;
		object-fit: contain!important;
		padding: 10px!important;
	}
	.frm_image_options .frm_image_option_container {
		flex-wrap: nowrap!important;
	}
	.frm_text_label_for_image {
		text-align: left!important;
	}
	.frm_form_field .frm_radio.frm_image_option {
		width: auto!important;
		max-width: 300px!important;
	}
	.frm_text_label_for_image_inner {
		font-size: 20px!important;
	}
	.frm_style_formidable-style.with_frm_style .frm_submit button {
		font: normal 400 18px/28px 'Source Sans 3', sans-serif!important;
		padding: 10px 20px!important;
		border-radius: 0!important;
		background-color: #293C6C!important;
		color: #fff!important;
		transition: all ease .25s!important;
		border: none!important;
	}
	.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
		background-color: #76c046!important;
		transition: all ease .25s!important;
	}	

/* RESPONSIVE */
	@media all and (max-width: 1100px) {
		#logo {
			max-width: 300px;
		}
		nav.primary_nav ul li a {
			font-size: 14px;
			margin: 0 6px;
		}
		.hero-wrap {
			padding-top: 80px;
			min-height: 400px;
		}
		.hero-wrap.int .hero .hero-content h1 {
			font-size: 70px;
			line-height: 80px;
		}
		.hero-wrap.int .hero .hero-content .inner {
			bottom: -18px;
		}
	}
	@media all and (max-width: 900px) {
		.main-wrap {
			display: block;
			width: 100%;
		}
		#navbtn {
			position: absolute;
			top: 15px;
			right: 0;
			display: block;
			z-index: 9;
		}
		nav.primary_nav {
			position: static;
			justify-content: flex-end;
			background: none;
		}
		nav.primary_nav ul {
			width: 100%;
		}
		nav.primary_nav .menu-primary-menu-container {
			display: block;
			position: fixed;
			top: 0;
			right: -100%;
			background-color: #233c70;
			width: auto;
			height: 100%;
			overflow-y: scroll;
			z-index: 1;
		}
		.open nav.primary_nav .menu-primary-menu-container {
			right: 0;
		}
		nav.primary_nav .menu-primary-menu-container > ul {
			padding: 130px 0 0 0;
			width: 100%;
		}
		nav.primary_nav ul li {
			display: block;
			padding: 0;
			float: none;
		}
		nav.primary_nav ul li a {
			display: block;
			color: #fff;
			padding: 20px 0;
			font-size: 18px;
			line-height: 18px;
			border: none;
			border-bottom: 1px solid rgba(255,255,255,.2);
			text-align: left;
			margin: 0 30px;
		}
		nav.primary_nav ul li ul.sub-menu {
			width: auto;
			margin: 0 30px;
			padding: 20px 0;
			background: none;
			display: block;
			clear: both;
			overflow: hidden;
			position: relative;
			left: 0;
			opacity: 1;
			box-shadow: none;
			border-bottom: 1px solid rgba(255,255,255,.2);
		}
		nav.primary_nav ul li ul.sub-menu li a {
			padding: 10px 30px 10px 30px;
			background-color: transparent;
			color: #fff;
			border: none;
		}
		nav.primary_nav ul li ul.sub-menu li a:hover {
			color: #76c046;
		}
		nav.primary_nav ul li.current-menu-item > a:after, 
		nav.primary_nav ul li.current-menu-ancestor > a:after, 
		nav.primary_nav ul li.current_page_parent > a:after {
			display: none;
		}
		nav.primary_nav ul li a:after {
			display: none;
		}
		footer {
			margin-top: 0;
		}
		.footer {
			flex-wrap: wrap;
		}
		.footer .widget_footer,
		.footer #block-11,
		.footer #block-10 {
			width: 100%;
		}
		.footer .widget .wp-block-group.logos,
		.footer .widget .wp-block-group.info {
			flex-wrap: wrap;
			justify-content: center;
			gap: 2em;
		}
		.footer .widget .wp-block-group.info {
			justify-content: flex-start;
		}
		.footer .widget .wp-block-group.logos > .wp-block-group,
		.footer .widget .wp-block-group.info > .wp-block-group {
			min-width: 45%;
		}
		.content-wrap.int {
			width: 100%;
		}
		.hero-wrap.int .hero .hero-content h1 {
			font-size: 50px;
			line-height: 60px;
		}
		.hero-wrap.int .hero .hero-content .inner {
			bottom: -16px;
		}
	}
	@media all and (max-width: 782px) {
		.logged-in header.stick { 
			top: 46px; 
		}
		.wp-block-group .wp-block-group__inner-container,
		.wp-block-group.wide .wp-block-group__inner-container,
		.wp-block-group.full .wp-block-group__inner-container {
			margin: 50px auto;
		}
		.hero-wrap.int .hero .hero-content .inner {
	        top: 60%;
	        left: 50%;
	        transform: translate(-50%, -50%);
	        bottom: auto;
	        text-align: center;
	        width: 100%;
		}
		.hero-wrap {
			min-height: 300px;
		}
		.hero-wrap.int .hero .hero-content .inner h1 {
			opacity: 1;
		}
		.wp-block-columns.border-right .wp-block-column:first-child {
			border-right: none;
			padding-right: 0;
		}
	}
	@media all and (max-width: 600px) {
		.footer .widget .wp-block-group.info > .wp-block-group {
			min-width: 100%;
		}
		.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
			padding: 5% 0 0;
		}
		.hero-wrap {
			min-height: 250px;
		}
	}
	@media all and (max-width: 420px) {
		.hero-wrap {
			min-height: 150px;
			padding-top: 19%;
		}
		.hero-wrap.int .hero .hero-content h1 {
			font-size: 36px;
	        line-height: 46px;	
		}
		h1 {
			font-size: 36px;
			line-height: 46px;
		}
		h2 {
			font-size: 30px;
			line-height: 40px;		
		}
		h3 {
			font-size: 24px;
			line-height: 34px;
		}
		h4 {
			font-size: 20px;
			line-height: 30px;		
		}
		h5 {
			font-size: 18px;
			line-height: 28px;		
		}
		h6 {
			font-size: 16px;
			line-height: 26px;		
		}
	}
















