body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #2b2b3d;
  line-height: normal;
}
.f-button.primary {
  background-color: #91cb55;
}
.navbar {
  border-bottom: solid 18px #75c8e5;
  padding: 20px 0;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.navbar .navbar-nav .nav-link.top-btn {
  background: #91cb55;
  border-radius: 40px;
  padding: .38rem 1rem;
  border: solid 2px #91cb55;
}
.navbar .navbar-nav .nav-link.top-btn:hover {
  background: #fff;
}
.toTop-btn {
  position: fixed;
  display: none;
  border: solid 2px #75c8e5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
.toTop-btn .fa {
  color: #75c8e5;
}
header.banner-section {
  height: 100vh;
  padding-top: 108px;
  position: relative;
  overflow: hidden;
}
header.banner-section .banner-img {
  background-image: url(/content/images/banner.jpg);
  background-attachment: fixed;
  background-position-y: 0;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
header.banner-section .banner-img:after {
  content: '';
  background: rgba(61, 35, 28, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
}
header.banner-section .banner-content {
  position: absolute;
  top: 50%;
  /* 3 */
  transform: translate(0, -40%);
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
}
header.banner-section .banner-content h1 {
  font-size: 5rem;
  font-weight: 400;
  padding-bottom: 30px;
}
header.banner-section .banner-content button {
  background: #91cb55;
  border-radius: 40px;
  padding: .3rem 5rem;
  font-size: 2.5rem;
  border: 0;
  color: #3d231c;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
header.banner-section .banner-content button:hover {
  background: #75c8e5;
  color: #2b2b3d;
}
header.banner-section .banner-content p {
  font-size: 22px;
  padding-top: 45px;
}
section {
  padding: 70px 0;
}
section h2 {
  font-size: 4rem;
  font-weight: 400;
  padding-bottom: 30px;
  color: #3d231c;
  text-align: center;
}
.carousel {
  display: flex;
  align-items: center;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  background: #91cb55;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
}
.carousel .carousel-content {
  padding: 30px 80px;
}
.carousel .carousel-content h5 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 30px;
  color: #3d231c;
}
.carousel .carousel-content p {
  font-size: 1.4rem;
  color: #3d231c;
}
.section-bg {
  background: #f4f4f4;
}
#campaigns h2 {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal;
}
#campaigns .search-box {
  background: #fff;
  border-radius: 40px;
  padding: .4rem .5rem .4rem 1.4rem;
  border: solid 2px #e2e2e2;
  display: flex;
}

#campaigns .search-box form {
  display: flex;
  flex: 1;
}

#campaigns .search-box input {
  border: 0;
  font-size: 20px;
  flex: 1;
}
#campaigns .search-box input:focus,
#campaigns .search-box input:active,
#campaigns .search-box input:hover,
#campaigns .search-box input:focus-visible {
  border: 0;
  outline: 0;
  background-color: transparent;
}
#campaigns .search-box button {
  background: #91cb55;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 30px;
  padding: 0;
  cursor: pointer;
}
#campaigns .campaign-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
#campaigns .campaign-card .camp-top {
  display: flex;
}
#campaigns .campaign-card .camp-top h6 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #3d231c;
  line-height: 1.8rem;
  text-transform: capitalize;
  flex: 1;
  padding-right: 10px;
}
#campaigns .campaign-card .camp-top img {
  width: 70%;
  height: 165px;
  object-fit: cover;
  flex: 1;
}
#campaigns .campaign-card .progress-value {
  display: flex;
  align-items: center;
}
#campaigns .campaign-card .progress-value .camp-amt {
  font-size: 2rem;
  color: #3d231c;
}
#campaigns .campaign-card .progress-value .camp-percent {
  margin-left: auto;
}
#campaigns .campaign-card .camp-text {
  color: #3d231c;
}
#campaigns .campaign-card button {
  background: #91cb55;
  border-radius: 40px;
  padding: .2rem 1rem;
  border: solid 2px #91cb55;
  font-size: 1.4rem;
  cursor: pointer;
  color: #3d231c;
  text-transform: uppercase;
}
#campaigns .campaign-card button:hover {
  background: #fff;
}
#helpCategory a {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
#helpCategory a span {
  font-size: 1.65rem;
  line-height: 1.65rem;
  color: #1c1c1c;
}
#helpCategory a:hover {
  background: #f4f4f4;
  border-radius: 10px;
}
footer {
  color: #d0d0d0;
}
footer h4 {
  font-weight: 600;
  color: #91cb55;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
footer .sap-line {
  border-top: dashed 1px #737373;
}
footer ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
footer ul li {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
footer ul li a {
  color: #d0d0d0;
}
footer ul li a:hover {
  color: #75c8e5;
}
footer ul li a .fa {
  border: solid 1px #737373;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
footer ul.socialMedia li {
  padding-bottom: 15px;
}
footer ul.socialMedia li a:hover .fa {
  border-color: #75c8e5;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-header {
  border-color: #eaeaea;
}
.modal .modal-header .modal-title {
  color: #2c414d;
  font-weight: normal;
  text-transform: uppercase;
}
.modal .modal-header .modal-title span {
  display: block;
  padding-top: 5px;
  color: #21a1eb;
  font-weight: bold;
  font-size: 24px;
}
.modal .modal-header .modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background: white;
  border: 0;
  font-size: 2rem;
  border-radius: 100%;
  padding: 1px 2px 0 3px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
.modal .modal-footer {
  justify-content: center;
  padding: 25px;
  flex-direction: column;
}
.modal .modal-footer p {
  font-size: 12px;
  color: #878889;
  padding-top: 15px;
  text-align: center;
}
.modal .modal-footer p a {
  color: #4f4f4f;
}
.donation-btn {
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  padding: 6px 30px 8px;
  background: #21a1eb;
  border-color: #21a1eb;
  border-width: 2px;
}
.donation-btn:hover {
  background: #fff;
  color: #21a1eb;
  border-color: #21a1eb;
}
h5.hdr-txt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0 10px;
  color: #464646;
  margin: 0;
}
.back-link {
  text-transform: uppercase;
  color: #21a1eb;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.back-link .fa {
  padding-right: 4px;
  padding-top: 3px;
}
.thankYou-pg .thankU-img {
  background: url(/content/images/thankU_img.png) center center no-repeat;
  width: 357px;
  height: 111px;
  margin: auto;
  max-width: 100%;
}
.thankYou-pg .thankU-msg {
  color: #5c5d5e;
}
.thankYou-pg .socialmedia-icons a {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  border: solid 2px #fff;
  transition: all 0.2s ease-in;
}
.thankYou-pg .socialmedia-icons a .fa {
  border-radius: 100%;
  background: #fff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.2s ease-in;
}
.thankYou-pg .socialmedia-icons a.facebook {
  background: #395b98;
}
.thankYou-pg .socialmedia-icons a.facebook .fa {
  color: #395b98;
}
.thankYou-pg .socialmedia-icons a.facebook:hover {
  background: #fff;
  border-color: #395b98;
  color: #395b98;
}
.thankYou-pg .socialmedia-icons a.facebook:hover .fa {
  background: #395b98;
  color: #fff;
}
.thankYou-pg .socialmedia-icons a.twitter {
  background: #1ba5e2;
}
.thankYou-pg .socialmedia-icons a.twitter .fa {
  color: #1ba5e2;
}
.thankYou-pg .socialmedia-icons a.twitter:hover {
  background: #fff;
  border-color: #1ba5e2;
  color: #1ba5e2;
}
.thankYou-pg .socialmedia-icons a.twitter:hover .fa {
  background: #1ba5e2;
  color: #fff;
}
.thankYou-pg .socialmedia-icons a.googleplus {
  background: #ff0000;
}
.thankYou-pg .socialmedia-icons a.googleplus .fa {
  color: #ff0000;
}
.thankYou-pg .socialmedia-icons a.googleplus:hover {
  background: #fff;
  border-color: #ff0000;
  color: #ff0000;
}
.thankYou-pg .socialmedia-icons a.googleplus:hover .fa {
  background: #ff0000;
  color: #fff;
}
.thankYou-pg .socialmedia-icons a.email {
  background: #f69015;
}
.thankYou-pg .socialmedia-icons a.email .fa {
  color: #f69015;
}
.thankYou-pg .socialmedia-icons a.email:hover {
  background: #fff;
  border-color: #f69015;
  color: #f69015;
}
.thankYou-pg .socialmedia-icons a.email:hover .fa {
  background: #f69015;
  color: #fff;
}
.ad-page .ad-img {
  max-width: 140px;
  height: auto;
}
.ad-page .ad-content p {
  color: #5b5b5b;
}
.ad-page .ad-content .btn-ad-goAhead {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  padding: 5px 25px;
  background: #21a1eb;
  border-color: #21a1eb;
  color: #fff;
}
.ad-page .ad-content .btn-ad-goAhead:hover {
  background: #fff;
  color: #21a1eb;
}
.donation-txtbx-container {
  border: solid 2px #e0e0e0;
  border-radius: 7px;
  height: 75px;
  display: flex;
  padding: 0 20px;
}
.donation-txtbx-container > .dollar-txt {
  font-weight: bold;
  color: #2e353e;
  font-size: 56px;
  align-self: center;
  padding-bottom: 3px;
}
.donation-txtbx-container .txtarea-section {
  margin-left: auto;
  position: relative;
}
.donation-txtbx-container .txtarea-section .donate-txtbox {
  border: 0;
  text-align: right;
  font-size: 48px;
  font-weight: bold;
  color: #2e353e;
  width: 100%;
  padding: 0 0 5px;
  height: 100%;
}
.donation-txtbx-container .txtarea-section .donate-placeholder {
  font-size: 13px;
  color: #afb0b2;
  text-align: right;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.custom-checkbox .custom-control-input ~ .custom-control-label {
  padding: 5px;
  font-size: 15px;
  color: #5c5d5e;
  cursor: pointer;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::before,
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #d8d8d8;
  text-align: center;
  border-color: #d8d8d8;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  content: '\f00c';
  font-family: FontAwesome;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}
.donation-section .form-group.custom-control {
  margin-bottom: 12px;
}
.tipSection {
  position: relative;
}
.tipSection .hdr-txt span {
  color: #1b9feb;
}
.tipSection .box-minmax {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: bold;
  padding-top: 10px;
}
.tipSection .box-minmax span:first-child {
  left: -10px;
  position: relative;
}
.tipSection .box-minmax > span:last-child {
  right: -10px;
  position: relative;
}
.tipSection .white-marks {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: -30px 0 0 0;
}
.tipSection .white-marks > div {
  background: #fff;
  height: .5rem;
  width: 2px;
  z-index: 1;
}
.tipSection .tipRange-slider {
  margin-top: 50px;
  position: relative;
  /** FF*/
  /* IE*/
}
.tipSection .tipRange-slider .rs-range {
  width: 100%;
  height: 8px;
  padding: 0px;
}
.tipSection .tipRange-slider .rs-range:focus {
  outline: none;
}
.tipSection .tipRange-slider .rs-range::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background: #d3d3d3;
  border-radius: 0px;
  border: 0px solid #d3d3d3;
}
.tipSection .tipRange-slider .rs-range::-webkit-slider-thumb {
  width: 50px;
  height: 50px;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-5px);
  z-index: 100;
  position: relative;
}
.tipSection .tipRange-slider .rs-range::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-width: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  transform: translateY(-12px);
}
.tipSection .tipRange-slider .rs-range::-moz-focus-outer {
  border: 0;
}
.tipSection .tipRange-slider input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
}
.tipSection .tipRange-slider input[type='range']::-ms-track {
  box-sizing: border-box;
  border: solid 1px #da974e;
  width: 30em;
  height: 0.5em;
  border-radius: 0.25em;
  background: linear-gradient(90deg, #da974e 0.125em, rgba(0, 0, 0, 0) 0.125em) -1px 0 border-box #f5f8eb;
  background-size: 5em 100%;
  color: transparent;
}
.tipSection .tipRange-slider input[type="range"]::-moz-range-progress {
  background-color: #1c9ee8;
}
.tipSection .tipRange-slider input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}
.tipSection .tipRange-slider input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}
.tipSection .tipRange-slider .rs-label {
  position: absolute;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #1c9ee8;
  top: -35px;
  left: 9px;
  color: #2a2a2a;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 10px;
  transform: translateX(-50%);
}
.tipSection .tipRange-slider .rs-label::before {
  content: "$";
  font-size: 18px;
}
.tipSection .tipRange-slider .rs-label:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #1c9ee8 transparent transparent transparent;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  left: 50%;
  transform: translateY(19px) translateX(-50%);
  position: absolute;
  bottom: 7px;
}
.customTip-section .customTip-input {
  display: flex;
  align-items: center;
}
.customTip-section .customTip-input .customTiptxtbx-container {
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  display: flex;
}
.customTip-section .customTip-input .customTiptxtbx-container > .dollar-txt {
  font-weight: bold;
  color: #2e353e;
  font-size: 30px;
  align-self: center;
  padding: 0 10px;
  background: #f7f7f7;
  border-right: solid 1px #e0e0e0;
}
.customTip-section .customTip-input .customTiptxtbx-container .customTip-txtbox {
  border: 0;
  padding: 0 10px;
  width: 160px;
}
.customTip-section .customTip-input a {
  color: #1c9ee8;
  text-transform: uppercase;
}
.customTip-section .customTip-input a:hover {
  text-decoration: underline;
}
.column-highlight {
  background: #edf3fc;
}
.column-highlight .donationForm-copyText {
  background: #fff;
  border: solid 1px #e0e0e0;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.column-highlight .form-group .form-control {
  border-bottom: solid 1px #fff;
  color: #2a2c40;
}
.column-highlight .form-group .floating-label {
  color: #848fa3;
}
.column-highlight .finalDonation-section .row-group {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}
.column-highlight .finalDonation-section .row-group .lbl-txt {
  text-transform: uppercase;
  font-size: 14px;
}
.column-highlight .finalDonation-section .row-group .lbl-amt {
  color: #2a2a2a;
  font-size: 14px;
  margin-left: auto;
  font-weight: 600;
}
.column-highlight .finalDonation-section .row-group.total-row {
  border-top: solid 2px #fff;
  padding-top: 6px;
}
.column-highlight .finalDonation-section .row-group.total-row .lbl-amt {
  color: #1b9feb;
  font-size: 28px;
  font-weight: 800;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group .form-control {
  background-color: transparent;
  border: 0px;
  border-bottom: solid 1px #e0e0e0;
  color: #2a2c40;
  font-size: 16px;
  padding: 8px 8px 5px;
  height: auto;
}
.form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 16px;
  transition: 0.2s ease all;
  font-size: 15px;
  color: #848fa3;
}
.form-group .form-control:focus ~ .floating-label,
.form-group .form-control:not(:placeholder-shown) ~ .floating-label,
.form-group .custom-select:not([value=""]):valid ~ .floating-label,
.form-group .custom-select:disabled ~ .floating-label {
  top: -16px;
  font-size: 13px;
  opacity: 1;
}
.form-group textarea.form-control {
  top: 10px;
  position: relative;
}
.form-group input:-webkit-autofill ~ .floating-label {
  background: white;
}
@media (max-width: 768px) {
  section h2 {
    font-size: 3rem;
  }
  .carousel .carousel-content {
    padding: 10px 30px;
  }
  .carousel .carousel-content h5 {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.banner-section .banner-content h1 {
    font-size: 3rem;
  }
  header.banner-section .banner-content button {
    padding: .3rem 2.5rem;
    font-size: 2rem;
  }
  footer h4,
  footer ul {
    padding-left: 0;
  }
  .navbar {
    padding: 20px 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: landscape) {
  header.banner-section .banner-content h1 {
    font-size: 3rem;
    padding-bottom: 0px;
  }
  header.banner-section .banner-content button {
    padding: .3rem 2.5rem;
    font-size: 2rem;
  }
  header.banner-section .banner-content p {
    padding-top: 20px;
  }
}
#activities_edit #main{
  margin-top: 6%;
}
#activities_edit section {
  padding: 0px 0;
}
#activities_edit #v2-app-ribbon{
  height: auto;
}
#activities_edit #edit-ribbon .editor{
  height: auto;
}
