/* header and steps descriptions */
.clear{
    clear: both;
}
.icon-secure{
    position: relative;
    left: 100%;
    top: -20px;
    width: 85px;
    height: 20px;
}
.icon-secure .inner{
    width: 85px;
    height: 20px;
    background: url(../images/icon-secure.png) no-repeat;
}
.page-donation .columns{
    margin-left: 0;
    margin-right: 0;
}
.page-donation h1#page-title{
    display: none;
}

.trinity-donate-form,
.planned-giving-wrapper{
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
    font-size: 18px;
    font-family: "Minion Pro Regular",san-serif;
    clear: both;
}
.planned-giving-wrapper{
    text-align: left;
    padding: 15px;
}
.trinity-donate-form .form-text{
    font-family: "Minion Pro Regular",san-serif;
}
#trinity-donate-form-wrapper{
    clear: both;
}
#trinity-donate-form-wrapper div.messages{
    margin: 0;
    clear: both;
}
.trinity-donate-form .desc{
    background: url(../images/donation-img.jpg) no-repeat;
    width: 1030px;
    height: 180px;
    position: relative;
}
.trinity-donate-form .desc .text{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bg-donation-text.png) repeat;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}
.trinity-donate-form .desc .text p{
    margin: 0;
}
.trinity-donate-form .steps{
    background: #e8e8e8;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
}
.trinity-donate-form .steps ul{
    margin: 0;
    padding: 0;
}
.trinity-donate-form .steps ul li{
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    color: #c8c8c8;
}
.trinity-donate-form .steps ul li.active{
    color: #5c2945;
}

