﻿.widget-giveToday {
  background: #EDED95;
  padding: 120px 60px 20px;
  margin-top: 25px; }
  .widget-giveToday:before {
    font-family: FontAwesome;
    font-size: 135px;
    position: absolute;
    top: -30px;
    left: 0;
    color: #ED881C;
    content: "\f004";
    width: 100%;
    z-index: 999; }
  .widget-giveToday .bcs-btn {
    background: #ED881C;
    border-color: #ED881C;
    display: inline-block;
    margin: 25px auto; }
    .widget-giveToday .bcs-btn:hover {
      background: #f1a14b;
      border-color: #f1a14b; }
  .widget-giveToday h4 {
    margin-top: 0;
    font-size: 40px;
    font-family: "trajan-pro-3"; }
  .widget-giveToday p {
    margin: 0;
    font-size: 16px;
    color: #777777;
    line-height: 24px; }
  .widget-giveToday p:last-of-type {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0; }

@media (max-width: 768px) {
  .widget-giveToday:before {
    top: -50px; } }

@media (max-width: 525px) {
  .widget-giveToday {
    padding-right: 15px;
    padding-left: 15px; }
    .widget-giveToday form {
      width: 100%; } }

/*# sourceMappingURL=giveToday.css.map */