/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 00:02:08 */
html, body {
	overflow-x: hidden;
  	overscroll-behavior-y: none;
}

.nibs-page-title, .nibs-header, .nibs-footer {
	display: none;
}

#chf h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
}

#chf h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
}

#chf h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
}

#chf p, #chf li {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 17px;
    line-height: 2rem;
}

#chf p strong {
	font-weight: 500;
}

#chf p a, #chf .panel li a {
	color: #6f468c;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 17px;
    line-height: 2rem;
	text-decoration: none;
	border-bottom: 1px solid #6f468c;
}

#chf a:hover {
	opacity: 0.6;
	transition: 0.6s;
}

#chf .reverse h1, #chf .reverse h2, #chf .reverse h3, #chf .reverse p, #chf .reverse li {
	color: #fff;
}

#chf .reverse h3:hover {
	color: #FFF;
	opacity: 0.6;
}

#chf .container {
	display: flow-root;
	padding: 100px 0;
}

#chf .container-sml {
	display: flow-root;
	padding: 50px 0;
}

.page-id-27 #chf .container {
	width: 80%;
    max-width: 80%;
}

#chf #banner {
	background-size: cover;
}

#chf #banner .container {
	padding: 170px 0 100px;
}

#chf #banner .container h1 {
	font-size: 35px;
}

#chf #header {
	background: transparent;
	position: fixed;
	width: 100%;
	display: block;
	z-index: 9;
}

#chf #header .container {
	width: 90%;
	max-width: 90%;
	padding: 30px 0;
	display: flex;
	align-items: center;
}

#chf .logo {
	float: left;
}

#chf .logo-main {
	width: 200px;
	margin-right: 20px;
}

#chf .chf-menu {
	float: left;
	text-align: right;
	display: flex;
    right: 0;
	justify-content: end;
	width: 100%;
}

#menu-community-housing-futures {
	width: 95%;
	margin-top: 15px;
}

#chf .btn, #gform_submit_button_2 {
	margin-right: 0;
	background: #6f468c;
	padding: 5px 20px !important;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px !important;
	border: none;
	color: #fff;
}

#chf a.btn {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	border: 1px solid #6f468c;
}

#chf .btn:hover {
	background: #fff;
	border: 1px solid #6f468c;
	color: #333;
	transition: 0.6s;
	opacity: 1;
}

#chf .btn-white {
	margin-right: 0;
	background: #fff;
	color: #333;
	padding: 5px 20px;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
}

#chf .btn-white:hover {
	background: #6f468c;
	color: #fff;
	transition: 0.6s;
	text-decoration: none;
}

#chf #banner .container {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	display: grid;
	align-content: center;
	height: 100%;
}

#chf .narrow {
	margin: 0 auto;
	text-align: center;
}

#chf .narrow ul {
	text-align: left;
}

.narrow li {
	margin: 10px 0;
	list-style: none;
	padding: 0;
	text-align: center;
}

.narrow li::before {
	content: "\2022"; /* Unicode character for a bullet point */
	color: #000; /* Change color as needed */
	display: inline-block;
	width: 1.2em; /* Adjust spacing between bullet point and text */
	margin-left: -1em; /* Negative margin to align with the text */
}

#chf #banner .container h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

#chf #signup {
	background-size: cover;
}

#chf #signup h2 {
	font-size: 28px;
	margin-bottom: 0;
}

#chf .half {
	width: 45%;
	float: left;
	margin-right: 10%;
}

#chf .half:last-child {
	margin-right: 0;
}

#chf #footer {
	background: #151e30;
}

#chf .boxed {
	background: #151e30;
	padding: 30px;
}

#grid {
	display: grid;
	grid-template-areas: "a a";
	gap: 15px;
	grid-auto-columns: 49.6%;
	grid-auto-rows: 350px;
}

#grid > div {
	text-align: center;
	display: grid;
}

#grid > div h3 span {
	font-size: 17px;
    font-weight: 500;
    margin: 30px;
    display: block;
}

#grid > div .btn-white {
	margin: 30px auto 0;
	display: block;
	width: fit-content;
}

#grid > div .btn-white:hover {
	background: #fff;
	color: #333;
}

