div#breeze_css {
    padding: 0px 0px;
}

form {
  margin: 0px !important;
}

body#breeze_web {
    background-color: transparent;
}

#secure_notice {
    text-align: center;
    max-width: 500px;
    opacity: 0.8;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

#secure_notice a {
    text-decoration: underline;
}

#sign-in-create {
  font-size: 16px !important;
  color: #888 !important;  
}

#sign-in-create a{
    font-size: 16px !important;
    color: #888 !important;
}

#contribution_container {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    background: #fff;
    min-height: 250px;
}

div#notice_container {
    margin: 20px;
}

div.gift_update_description {
    margin-top: 10px;
}

div.method_update_description {
    margin-top: 10px;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

button.default_button {
    width: 130px;
    padding: 10px 0px;
    font-weight: 300;
    border: 0px;
    font-size: 14px;
}

button.small_button {
    width: 40px;
    padding: 10px 0px;
    font-weight: 300;
    border: 0px;
    font-size: 14px;
}

button.outline_button {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #bbb;
    font-size: 14px;
}

.change_method_option {
    display: none;
}

div#breeze_css .semitransparent {
    opacity: 0.5;
}

.phone_only {
    display: none;
}

div#change_gift {
    margin-top: 150px;
}

div.to_text {
    font-size: 55px;
}

div#breeze_css .giving_input {

}

div#breeze_css div.top_description {
    font-size: 55px;
    text-align: right;
}

div#breeze_css .col_small_padding {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
}

div#breeze_css .top {
    font-size: 35px;
    height: 60px;
    margin-top: 10px;
}

div#breeze_css select.top {
    max-width: 300px;
    font-size: 32px;
}

div#breeze_css .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .07s ease;
       -o-transition: height .07s ease;
          transition: height .07s ease;
}

div#breeze_css div#breeze_web_container {
    margin: 0px auto 0px auto;
    padding: 0px;
    min-height: 680px;
    width: 600px;
    transition: width 0.2s, height 0.2s;
}

div#breeze_css div.confirmation_container {
    margin-top: 140px;
    text-align: center;
}

div#breeze_css div.confirmation_container h2 {
    font-size: 90px;
}

div#breeze_css div#confirmation_text {
    font-size: 20px;
    color: #777;
    width: 80%;
    margin: 20px auto;    
}

div#breeze_css div#contribution_container div#amount_container {
    text-align: center;
    font-size: 150px;
    color: #555;
}

div#breeze_css div#amount_fund_buffer {
    width: 100px; height: 40px;
}

div#breeze_css div#amount_subtitle {
    text-align: center;
    font-size: 30px;
    margin-top: -20px;
}

div#breeze_css div.active_method {
    display: inline-block;
    font-weight: 500;
}

a.switch_types {
    color: #aaa;
}

a.switch_types:hover {
    color: #333;
    text-decoration: none;
}

div.update_row {
    margin: 25px 0px;
}

.update_button_container {
    margin: 10px 0px;
}

.StripeElement {
  background-color: #eee;
  height: 46px;
  padding: 13px 16px;
  border-radius: 6px;
  font-size: '18px';
}

@media (max-width: 1200px) {

    div#breeze_css select.top {
        max-width: 240px;
    }

}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.darken-on-hover:hover,
.darken-on-hover:focus {
  text-decoration: none !important;
  filter: brightness(90%);
}

#mobile-header-bar {
  display: none;
}

.give_to_body {
  font-size: 16px;
  color: #888;
}

.top_background {

    content: '';
    position: absolute;
    top: 0;
    height: 200px;
    left: 0;
    right: 0;
    z-index: -1;

}

.bottom_background {

    content: '';
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    /*background-color: #eee;    */
    -moz-box-shadow: inset 0 7px 9px -7px #777777;
    -webkit-box-shadow: inset 0 7px 9px -7px #777777;
    box-shadow: inset 0 7px 9px -7px #777777;

}

