﻿@font-face
{
    font-family: "Segoe UI Semibold";
    font-style: normal;
    font-weight: 600;
    src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s- microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.ttf") format("truetype"), url("//i.s- microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.svg#web") format("svg");
}

@font-face
{
    font-family: 'Segoe UI Light';
    src: url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot");
    src: url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Light/latest.svg#web") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Segoe UI";
    src: url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot");
    src: url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/Segoe-UI/West-European/Normal/latest.svg#web") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Segoe UI bold";
    src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot");
    src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg");
    font-weight: normal;
    font-style: normal;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI';
    min-width: 1064px;
}
 a, img {
    border:none;
    outline:none
}
.header_top_section
{
    background-color: #107C10;
    min-height: 27px;
}

.transparencyhub_container
{
    width: 1024px;
    margin: 0px auto;
    min-width: 1024px;
}

.header_top_section .transparencyhub_container .return_ctz
{
    text-align: right;
    padding-top: 2px;
}

    .header_top_section .transparencyhub_container .return_ctz a
    {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-weight:600;
    }

.header_section
{
    background-color: #fff;
    min-height: 60px;
}

    .header_section .transparencyhub_container .main_menu, .header_section .transparencyhub_container .sub_menu
    {
        font-size: 28px !important;
        color: #505050;
        padding-left: 15px;
        font-weight:100;
    }

    .header_section .transparencyhub_container .spacing
    {
        font-size: 28px !important;
        color: #505050;
        padding-left: 15px;
        font-weight:100;
    }

    .header_section .transparencyhub_container .main_menu.active_menu
    {
        color: #107C10;
    }

.footer_section
{
    background-color: #4d4d4d;
    min-height: 80px;
    padding: 20px 0px;
}

    .footer_section .transparencyhub_container .back_top p
    {
        color: #fff;
        font-size: 16px;
        margin-top: -2px;
        z-index: 99;
        cursor: pointer;
        width: 100px;
    }

    .footer_section .transparencyhub_container .legal_list
    {
        list-style-type: none;
        float: right;
        margin-top: 3px;
    }

        .footer_section .transparencyhub_container .legal_list li
        {
            color: #fff;
            padding-left: 15px;
            font-size: 13px;
            display: inline;
        }

            .footer_section .transparencyhub_container .legal_list li a
            {
                text-decoration: none;
                color: #fff;
            }

    .footer_section .transparencyhub_container
    {
        position: relative;
    }

    .footer_section .curved_background
    {
        width: 84px;
        height: 100px;
        position: absolute;
        z-index: -1;
        left: 0px;
        background: url(/about/csr/transparencyhub/images/UpArrow.png);
        background-repeat: no-repeat;
        background-color: #4d4d4d;
        border-radius: 50px;
        cursor: pointer;
        top: 0px;
        background-position: 28px 18px;
        cursor: pointer;
    }


    /*green blocks banner*/

    
.jumper_links_blocks {
    width: 430px;
    margin: 0px auto;
}

    .jumper_links_blocks .green_block {
        width: 95px;
        height: 95px;
        padding: 20px;
        background-color: #107C10;
        opacity: 0.9;
        margin-right: 10px;
        float: left;
        text-align: left;
        cursor: pointer;
    }

        .jumper_links_blocks .green_block:hover {
            opacity: 1;
        }

        .jumper_links_blocks .green_block img {
            width: 20px;
        }

        .jumper_links_blocks .green_block p {
			font-family: 'Segoe UI Light','Segoe UI';
            padding-top: 22px;
            color: #fff;
            font-weight: 100;
            font-size: 20px;
            margin-bottom: 7px;
        }

        .jumper_links_blocks .green_block a {
            color: #fff;
            text-decoration: none;
        }

          .a_details ul li
        {
            color: #505050;
            font-size: 18px;
            font-weight: 100;
            width: 410px;
            margin: 0px;
            margin-top: -4px;
            width: 350px !important;
            font-family: 'Segoe UI Light','Segoe UI';
        }

    /*green blocks banner*/

    /*FAQ Section*/

.FAQ_section {
    padding: 88px 0px 40px 0px;
    text-align: left;
}

    .FAQ_section .question_answer_area {
        width: 1024px;
        margin: 0px auto;
    }

    .FAQ_section .question_answer {
        width: 1024px;
        border-bottom: 1px solid #d2d2d2;
        display: inline-block;
        padding-bottom: 45px;
        padding-top: 45px;
    }

        .FAQ_section .question_answer.first_question {
            padding-top: 0px;
        }

        .FAQ_section .question_answer.last_question {
            border-bottom: none;
        }

    .FAQ_section h2 {
        margin: 0px;
        font-size: 40px;
        color: #107C10;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        margin-bottom: 50px;
    }

    .FAQ_section .question_answer .question {
        width: 50%;
        float: left;
    }

        .FAQ_section .question_answer .question .q_block {
            width: 54px;
            height: 54px;
            display: inline-block;
            background-color: #0078D7;
            margin-right: 25px;
        }

            .FAQ_section .question_answer .question .q_block p, .FAQ_section .question_answer .answer .a_block p {
                font-family: 'Segoe UI Light','Segoe UI';
				margin: 0px;
                padding: 0px;
            }

    .FAQ_section .question_answer .answer {
        width: 50%;
        float: left;
    }

        .FAQ_section .question_answer .answer .a_block {
            width: 54px;
            height: 54px;
            display: inline-block;
            background-color: #107c10;
            margin-right: 25px;
        }

            .FAQ_section .question_answer .question .q_block p, .FAQ_section .question_answer .answer .a_block p {
                font-family: 'Segoe UI Light','Segoe UI';
				color: #fff;
                font-size: 30px;
                font-weight: 100;
                text-align: center;
                padding-top: 5px;
            }

    .FAQ_section .question_answer .question .q_details p {
		font-family: 'Segoe UI Light','Segoe UI';
        color: #505050;
        font-size: 30px;
        font-weight: 100;
        line-height: 32px;
        width: 350px;
        margin: 0px;
        margin-top: -6px;
    }


    .FAQ_section .question_answer .question .q_details {
        display: inline-block;
        vertical-align: top;
    }

    .FAQ_section .question_answer .answer .a_details {
        display: inline-block;
        vertical-align: top;
    }

        .FAQ_section .question_answer .answer .a_details p {
			font-family: 'Segoe UI Light','Segoe UI';
            color: #505050;
            font-size: 18px;
            font-weight: 100;
            width: 410px;
            margin: 0px;
            margin-top: -4px;
        }
/*FAQ Section*/