/*
Theme Name: My Twenty Twenty One Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: Orchard
Author URI: https://growatorchard.com/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* GENERAL STYLES */

.fl-builder-edit .media-modal {
    z-index: 9999999999999 !important;
}

body,html,#content {
	overflow-x: hidden !important;
	width: 100% !important;
	max-width: 100% !important;
}
.primary-navigation-open header {
	overflow-x: initial !important;
}

body, html, p, p a, .wp-block-quote cite, .wp-block-quote footer {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

ul, ul li, ol, ol li {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

h1, .h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 55px;
	color: #225F92;
	text-transform: uppercase;
}

h2, .h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #184F83;
	font-size: 32px;
	text-transform: uppercase;
}

h3, .h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 35px;
}

h4, .h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px; 
	color: #184F83;
}

h5, .h5 {
	font-family: 'Montserrat', sans-serif;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	width: 100%;
	max-width: 100%;
}

.fl-row-fixed-width {
    max-width: 100% !important;
    width: 100%;
}

.fl-row-content-wrap {
	padding: 0;
}

.fl-module-content {
	margin: 0;
}

#content {
	padding-top: 145px;
}

.button-style, input[type=submit] {
	background-color: #2a5d92 !important;
    padding: 7px 35px !important;
    margin-top: 1%;
    display: block;
    width: max-content;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
	border: 0px solid #fff !important;
	font-family: 'Montserrat', sans-serif !important;
}

.button-style img {
	 width: 13px; 
	vertical-align: baseline;
}

/*
.homepagebutton-style .button-style, input[type=submit]{
	vertical-align: baseline;
  display: flex;
  justify-content: center;
	background-color: #930059 !important;
    margin-top: 1%;
    display: block;
    width: max-content;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
	font-family: 'Montserrat', sans-serif !important;

}

.homepagebutton-style .button-style:hover, input[type=submit]:hover {
  display: flex;
  justify-content: center;
	color: #930059 !important; 
	background-color: #fff !important;
	border: 0px solid #fff;
}

 
.contactbutton-style.button-style, input[type=submit]{
	vertical-align: baseline;
	background-color: #2a5d92 !important;
    padding: 7px 35px !important;
    margin-top: 1%;
    display: block;
    width: max-content;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
	border: 0px solid #fff !important;
	font-family: 'Montserrat', sans-serif !important;

}

.contactbutton-style.button-style:hover, input[type=submit]:hover {
	 color: #3d3935 !important; 
	background-color: #fff !important;
	outline: 0px solid #fff !important;
	border: 0px solid #fff;
}

*/

.no-button .button-style {
	visibility: hidden;
	/*
	display: none !important;
	*/
}

.button-style:hover, input[type=submit]:hover {
	 color: #930059 !important; 
	background-color: #fff !important;
	outline: 3px solid #930059 !important;
	border: 0px solid #fff;
}

@media only screen and (max-width: 430px) { 
	
	body, html, p, p a, ul, ul li, ol, ol li {
		font-size: 16px;
	}
	
	.button-style, input[type=submit] {
		 width: 100%;
		text-align: center;
		padding: 7px 10px !important;
	}
	
	h1, .h1 {
		font-size: 40px;
	}
	
	h2, .h2 {
		font-size: 32px;
	}
	
	h3, .h3 { 
		font-size: 30px;
	}
	
	h4, .h4 { 
		font-size: 23px;
	}
	
}

/* GENERAL STYLES */

/* HEADER */
  /* SEARCH */

	#basic-addon2 img {
		margin-top: 9px;
    	margin-left: 5px;
    	width: 30px;
	}

    .search-form-wrapper {
		display: none;
		position: absolute;
		left: unset;
		right: 0;
		padding: 10px 10px;
		margin-top: 10px;
		background: url(/resources/images/misc/bg_search-open.png) right center no-repeat #2A5D92;
		width: 400px;
		z-index: 9;
	}

	.search-form-wrapper.open {
    	display: block;
	}


  /* SEARCH */

#masthead {
	height: 145px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 10px #00000029;
}

.nav-top {
	width: 80%;
    display: inline-block;
    margin-left: 3%;
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    right: 4%;
}

.primary-navigation {
	position: absolute;
    margin-left: auto;
    width: 80%;
    text-align: right;
    right: 5%;
    top: 70px;
}

.nav-top .icons {
	width: 40%;
    display: inline-block;
    margin-right: 2%;
}

.nav-top .icons .mobile {
	display: none;
}

.nav-top a.phone {
	margin-right: 5%;
}

.nav-top .icons .phone img {
	width: 15px;
    vertical-align: baseline;
    margin-bottom: -7px;
    margin-right: 5px;
}

.nav-top .icons img {
	width: 22px;
    vertical-align: baseline;
    margin-bottom: -3px;
}

.nav-top .links {
	width: max-content;
    display: inline-block;
	color: #930059;
}

.nav-top a {
	color: #930059;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.primary-navigation .menu-item-has-children a::after {
	content:"▽";	
	font-size: 11px;
    color: #2A5D92;
    padding-left: 4px;
}

.primary-navigation #menu-item-56 {
	background-color: #2A5D92;
	margin-left: 4%;
}

.primary-navigation #menu-item-56 a {
	color: #fff !important;
	padding-bottom: 12px;
}

.primary-navigation #menu-item-56:hover {
	background-color: #fff;
	outline: 3px solid #2A5D92;
	border-bottom: 0px solid #fff;
}

.primary-navigation #menu-item-56:hover a {
	color: #2A5D92 !important;
	text-decoration: none;
}

.primary-navigation .primary-menu-container > ul > .menu-item {
    display: inline-block;
}

.primary-navigation > div > .menu-wrapper {
    display: block; 
}

.primary-navigation .menu-item-has-children .sub-menu a::after {
	display: none;
}

.primary-navigation .menu-item:hover {
	border-bottom: 2px solid #2A5D92;
	text-decoration: none !important;
}

.primary-navigation a:hover {
	text-decoration: none;
}

.primary-navigation .menu-item.menu-item-has-children a:hover {
	text-decoration: none;
	border-bottom: 0px solid #2A5D92 !important;
}

.primary-navigation .menu-item-has-children .sub-menu a:hover {
	border-bottom: 0px solid #fff;
	padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
}

.primary-navigation .sub-menu {
	border: 0px solid #fff;
	box-shadow: 4px 4px 15px #0000005c;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu, .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background-color: #2A5D92;
	width: 100%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	padding: 0 5%;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	padding: 0;
}

.primary-navigation .sub-menu a {
	color: #fff !important;
}

.primary-navigation .sub-menu a:link {
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: transparent;
}

.primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover {
	text-decoration: none;
}

.primary-navigation .sub-menu a:link:hover {
	font-weight: 800;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	border-bottom: 1px solid #fff;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-of-type {
	border-bottom: 0px solid #fff;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display: none;
}

.primary-navigation a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.primary-navigation a:link, .primary-navigation a {
	color: #2A5D92 !important;
	padding-bottom: 5px;
}

header .site-branding {
	display: none;
}

.site-header {
    padding-top: 0;
	padding-bottom: 0;
}

.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
    max-width: 90%;
}

header .site-logo {
	width: 17% !important;
	padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

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

.site-header, .site-main, .widget-area, .site-footer {
    padding-top: 0;
}

.site-main {
	padding-bottom: 0;
}

#primary-menu-list .extra-links, #primary-menu-list .menu-search {
	display: none;
}

@media only screen and (max-width: 1375px) {
	
	.primary-navigation #menu-item-56 {
		margin-left: 1%;
	}
	
}

@media only screen and (max-width: 1355px) {
	
	.primary-navigation #menu-item-56 {
		margin-left: 1%;
	}
	
	.primary-navigation a, .nav-top a {
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 1285px) {
	
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
    	padding-left: 7px;
    	padding-right: 7px;
	}	

}

@media only screen and (max-width: 1265px) {
	
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
    	padding-left: 5px;
    	padding-right: 5px;
	}
	
	.nav-top .icons {
    	width: 50%; 
	}
	
}

@media only screen and (max-width: 1185px) {
	
	.primary-navigation a, .nav-top a {
    	font-size: 14.5px;
	}
	
}

@media only screen and (max-width: 1155px) {
	
	.site-logo .custom-logo {
		width: 100%;
	}
	
	#masthead {
    	height: 10vw;
	}
	
	#content {
    	padding-top: 10vw;
	}
	
}
       /* BEGIN MOBILE MENU */

