.cta {
    padding: 2%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 27%, rgba(255,255,255,0.46) 54%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(27%, rgba(255,255,255,0.73)), color-stop(54%, rgba(255,255,255,0.46)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 27%, rgba(255,255,255,0.46) 54%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 27%, rgba(255,255,255,0.46) 54%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 27%, rgba(255,255,255,0.46) 54%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 27%, rgba(255,255,255,0.46) 54%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

li {
    font-size: 21px !important;
}

.container h2 a {
    color: #00bb00 !important;
}

.gradient-after:after {
    background: linear-gradient(0deg,white 75%, transparent);
}

#takeAction {
    width: 500px;
}

.btn.btn-primary {
    background: #00bb00;
    box-shadow: 0 2px #16a085;
}

.btn.btn-success {
    background: #00bb00;
    box-shadow: 0 2px #16a085;
}

h1 b {
    color: blue;
}

h1 {
    color: blue !important;
}

h2.text-center {
    color: blue !important;
}