﻿.hero_banner
{
    width: 100%;
}

    .hero_banner .image_hero img
    {
        width: 100%;
        vertical-align: top;
    }

    /*.hero_banner .banner_heading
    {
        font-size: 50px;
        text-align: center;
        color: #fff;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        line-height:60px;
    }*/
    .hero_banner .banner_heading
    {
        font-size: 38px;
        text-align: center;
        color: #fff;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        line-height: 52px;
    }

.tiles h3
{
    font-size: 28px;
    text-align: left;
    color: #fff;
    font-family: 'Segoe UI Light','Segoe UI';
    font-weight: 100;
}

.tiles .box
{
    width: 286px;
    height: 286px;
    margin-right: 10px;
    text-align: left;
    float: left;
    color: #fff;
    padding: 24px;
    /*cursor:pointer;*/
}

    .tiles .box h2, .tiles .box p
    {
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
		
    }

    .tiles .box h2
    {
        font-size: 39px;
        margin: 0px;
        margin-top: 90px;
    }

    .tiles .box p
    {
        font-size: 16px;
        display: none;
        line-height: 1.53em;
    }

        .tiles .box p a
        {
            color: #fff;
            text-decoration: none;
        }

.tiles #box_1
{
    background-color: #5C2D91;
    opacity: 0.8;
}

    .tiles #box_1:hover, .tiles #box_2:hover, .tiles #box_3:hover
    {
        opacity: 1;
    }

.tiles #box_2
{
    background-color: #D83B01;
    opacity: 0.8;
}

.tiles #box_3
{
    background-color: #0078D7;
    opacity: 0.8;
}


.quote_section
{
    background-color: #B4009E;
    padding: 50px 0px;
    width: 100%;
    display: inline-block;
}

    .quote_section h3
    {
        color: #fff;
        font-size: 24px;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        margin-bottom: 0px;
    }

    .quote_section p
    {
        color: #fff;
        font-size: 40px;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        margin:0px;
    }

.ctz_report .ctz_image img
{
    width: 100%;
    vertical-align: top;
}

.ctz_report .tile
{
    background-color: #0078D7;
    opacity: 0.8;
    width: 286px;
    height: 286px;
    margin-right: 30px;
    text-align: left;
    float: left;
    color: #fff;
    padding: 24px;
}

    .ctz_report .tile:hover
    {
        opacity: 1;
    }

    .ctz_report .tile .tile_heading
    {
        font-size: 40px;
        margin: 0px;
        margin-top: 55px;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
    }

    .ctz_report .tile .tile_details
    {
        font-size: 16px;
        display: none;
        line-height: 1.53em;
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        padding-top: 70px;
    }

        .ctz_report .tile .tile_details a
        {
            color: #fff;
            text-decoration: none;
            font-family: 'Segoe UI Light','Segoe UI';
            font-weight: 100;
        }

.tiles_section
{
    padding: 72px 0px 50px 0px;
}

    .tiles_section h2
    {
        font-family: 'Segoe UI Light','Segoe UI';
        font-weight: 100;
        color: #505050;
        font-size: 30px;
        margin: 0px 0px 21px 0px;
    }

    .tiles_section .box_area
    {
        margin-bottom: 241px;
    }

        .tiles_section .box_area .report_tiles
        {
            width: 123px;
            height: 122px;
            float: left;
            margin-right: 10px;
            padding: 20px 20px 19px 19px;
            position:relative;

        }

            .tiles_section .box_area .report_tiles .report_tiles_heading
            {
                color: #fff;
                font-size: 22px;
                font-family: 'Segoe UI Light','Segoe UI';
                font-weight: 100;
            }

            .tiles_section .box_area .report_tiles .report_tiles_details
            {
                color: #fff;
                font-size: 14px;
                font-family: 'Segoe UI Light','Segoe UI';
                font-weight: 100;
                display: none;
                margin: 0px;
                vertical-align: top;
                
            }

                .tiles_section .box_area .report_tiles .report_tiles_details a
                {
                    display: inline-block;
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                }

                    .tiles_section .box_area .report_tiles .report_tiles_details a img
                    {
                        width: 25px;
                        margin-top: 0px;
                        vertical-align: top;
                        display: inline-block;
                    }

.box_1_details span img, .box_2_details span img, .box_3_details span img, .tile_details span img
{
    vertical-align: top;
}
