body, html {
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 125%;
}

li {
    margin-left: 15px;
}

a {
    color: #4d4d4d !important;
    font-weight: 500!important;
    transition: all .25s ease;
    text-decoration: underline !important;
}

a:hover {
    color: #d14210 !important;
}


.page-intro {
    background: #f1f1f1;
    padding: 10px 0 40px;
    margin: 0;
}

.page-header h1 {
    display: block;
    color: #000;
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 132%;
    color: #1a1a1a;
    letter-spacing: 0;
    font-size: 44px !important;
    margin-bottom: 1.25rem;
    margin-bottom: 20px;
    text-align: left;
}

h2 {
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-weight: 900 !important;
    line-height: 132%;
    color: #1a1a1a;
    letter-spacing: 0;
    font-size: 36px;
    margin-bottom: 1.25rem;
}

h3 {
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-weight: 900 !important;
    line-height: 132%;
    color: #1a1a1a;
    letter-spacing: 0;
    font-size: 28px;
    margin-bottom: 1.25rem;
}

.page-intro p {
    font-size: 26px;
    color: #000000;
    line-height: 150%;
    font-weight: 300;
}


 .breadcrumb > li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #757575;
    border-bottom: dashed 1px #757575;
    margin-left: unset;
    text-decoration: none !important;

}

.breadcrumb > li a:hover {
    border-bottom: solid 1px #757575;
        text-decoration: none !important;

}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 500;
    /* margin: 5px 14px 5px 0px; */
    padding: 0px;
    color: #000;
    margin-left: unset;

}

footer .footer-bottom
 {
    background-color: #2d2f32 !important;
}


.footer__acknowledgement h3, .footer__acknowledgement h2 {
    color: #fff;
    font-size:20px;
    font-weight: 700;
}

.footer__acknowledgement p {
    font-size:18px;
    line-height:32px;
    font-weight: 300;
}

.footer_copyright p {
    color: #fff;
    font-size: 14px !important;
    float: right;
}

footer .footer-bottom ul li a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-bottom: dashed 1px #fff !important;
    text-decoration: none !important;
}

footer .footer-bottom ul li a:hover {
    border-bottom: solid 1px #fff !important;
    text-decoration: none !important;

}