@media only screen and (max-width: 1155px) {
	
	#primary-menu-list .extra-links, #primary-menu-list .menu-search {
		display: block;
	}
	
	#searchform #search-button {
    	background-image: url(/wp-content/uploads/2021/12/magnifying-glass-icon-blue.png);
    	height: 40px;
    	width: 40px;
    	background-size: 30px;
    	background-repeat: no-repeat;
    	padding: 0;
    	margin-bottom: -14px;
    	background-color: #fff !important;
		background-position: center;
	}
	
	.extra-links {
		margin-top: 3% !important;
    	text-align: center !important;
    	color: #fff;
    	padding-bottom: 3%;
	}
	
	#menu-item-22 {
		border-bottom: 0px solid #000;
	}
	
	.menu-search #searchform .search-field {
		width: 80%;
    	display: inline-block;
    	vertical-align: middle;
	}
	
	.menu-search #searchform #search-button {
		width: 15%;
    	display: inline-block;
    	vertical-align: middle;
    	margin-left: -.6%;
    	margin-top: -14px;
    	height: 51px;
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item.menu-search {
		border-bottom: 0px solid #000;
	}
	
	.menu-search #searchform {
		margin-top: 3%;
		padding-bottom: 3%;
	}
	
	.extra-links a {
		display: inline;
		font-size: 16px !important;
		text-decoration: underline !important;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.close .svg-icon {
		width: 50px;
		height: 50px;
	}
	
	.primary-navigation a:link, .primary-navigation a { 
		color: #fff !important;
	}
	
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		display: inline-block;
    	width: 5%;
    	text-align: center;
    	vertical-align: middle;
	}
	
	.nav-top .icons .desktop {
		display: none;
	}
	
	#masthead.hide {
    	top: -140px;
	}
	
	.nav-top .icons .mobile {
		display: inline;
	}
	
	#masthead {
		box-shadow: unset;
		transition: all .3s ease !important;
	}
	
	.primary-navigation {
		right: 1%;
    	top: 45px !important;
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 20px;
		width: max-content;
		display: inline-block;
	}
	
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		position: unset;
	}
	
	.primary-navigation #menu-item-56:hover {
    	background-color: #2A5D92;
    	outline: 2px solid #fff;
    	border-bottom: 0px solid #fff;
	}
	
	.primary-navigation #menu-item-56:hover a {
		color: #fff !important;
	}
	
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg, .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
    	width: 35px;
    	height: 35px;
	}
	
	.menu-button-container #primary-mobile-menu {
		padding: 0 !important;
	}
	
	.primary-navigation > div > .menu-wrapper > li > .sub-menu, .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    	background-color: #fff; 
	}
	
	.primary-navigation .sub-menu {
		box-shadow: none;
	}
	
	.primary-navigation .sub-menu a:link, .primary-navigation .sub-menu a {
    	color: #2A5D92 !important;
	}
	
	.primary-navigation .menu-item-has-children a::after {
		display: none;
	}
	
	.primary-navigation > div > .menu-wrapper .menu-item-has-children .sub-menu-toggle {
    	display: inline-block;
    	width: 5%;
    	vertical-align: middle;
    	padding-left: 1%;
	}
	
	.menu-button-container #primary-mobile-menu {
    	margin-right: 20px;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
		top: 0px;
    	width: 50px;
    	height: 50px;
	}
	
	.primary-navigation a:link {
		padding-bottom: 20px; 
		padding-top: 20px;
		font-size: 20px;
	}
	
	.primary-navigation #menu-item-56 {
		background-color: #fff;
    	width: 95%;
    	margin: 0 auto;
    	text-align: center;
		margin-top: 3%;
	}
	
	.primary-navigation #menu-item-56 a {
		color: #2A5D92 !important;
	}
	
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		color: #fff;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon path {
		fill: #2A5D92;
	}
	
	.menu-button-container {
    	display: block;
	}
	
	.primary-navigation-open .primary-menu-container {
		display: block;
	}
	
	.primary-navigation-open .menu-button-container {
		top: 60px;
    	left: 0;
    	padding-bottom: 30px;
    	background-color: unset;
		padding-top: 0;
	}
	
	.primary-navigation-open .menu-button-container .close {
		color: #2A5D92;
    	text-shadow: 0 0 black;
    	opacity: 1;
	}
	
	.primary-menu-container {
		display: none;
	}	
	
	.admin-bar .primary-navigation > .primary-menu-container {
    	top: 115px;
    	z-index: 999;
	}
	
	.primary-navigation-open .primary-navigation {
    	position: unset; 
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item {
		width: 95%;
		margin: 0 auto;
    	display: block;
    	text-align: left;
		border-bottom: 1px solid #fff;
	}
	
	.primary-navigation > div > .menu-wrapper {
		background-color: #184F83;
		padding: 0% 1%;
	}
	
}

@media only screen and (max-width: 999px) {
	
	.nav-top .links {
		display: none;
	}
	
	.nav-top .icons {
    	width: 100%;
    	margin-top: 2px;
    	text-align: center;
	}
	
	.nav-top .icons a {
		color: #fff;
	}
	
	.nav-top {
    	width: 100%;
    	display: block;
    	margin-left: 0;
    	text-align: center;
    	position: absolute;
    	left: 0;
    	top: 0;
    	height: 38px;
    	background-color: #84003F;
	}
	
	#masthead {
    	height: 125px;
	} 
	
	.site-logo .custom-logo {
		margin-top: 10px;
	}
		
	header .site-logo {
		margin-top: 39px;
	}
	
	.menu-button-container {
		margin-top: 10px;
	}
	
	#content {
    	padding-top: 125px;
	}
	
}

@media only screen and (max-width: 670px) {
	
	header .site-logo {
		width: 25% !important;
		margin-top: 40px;
	}
	
}

@media only screen and (max-width: 481px) {
	
	.primary-menu-container {
		top: 108px !important;
		padding-top: 0 !important;
	}
	
	.site-header.has-logo.has-title-and-tagline {
    	align-items: initial;
	}
	
	.site-header.has-logo.has-title-and-tagline.has-menu {
    	justify-content: initial;
	}
	
	.site-logo .custom-logo {
		max-width: 100%;
	}
	
	header .site-logo {
    	width: 135px !important;
    	margin-top: 37px;
	}
	
	#content {
    	padding-top: 110px;
	}
	
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		margin-right: 10px;
	}
	
	#masthead {
    	height: 110px;
		top: 0px;
	}
	
	#masthead.hide {
    	top: -140px !important;
	}
	
	.primary-navigation a, .nav-top a {
    	font-size: 13px;
	}	
	
	.primary-navigation > .primary-menu-container {
		z-index: 9;
		padding: 0 !important;
		border: unset !important;
	}
	
	#primary-menu-list .extra-links a {
		width: max-content;
	}
	
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
    	position: absolute;
    	padding-top: 0;
    	margin-top: 0;
    	right: 0;
    	top: 0;
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
    	top: 0; 
	}
	
	.menu-button-container #primary-mobile-menu .dropdown-icon {
    	display: block; 
	}
	
	.menu-button-container #primary-mobile-menu {
    	display: block; 
	}
	
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
    	position: unset; 
	}
	
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
    	position: absolute; 
	}
	
	.admin-bar .primary-navigation {
    	top: 0px !important;
    	width: 90%;
		left: 0 !important;
	}
	
	.primary-navigation-open .menu-button-container {
    	top: 45px;
	}
	
	.primary-navigation > .primary-menu-container {
		background-color: transparent !important;
	}
	
	.primary-navigation > .primary-menu-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    	display: none;
	}
	
	.primary-navigation > div > .menu-wrapper .menu-item-has-children .sub-menu-toggle {
		width: 10%;
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		width: max-content;
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item {
		width: 100%;
	}
	
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		width: 102%;
		margin-left: -1%;
	}
	
	.primary-navigation #menu-item-56 a {
		padding-bottom: 10px;
		padding-top: 12px;
	}
	
	.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
		color: #2A5D92;
	}
	
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg path, .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg path {
		fill: #fff;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.primary-navigation .sub-menu li {
		padding: 20px 0 !important;
    	border-bottom: 1px solid #184f83 !important;
	}
	
	.primary-navigation .sub-menu li:last-of-type{
		border-bottom: 0px solid #fff !important;
	}
	
	.primary-navigation a:link {
    	padding-bottom: 20px;
    	padding-top: 20px; 
	}
	
	.menu-search #searchform #search-button {
		height: 47px;
	}
	
	.menu-search #searchform #search-button {
    	height: 47px;
    	margin-left: -2%;
    	width: 17%;
	}	
	
	.nav-top .icons {
		margin-top: 6px;
	}
	
}

@media only screen and (max-width: 320px) {
	
	.primary-navigation a, .nav-top a {
    	font-size: 11px; 
	}
	
	.nav-top .icons {
		margin-top: 6px;
	}
	
}

/* HEADER */

/* SEARCH RESULTS */

.search-results h1 {
	font-weight: 600 !important;
    font-size: 55px !important;
	margin-top: 5%;
}

.search-results .search-result-count {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5%;
}

.search-results article {
	width: 85%;
	margin: 0 auto;
	border-bottom: 1px solid #225F92;
	margin-bottom: 2%;
}

.search-results .more-link {
	color: #225F92;
	text-decoration: underline;
}

.search-results .post-thumbnail {
	display: none;
}

.search-results .entry-header h2 {
	font-size: 28px;
}

@media only screen and (max-width: 480px) {
	
	.search-results article { 
		width: 95%;
		margin-bottom: 9%;
    	padding-bottom: 5%;
	}
	
	.search-results .search-result-count {
		width: 95%;
		margin-bottom: 10%;
	}
	
	.search-results h1 {
    font-size: 40px !important; 
	}
	
	.search-results .page-header {
		margin-bottom: 10%;
		padding-bottom: 10%;
	}
	
}

/* SEARCH RESULTS */

/* NEWS TEMPLATE */

.news-template .header {
	width: 100%;
    height: 450px;
	background: url('/wp-content/uploads/2021/11/couple-on-computer.jpg') rgba(0, 0, 0, 0.25);
  	background-size:cover;
  	background-blend-mode: multiply;
	position: relative;
	background-position: center;
}

.news-template .header .details {
	display: none;
/* position: absolute;
    bottom: 0;
    background-color: #84003F;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif !important;
	*/
}

.news-template .divider {
    width: 100%;
}

.news-template .content p {
	margin-bottom: 2%;
}

