body {
    font-family: "Heebo", sans-serif, "FontAwesome", "Roboto", "eicons", "Font Awesome 5 Brands", "Font Awesome 5 Free";
    background-color: #fcfdfc;
}

.aPathGroup {
    color: #004712;
    text-decoration: none;
    font-weight: 600;
}

    .aPathGroup:hover {
        text-decoration: underline;
    }

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.greenLight {
    color: #00703c;
}

.greenDark {
    color: #004712;
}


.italic,
.person-title {
    font-style: italic;
}

.bullets li {
    list-style-type: disc;
    font-size: 18px;
    color: #666666;
}

/*------------------------------------------------------------
		Misc
------------------------------------------------------------*/
a.orangeArrowLink {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 24px;
    width: 24px;
    height: 10px;
    text-indent: -5124px;
}

a.orangeArrowLink:hover {
    background-position: left bottom;
}

/*------------------------------------------------------------
		typography
------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #00703c;
}

.pathgrouph1 {
    font-size: 25px;
    border-bottom: 1px #00703c dotted;
    padding-bottom: 13px;
    font-weight: normal;
}

.pathgrouph2 {
    font-size: 20px;
    border-bottom: 1px #00703c dotted;
    padding-bottom: 13px;
    font-weight: normal;
}

.pathgrouph3 {
    font-family: "Heebo", sans-serif;
    border-bottom: #f5f5f5;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

p {
    font-family: "Heebo", sans-serif;
}

.pgContainer {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    position: static;
    box-sizing: content-box;
    float: none;
    text-align: center;
    align-content: center;
    align-items: center;
}

.pgHeader {
    color: #00693e !important;
    font-size: 28px;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
}

.pgTitle {
    font-size: 15px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
}

.pgRow {
    padding-left: 20px;
    padding-right: 20px;
}

.pgAList {
    color: #004712 !important;
    text-decoration: none;
    font-weight: 600;
}

.pgAList:hover {
    text-decoration: underline;
    color: #00703c !important;
}

.pgBody {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}

#pgLogin {
    padding-left:15px;
    margin-top: -35px;
}

#pgLogin .pgLoginRow {
    margin-top: 12px;
}

#pgLogin .pgLoginRow .pgLoginText {
    font-size: 22px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
}

#pgLogin .pgLoginRow .pgLoginButton {
    font-size: 22px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-top: 15px;
}

    #pgLogin .pgLoginRow .pgLoginInput {
        padding-top: 0.375rem;
        padding-right: 0.75rem;
        padding-bottom: 0.375rem;
        padding-left: 0.75rem;
        width: 100%;
        padding: 0px;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1.5px solid #ced4da;
        border-radius: .25rem;
    }

        #pgLogin .pgLoginRow .pgLoginInput:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
        }

/*------------------------------------------------------------
		#hero
------------------------------------------------------------*/
#pgHero {
    background-color: #f3f3f3;
    padding-bottom: 4px;
}

#pgHero .topGradient {
    background: url("/assets/img/topGradient.png") left top repeat-x;
    position: absolute;
    height: 17px;
    width: 100%;
    z-index: 10;
}

#pgHeroWrap {
    position: relative;
    top: 0;
    height: 175px;
}

#pgHeroWrap .ribbon {
    position: absolute;
    top: 119px;
    right: -30px;
    text-align: right;
    height: 37px;
    background: #00703c;
    margin: 0;
    padding: 0;
}

#pgHeroWrap .ribbon .ribbonHelper:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #00703c #00703c transparent transparent;
}

#pgHeroWrap .ribbon .ribbonHelper:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #00703c #00703c transparent;
}

#pgHeroWrap .ribbon:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 100%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #00703c #00703c;
}

#pgHeroWrap .ribbon p {
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 25px;
    margin: 10px 29px;
    padding: 0 15px 0 0;
    margin-top: .25rem !important;
    margin-bottom: 1rem !important;
}