#grid > div .link {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 30px auto 0;
	display: block;
	border-bottom: 1px solid #fff;
	width: fit-content;
}

#grid > div a.link {
	text-decoration: none;
}

#grid > div a.link:hover {
	text-decoration: none;
}

#grid > div > div {
	padding: 80px;
	height: 350px;
    display: grid;
    align-content: center;
}

#grid > div:nth-child(1) {
	background-image: url('/wp-content/uploads/2024/06/DJI_0111_Web.jpg');
	background-size: cover;
}

#grid > div:nth-child(1) > div {
	background-color: rgba(111,70,140,0.8);
	opacity: 0.95;
}

#grid > div:nth-child(2) {
	background-image: url('/wp-content/uploads/2024/06/IMG_9102_Web.jpg');
	display: none;
}

#grid > div:nth-child(2) > div {
	background-color: rgba(26,160,205,0.8);
}

#grid > div:nth-child(3) {
	background-image: url('/wp-content/uploads/2024/06/IMG_9198_Web.jpg');
	background-size: cover;
}

#grid > div:nth-child(3) > div {
	background-color: rgba(32,185,164,0.8);
}

#grid > div:nth-child(4) {
	background-image: url('/wp-content/uploads/2024/06/IMG_9432_Web.jpg');
	background-size: cover;
	display: none;
}

#grid > div:nth-child(4) > div{
	background-color: rgba(222,28,76,0.8);
}

#chf .chf-menu {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#chf .chf-menu {
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    text-align: center;
}

#chf .chf-menu li {
    display: inline-block;
    position: relative;
    float: right;
	padding: 0;
    margin: 0 25px 0 0;
}

#chf .chf-menu li a {
    display: contents;
    line-height: 35px;
    padding: 0;
    text-decoration: none;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

#chf .nav li a:last-child {
	padding: 0 18px;
}

#chf .nav li a:hover {
	opacity: 0.6;
	transition: 0.6s
}

#chf .sub-menu li a {
	font-size: 15px;
}

#chf .active {
	border-bottom: 1px solid #fff;
}
    
#chf .nav li li {
	float: left; 
}
    
#chf .nav li li a {
	display: block;
	font-size: 12px;
}

#chf .sub-menu {
	position: absolute;
    padding: 0px;
	width: max-content;
	min-width: 200px;
    text-align: left;
    background: #151e30;
    display: none;
}

#chf .sub-menu li {
	padding: 7px 18px;
	text-align: left;
	cursor: pointer;
	margin: 0;
}

#chf .menu-item-has-children:hover .sub-menu {
	display: grid;
} 

#chf .menu-item-has-children:after {
	content: '';
    color: #fff;
    width: 12px;
    background-image: url(/wp-content/uploads/2024/06/angle-down-solid-white.svg);
    display: block;
    height: 34px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}

#chf .nav li li:hover ul {
	margin-left: 200px; 
	margin-top: -35px; 
	display: block;
}

#chf .sub-menu li:hover {
	background: #222b46;
}

#chf #footer .container {
	width: 90%;
	max-width: 90%;
}

#chf #footer .forth {
	width: 21.2%;
	margin-right: 5%;
	float: left;
}

#chf #footer .forth:last-child {
	margin-right: 0;
}

#chf .accordion {
	cursor: pointer;
	padding: 18px 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background: #fAfAfA;
	border-top: 1px solid #c5c5c5;
	font-weight: 500;
    align-items: center;
	display: flex;
	z-index: 0;
}

#chf .accordion:first-of-type, .faqs-2 .accordion:nth-of-type(7){
	border-top: 0 !important;
}

#chf .accordion h3 {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	width: 90%;
	padding-bottom: 0;
}

#chf .faqs .active, #chf .accordion:hover {
	background-color: #fff;
	color: #6f468c;
	transition: 0.6s;
}

#chf .panel {
	padding: 20px 0 40px;
	background-color: white;
	display: none;
	overflow: hidden;
	text-align: left;
}

#chf .panel p, #chf .panel li {
	font-size: 16px;
}

#chf .accordion:after {
	content: '\02795';
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
    width: 50px;
	text-align: right;
}

#chf .faqs .active:after {
	content: "\2796";
	color: #6f468c;
}

#chf .two-column {
	column-count: 2;
	column-gap: 10%;
}

