#df-test-mode{
  display: none;
}
.copyright{
  display: none;
}
.df-main {
    max-width: 100%;
    padding: 4%;
    background-color: #ffffff;
    border: 0px solid #eee;
    border-radius: 3px;
    font-family: Lato,sans-serif;
    color: #001f32;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}

.df-main .hs-form.stacked label {
    font-size: 16px;
   font-weight: 400;
}
.df-main .hs-form.stacked input.hs-input.gift-amount-btn, .df-main .hs-form.stacked input.hs-input.donation-interval-btn {
    /* border-radius: 5
px
; */
    outline: none;
    border-color: #029439;
    font-weight: 500;
  color: #029439;
}
.df-main input.hs-input.gift-amount-btn.active, .df-main input.hs-input.donation-interval-btn.active {
    background-color: #029439;
    color: #ffffff !important;
    border: 0px;
}
.df-main .input-group > div {
    display: table-cell;
    border: 2px solid #029439;
    vertical-align: middle;
}
.df-main .input-group-icon {
    background: transparent;
    color: #029439;
    padding: 0 12px;
}
.df-f-multiple-products{
  padding: 15px 25px !important;
}
#amount{
  background-color: transparent !important;
  color: #001f32 !important;
}
.inputs-list>li {
    display: inline-block;
  margin-top: 0px;
    margin-bottom: -10px;
}
#stripe-form-block{
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#stripe-form-block .hs-form{
  padding-top: 0;
  padding-bottom: 0;
}
.hs-form.df-f-footer{
  padding-top: 0;
  }
.df-main .seals {
    margin-top: -15px;
  text-align: left;
}
.df-main .df-final-total {
    font-size: 21px;
  font-family: Lato,sans-serif;
    color: #001f32;
    margin: 10px 0px;
  font-weight: 700;
}
.df-f-label-container {
    display: inline-block;
    margin-left: 10px;
  width: 90px;
}
.df-main .actions {
    margin-top: 0px;
    margin-bottom: 0px;
  text-align: center;
}
.df-main #df_buybtn{
      font-size: 22px;
    padding: 0px;
    text-align: center;
    background-color: #029439;
    border-radius: 0px;
    border: 1px solid #029439;;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    width: 50%;
  margin-top: 10px;
}
.df-main #df_buybtn:hover{
    background-color: #ffffff !important;
    border: 1px solid #029439 !important;
    color: #029439 !important;
}
.df-main .hs-form.stacked input[type=checkbox].hs-input {
    margin-right: 5px;
    vertical-align: middle;
}
#df_products{
  background-color: transparent !important;
    color: #001f32 !important;
    border: 1px solid #f1f1f1;
    font-size: 16px;
}
.df-f-step-btn {
    border-radius: 0px;    
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    height: auto;
}
.df-f-step-forward-btn {
    background-color: #029439;
    color: #ffffff;
    border: 1px solid #029439;
}
.df-f-step-forward-btn:hover {
    background-color: #ffffff;
    color: #029439;
    border: 1px solid #029439;
}
.df-f-step-forward-btn:after {
    display:inline-block;
    content: url('https://f.hubspotusercontent30.net/hubfs/7358484/fianna-theme/icons/arrow-next%20(1).svg');
    margin-left: 10px;
}
.df-f-step-forward-btn:hover:after {
    content: url('https://f.hubspotusercontent30.net/hubfs/7358484/fianna-theme/icons/arrow-next.svg');
}
.df-f-step-back-btn {
    background-color: #ffffff;
    color: #029439;
    border: 1px solid #029439;
}
.df-f-step-back-btn {
    background-color: #ffffff;
    color: #029439;
    border: 1px solid #029439;
}
.df-f-step-back-btn:hover {
    background-color: #029439;
    color: #ffffff;
    border: 1px solid #029439;
}
.df-f-step-back-btn:before {
    display: inline-block;
    content: url('https://f.hubspotusercontent30.net/hubfs/7358484/fianna-theme/icons/arrow-next.svg');
  transform: rotate(180deg);
  margin-right: 10px;   
}
.df-f-step-back-btn:hover: before {
    content: url('https://f.hubspotusercontent30.net/hubfs/7358484/fianna-theme/icons/arrow-next%20(1).svg'); 
}
#donation-form.hs-form{
  margin-top: 0;
  padding-top: 0;
  }
.df-main .seals {
    display: none;
}