body *
{
    font-family: "Barlow", sans-serif !important;
}

h1 {
    font-weight: 700 !important;
}

h3 {
    font-weight: 600 !important;
}

.btn-primary:hover {
    border-color: #61c250 !important;
}

.btn-default:focus, .btn-default.focus, .btn-default:focus-visible {
    color: #61c250 !important;
    background-color: #FFFFFF !important;
    border-color: #61c250 !important;
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover {
    background-color: #61c250 !important;
    color: #ffffff;
    text-decoration: Underline;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
    background-color: #61c250 !important;
    text-decoration: none;
}

.cta-button-white {
    color: #61c250;
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 22px;
    border-color: #61c250;
    padding: 8px 28px;
    width: fit-content;
    border-style: solid;
    border-width: 1.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.cta-button-white:hover {
    color: #FFFFFF !important;
    background-color: #61c250 !important;
    border-color: #FFFFFF !important;
}


label {
    font-weight: 600;
}

.view-grid {
    padding-bottom: 20px;
}

.fa {
	font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}