body#breeze_web {
  background-color: #eee;
}

#giving_page_content_container {
  padding: 20px;
}

#giving_page_content_container_mobile {
  display: none;
}

#breeze_css p {
  margin: 0px;
}

a.change-giving-page-note-view-mobile:active,
a.change-giving-page-note-view-mobile:hover,
a.change-giving-page-note-view-mobile:visited {
  text-decoration: none !important;
}

:root {
  --light: 80;
  /* the threshold at which colors are considered "light." Range: integers from 0 to 100,
recommended 50 - 70 */
  --threshold: 60;
}

@media (max-width: 767px) {

    #giving_page_content_container {
      display: none;
    }

    #giving_page_content_container_mobile {
      position: absolute;
      top: 186px;
      background: rgba(255, 255, 255, 0.97);
      color: #000;
      z-index: 2;
      padding: 20px;
      bottom: 0;
      width: 100%;
    }

    .bottom_background {

        background: #fff !important;
        box-shadow: none;

    }

    .bottom_background { 
      display: block !important;
      background: #fff !important;
    }    

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
             
    #secure_notice {
        text-align: left;
        border-top: 1px solid #ddd;
        padding: 20px;
        max-width: 800px;
    }

    #secure_notice, 
    #secure_notice a {
        color: #888 !important;
        opacity: 1 !important;
    }

    #mobile-header-bar {
      display: block;
      padding: 33px 0px 30px 0px;
    }

    #mobile-header-bar a {
      font-size: 13px;
    }

    .mobile-header-bar-give-to {
      font-size: 18px;
    }

    .mobile-header-bar-organization-name {
      font-size: 22px;   
    }

    .give_to_body {
      display: none;
    }

    body#breeze_web {
      background-color: #fff;
    }

    div#breeze_css div#breeze_web_container {
        width: 100%;
    }

    div#errors {
        width: 100% !important;
    }
    
    .no_phone_padding {
        padding: 0px !important;
    }
        
    #contribution_container {
        border-radius: 0px;
        box-shadow: none;
    }

    a.change_method_option {
        margin-left: 20px;
    }
    
    body.update_breeze_web {
        background: #fff !important;
    }        
    
    div.update_row {
        margin: 0px 0px 20px 0px;
    }    
    
    .update_description {
        text-align: center;
    }

    button.default_button {
        margin-top: 15px;
    }
    
    i.update_page_big_icon {
        margin-top: 30px;
    }

    .update_button_container {
        text-align: center;
        margin: 0px;
    }
    
    div#breeze_css div#donate_button_container {
        margin-top: 20px;
    }
    
    div.give_text {
        text-align: left !important;
    }
    
    div#breeze_css div#errors {
        width: 100%;
        border: 0px !important;
        border-radius: 0px !important;
    }
    
    div#breeze_css div#amount_destination_details_container {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }    
    
    div#breeze_css div.fund_dropdown_container {
        text-align: center;
    }
    
    div#breeze_css select.top {
        margin: 0px auto;
    }    
    
    body#breeze_web {
        padding: 0px !important;
    }

    div#breeze_css div.top_description {
        font-size: 45px !important;
        text-align: center !important;
    }    

    div#breeze_css div.to_text {
        font-size: 45px !important;
        text-align: center !important;
    }    
    
    div#breeze_css {
        padding: 0px !important;
    }    
    
    div#breeze_css span.method_divider {
        display: none;
    }
    
    div#breeze_css div.give_text {
        margin-left: 15px;
    }
    
    div#breeze_css div.contribution_inputs {
        width: 100%;
    }

    div#breeze_css .giving_input, select {
        background: #fff;
        border: 0px;
        border-bottom: 1px solid #eee;
        box-shadow: none;
        border-radius: 0px !important;
    }    
    
    select {
        -webkit-border-radius: 0px;
        padding: 0px 0px 0px 0px !important;
    }
    
    div#breeze_css input.top {
        width: 200px;
        margin: 0px auto;
        text-align: center;
        font-size: 45px;
    }
    
    div#breeze_css div#giving_method_container {
        text-align: center;
    }
    
    div#breeze_css div#giving_method_container a {
        background: #eee;
        padding: 7px;
        border-radius: 4px;
        color: #777;
        display: inline-block;
        margin: 0px 5px;
    }
    
    div#breeze_css div.active_method {
        background: #aaa;
        padding: 7px;
        border-radius: 4px;
        color: #fff;
    }        
    
    div#breeze_css textarea:focus, select:focus, input:focus{
        outline: 0 !important;
        box-shadow: none !important;
        border-bottom-width: 2px;
    }
    
    div#breeze_css div#contribution_container div#amount_container {
        margin-top: -40px !important;
    }
    
    .StripeElement {
      background-color: #fff;
      border-bottom: 1px solid #eee;
      border-radius: 0px;
    }
    
}


