:root {
    --brand-color-1: #026800 !important;
	--brand-color-1h: #ec0037 !important;
}

header.fHeader {
	background: var(--brand-color-1);
}

.f-logo .fGalleryItem img {
    width: 200px;
    max-width: 100%;
}

.menu-horizontal .fMenu li#menu-item-31782.selected{
	background: var(--brand-color-1h);
	border-radius: 10px;
}

.menu-horizontal a:hover {
	color: #fff;
}

.menu-horizontal a {
	color: #fff;
}

.user-register-group .f-table-subtitle {
	color: #000;
}

form.fForm .form-heading-legend {
	border-bottom: 1px solid var(--brand-color-1);
	font-weight: 800;
}

form.fForm fieldset legend {
	border-bottom: 1px solid var(--brand-color-1) !important;
}

.menu-timeline li.done a {
    text-align: center;
}

.menu-timeline li.selected a {
    text-align: center;
}

.menu-timeline a {
	text-align: center;
}

.menu-timeline ul.fMenu {
    display: flex;
    margin-bottom: 1rem;
}

.menu-timeline li {
    flex: 1 1 0;
    letter-spacing: -0.5px;
    text-align: center;
    position: relative;
}

.menu-timeline li.selected {
    font-weight: 700;
}

.menu-timeline li::before {
    height: 2px;
    width: 100%;
    left: -50%;
    top: 1rem;
    position: absolute;
    background: var(--brand-color-1h);
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.menu-timeline .menu-item-text big {
    clear: both;
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.5rem;
    background: var(--brand-color-1);
    color: #fff;
    font-weight: 700;
}

.menu-timeline .menu-item-text span {
    display: block;
}

.menu-timeline li.future::before {
    display: none;
}

.menu-timeline li.future {
    opacity: 0.25;
}

.menu-timeline li.future a {
	pointer-events: none;
}

.menu-timeline li#menu-item-32018.future {
  opacity: 1;
}

.fModuleTitle h3 {
    letter-spacing: 0px;
	color: var(--brand-color-1);
}

/*Footer*/
footer#fFooter {
    width: 100%;
    background-color: var(--brand-color-1);
    height: 50px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000; 
}

#fFooter .copyright {
    background-color: var(--brand-color-1);
	border-top: 0px;
    color: #fff;
    font-size: 0.9rem;

    a {
        color: var(--brand-color-1h);
        text-decoration: underline;
	    font-size: 0.9rem;
    }
}

a.fbutton {
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    color: var(--brand-color-1-text);
    font-weight: 400;
    text-align: center;
    background-color: var(--brand-color-1h);
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    transition: all 300ms ease;
    display: inline-block;
    border-color: var(--brand-color-1h);
}
a.fbutton:hover {
	background: var(--brand-color-1);
	border-color: var(--brand-color-1);
    box-shadow: 0 0 1rem rgba(0,0,0,.25);
}