#chf #cta .btn:hover {
	background: #6f468c;
	color: #fff;
	opacity: 0.6;
}

#chf .burger, #chf .chf-close {
	display: none;
}


#chf #footer p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	display: block;
	margin-bottom: 0;
}

#chf #footer a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	display: block;
	line-height: 1.8rem;
	border-bottom: none !important;
}

#chf #footer a:hover {
	text-decoration: none;
}

#chf #footer a.parent {
	font-weight: 500;
	margin-top: 13px;
}

#chf #footer a.parent:first-child {
	margin-top: 0;
}

.social-media {
	display: flex;
	margin-top: 30px;
}

.social-media a {
	font-size: 28px !important;
}

#chf #footer .contact-details p a {
	display: contents !important;
}

#chf #footer .contact-details p a:hover {
	opacity: 0.6 !important;
}

#chf #socket {
	text-align: center;
	margin-top: -50px;
}

#chf #socket .container {
	padding-top: 0;
	padding-bottom: 20px;
}

#chf #socket p, #chf #socket p a {
	display: contents !important;
	font-size: 11px !important;
}

.topnav {
	overflow: hidden;
	padding: 1.5% 2%;
	display: none;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a img {
	width: 130px;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#chf #footer .forth img {
	width: 180px;
}

#menu-item-36973 {
	background: #6f468c !important;
	padding: 0 20px !important;
	margin-left: 50px;
}

#supporting-logos {
	display: grid;
	grid-template-areas: "a a a a";
	gap: 50px;
	align-items: center;
	margin-top: 50px;
}

#supporting-logos img {
	max-width: 130px;
	max-height: 70px;
}

#team-members {
	display: grid;
	grid-template-areas: "a a a";
    gap: 5%;
    grid-auto-columns: 30%;
}

.headshot {
	display: grid;
	background: #333;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}

.headshot:before {
	content: '';
	padding-top: 70%;
}

.bio p {
	font-size: 16px !important;
    line-height: 1.7em !important;
}

#team-members h3 {
	font-size: 17px;
}

#team-members h3 span {
	font-weight: 300;
	font-size: 15px;
}

#team-members .contact-details {
	margin: 20px 0 30px;
}

#team-members .contact-details p, #team-members .contact-details a {
	font-size: 15px;
}

#team-members .contact-details p {
	margin-bottom: 0;
}

#team-members .contact-details p i {
	margin-right: 5px;
	color: #6f468c;
}

.slideshow-container {
	position: relative;
	margin: auto;
}

.mySlides {
	display: none;
}

.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #c8bdcf;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

#chf .active, .dot:hover {
	background-color: #6f468c;
}

#chf .fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

#chf .fade:not(.show) {
    opacity: 1;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.page-id-2 #chf .accordion, .page-id-2 #chf .panel {
	background: transparent;
}

.faqs-1 .accordion, .faqs-2 .accordion {
	display: none !important;
}

.faqs-1 .accordion:nth-of-type(1), .faqs-1 .accordion:nth-of-type(2), .faqs-1 .accordion:nth-of-type(3), .faqs-1 .accordion:nth-of-type(4), .faqs-1 .accordion:nth-of-type(5), .faqs-1 .accordion:nth-of-type(6), .faqs-1 .accordion:nth-of-type(7), .faqs-1 .accordion:nth-of-type(8), .faqs-1 .accordion:nth-of-type(9), .faqs-1 .accordion:nth-of-type(10), .faqs-1 .accordion:nth-of-type(11), .faqs-1 .accordion:nth-of-type(12), .faqs-2 .accordion:nth-of-type(13), .faqs-2 .accordion:nth-of-type(14), .faqs-2 .accordion:nth-of-type(15), .faqs-2 .accordion:nth-of-type(16), .faqs-2 .accordion:nth-of-type(17), .faqs-2 .accordion:nth-of-type(18), .faqs-2 .accordion:nth-of-type(19), .faqs-2 .accordion:nth-of-type(20), .faqs-2 .accordion:nth-of-type(21), .faqs-2 .accordion:nth-of-type(22), .faqs-2 .accordion:nth-of-type(23), .faqs-2 .accordion:nth-of-type(24) {
	display: flex !important;
}

