/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/05/2014, 2:16:18 PM
    Author     : Jesse
*/

.buckets {float: left;width: 23%;display: block;margin-right: 2%;margin-bottom: 20px;}
.buckets h3{background-color: #dedde3;padding: 5px 10px;color: #2d3230;font-weight: 400;float: left;width: 100%;display: block;margin: 0;text-transform: uppercase;position:relative;}
.buckets h3 i{float:right;margin-top:6px;}
.buckets h3:after{content: "";position: absolute;width: 10px;height: 10px;bottom: -5px;left: 6%;background-color: #dedde3;transform:rotate(45deg);-ms-transform:rotate(45deg); /* IE 9 */-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */}


.buckets .bucket-description{float: left;width: 100%;display: block;background-color: #f0f0f0;color: #282828;padding: 6% 6%;min-height: 150px;font-size: 14px;}
.buckets img{float:left;}
.buckets .more-link{background-color: #2889d2;padding: 10px 20px;color: white;float:left;width:100%;display:block;margin:0;font-size:20px;text-decoration:none;border-radius:0px 0px 30px 0px;}