.news-template .header h1 {
	color: #fff;
    text-shadow: 0px 0px 15px #0000007a;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 40%;
    width: 90%;
    text-align: center;
}

.news-template .content {
	margin: 5% auto;
    width: 80%;
}

.news-template .content h2, .news-template .content h3 {
	margin-bottom: 2%;
	text-transform: initial;
}

.news-template .back a {
	font-weight: 600;
    color: #84003F;
    font-family: 'Montserrat', sans-serif !important;
}

.news-template .related .posts a:nth-of-type(2) {
	background-color: #EE8B3F;
}

.news-template .related .posts a:nth-of-type(3) {
	background-color: #A9CC68;
}

.news-template .related .posts p:last-of-type {
	font-weight: 600;
    color: #84003F;
    padding-bottom: 3%;
    font-size: 18px;
}

.news-template .related .posts p:last-of-type:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1065px) {

	.news-template .header h1 {
		top: 30%;
	}
	
}

@media only screen and (max-width: 915px) {

	.news-template .header h1 {
		top: 20%;
	}
	
}


@media only screen and (max-width: 767px) {

	.news-template .header h1 {
		width: 95%;
		font-size: 42px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.news-template .header {
		height: 500px;
	}
	
	.news-template .header h1 {
    	top: -20%;
		font-size: 38px;
	} 
	
	.news-template .content {
		width: 95%;
	}
	
}

@media only screen and (max-width: 295px) {
	
	.news-template .header h1 {
    	top: -25%; 
	}
	
}

/* NEWS TEMPLATE */

/* RICH TEXT */

.fl-rich-text {
	width: 85%;
    margin: 5% auto;
}

.fl-rich-text h1 {
	margin-bottom: 3%;
}

.fl-rich-text a {
	text-decoration: underline;
	color: #316094;
}

.page-id-6 .fl-rich-text {
	margin-top: 0;
}

.page-id-6 .fl-rich-text img {
	display: inline;
	margin: 0 1%;
}

.page-id-6 .fl-rich-text p {
	text-align: center;
}

@media only screen and (max-width: 700px) {
	
	.fl-rich-text {
		width: 95%;
	}
	
	.page-id-6 .fl-rich-text img {
		margin: 3% 0%;
	}
	
}

/* RICH TEXT */

/* POSTS */

.posts {
	width: 85%;
    margin: 0 auto;
	display: flex;
  	flex-wrap: wrap;
	margin-bottom: 5%;
}

.posts a {
    flex-grow: 1;
    width: 100%;
    max-width: 31%;
    margin: 1%;
	background-color: #6596C4;
	text-decoration: none;
}

.posts a:nth-of-type(2n) {
	background-color: #EE8B3F;
}

.posts a:nth-of-type(5n) {
	background-color: #A9CC68;
}

.posts a:hover {
	text-decoration: none;
}

.posts a:hover h3 {
	text-decoration: underline;
}

.posts .block .featured-image {
	background-image: url('/wp-content/uploads/2021/11/default-featured-image.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 15vw;
	background-position: center;
}

.posts .block .info {
	display: none;
/* width: 90%;
    margin: 0 auto;
    font-size: 16px;
	*/ 
}

.posts .block .text {
	background-color: #ffffffb0;
    width: 90%;
    margin: 0 auto;
    margin-top: -10%;
    padding-top: 3%;
}

.posts .block h3 {
	font-size: 24px;
    width: 90%;
    margin: 2% auto;
    color: #000;
	margin-top: 3%;
}

.posts .block p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 5%;
}

@media only screen and (max-width: 975px) {
	
	.posts a {
		max-width: 48%;
	}
	
	.posts .block .featured-image {
		height: 25vw;
	}
	
	.posts {
		width: 90%;
	}
	
}

@media only screen and (max-width: 550px) {
	
	.posts {
    	width: 95%;
	}
	
	.posts a {
    	max-width: 100%;
    	margin: 7% 0;
	}	
	
	.posts .block .featured-image {
    	height: 50vw;	
	}
	
}

/* POSTS */

/* FAQS */

.no-button .faqs p {
	margin-bottom: 2%;
}

.faqs {
	background-image: linear-gradient(#6aaae466, #7ab4e630);
	padding: 5% 0;
}

.faqs .text {
    text-align: center;
	margin: 0 auto;
	width: 80%;
}

.faqs .text img {
	width: 50px;
	margin-bottom: 2%;
}

.faqs .text h2 {
	margin-bottom: 2%;
}

.faqs .button-style {
	margin: 0 auto;
    margin-top: 2%;
	margin-bottom: 3%;
}

.faqs hr {
	opacity: 1;
    border-color: #184F83;
    margin-bottom: 2%;
}

.faqs .accordion.active {
	border-bottom: 0px solid;
	margin-bottom: 0;
}

.faqs .accordion {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
    display: block;
    background-color: #fff !important;
    color: #2A5D92 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    border: 1px solid #2A5D92;
    font-size: 20px;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.faqs .panel {
	width: 80%;
    margin: 0 auto;
  	padding: 0 18px;
  	display: none;
  	background-color: white;
  	overflow: hidden;
	margin-bottom: 2% !important;
	border-left: 1px solid #184F83;
	border-right: 1px solid #184F83;
	border-bottom: 1px solid #184F83;
}

.faqs .panel p {
	margin-bottom: 2%;
	color: #2a5d92;
}

.faqs .accordion:after {
  	content: '+';
    color: #930959 !important;
    float: right;
    margin-left: 5px;
    font-size: 35px;
    line-height: 20px;
    margin-top: 5px;
    width: 5%;
    text-align: center;
    display: inline-block;
	vertical-align: middle;
}

.faqs .accordion span {
    width: 94%;
    display: inline-block;
    vertical-align: middle;
}

.faqs .active:after {
  content: "-";
}

@media only screen and (max-width: 550px) {
	
	.faqs {
		padding: 10% 0;
	}
	
	.faqs .button-style {
		margin-top: 5%;
	}
	
	.faqs .text, .faqs .accordion, .faqs .panel {
		width: 95%;
	}
	
	.faqs .button-style {
		margin-bottom: 8%;
	}
	
	.faqs .accordion span {
    width: 93%; 
	}
	
	.faqs .accordion {
		margin-bottom: 5%;
	}
	
	.faqs .accordion:after {
		color: #fff !important;
    	background-color: #930059;
		width: 100%;
		padding: 2% 0;
	}
	
	.faqs .accordion {
		padding: 0;
	}
	
	.faqs .accordion span {
    	width: 90%;
    	margin: 3% auto;
    	display: block; 
	}
	
	.faqs .panel p {
		margin-top: 2%;
	}
	
}

/* FAQS */

/* FAQS2 */

.no-button .faqs p {
	margin-bottom: 2%;
}

.faqs2 {
	background-image: linear-gradient(#6aaae466, #7ab4e630);
	padding: 5% 0;
}

.faqs2 .text {
    text-align: center;
	margin: 0 auto;
	width: 80%;
}

.faqs2 .text img {
	width: 50px;
	margin-bottom: 2%;
}

.faqs2 .text h2 {
	margin-bottom: 2%;
}

.faqs2 .button-style {
	margin: 0 auto;
    margin-top: 2%;
	margin-bottom: 3%;
}

.faqs2 hr {
	opacity: 1;
    border-color: #184F83;
    margin-bottom: 2%;
}

.faqs2 .accordion.active {
	border-bottom: 0px solid;
	margin-bottom: 0;
}

.faqs2 .accordion {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
    display: block;
    background-color: #fff !important;
    color: #2A5D92 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    border: 1px solid #2A5D92;
    font-size: 20px;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.faqs2 .panel {
	width: 80%;
    margin: 0 auto;
  	padding: 0 18px;
  	display: none;
  	background-color: white;
  	overflow: hidden;
	margin-bottom: 2% !important;
	border-left: 1px solid #184F83;
	border-right: 1px solid #184F83;
	border-bottom: 1px solid #184F83;
}

.faqs2 .panel p {
	margin-bottom: 2%;
	color: #2a5d92;
}

.faqs2 .accordion:after {
  	content: '+';
    color: #930959 !important;
    float: right;
    margin-left: 5px;
    font-size: 35px;
    line-height: 20px;
    margin-top: 5px;
    width: 5%;
    text-align: center;
    display: inline-block;
	vertical-align: middle;
}

.faqs2 .accordion span {
    width: 94%;
    display: inline-block;
    vertical-align: middle;
}

.faqs2 .active:after {
  content: "-";
}

@media only screen and (max-width: 550px) {
	
	.faqs2 {
		padding: 10% 0;
	}
	
	.faqs2 .button-style {
		margin-top: 5%;
	}
	
	.faqs2 .text, .faqs .accordion, .faqs .panel {
		width: 95%;
	}
	
	.faqs2 .button-style {
		margin-bottom: 8%;
	}
	
	.faqs2 .accordion span {
    width: 93%; 
	}
	
	.faqs2 .accordion {
		margin-bottom: 5%;
	}
	
	.faqs2 .accordion:after {
		color: #fff !important;
    	background-color: #930059;
		width: 100%;
		padding: 2% 0;
	}
	
	.faqs2 .accordion {
		padding: 0;
	}
	
	.faqs2 .accordion span {
    	width: 90%;
    	margin: 3% auto;
    	display: block; 
	}
	
	.faqs2 .panel p {
		margin-top: 2%;
	}
	
}

/* FAQS2 */


/* CHECKLIST */

.checkboxes .container input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 50%;
}
.checkboxes .container input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "50% BENEFIT";
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 0%;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "100% BENEFIT";
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 0%;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "100% BENEFIT";
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 0%;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "100% BENEFIT";
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 0%;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "100% BENEFIT";
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar {
  padding-right: 0%;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner {
  background-color: #184F83;
}
.checkboxes .container input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ input[type=checkbox]:checked ~ .progress_bar > .progress_inner:after {
  content: "100% BENEFIT";
}

.checkboxes .progress_bar {
    height: 2rem;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
    padding-right: 100%;
    overflow: hidden;
    transition: padding-right 0.5s ease;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
	margin-bottom: 5%;
    margin-top: 5%;
}

.checkboxes .progress_bar .progress_inner {
  	content: "";
    transition: background-color 0.6s linear;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	border-radius: 20px;
	height: 37px;
}

.checkboxes input[type=checkbox] {
    height: 32px;
    width: 32px;
    margin-bottom: 3%;
    cursor: pointer;
    border: 1px solid #84053F;
    background-color: #fff;
	margin-right: 1%;
}

.demo .checkboxes label::after {
	display: none;
}

.demo .checkboxes {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.checkboxes label {
	display: inline-block;
	position: unset !important;
}

.checkboxes .container {
	text-align: left;
}

.checkboxes input[type=checkbox]:after {
	left: 10px;
    top: 3px;
    color: #4A6E3B;
	width: 10px;
    height: 19px;
}

.checkboxes input[type=checkbox] + label {
    font-size: 20px;
    cursor: pointer;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    color: #39393B;
    padding: 0;
    position: unset !important;
	display: inline-block;
    width: 90%;
    text-align: left;
}

.checklist .section-text {
	background-color: #EE8B3F;
}

.checklist .section-text .image::after {
	background: linear-gradient(to left, rgba(238,139,63,0.5) 0%,rgba(255, 255, 255, 0) 100%);
}

.checklist .section-text.list .content {
    padding: 2% 3% 2% 6%; 
}

.checklist .section-text.list .content h3 {
	margin-bottom: 1%;
}

.checklist .section-text.list .content p {
	margin-bottom: 2%;
}

@media only screen and (max-width: 960px) {
	
	.checklist .section-text.list .content {
    	padding: 5% 3% 2% 6%;
	}
	
	.checkboxes .container {
		width: 100%;
    	max-width: 100%;
    	padding: 0;
	}
	
	.checklist .section-text.list .content h3 {
    	margin-bottom: 2%;
	}
	
}

@media only screen and (max-width: 450px) {

	.checklist .section-text.list .content {
		margin-bottom: 5%;
	}
	
	.checkboxes input[type=checkbox] {
		height: 5vw;
		width: 5vw;
		margin-bottom: 0;
		display: inline-block;
    	vertical-align: middle;
	}
	
	.checkboxes input[type=checkbox]:after {
    	left: 1.25vw;
    	top: -0.25vw;
    	color: #4A6E3B;
    	width: 2vw;
    	height: 4vw;
	}
	
	.checkboxes .progress_bar .progress_inner {
		height: 30px;
	}
	
}


/* CHECKLIST */

/* ICON LIST */

.icon-list {
	background: transparent;
}

.icon-list .border-top {
	border-top: 0px solid #fff !important;
	padding: 0;
    margin: 0;
    margin-top: -7px;
	font-size: 0;
}

.icon-list .border-top div {
	display: inline-block;
	vertical-align: top;
	height: 23px;
}

.icon-list .border-top .orange {
	background-color: #EE8B3F;
	width: 30%;
}

.icon-list .border-top .blue {
	background-color: #6AAAE4;
	width: 48%;
}

.icon-list .border-top .green {
	background-color: #A8CB68;
	width: 22%;
}

.icon-list .text {
	width: 75%;
    margin: 5% auto;
    text-align: center;
}

.icon-list .text hr {
	width: 70%;
    margin-bottom: 2%;
    border-color: #2A5D92;
    opacity: 1;
}

.icon-list .text h2 {
	letter-spacing: 3px;
	margin-bottom: 3.5%;
}

.icon-list .row {
	width: 90%;
    margin: 4% auto;
    display: block;
    text-align: center;
}

.icon-list .row .icon {
	width: 33%;
    text-align: center;
    padding: 0 3%;
    margin: 0 auto;
    display: inline-block;
	vertical-align: top;
}

.icon-list .row .icon span {
	font-size: 75%;
}

.no-description .icon-list .row .icon p:last-of-type {
	display: none;
}

.icon-list .row .icon img {
	width: 25%;
    margin-bottom: 4%;
}

.icon-list .row .icon p {
	color: #2A5D92;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
}

.icon-list .row .icon p:last-of-type {
	font-weight: normal;
}

.icon-list .button {
	background-color: transparent !important;
    border: 0px solid #fff !important;
    text-align: center;
    display: block;
    width: 90%;
    margin: 5% auto;
}

.icon-list .button .button-style {
	margin: 0 auto;
}

@media only screen and (max-width: 1070px) {
	
	.icon-list .row .icon {
    	width: 31%;
	}
	
}

@media only screen and (max-width: 650px) {
	
	.icon-list .text {
    	width: 95%;
	}
	
	.icon-list .row .icon {
    	width: 100%;
    	padding: 0;
    	text-align: left;
		margin: 2% 0;
	}
	
	.icon-list .row .icon img {
    	width: 15%;
    	margin-bottom: 0;
    	display: inline-block;
    	vertical-align: middle;
	}
	
	.icon-list .row .icon p {
    	width: 83%;
    	display: inline-block;
    	vertical-align: middle;
	}
	
	.icon-list .row {
		margin: 0 auto;
		width: 75%;
	}
	
	.icon-list .row .icon p:last-of-type {
		width: 100%;
		margin-top: 2%;
	}
	
	.icon-list .row .icon p br {
		display: none;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.icon-list .row .icon {
		margin: 5% 0;
	}
	
	.icon-list .row .icon img {
    	width: 20%; 
	}
	
	.icon-list .row .icon p {
    	width: 78%; 
	}
	
	.icon-list .button {
		padding: 0 !important;
		margin-top: 10%;
	}
	
}

/* ICON LIST */

/* CONTACT PAGE | FREE ASSESSMENT PAGE */

.fl-node-6197a4f75c939, .fl-node-6197c11695941 {
	border: 1px solid #316094;
	padding: 2%;
	width: 40%;
	margin: 0 auto;
	margin-top: 2%;
	margin-left: 2%;
}

.fl-node-6197b7e492fed {
	width: 85%;
	margin: 0 auto;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100% !important; 
}

.gform_confirmation_message {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px !important;
}

.fl-node-6197a4f75c939 .gform_widget, #gform_wrapper_2 {
	width: 85%;
    margin: 0% auto;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal !important;
	font-size: 18px !important;
	margin-bottom: 0px !important;
}

.gform-field-label--type-inline {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal !important;
	font-size: 16px !important;
	margin-bottom: auto !important;
	line-height: 1.5;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
	border: 1px solid #000;
}

@media only screen and (max-width: 768px) {
	
	.fl-col-small:not(.fl-col-small-full-width) {
    	max-width: 95%;
    	margin: 0 auto;
    	margin-top: 5%;
	}
	
	.page-id-7 .fl-rich-text, .fl-node-6197b7e492fed {
    	width: 100%;
	}
	
}

/* END CONTACT PAGE */

/* TABS */

.tabcontent img {
	width: 50%;
	display: inline-block;
	margin-top: 3%;
}

.tabcontent a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	  font-family: Avenir, Arial, sans-serif;
}

.tabcontent a:hover {
	text-decoration: underline;
		  font-family: Avenir, Arial, sans-serif;

}

.tabs .tabcontent .content {
	width: 45%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
	margin-top: 3%;
	margin-left: 3%;
}

.tabs .tabcontent .content p, .tabs .tabcontent .content h3, .tabs .tabcontent .content ul li {
	color: #184F83 !important;
	text-align: left;
}

.tabs .tabcontent .content .activity-type .content {
	width: 85%;
    display: inline-block;
	vertical-align: middle;
}

.tabcontent .closing p a {
	color: #184F83;
}

.activity-type p, .activity-type ul li {
	color: #184F83 !important;
}

.tabs .tabcontent .content .activity-type .content .heading {
	font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
	font-size: 18px !important;
}

.activity-type img {
	width: 10%;
    vertical-align: middle;
    display: inline-block;
	margin-top: 0;
}

.tabbed-content .content h2 {
	text-align: center;
	font-family: Avenir, Arial, sans-serif;
	color: #184F83;
	margin-bottom: 1%;
	padding-top: 5%;
}

.tabbed-content .content p {
	margin-bottom: 2%;
	text-align: center;
	font-family: Avenir, Arial, sans-serif;
}

.tabbed-content {	
    background: transparent;
    padding: 0% 0 5% 0;
	position: relative;
}

.tabbed-content .content {
	width: 85%;
	margin: 0 auto;
	font-family: Avenir, Arial, sans-serif;
}

.tabbed-content .border-top {
    border-top: 0px solid #fff !important;
    padding: 0;
    margin: 0;
    margin-top: -7px;
    font-size: 0;
}

.tabbed-content .border-top div {
    display: inline-block;
    vertical-align: top;
    height: 23px;
}

.tabbed-content .border-top .orange {
    background-color: #EE8B3F;
    width: 30%;
}

.tabbed-content .border-top .blue {
    background-color: #6AAAE4;
    width: 48%;
}

.tabbed-content .border-top .green {
    background-color: #A8CB68;
    width: 22%;
}

.tablinks {
	background-color: unset !important;
    text-transform: uppercase;
}

.tablinks.active::after {
	display: none !important;
}

.tablinks.active {
	color: #184F83 !important;
    font-weight: bold;
    border-bottom: 3px solid #184F83;
    border-color: #184F83 !important;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
	font-family: Avenir, Arial, sans-serif;

}

.tablinks {
	color: #184F83 !important;
	padding: 1% !important;
    margin: 0 2% !important;
    font-family: Avenir, Arial, sans-serif !important;
    font-weight: 500;
}

.tablinks:hover {
	border: 0px solid #184F83 !important;
	font-weight: bold;
	color: #184F83;
}

.tabs .tab {
	text-align: center;
	font-family: Avenir, Arial, sans-serif;

}

@media only screen and (max-width: 875px) {
	
	.tabcontent img {
    	width: 100%;
    	display: block;
	}
	
	.tabs .tabcontent .content {
		width: 100%;
		margin-left: 0;
		display: block;
		font-family: Avenir, Arial, sans-serif;
	}
	
	.activity-type img {
    	width: 10% !important;
		display: inline-block !important;
	}
	
	.tabs .tabcontent .content .activity-type .content {
		margin-left: 3%;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.tabbed-content .content p {
		margin-bottom: 5%;
				  font-family: Avenir, Arial, sans-serif;

	}
	
	.activity-type img {
		vertical-align: top;
		margin-top: 2%;
	}
	
	.tabbed-content .content {
		width: 95%;
	}
	
}

/* TABS */

/* THREE SECTION LIST */

.three-list {
	background-color: #6596C4;
    padding: 5% 5% 5% 0;
	position: relative;
}

.three-list .description {
	background: #ffffff9c;
    width: 30%;
    padding: 2% 2% 2% 5%;
	display: inline-block;
	vertical-align: middle;
}

.three-list .container {
	width: 67%;
    margin-left: 2%;
    display: inline-flex;
    vertical-align: middle;
}

.three-list .container .block, .added-links .three-list .container a {
	background-color: #fff;
    padding: 2%;
    text-align: center;
    width: 30%;
    display: inline-block;
    margin: 0 2%;
	text-decoration: none;
}
.show-two.added-links .three-list .container a:nth-of-type(3) {
	display: none;
}

.show-two.added-links .three-list .container a {
	width: 46%;
}

.added-links .three-list .container a:hover h4 {
	text-decoration: underline;
}

.added-links .three-list .container a .block {
	width: 100%;
}

.three-list .container .block img {
	margin-bottom: 8%;
}

.three-list .container .block h4 {
	margin-bottom: 3%;
}

.three-list .container .block p {
	color: #2A5D92;
    font-size: 18px;
    line-height: 23px;
}

.three-list .description h3 {
	font-size: 29px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 2px;
	margin-bottom: 3%;
}

.three-list .description p {
	text-align: right;
    line-height: 28px;
}

.three-list .description .button-container {
	text-align: right;
	margin-top: 7%;
}

.three-list .description .button-container .button-style {
    display: unset;
    width: unset;
}

.three-list .border {
	position: none;
	bottom: 0;
	width: 100%;
	border: 0px solid #fff !important;
	font-size: 0;
}

.three-list .border div {
	height: 23px; 
	display: none;
	vertical-align: top;
}

.three-list .border .orange {
		display: none;
background-color: #EE8B3F;
	width: 30%;
}

.three-list .border .green {
		display: none;
background-color: #A9CC68;
	width: 48%;
}

.three-list .border .purple {
		display: none;
background-color: #930059;
	width: 22%;
}

.two-blocks .three-list .container .block:nth-of-type(2) {
	display: none;
}

.two-blocks .three-list .description {
	width: 38%;
}

.two-blocks .three-list .container {
    width: 59%; 
}

.two-blocks .three-list .container .block {
	width: 46%;
}

@media only screen and (max-width: 1291px) {
	
	.three-list .description .button-style {
		font-size: 16px !important;
	}
	
}

@media only screen and (max-width: 1135px) {
	
	.three-list .description .button-style {
		padding: 7px 35px !important; 
		font-size: 18px !important;
	}
	
	.three-list .description, .two-blocks .three-list .description {
		width: 100%;
		display: block;
		padding: 5% 2%;
		margin-top: -3%;
		margin-bottom: 5%;
	}
	
	.three-list .container .block img, .three-list .container .block h4 {
    	margin-bottom: 2%;
	}
	
	.three-list {
		padding: 0 3% 3% 3%;
	}
	
	.three-list .description h3, .three-list .description p, .three-list .description .button-container {
		text-align: center;
	}
	
	.three-list .container .block, .added-links .three-list .container a {
		width: 29%;
		vertical-align: top;
	}
	
	.three-list .description .button-container {
		margin-top: 3%;
	}
	
	.three-list .container, .two-blocks .three-list .container {
    	width: 100%;
    	margin-left: 0;
    	display: block;
    	max-width: 100%;
    	padding: 0;
	}
	
	.three-list .container .block, .two-blocks .three-list .container .block {
		width: 100%;
    	display: block;
    	margin: 2% 0;
	}
	
}

@media only screen and (max-width: 1135px) {
	
	.three-list .container .block {
		margin: 5% 0;
		padding: 5%;
	}
	
	.three-list .container {
		margin-bottom: 10%;
	}
	
}

@media only screen and (max-width: 1015px) {
	
	.three-list .container .block, .added-links .three-list .container a {
		margin: 0 1%;
	}
	
}

@media only screen and (max-width: 710px) {
	
	.three-list .description .button-container .button-style {
		display: block;
		width: 100%;
	}
	
	.three-list .container .block, .added-links .three-list .container a {
    	width: 100%;
    	margin: 2% 0 !important; 
	}
	
	.show-two.added-links .three-list .container a {
		width: 100%;
	}
	
}

/* THREE SECTION LIST */

/* TESTIMONIAL SLIDER */

.testimonial-slider {
	width: 80%;
    margin: 5% auto;
}

.testimonial-slider .section-text {
    width: 100%;
    margin: 0 auto;
}

.testimonial-slider .about {
	width: 40%;
    text-align: center;
    margin-left: 0;
	margin-top: 2%;
}

.testimonial-slider .about p {
	color: #2A5D92;
    font-size: 18px;
}

.testimonial-slider .section-text .image {
	background-image: url('/wp-content/uploads/2021/11/headshot.png');
}

.testimonial-slider .section-text .content img {
	margin: 1% auto 3%;
    display: block;
    width: 60px;
}

.testimonial-slider .section-text .content p {
	font-weight: 600;
}

.testimonial-slider .section-text .content {
	padding: 3%;
	width: 65%;
	margin-left: 35%;
}

.testimonial-slider .carousel-control-prev-icon, .testimonial-slider .carousel-control-next-icon {
    background-image: url('/wp-content/uploads/2021/11/arrow-left.png');
}

.testimonial-slider .carousel-control-next-icon {
	transform: rotate(180deg);
}

.testimonial-slider .carousel-control-prev {
    left: -14%;
}

.testimonial-slider .carousel-control-next {
    right: -14%;
}

.testimonial-slider .carousel-indicators button {
	background-color: #7DB3E7 !important;
	width: 15px;
	height: 15px; 
	border-radius: 100%;
}

.testimonial-slider .carousel-indicators {
	bottom: -10%;
}

.testimonial-slider .carousel-indicators button .active {
	background-color: #3C3C3C !important;
}

.testimonial-slider .carousel-control-next-icon, .testimonial-slider .carousel-control-prev-icon {
	width: 30px;
	height: 50px;
}

.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev {
	opacity: 1;
}

.testimonial-slider button.carousel-control-next, .testimonial-slider button.carousel-control-prev {
	background-color: unset !important;
}

.testimonial-slider button:not(:hover):not(:active):not(.has-background).carousel-control-next, .testimonial-slider button:not(:hover):not(:active):not(.has-background).carousel-control-prev {
	background-color: unset !important;
}

@media only screen and (max-width: 960px) {
	
	.testimonial-slider .section-text .content {
		width: 98%;
    	margin-left: 1%;
	}
	
	.testimonial-slider .about {
		width: 100%;
		margin-bottom: 10%;
	}
	
	.testimonial-slider .section-text .image {
		background-position: center;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.testimonial-slider {
    	width: 100%; 
	}
	
	.testimonial-slider .section-text .content {
    	padding: 3% 15%; 
	}
	
	.testimonial-slider .carousel-indicators li {
		margin-left: 7px; 
		margin-right: 7px;
	}
	
	.testimonial-slider .carousel-indicators {
		bottom: 0;
	}
	
	.testimonial-slider .section-text {
		padding-bottom: 5%;
	}
	
	.testimonial-slider .section-text .content {
    	margin-top: 210px;
	} 
	
	.testimonial-slider .section-text .content img {
    	margin: 10% auto 5%; 
		width: 40px; 
	}
	
	.testimonial-slider .carousel-control-prev {
    	left: 2%;
    	top: 10%;
	}
	
	.testimonial-slider .carousel-control-next {
    	right: 1%;
    	top: 8%;
	}
	
	.testimonial-slider .about {
		margin-bottom: 15%;
	}

}

/* TESTIMONIAL SLIDER */

/* SPOTLIGHT */

.no-space .spotlight {
	margin-bottom: 0;
}

.spotlight .hearts {
	width: 70%;
    margin-bottom: 5%;
}

.spotlight .left {
	width: 48%;
    display: inline-block;
    vertical-align: middle;
	margin-right: 1%;
}

.spotlight .right {
	width: 48%;
    display: inline-block;
    vertical-align: middle;
	margin-left: 1%;
}

.spotlight {
	width: 90%;
    margin: 5% auto 10%;
}

.spotlight img {
	width: 50%;
    display: inline-block;
    margin-left: 3%;
}

.spotlight .left .text {
	text-align: right;
}

.spotlight .right .text {
	text-align: left;
}

.spotlight .text {
	width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.spotlight .text p {
	margin-bottom: 3%;
}

.spotlight h2 {
	text-transform: initial;
    font-size: 32px;
    margin-bottom: 5%;
}

.spotlight h5 {
	font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #184F83;
}

.spotlight .right img {
	margin-left: 0;
	margin-right: 3%;
}

@media only screen and (max-width: 1400px) {
	
	.spotlight .text p {
		font-size: 18px !important;
	}
	
}

@media only screen and (max-width: 1150px) {
	
	.spotlight .left {
    	width: 100%;
    	display: block;
    	margin-right: 0;
	}
	
	.spotlight .right {
    	width: 100%;
    	display: block;
    	margin-top: 5%;
    	margin-left: 0;
	}
	
}

@media only screen and (max-width: 575px) {
	
	.spotlight {
		width: 95%;
	}
	
}

@media only screen and (max-width: 450px) {
	
	.spotlight .left .hearts, .spotlight .right .hearts {
		margin-bottom: 5% !important;
		margin-top: 0 !important;
	}
	
	.spotlight .left .text, .spotlight .right .text {
    	text-align: center;
	}
	
	.spotlight .text {
    	width: 100%;
    	display: block; 
	}
	
	.spotlight img {
    	width: 75%;
    	display: block;
    	margin: 0 auto !important;
   		margin-top: 5% !important;
	}
	
	.spotlight .text img {
		width: 50%;
	}
	
	.spotlight .right {
		display: flex; 
		flex-flow: column;
	}
	
	.spotlight .right img {
		order: 2;
	}
	
	.spotlight h2 {
		font-size: 28px;
	}
	
}

/* SPOTLIGHT */

/* IMAGE LEFT LIST */

.section-text.list {
	width: 100%;
	padding: 2% 1.5% 3%;
}

.section-text.list p {
	margin-bottom: 2%;
}

.orange .section-text.list {
	background-color: #EE8B3F;
}

.orange .section-text .image::after {
	background: linear-gradient(to left, rgb(238 139 63 / 47%) 0%,rgba(255, 255, 255, 0) 100%);
}

.section-text.list ul {
	padding: 0;
  	margin: 0;
  	list-style-type: none;
}

.section-text.list ul li {
	background: url(/wp-content/uploads/2021/11/heart-icon-color.png) no-repeat left top;
    background-size: 25px;
    padding-top: 2px;
    padding-left: 50px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3.5%;
}

.section-text.list ul li span {
	font-size: 70%;
}

.section-text.list .content h3 {
    text-transform: initial;
    font-size: 22px; 
}

.section-text.list .content {
	padding: 2% 2% 2% 6%;
	width: 55%;
	margin-left: 45%;
}

.section-text.list .image {
    width: 50%;
}

.section-text.list .border {
	height: 15px;
    border: 0px solid #fff !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	font-size: 0;
}

.section-text.list .border div {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.section-text.list .border .orange {
	background-color: #EE8B3F;
    width: 25%;
}

.section-text.list .border .green {
	background-color: #A9CC68;
    width: 50%;
}

.section-text.list .border .purple {
	background-color: #920059;
    width: 25%;
}

@media only screen and (max-width: 960px) {
	
	.section-text.list .image {
    	width: 100%;
	} 
	
	.section-text.list .content {
    	padding: 2% 3%;
    	width: 100%;
    	margin-left: 0;
	}
	
}

@media only screen and (max-width: 630px) {
	
	.section-text.list ul li {
		display: block;
		width: 100%;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.section-text.list ul li {
		background-size: 25px;
		padding-left: 35px;
	}
	
	.section-text.list {
    	width: 100%;
    	padding: 2% 1.5% 5%;
	}
	
}

/* IMAGE LEFT LIST */

/* TWO BLOCK DESCRIPTION */

.two-block-description {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.two-block-description .block.first {
	width: 25%;
    display: inline-block;
    vertical-align: top;
}

.two-block-description .block.first img {
	width: 65%;
    margin-top: 20%;
}

.two-block-description .block.first h3 {
	color: #2A5D92;
    text-transform: uppercase;
    margin-top: 5%;
	margin-bottom: 2%;
}

.two-block-description a {
	width: 36%;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.two-block-description a:first-of-type {
	background-color: #6596C4;
	margin-right: 2%;
    margin-left: 4%;
}

.two-block-description a:hover {
	text-decoration: none;
}

.two-block-description a:hover h2 {
	text-decoration: underline;
}

.two-block-description a:nth-of-type(2) {
	background-color: #EE8B3F;
}

.two-block-description .block {
	width: 100%;
}

.two-block-description .block:nth-of-type(2) {
	margin: 0 2%;
	background-color: #6595c4;
}

.two-block-description .block:nth-of-type(3) {
	background-color: #EE8B3F;
}

.two-block-description .block img {
	width: 100%;
}

.two-block-description .block:nth-of-type(2) .text {
	background-color: #6596C4;
}

.two-block-description .block:nth-of-type(3) .text {
	background-color: #EE8B3F;
}

.two-block-description .block .text {
	padding-bottom: 5%;
}

.two-block-description .content {
	width: 90%;
    background-color: #ffffff80;
    margin: 0 auto;
    margin-top: -10%;
    z-index: 9;
    position: relative;
    padding: 12% 2% 2% 2%;
}

.two-block-description .content h2 {
	text-transform: initial;
    font-size: 30px;
    color: #000;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
	margin-right: 2%;
}

.two-block-description .content p {
	margin-top: 3%;
}

.two-block-description .content .icon {
	width: 10%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 975px) {
	
	.two-block-description a {
    	width: 100%; 
	}
	
	.two-block-description a:first-of-type {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	
	.two-block-description {
		display: block;
	}
	
	.two-block-description .block.first {
    	width: 100%; 
		text-align: center;
		margin-bottom: 5%;
	}
	
	.two-block-description .block.first img {
    	width: 15%;
    	margin-top: 0;
	}
	
	.two-block-description .block.first h3 {
		margin-top: 3%;
	}
	
	.two-block-description .block {
    	width: 100%; 
	}
	
	.two-block-description {
		width: 95%;
	}
	
	.two-block-description .block:nth-of-type(2) {
		margin: 0 auto;
	}
	
	.two-block-description .content {
		margin-top: -4%;
		padding: 5% 2% 2% 2%;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.two-block-description {
		width: 100%;
	}
	
	.two-block-description .block.first {
		width: 95%;
    	display: block;
    	margin: 0 auto;
    	margin-bottom: 5%;
	}
	
	.two-block-description .content {
    	width: 95%; 
	}
	
	.two-block-description .content h2 {
		font-size: 26px;
	}
	
}

/* TWO BLOCK DESCRIPTION */

/* FOUR STEP */

.four-step {
	background-color: #EE8B3F;
	padding: 5% 0;
	position: relative;
}

.four-step .left-block {
	width: 35%;
    display: inline-block;
    background: #fff9;
    vertical-align: middle;
	padding: 3% 2% 3% 4%;
    text-align: right;
}

.four-step .left-block h2 {
	text-transform: initial;
    color: #000;
    font-size: 35px;
    margin-bottom: 5%;
}

.four-step .left-block .button-style {
	float: right;
    margin-top: 10%;
}

.four-step .section {
	width: 55%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
}

.four-step .section .block {
	background-color: #fff;
	padding: 5% 2%;
	width: 50%;
}

.four-step .section .flex-box {
	display: flex;
	margin-top: 3%;
	margin-bottom: 3%;
}

.four-step .section .block:first-of-type {
	margin-right: 3%;
}

.four-step .section .block .image {
	width: 18%;
    display: inline-block;
}

.four-step .section .block .image img {
	width: 100%;
}

.four-step .section .block .text {
	width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

.four-step .section .block .text h5 {
	color: #2A5D92;
	margin-bottom: 5%;
	letter-spacing: 0;
}

.four-step .section .block .text p {
	color: #2A5D92;
	font-size: 18px;
}

.four-step .section .block .text a {
	color: #2A5D92; 
	text-decoration: underline;
}

.four-step .border {
	position: absolute;
	bottom: 0;
	height: 15px; 
	display: block;
	font-size: 0;
	width: 100%;
    border: none !important;
}

.four-step .border div {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.four-step .border .blue {
	background-color: #6596C4;
	width: 28%;
}

.four-step .border .green {
	background-color: #A9CC68;
	width: 48%;
}

.four-step .border .purple {
	background-color: #930959;
	width: 24%;
}

@media only screen and (max-width: 999px) {
	
	.four-step .left-block {
    	width: 97.5%; 
		display: block;
		text-align: center;
	}
	
	.four-step .left-block .button-style {
		float: unset;
		text-align: center;
		margin: 0 auto;
    	margin-top: 5%;
	}
	
	.four-step .left-block h2 {
		margin-bottom: 2%;
	}
	
	.four-step .left-block {
		padding: 3% 2% 3% 1.5%;
	}
	
	.four-step .section {
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	
}

@media only screen and (max-width: 585px) {
	
	.four-step .section .flex-box {
		display: block;
	}
	
	.four-step .section .block {
		width: 100%;
	}
	
	.four-step .section .block:first-of-type {
		margin-right: 0;
		margin-bottom: 3%;
	}
	
}

/* FOUR STEP */

/* GALLERY */

.gallery {
	font-size: 0;
	position: relative;
}

.gallery .photo {
	width: 20vw;
    display: inline-block;
    vertical-align: top;
    height: 20vw;
	background-size: cover;
}

.gallery .photo:nth-of-type(odd) {
	background-image: linear-gradient(
      rgba(108, 172, 228, 0.7), 
      rgba(108, 172, 228, 0.7)
    ), url('/wp-content/uploads/2021/11/employee-helping-senior-woman.png');
	background-blend-mode: multiply;
}

.gallery .photo:nth-of-type(even) {
	background-image: linear-gradient(
      rgba(240, 159, 84, 0.7), 
      rgba(240, 159, 84, 0.7)
    ), url('/wp-content/uploads/2021/11/employee-helping-senior-woman.png');
	background-blend-mode: multiply;
}

.gallery .text {
	position: absolute;
    transform: translate(50%, -50%);
    top: 50%;
    left: 6%;
    width: 45%;
}

.gallery .text h3, .gallery .text h2 {
	color: #fff;
	text-shadow: 0px 0px 15px #0000007a;
	text-transform: uppercase;
}

.gallery .text h2 {
	font-size: 48px;
}

.gallery .text h3 {
	text-align: left;
	margin-top: 2%;
}

.gallery .text h2 {
	text-align: right;
}

@media only screen and (max-width: 1170px) {
	
	.gallery .text {
		left: -5%;
    	width: 55%;
	}
	
}

@media only screen and (max-width: 965px) {
	
	.gallery .text {
    	left: -15%;
    	width: 65%;
	}
	
}

@media only screen and (max-width: 810px) { 
	
	.gallery .text {
    	left: -22%;
    	width: 72%;
	}
	
	.gallery .text h3 {
		font-size: 4vw;
	}
	
	.gallery .text h2 {
    	font-size: 5.5vw;
	}
	
}

@media only screen and (max-width: 430px) { 
	
	.gallery {
		margin-top: 5%;
	}
	
	.gallery .text {
    	left: -45%;
    	width: 95%;
	}
	
	.gallery .text h3 {
    	font-size: 5.5vw;
	}
	
	.gallery .text h2 {
    	font-size: 8vw;
	}
	
	.gallery .photo {
		width: 50vw;
		height: 50vw;
		background-image: linear-gradient(
      rgba(108, 172, 228, 0.7), 
      rgba(108, 172, 228, 0.7)
    ), url('/wp-content/uploads/2021/11/employee-helping-senior-woman.png') !important;
	}
	
	.gallery .photo:nth-of-type(2), .gallery .photo:nth-of-type(3) {
		background-image: linear-gradient(
      rgba(240, 159, 84, 0.7), 
      rgba(240, 159, 84, 0.7)
    ), url('/wp-content/uploads/2021/11/employee-helping-senior-woman.png') !important;
	}
	
	.gallery .photo:nth-of-type(5), .gallery .photo:nth-of-type(6), .gallery .photo:nth-of-type(7), .gallery .photo:nth-of-type(8), .gallery .photo:nth-of-type(9), .gallery .photo:nth-of-type(10) {
		display: none;
	}
	
}

/* GALLERY */

/* SECTION TEXT */

.no-top-space .section-text {
	margin-top: 0% !important;
}

.section-text {
	width: 95%;
    margin: 5% auto;
    background-color: #6596C4;
	position: relative;
	padding: 1.5%;
	height: auto;
}

.section-text .image {
	width: 40%;
    position: absolute;
    background-image: url(/wp-content/uploads/2021/11/staff-with-senior.png);
    height: 100%;
    top: 0;
    left: 0;
	  object-fit: none;
background-position: 92% 0;
	background-size: cover;
}

.section-text .image img {
	width: 100%;
}

.section-text .content {
	width: 75%;
    background-color: #ffffffc2;
    height: auto;
    margin-left: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 3% 2% 1% 2%;
	z-index: 9;
    position: relative;
}

.section-text .content h3 {
	text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 1%;
}

	.no-button .section-text .content .button-style {
  visibility: hidden;
	}

.sectiontext-button .button-style, input[type=submit]{
	vertical-align: baseline;
	background-color: #930059 !important;
    padding: 7px 35px !important;
    margin-top: 1%;
    display: block;
    width: max-content;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
	border: 0px solid #fff !important;
	font-family: 'Montserrat', sans-serif !important;

}

.sectiontext-button:hover, input[type=submit]:hover {
	 color: #930059 !important; 
	background-color: #fff !important;
	outline: 3px solid #930059 !important;
	border: 0px solid #fff;
}


@media only screen and (max-width: 960px) {
	
	.section-text .image {
    	width: 100%;
    	height: 750px;
    	background-size: cover;
    	position: absolute;
	}
	
	.section-text .content {
		margin-top: 700px;
		width: 96%;
		margin-left: 2%;
		padding: 5% 2%;
	}
	
	.section-text .image::after {
		display: none;
	}
	
		.section-text .content .button-style {
  visibility: hidden;
	}

	
}

@media only screen and (max-width: 650px) {
	
	.section-text .content {
		margin-top: 425px;
		padding: 25px 20px;
	}
	
	.section-text .content h3 {
		font-size: 30px;
	}
	
	.section-text .content .button-style {
  visibility: hidden;
	}
	
}

@media only screen and (max-width: 430px) {
	
	.section-text {
		margin: 10% auto;
	}
	
	.section-text .image {
		height: 285px;
	}
	
	.section-text .content {
    	margin-top: 260px;
	}
	
	.section-text .content h3 {
    	font-size: 26px;
		text-align: center;
	}
	
	.section-text .content p {
		text-align: center;
	}
	
}

/* SECTION TEXT */ 

/* SECTION TEXT LEFT */

.section-text.left .image {
	left: unset;
	right: 0;
	width: 43%;
}

.section-text.left .content {
	margin-left: 0;
	width: 60%;
}

.section-text.left {
	background-color: #EE8B3F;
	padding: 4%;
}

.section-text.left .image::after {
	background: linear-gradient(to right, rgba(227,113,56,0.5) 0%,rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 960px) {
	
	.section-text.left .image {
		width: 75%;
	}
	
	.section-text.left .content {
		width: 100%;
	}
	
	.section-text.left {
		padding: 1.5%;
	}
	
}

/* SECTION TEXT LEFT */

/* DIVIDER */

.divider {
	width: 80%;
    margin: 5% auto 6%;
    text-align: center;
    border-bottom: 1px solid #EE8B3F;
}

.no-top-space .divider {
	margin-top: 0 !important;
}

.no-bottom-space .divider {
	margin-bottom: 0 !important;
}

.divider img {
	margin-bottom: -32px;
}

@media only screen and (max-width: 675px) {
	
	.divider img {
		width: 85px;
		margin-bottom: -30px;
	}
	
	.divider {
    	width: 95%;
		margin: 5% auto 8%;
	}
	
}

@media only screen and (max-width: 450px) {
	
	.no-bottom-space .divider {
    	margin-bottom: 8% !important;
	}
	
}

/* DIVIDER */

/* INTERIOR PAGE HERO MODULE */

.interior-hero {
	width: 100%;
    height: 450px;
    background-image: url(/wp-content/uploads/2021/11/holding-hands.png);
	position: relative;
	background-size: cover;
}

.interior-hero::before{
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.interior-hero .text { 
	z-index: 9;
    position: absolute;
    left: 60%;
    transform: translate(-50%, 50%);
    top: 50%;
    width: 75%;
}

.interior-hero .text .button-style {
  visibility: hidden;
}

.interior-hero h1 {
	color: #fff;
	text-shadow: 0 0 15px #000000c7;
	margin-left: 13%;
}

.interior-hero h1 span {
	font-size: 70%;
    display: block;
	margin-left: -13%;
}

@media only screen and (max-width: 1380px) {
	
	.interior-hero .text {
		width: 85%;
		left: 55%;
		top: 50%;
	}
	
}

@media only screen and (max-width: 1090px) {
	
	.interior-hero .text {
		top: 50%;
    	width: 80%;
    	left: 52%;
	}
	
}

@media only screen and (max-width: 815px) {
	
	.interior-hero h1 span {
    	font-size: 65%;
    	letter-spacing: 2px; 
	}
	
	.interior-hero {
		height: 350px;
		background-position: center;
	}
	
	.interior-hero .text {
    	top: 40%;
    	width: 70%;
    	left: 2.5%;
    	transform: unset;
		position: relative;
		height: 200px;
	}
	
	.interior-hero h1 {
		margin-left: 0;
		font-size: 45px;
		text-align: center;
	}
	
	.interior-hero h1 span {
		margin-left: auto;
	}
	
	.interior-hero .text .button-style {
  visibility: hidden;
	}
	
}

@media only screen and (max-width: 460px) {
	
	.interior-hero h1 {
		font-size: 30px;
	}
	
	.interior-hero h1 span {
		margin-bottom: 2%;
				font-size: 20px;
	}
	
}

/* INTERIOR PAGE HERO MODULE */

/* PARAGRAPH TEXT */

.no-bottom-space .paragraph-text {
	margin-bottom: 0;
}

.no-top-space .paragraph-text {
	margin-top: 0;
}

.paragraph-text {
	width: 85%;
    margin: 5% auto;
    text-align: center;
}

.paragraph-text a {
	margin: 0 auto;
}

.paragraph-text img {
	width: 65px;
    margin-bottom: 2%;
}

.paragraph-text h2 {
	margin-bottom: 2%;
}

.paragraph-text hr {
	border-color: #184F83;
    margin-bottom: 2%;
}

@media only screen and (max-width: 430px) { 
	
	.paragraph-text {
		width: 95%; 
		margin: 10% auto;
	}
	
}

/* PARAGRAPH TEXT */



/* HOME PAGE HERO MODULE */

.home-page-hero {
	background-image: linear-gradient(to bottom, rgba(101, 149, 195, 0.53), rgba(238, 139, 63, 0.36)), url('/wp-content/uploads/2021/11/holding-hands.png');
	height: 500px;
    background-size: cover;
    background-position: center;
	position: relative;
}

.home-page-hero h1 {
	color: #fff;
    text-shadow: 0px 0px 15px #0000007a;
	font-size: 80px;
	margin-left: 5vw;
}

.home-page-hero h1 span {
	font-size: 45px;
	display: block;
	margin-left: -5vw;
}

.home-page-hero .headline {
	position: absolute;
    left: 50%;
    width: 48vw;
    top: 15vw;
}

.home-page-hero .boxes {
	position: absolute;
    bottom: 8vw;
    width: 90%;
    margin-left: 5%;
	display: flex;
}

.home-page-hero .boxes a {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff94;
    padding: 2%;
	margin: 0 1%;
	text-decoration: none;
}

.home-page-hero .boxes a:hover h4 {
	text-decoration: underline;
}

.home-page-hero .boxes a:nth-of-type(1) {
	border-top: 30px solid #6596C4;
}

.home-page-hero .boxes a:nth-of-type(2) {
	border-top: 30px solid #E47138;
}

.home-page-hero .boxes a:nth-of-type(3) {
	border-top: 30px solid #84003F;
}

.home-page-hero .boxes .block.first {
	background-color: unset;
	padding: 6% 0 0 0;
    margin-right: 0;
}

/*
.no-banner .banner {
	display: none !important;
}
*/

.home-page-hero .boxes .block.first p {
	visibility: hidden;
	/*
	 color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 0px 15px #0000007a;
    text-align: right;
    width: 78%;
    display: inline-block;
    vertical-align: middle;
	*/
}

.home-page-hero .boxes .block.first img {
		visibility: hidden;
	/*
	width: 20%;
    display: inline-block;
    vertical-align: middle;
	*/
}

.home-page-hero .boxes .block h4 {
	color: #000;
    font-size: 23px;
    margin-bottom: 5%;
}

/* Home Page Hero Banner Box REMOVED CODE Test */ 

@media only screen and (max-width: 1475px) {
	
	.home-page-hero .headline {
		left: 44%;
    	width: 55vw;
	}
	
	.home-page-hero {
		height: 450px;
	}
	
	.home-page-hero .boxes {
		bottom: 8vw;
	}
	
	.home-page-hero .boxes .block.first {
		visibility: hidden;
	/*
	padding-top: 0%;
		*/
	}
	
}

@media only screen and (max-width: 1400px) { 
	
	.home-page-hero .boxes {
		bottom: 5px;
	}
	
	.home-page-hero {
    	height: 450px;
	}
	
}

@media only screen and (max-width: 1385px) {
	
	.home-page-hero {
    	height: 400px;
	}
	
}

@media only screen and (max-width: 1330px) { 
	
	.home-page-hero .headline {
		top: 10vw;
		left: 33%;
    	width: 65vw;
	}
	
}

@media only screen and (max-width: 1385px) {
	
	.home-page-hero {
    	height: 350px;
	}
	
}

@media only screen and (max-width: 1215px) { 
	
	.home-page-hero {
    	height: 350px;
	}
	
	.home-page-hero .boxes a {
    	width: 40%; 
	}
	
	.home-page-hero .boxes {
    	bottom: 28vw;
	}
	
}

@media only screen and (max-width: 1190px) { 
	
	.home-page-hero {
    	height: 350px;
		margin-bottom: 5%;
	}
	
	.home-page-hero .boxes {
		position: initial;
    	padding-top: 10px;
	}
	
	/* Home Page Hero Banner Removal Test
	.home-page-hero .banner {
		display: none;
	}
	*/ 
	
	.home-page-hero .boxes .block.first {
			visibility: hidden;
	/*
	position: absolute;
    	top: 325px;
    	width: 335px;
    	left: 50%;
    	padding: 0;
    	text-align: center;
    	transform: translate(-50%);
		*/
	}
	
	.home-page-hero .boxes .block.first p {
			visibility: hidden;
	/*
text-align: center;
	*/
	}
	
	.home-page-hero .boxes .block.first img {
			visibility: hidden;
	/*
width: 45px;
    	transform: rotate(90deg);
    	margin: 0 auto;
    	display: block;
    	text-align: center;
		*/
	}
	
	.home-page-hero .headline {
		left: 3%;
    	width: 94%;
	}
	
	.home-page-hero .headline h1 {
		text-align: center;
		margin-left: 0;
	}
	
	.home-page-hero h1 span {
		margin-left: 0;
	}
	
	.home-page-hero .boxes {
		width: 50%;
		display: block;
		margin: 0;
	}
	
	.home-page-hero .boxes a {
    	width: 50%;
    	margin: 0;
    	display: block;
		border-width: 15px !important;
		text-align: center;
		padding: 1% 1%;
	}
	
	.home-page-hero .boxes .block h4 {
		margin-bottom: 1%;
	}
	
}

@media only screen and (max-width: 999px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 880px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 760px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 700px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 600px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 475px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 430px) { 
	
	.home-page-hero h1 {
		font-size: 30px;
	}
	
	.home-page-hero h1 span {
    	font-size: 18px;
	}
	
	.home-page-hero .boxes .block.first p {
		margin-bottom: -25px;
	}
	
	.home-page-hero .boxes .block.first {
		top: 360px;
	}
	
	.home-page-hero .boxes a {
		padding: 8% 2%;
	}
	
}

@media only screen and (max-width: 380px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 320px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

@media only screen and (max-width: 280px) { 
	
	.home-page-hero {
		margin-bottom: 5%;
	}
	
}

/* END HOME PAGE HERO MODULE */

/* FOOTER */

.widget-area .border {
	border: 0px solid #fff !important;
    height: 15px;
    display: block;
	font-size: 0;
	margin-top: 0;
}

.widget-area .border div {
	height: 100%;
	display: inline-block;
}

.widget-area .border .green {
	width: 15%;
	background-color: #A9CC68; 
	display: inline-block;
}

.widget-area .border .purple {
	width: 20%;
	background-color: #9A004F; 	
}

.widget-area .border .orange {
	width: 65%;
	background-color: #EE8B3F; 	
}

.widget-area {
	background-color: #316094;
    width: 100%;
    max-width: 100%;
	margin-top: 0;
	display: block !important;
	padding-bottom: 0;
}

.widget-area .widget_block {
	width: 90%;
    margin: 0 auto;
}

.footer-top {
	padding-top: 3%;
	border-bottom: 1px solid #fff;
    padding-bottom: 3%;
}

footer.entry-footer {
	display: none;
}

.footer-top .left {
	width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.footer-top .right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.footer-bottom .right img {
	display: block;
    width: 150px;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.footer-top .right p {
	color: #fff;
    font-size: 18px;
    display: inline;
    vertical-align: middle;
	margin-right: 2%;
}

.footer-top .right .facebook img {
	width: 20px;
    padding: 10px 0px 10px 0;
}

.footer-top .right .insta img {
	width: 30px;
}

.footer-top .right a img {
	transition: .3s;
}

.footer-top .right a:hover img {
	opacity: .7;
	transition: .3s;
}

.footer-bottom .left {
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}

.footer-bottom .left p, .footer-bottom .left a {
	color: #fff;
	font-size: 16px;
}

.footer-bottom .left p {
	margin-bottom: 2%;
}

.footer-bottom .left a {
	text-decoration: none;
}

.footer-bottom .left a:hover {
	text-decoration: underline;
}

.footer-bottom .right {
	width: 49%;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	margin-bottom: 15px;
}

.footer-bottom .right a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
}

.footer-bottom .right a:nth-of-type(2) {
	padding: 0 3%;
}

.footer-bottom .right a:hover {
	text-decoration: underline;
}

.site-footer > .site-info {
	border-top: 0px solid #fff;
	padding-top: 0;
}

footer {
	width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    background-color: #316094;
	padding-bottom: 2% !important;
}

footer .site-info {
	padding: 0;
    margin: 0;
}

footer .site-name p {
	text-transform: initial;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.site-footer > .site-info .site-name {
	width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) { 
	
	.footer-bottom .right img {
		margin-right: auto;
    	margin-top: 3%;
    	margin-bottom: 2%;
	}
	
	.footer-top .left {
    	width: 100%;
    	display: block;
		text-align: center;
		margin-bottom: 2%;
	}
	
	.footer-top .right, .footer-bottom .left, .footer-bottom .right {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	footer .site-name p {
		text-align: center;
		margin-top: 1%;
	}
		
}

@media only screen and (max-width: 430px) {
	
	.footer-top {
    	padding-top: 10%; 
	}
	
	.footer-top .left {
		margin-bottom: 5%;
	}
	
}

/* FOOTER */
