h1, h2, h3, h4 {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    color: #000;
}

h1 {
    font-size: 32px;
}

a {
    color: #006072;
    text-decoration: underline;
}

    a:hover {
        color: #722282;
        text-decoration: underline;
    }

#anonymousLoginScreen .btn-custom {
    color: #2b2171 !important;
}

button {
    color: #fff !important;
    background-color: #00703c !important;
    border-color: #00703c !important;
	box-shadow: 0 3px 0 0 #005a30;
}

    button.btn-primary {
        color: #fff !important;
        background-color: #00703c !important;
        border-color: #00703c !important;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #005a30 !important;/*was #581866*/
    background-color: #fff !important;
    border-color: #005a30 !important;/*was #581866*/
}

button.btn, ._AF .btn-af, .achieveforms-container .btn-af  {
    color: #fff;
    background-color: #00703c;
    border-color: #00703c;
	box-shadow: 0 3px 0 0 #005a30;
}

    button.btn:hover, button.btn:focus, button.btn:active {
        background-color: #005a30 !important;
        border-color: #005a30 !important;
        color: #fff !important;
    }

/*Forms*/
.achieveforms-container .sectionsHead .sectionsHeadInner {
    border-bottom: solid 1px #fff;
}
.achieveforms-container header.formHeader .formName {
    color: #1f1146;
}

.achieveforms-container .sectionsHead {
    background-color: #fff;
}

.achieveforms-container a.sectionNameTab {
    background-color: #fff;
}

    .achieveforms-container a.sectionNameTab:hover {
        background-color: #ddd;
    }
.achieveforms-container .fillinButtons .btn {
    margin: 0 1em 0 0;
    min-width: 7em;
    font-size: 1rem;
    color: #444;
}

/*End Forms*/

/*Services*/
.service-groups a.fsservice-pretty-link:focus {
    background-color: #f5ce3e !important;
    border-color: #f5ce3e !important;
}

.service-groups a.fsservice-pretty-link:hover {
    background-color: #f5ce3e !important;
    border-color: #f5ce3e !important;
}

.service-groups a.fsservice-pretty-link.active {
    background-color: #f5ce3e !important;
    border-color: #f5ce3e !important;
}

    .service-groups a.fsservice-pretty-link:hover h2, .service-groups a.fsservice-pretty-link:focus h2, .service-groups a.fsservice-pretty-link.active h2 {
        color: #000 !important;
    }

a.fsservice-pretty-link:visited {
    color: #000;
}

    h3.serviceColumnLetter {
        color: #000;
    }

.service-groups a.fsservice-pretty-link h2 {
    color: #fff;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

    .service-groups a.fsservice-pretty-link a:hover {
        color: #000;
    }

    a.fsservice-pretty-link {
        background-color: #006072;
        border: 1px solid #006072;
        height: auto !important;
    }

.form-link-color {
    color: #006072;
    text-decoration: underline;
}

/*End Services*/