body{
    font-family: 'Segoe UI', serif;
}
.static-banner {

    position: relative;
    height: 240px;
}
.static-banner img {


    height: 240px;
}
.static-banner h1
{
    font-family: 'Segoe UI', serif;
}
.static-banner .sub-h1
{
    font-family: 'Segoe UI', serif;
}
.static-banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   
}
h1, h2, h3, h4, h5, h6, span
{
    font-weight: 700;
}
h1
{
    font-family: 'Segoe UI', serif;
}
p
{
    font-family: 'Segoe UI', serif;
}
.sub-h1
{
    font-family: 'Segoe UI', serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 200px;
    color: #024477;
    font-size: 42px;
    font-weight: 600;
}
#pagedata h1
{
    font-size: 28px;
    color: #024477 !important;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
    margin: 0;
    margin-bottom: 10px;
}
#pagedata h5
{
    color: black !important;
    padding: 0px 0px 5px 0px;
    margin: 0;
    margin-bottom: 10px;
}