.trinity-donate-form .steps ul li .step-num{
    background: url(../images/bg-step.png) no-repeat 50% 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
.trinity-donate-form .steps ul li.active .step-num{
    background: url(../images/bg-step-active.png) no-repeat;
}
.trinity-donate-form .form{
    width: 705px;
    margin: 0 auto;
    padding: 25px 0;
}

.trinity-donate-form .form-submit,
.trinity-donate-form .form-submit:hover,
.trinity-donate-form-step-amount .amount-wrapper .form-item label {
    border: 1px solid #5c2945;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    text-shadow: none;
    padding: 0;
    width: 188px;
    height: 45px;
    text-align: center;
    border: none;
    background: #843b63;
    background: -moz-linear-gradient(top,  #843b63 0%, #642c4b 50%, #5c2945 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#843b63), color-stop(50%,#642c4b), color-stop(100%,#5c2945));
    background: -webkit-linear-gradient(top,  #843b63 0%,#642c4b 50%,#5c2945 100%);
    background: -o-linear-gradient(top,  #843b63 0%,#642c4b 50%,#5c2945 100%);
    background: -ms-linear-gradient(top,  #843b63 0%,#642c4b 50%,#5c2945 100%);
    background: linear-gradient(to bottom,  #843b63 0%,#642c4b 50%,#5c2945 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#843b63', endColorstr='#5c2945',GradientType=0 );
    /*background: url(../images/bg-btn.png) 50% 50% no-repeat;*/
}
.trinity-donate-form .form-submit,
.trinity-donate-form .form-submit:hover{
    /*background-position: 50% 4px;*/
    filter: none;
  -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
}

.trinity-donate-form .form-submit:hover,
.trinity-donate-form-step-amount .amount-wrapper .form-item label:hover {
  background: #4c2339;
}

/* tabs */
#main .pane-menu-menu-give a{
    text-decoration: none;
    padding: 0;
    font-style: italic;
}
.panel-3col-head .pane-menu-menu-give .menu li{
    width: 49%;
    padding: 7px 0;
}
.panel-3col-head .pane-menu-menu-give .menu li.active-trail{
    width: 49%;
    padding: 10px 0;
}

/* step 1 */
.trinity-donate-form-step-amount{

}
.trinity-donate-form-step-amount .title{
    font-weight: bold;
    margin: 5px 0;
}
.trinity-donate-form-step-amount .form-radio{
    display: none;
}
.trinity-donate-form-step-amount .form-item{
    display: inline-block;
}
.trinity-donate-form-step-amount .amount-wrapper .form-item label,
.donation-amount-other-amount{
    width: 188px;
    height: 45px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 10px;
    text-transform: none;
    border-radius: 5px;
}
.trinity-donate-form-step-amount .amount-wrapper .form-item label {
  font-family: Avenir Heavy;
  font-size: 20px;
  -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.5);
}

.donation-amount-other-amount{
    background: #F6F6F6;
}

.trinity-donate-form-step-amount .form-item.form-item-donation-amount-amount-other label{
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #9a9a9a;
    height: 45px;
}

.trinity-donate-form-step-amount .form-item.active label:hover {
  background: #e86d1f;
}

.trinity-donate-form-step-amount .form-item.active label{
    background: #e86d1f;
    /*width: 193px;*/
    height: 45px;
    padding: 0;
  box-shadow: none;
}

.form-item-donation-amount-arb-length{
    padding: 15px 0 35px 0;
    border-top: 1px solid #ccc;
    width: 100%;
}
.form-item-donation-amount-arb-length .form-item{
    display: inline-block;
    margin: 0 10px;
}
.form-item-donation-amount-other-amount label{
    display: none;
}


/* step 2 */
.trinity-donate-form-step-name .form-text{
    width: 310px;
    height: 47px;
    line-height: 47px;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #9a9a9a;
}
.trinity-donate-form-step-name .placeholder-wrapper label{
    display: none;
}

.trinity-donate-form-step-name .personal{
    /*width: 45%;
    text-align: left;
    float: left;*/
    width: 100%;
    text-align: center;
}

.trinity-donate-form-step-name .signup{
    width: 45%;
    float: right;
}
.trinity-donate-form-step-name .signup .signup-checkbox{
    margin: 35px 0 10px 0;
    text-align: left;
}
.trinity-donate-form-step-name .gift-honor{
    margin-bottom: 20px;
}
.trinity-donate-form-step-name .gift-honor .form-item{
    display: inline-block;
    margin: 0 10px;
}
.trinity-donate-form-step-name .honor-title{
    margin-bottom: 10px;
}
.trinity-donate-form-step-name .honor{
    border-top: 1px solid #c5c5c5;
    margin-top: 0px;
    padding-top: 10px;
}
.trinity-donate-form-step-name .honor-name{
    float: left;
 }
.trinity-donate-form-step-name .honor-email{
    float: right;
}


/* step 3 */
.trinity-donate-form-step-payment .form-text,
.trinity-donate-form-step-payment .form-select{
    width: 310px;
    height: 47px;
    line-height: 47px;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #9a9a9a;
}
.trinity-donate-form-step-payment .form-select option{

}
.trinity-donate-form-step-payment .placeholder-wrapper label{
    display: none;
}

.trinity-donate-form-step-payment  .info{
    margin: 30px 0 70px 0;
}
.trinity-donate-form-step-payment .billing{
    width: 45%;
    float: left;
    text-align: left;
}
.trinity-donate-form-step-payment .cc{
    width: 45%;
    float: right;
    text-align: left;
}
.trinity-donate-form-step-payment .cc-expiration{
    margin-top: 50px;
    margin-bottom: 3px;
}
.form-item-donation-payment-billing-state label{
    display: none;
}
.form-item-donation-payment-billing-state{
    width: 50%;
    float: left;
}
.form-item-donation-payment-billing-zip{
    width: 35%;
    float: right;
}

.form-item-donation-payment-cc-number{
    width: 65%;
    float: left;
}
.form-item-donation-payment-cc-cvv{
    width: 25%;
    float: right;
}
.form-item-donation-payment-cc-expiration-month{
    width: 50%;
    float: left;
}
.form-item-donation-payment-cc-expiration-year{
    width: 40%;
    float: right;
}

.trinity-donate-form-step-payment .form-text.donation-payment-billing-zip{
    height: 35px;
    width: 94%;
}
.form-item-donation-payment-billing-state .form-select,
.form-item-donation-payment-billing-zip .form-text,
.form-item-donation-payment-cc-number .form-text,
.form-item-donation-payment-cc-cvv .form-text,
.form-item-donation-payment-cc-expiration-month .form-select,
.form-item-donation-payment-cc-expiration-year .form-select{
    width: 100%;
}

