.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#555555;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#444444;font-family:"Arial", Sans-serif;font-size:18px;line-height:28px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#EC7D20;font-family:"bernhard-gothic-urw", Sans-serif;font-size:25px;font-weight:bold;color:#FFFFFF;border-radius:40px 40px 40px 40px;padding:13px 25px 11px 25px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#6B2861;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:16px;}.elementor-kit-5 a{color:#444444;}.elementor-kit-5 a:hover{color:#8F8F8F;}.elementor-kit-5 h1{color:#6B2861;font-family:"bernhard-gothic-urw", Sans-serif;font-size:45px;font-weight:800;line-height:48px;}.elementor-kit-5 h2{font-family:"bernhard-gothic-urw", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-5 h3{color:#444444;font-family:"bernhard-gothic-urw", Sans-serif;font-size:24px;font-weight:800;}.elementor-kit-5 h4{font-family:"bernhard-gothic-urw", Sans-serif;font-size:45px;font-weight:300;}.elementor-kit-5 h5{font-family:"bernhard-gothic-urw", Sans-serif;font-size:25px;font-weight:300;line-height:35px;}.elementor-kit-5 h6{font-family:"bernhard-gothic-urw", Sans-serif;font-size:20px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h5{line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

.underline-links-white a {position: relative; display: inline-block;}

.underline-links-white a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-white a:hover:before {left: 100% !important;}


.underline-links-orange a {position: relative; display: inline-block;}

.underline-links-orange a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EC7D20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links-orange a:hover:before {left: 100% !important;}


.underline-links a {position: relative; display: inline-block;}

.underline-links a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8F8F8F;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-links a:hover:before {left: 100% !important;}



.give-totals-shortcode-wrap {
  padding: 0px;
  text-align: left;
  font-size: 40px;
  color: #444444;
  font-family: bernhard-gothic-urw;
  font-weight: 800;
}

.give-donor-content__comment {
  font-family: bernhard-gothic-urw;
  font-size: 20px!important;
  font-weight: 400;
}

.give-donor-content {
  padding: 0px;
  border-width: 0;
}

.give-donor-details__total {
font-family: bernhard-gothic-urw;
font-weight: 800;
font-size: 25px;
color: #EC7D20!important;
}/* End custom CSS */