@media (max-width: 500px) {
    
    .phone_only {
        display: block;
    }    
    
    .phone_hide {
        display: none;
    }
    
    div.top_description {
        font-size: 25px !important;
    }     

    div.to_text {
        font-size: 25px !important;
        text-align: center !important;
    }       
    
    div#breeze_css div.active_method {
        margin-bottom: 10px;
    }
    
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
    opacity:0 !important;
}








@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
input,
select,
textarea,
body * {
  font-family: 'Inter Variable', 'Roboto', sans-serif;
  box-sizing: border-box;
}
body::after, body::before,
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}

h1 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2em;
}

.container {
  position: relative;
  max-width: 40rem;
  margin: 5rem auto;
  background: #fff;
  width: 100%;
  padding: 3rem 5rem 0;
  border-radius: 1px;
}
.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.28s ease-in-out;
  transition: -webkit-transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
  z-index: -1;
}
.container:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.button-container {
  text-align: center;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  display: contents;
  margin-top: 30px;
  width: 100%;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #bbb;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 20px !important;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  padding-left: 5px;
}

.StripeElement {
  display: block;
  background: none;
  padding: 20px 5px;
  font-size: 20px !important;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  padding-left: 5px;
  border-bottom: 1px solid #bbb;
  border-radius: 0px;
}

.StripeElement {
  border-bottom: 0.0625rem solid #bbb;
}

.StripeElement.focus {
  transition: border-color .5s ease;
}

.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.pointer {
  cursor: pointer;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}

#breeze_css label {
    font-weight: 300;
}

#ach_has_lower_fee {
  font-weight: 300;
  font-size: 12px;
  color: #B5B5B5;
  padding-left: 20px;
}

input.placeholder-large::-webkit-input-placeholder {
    font-size: 70px !important;
    line-height: 1em;
    color: #aaa !important;
}

input.placeholder-large::-moz-placeholder {
    font-size: 70px !important;
    line-height: 1em;
    color: #aaa !important;
}

input.placeholder-large::first-letter {
  color: #F00 !important;
}

input.placeholder-style::-webkit-input-placeholder {
    font-size: 17px !important;
    line-height: 1em;
    color: #aaa !important;
}

input.amount {
  width: 100% !important;
  max-width: 200px !important;
  height: 73px !important;
  line-height: 0px !important;
  font-size: 70px !important;
  border: 0px !important;
  padding: 0px 0px 0px 15px !important;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

#amount-input-container.full-width input.amount {
  max-width: 100% !important;
}

.amount,
.amount:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#amount-input-container {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

#amount-input-container.full-width {
  width: 100%;
}

#amount-input-container.full-width input {
  text-align: center;
}

select {
  font-size: 17px !important;
  height: 1.8em !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right .7em top 50%, 0 0 !important;
  background-size: .65em auto, 100% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 30px !important;
  padding-left: 8px !important;
}

select:hover {
  cursor: pointer;
}

label {
  font-size: 14px !important;
}

#amount[disabled] {
  background: #fff !important;
}