table td p, table td p a, .specialised-services p {
	float: left;
	line-height: normal !important;
}

.specialised-services, .description {
	width: 40%;
}

.specialised-services p:after {
	content: ',';
	margin-right: 7px;
}

.specialised-services p:last-child:after {
	content: '';
	margin-right: 0;
}

#information-directory th {
	width: 57%;
}

table {
	border: none;
}

table p {
	margin: 0;
}

table, table tr, table td {
	border: none !important;
}

table td {
	text-align: left;
}

table td p, table td p a {
	font-size: 14px !important;
}

table td ul {
	margin-top: 10px;
}

table td li {
	font-size: 14px !important;
    line-height: 1.45em !important;
}

.text-banner {
	position: relative;
	margin: auto;
	text-align: center;
	color: #fff;
	height: 2em;
	line-height: 2em;
	width: max-content;
    padding: 0 50px;
}

.text-banner:before{
	content:"";
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 1em 0.4em 1em 0.4em;
	border-color: #6f468c transparent #6f468c transparent;
	height: 0;
}

.text-banner-mobile {
	display: none;
}

span.dot.active {
	border-bottom: 0 !important;
}

#chf h3:hover {
	color: #6f468c;
	opacity: 1 !important;
}

.ewd-ufaq-faq-title h1, .ewd-ufaq-faq-title h2, .ewd-ufaq-faq-title h3, .ewd-ufaq-faq-title h4, .ewd-ufaq-faq-title h5, .ewd-ufaq-faq-title h6 {
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500 !important;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	font-size: 16px !important;
	margin: 7px auto !important;
}

div.ewd-ufaq-faq-post p {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300 !important;
	line-height: 1.7em !important;
}

.ewd-ufaq-faq-toggle:hover, .ewd-ufaq-faq-toggle a:hover, .ewd-ufaq-faq-toggle a:focus {
	color: #6f468c !important;
}

.ewd-ufaq-field-label {
	display: none !important;
}

#ewd-ufaq-jquery-ajax-search .search-field {
	margin-left: 0 !important;
}

#ewd-ufaq-jquery-ajax-search {
	margin-bottom: 50px;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	float: right !important;
}

.ewd-ufaq-faq-title-text {
	text-align: left !important;
}
.ewd-ufaq-faq-div {
	margin: 15px 0 !important;
    border-bottom: 1px solid #b8b8b8;
}

.ewd-ufaq-faq-body {
	padding-left: 5px !important;
    text-align: left;
}

#ewd-ufaq-jquery-ajax-search .search-field .ewd-ufaq-text-input, .ewd-ufaq-no-results-found {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
}

.ewd-ufaq-ajax-search-submit, [type=button], [type=reset], [type=submit] {
	background: #6f468c !important;
	border: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500 !important;
	padding: 9px 20px;
}

.ewd-ufaq-ajax-search-submit:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
	opacity: 0.6;
	transition: 0.6s;
}

#ewd-ufaq-jquery-ajax-search .clear-field {
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}

#information-directory th {
	text-align: left;
}

#information-directory th:nth-child(1) {
	width: 20%;
}

#information-directory th:nth-child(3) {
	width: 10%;
}

#information-directory th:nth-child(4) {
	width: 5%;
}

#information-directory p {
	line-height: 1.4rem;
}

.mobile {
	display: none;
}

#information-directory a {
	background: #6f468c;
    padding: 8px 15px;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
	border: 0 !important;
}

.btns {
	display: flex;
	justify-content: center;
}

.btns .btn {
	float: left;
	margin-right: 20px !important;
	display: grid;
	align-content: center;
}

.btns .btn:last-child {
	margin-right: 0 !important;
}

.home-btns {
	padding: 30px;
    display: grid;
	justify-items: center;
}

.home-btns p {
	color: #FFF !important;
	font-size: 20px !important;
	margin-right: 20px;
}

.home-btns .btn {
	width: fit-content;
	margin: 0 !important;
	background: #FFF !important;
	color: #6f468c !important;
	border: 1px solid #FFF !important;
}

.home-btns .btn:hover {
	width: fit-content;
	margin: 0 !important;
	background: transparent !important;
	color: #FFF !important;
}

.left-column, .middle-column, .right-column {
	background: none;
}

