﻿/* CONTENT */
.content_wrapper
{    
    margin-top:15px; 
}

.content_wrapper .slider
{
    margin-bottom:5px;   
    padding-bottom:30px;
    position:relative;
}    

/* BUILDING BLOCKS */
.building_blocks_wrapper
{
    position:relative;
    margin-bottom:15px;
}

 .building_blocks_wrapper .building_blocks_background
{
    background-image: linear-gradient(#002164, #17479e);
    box-shadow: 0 0 45px rgba(0, 0, 0, 1) inset;
    height:300px;
    position:absolute;
    top:40px;
    width:100%;
}

.building_blocks_wrapper .building_blocks_container
{   
    position:relative;
    margin:0 auto;
    width:980px;
    min-height:400px;
}

.building_blocks_wrapper .building_blocks 
{
    background:rgba(0, 0, 0, 0) linear-gradient(#134392, #001c54) repeat scroll 0 0;
    float:left;
    min-height:400px;
    width:235px;
    margin-left:13px;
    padding:10px;
    box-sizing:border-box;
    position:relative;
}

.building_blocks_wrapper .building_blocks:first-child
{
    margin:0 1px 0 0;
}

.building_blocks_wrapper .building_blocks > .title
{
    color: #ffffff;
    font-family: FuturaBT-Medium,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.2;
    font-size:17px;
    text-transform:uppercase;
    width:107px;
    margin-bottom:15px;
}

.building_blocks_wrapper .building_blocks img
{
    margin-bottom:15px;
}

.building_blocks_wrapper .building_blocks .text
{
    color:#ffffff;
    padding:0;
    margin:0;
    font-size: 12px;
    line-height: 18px;
    margin-bottom:40px;
}

.building_blocks_wrapper .building_blocks a.readmore
{
    background-image: linear-gradient(#5884ba, #13418e);
    border: 1px solid #598ed7;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: FuturaBT-Medium,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;    
    margin: 20px 0 10px;
    padding: 4px 15px 5px 19px;
    position: absolute;
    text-transform: none;
}

.building_blocks_wrapper .building_blocks a.readmore:hover
{
    text-decoration:none;
}

.building_blocks_wrapper .building_blocks a.readmore div
{
    float:left;
}

.building_blocks_wrapper .building_blocks a.readmore i
{
    display: block;
    float: left;
    margin-left: 15px;
    padding-top: 3px;
} 