.left-column {
	width: 30%;
}

.middle-column {
	padding-right: 20px;
}

.right-column {
	width: 20%;
}

.middle-column p {
	line-height: 1.5rem !important;
}

.left-column p {
	line-height: 1.3rem !important;
	margin-bottom: 20px;
}

.left-column a {
	line-height: 1.3rem !important;
}

.right-column p strong {
	line-height: 18px;
    display: block;
}

.rounds {
	margin-top: 50px !important;
}

table tr {
	border-bottom: 1px solid #ccc !important;
}

table th {
	border: none;
	border-bottom: 3px solid #ccc;
}

table p {
	width: 100%;
}

.phone, .email, .website {
	display: flex;
}

.phone strong {
	margin-right: 10px;
}

.email strong {
	margin-right: 12px;
}

.website strong {
	margin-right: 5px;
}

.opportunities-logo {
	max-width: 200px;
	max-height: 70px;
}

.disclaimer hr {
	margin: 40px 0;
}

.disclaimer p {
	font-size: 13px !important;
	line-height: 23px !important;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.two-thirds {
	width: 65%;
	margin-right: 5em;
	float: left;
}

.one-third {
	width: 28%;
	float: left;
}

.subscribe-box {
	background: #6f468c;
	padding: 1.5em;
	margin-bottom: 2em;
	height: fit-content;
}

.subscribe-box p {
	color: #FFF !important;
	line-height: 1.5 !important;
}

.subscribe-box .btn {
	border: 1px solid #FFF !important;
	background: #FFF !important;
	color: #000 !important;
}

.subscribe-box .btn:hover {
	background: transparent !important;
	color: #FFF !important;
}

.halves {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
    gap: 7em;
}

.halves .btns {
	justify-content: flex-start !important;
}

.halves a.btn {
	margin-bottom: 0 !important;
}

.custom-table {
 	width: 100%;
  	border-collapse: collapse;
	margin: 2em 0;
}

.custom-table td.pair {
  width: 50%;
  vertical-align: top;
  padding: 1em;
  border: 1px solid #ccc;
}

.custom-table .heading {
  font-weight: bold;
  margin-bottom: 4px;
}

.custom-table .item {
  color: #555;
}

.custom-table tr:first-child {
	border-top: 1px solid #ccc !important;
}

.custom-table tr:nth-child(even) {
	background: #f8f8f8;
}

.flex {
	display: flex;
}

.carousel {
  width: 100%;
  position: relative;
  transition: height 0.5s ease-in-out;
}

.slides {
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  text-align: center;
}

.slide.active {
  opacity: 1;
  z-index: 2;
  position: relative;
	background: none !important;
}

.slide p {
  	width: 80%;
	margin: 0 auto;
	line-height: 1.3 !important;
}

.dots {
  text-align: center;
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}














@media screen and (max-width: 1920px) {
	#chf .narrow {
		width: 55vw;
	}
}

@media screen and (max-width: 1500px) {
	#chf .chf-menu li {
		display: inline-block;
		position: relative;
		float: right;
	}
}


@media screen and (max-width: 1200px) {
	#chf .chf-menu li {
		display: inline-block;
		position: relative;
		float: right;
	}
	#grid {
		grid-auto-rows: auto;
	}
	.bio p {
		font-size: 15px !important;
		line-height: 1.5em !important;
	}
}


@media screen and (max-width: 1024px) {
  	#team-members {
		display: grid;
		grid-template-areas: "a a";
		gap: 3% 10%;
		grid-auto-columns: 45%;
		grid-auto-rows: 83em;
	}
	#chf .narrow {
		width: 80vw;
	}
}


@media screen and (max-width: 830px) {
	#team-members > div {
		margin-top: 100px;
	}
	#team-members > div:first-child {
		margin-top: 0;
	}
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
  	}
  	.topnav a.icon {
	  	float: right;
	  	display: block;
  	}
	#team-members {
		grid-template-areas: "a";
		display: flow-root;
	}
	.page-id-2 h2.text-banner {
		display: none;
	}
	.text-banner-mobile {
		display: block;
	}
	.topnav {
		padding: 1.5% 2% 0;
	}
	.topnav.responsive {
		position: absolute;
		background: #151e30 !important;
		width: 100%;
		z-index: 9;
	}
	.topnav.responsive a img {
		width: 130px;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
	}
	.topnav.responsive a:first-child {
		margin-bottom 30px !important;
	}
	.topnav.responsive .dropdown {
		float: none;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
	}
	.topnav.responsive .dropdown .dropbtn {
	  display: block;
	  width: 100%;
	  text-align: left;
	}
	#chf #banner .container, #chf .container {
		width: 80%;
	}
	#chf .narrow {
		width: 100%;
		text-align: left;
	}
	#chf .half {
		width: 100%;
		margin: 0;
		float: none;
	}
	#chf .half:last-child {
		margin-top: 50px;
	}
	#chf #header {
		display: none;
	}
	.topnav {
		display: block;
	}
	#chf #banner .container, #chf .container {
		padding: 80px 0;
	}
	#chf #banner .container h1 {
		font-size: 25px !important;
		line-height: 2.6rem;
	}
}


@media only screen and (max-width: 480px) {
	.left-column, .middle-column, .right-column {
		width: 100%;
	}
	#chf #banner .container, #chf .container {
		width: 90%;
	}
	#chf .narrow ul {
		margin-left: -24px;
	}
	.btns {
		display: flow-root;
	}
	.btns .btn {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
	.follow-on-copy {
		margin-top: 50px;
	}
	#grid {
    	grid-template-areas: "a";
		grid-auto-columns: auto;
		width: 90%;
		margin: 0 auto;
		grid-auto-rows: auto;
	}
	#chf #header .container .chf-menu {
	    text-align: left;
    	background: #151e30;
    	padding: 30px;
		display: grid;
		width: 100%;
		height: 100vh;
		margin-top: -15px;
	}
	#chf .burger, #chf .chf-close {
		display: block;
	}
	#chf .chf-close {
		display: block;
		position: absolute;
		z-index: 9;
		color: #fff;
		font-size: 30px;
		right: 20px;
	}
	.topnav a.icon {
		padding: 0 10px;
	}
	#chf #signup h2 {
		font-size: 22px;
	}
	#chf #footer .forth {
		width: 100%;
		margin: 0 0 2%;
		text-align: center;
	}
	#chf #footer .forth img {
		width: 130px;
		margin-bottom: 50px;
	}
	.social-media {
		justify-content: center;
	}
	#chf #footer p {
		    font-size: 12px;
		line-height: 1.5rem
	}
	#chf #cta a.btn, #chf #cta a.btn-white {
		display: block;
		width: fit-content;
		margin: 0 auto 10px;
	}
	#chf #cta a.btn:last-child, #chf #cta a.btn-white:last-child {
		margin-bottom: 0;
	}
	#chf #footer p span {
		display: none;
	}
	#supporting-logos {
		gap: 20px;
	}
	#supporting-logos img {
		max-width: 100px;
		max-height: 30px;
	}
	#grid > div > div {
		padding: 40px;
	}
	.specialised-services {
		width: 100%;
	}
	.specialised-services p, .specialised-services p strong, .advisory-panel p {
		line-height: 1.4rem !important;
	}
	#information-directory p {
		text-align: left;
	}
	table p {
		padding: 0;
	}
	.text-banner {
		width: fit-content;
		line-height: 1.2em;
		padding: 6px 50px;
		margin-bottom: 60px !important;
	}
	.text-banner:before {
		border-width: 1.5em 1.4em 1.5em 1.4em;
	}
	h2.text-banner {
		font-size: 18px !important;
	}
	#information-directory th {
		display: block;
	}
	.mobile {
		display: block;
	}
	#information-directory th:nth-child(2), #information-directory th:nth-child(3), #information-directory th:nth-child(4), #information-directory th:nth-child(5) {
		display: none;
	}
	#chf .two-column {
		column-count: 1;
	}
	.middle-column {
		width: 280px;
		display: block;
	}
	table {
		overflow: hidden;
		overflow-x: scroll;
		display: block;
	}
	table td {
		min-width: 150px;
	}
	
	.flex {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.two-thirds,
	.one-third {
		width: 100%;
		margin: 0;
	}
	
	.subscribe-box {
		margin-bottom: 0;
		margin-top: 2em;
		text-align: center;
	}
}