.intrinsic,
.intrinsic.intrinsic--square {
  padding-top: 100%;
}

footer.global-footer div.social-icons p,
p {
  font-size: 1rem;
}

.border-button,
.button,
.tabs .tab-title,
button {
  text-transform: none;
}

.hs-button,
.tabs .tab-title,
ul.same-icons li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.absolute {
  position: absolute;
}

.site-header {
  width: 100%;
  z-index: 999;
  transition: margin 1.3s ease;
}

@media only screen and (min-width:40.063em) {
  .site-header.loaded {
    position: fixed;
    width: 100%;
    background: #ff5100;
  }

  .site-header.hidden {
    margin-top: -68px;
  }

  p {
    font-size: 1.125rem;
  }
}

.site-header.transparent #global-nav.orange-nav,
.site-header.transparent .global-nav.orange-nav .tabs,
.site-header.transparent .sticky-sliver {
  background: 0 0;
}

.intrinsic {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
}

.intrinsic.intrinsic--2x1 {
  padding-top: 50%;
}

.intrinsic.intrinsic--4x3 {
  padding-top: 75%;
}

.intrinsic.intrinsic--16x9 {
  padding-top: 56.25%;
}

.intrinsic .intrinsic-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intrinsic .intrinsic-item-bg {
  background-size: contain;
}

.bg-texture-1,
.bg-texture-2 {
  background-size: 45px 103px;
  background-repeat: repeat;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans",sans-serif!important;
}

a.close-reveal-modal {
  font-family: old-icons!important;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (min-width:64.063em) {
  p {
    font-size: 1.4375rem;
  }
}

.extra-line-h {
  line-height: 1.75;
}

h2 {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.25;
}

@media only screen and (min-width:40.063em) {
  h2 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width:64.063em) {
  h2 {
    font-size: 2.6875rem;
  }
}

p.small-print {
  font-size: 15px;
  font-weight: 300;
}

p.small-print a {
  font-weight: 400;
}

.border-button:first-child:not(:last-child),
.button:first-child:not(:last-child),
button:first-child:not(:last-child) {
  margin-right: 15px;
}

ul.same-icons {
  margin-left: 0;
}

ul.same-icons li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  padding-left: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width:40.063em) {
  ul.same-icons li {
    font-size: 1.1875rem;
    padding-left: 30px;
  }
}

@media only screen and (min-width:64.063em) {
  ul.same-icons li {
    font-size: 1.4375rem;
  }
}

ul.same-icons li:last-child {
  margin-right: 0;
}

ul.same-icons li>ul {
  margin-top: 15px;
}

ul.same-icons li:before {
  font-family: crui-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
}

@media only screen and (min-width:40.063em) {
  ul.same-icons li:before {
    font-size: 1.1875rem;
  }
}

ul.same-icons.check li:before {
  content: "\f00c";
}

.page-section {
  padding: 50px 0;
}

@media only screen and (min-width:40.063em) {
  .page-section {
    padding: 50px 20px;
  }
}

@media only screen and (min-width:64.063em) {
  ul.same-icons li:before {
    font-size: 1.4375rem;
  }

  .page-section {
    padding: 50px;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.p0 {
  padding: 0!important;
}

.pt0 {
  padding-top: 0!important;
}

.pr0 {
  padding-right: 0!important;
}

.pb0 {
  padding-bottom: 0!important;
}

.pl0 {
  padding-left: 0!important;
}

.m0 {
  margin: 0!important;
}

.mt0 {
  margin-top: 0!important;
}

.mr0 {
  margin-right: 0!important;
}

.mb0 {
  margin-bottom: 0!important;
}

.ml0 {
  margin-left: 0!important;
}

.show-inline-medium-up {
  display: none;
}

.full-width {
  width: 100%;
}

.color-white,
.color-white:focus,
.color-white:hover {
  color: #fff;
}

.color-black,
.color-black:focus,
.color-black:hover {
  color: #000;
}

.color-secondary,
.color-secondary:focus,
.color-secondary:hover {
  color: #25b5ff;
}

.color-blue,
.color-blue:focus,
.color-blue:hover {
  color: #15a4ee;
}

.color-orange,
.color-orange:focus,
.color-orange:hover {
  color: #ff5100;
}

.color-green,
.color-green:focus,
.color-green:hover {
  color: #00d5b3;
}

.color-light-green,
.color-light-green:focus,
.color-light-green:hover {
  color: #02feba;
}

.bg-white,
.bg-white:focus,
.bg-white:hover {
  background-color: #fff;
}

.bg-secondary,
.bg-secondary:focus,
.bg-secondary:hover {
  background-color: #25b5ff;
}

.bg-secondary.border-button,
.bg-secondary.button,
.bg-secondarybutton {
  border-color: #25b5ff;
}

.bg-blue,
.bg-blue:focus,
.bg-blue:hover {
  background-color: #15a4ee;
}

.bg-blue.border-button,
.bg-blue.button,
.bg-bluebutton {
  border-color: #15a4ee;
}

.bg-light-blue,
.bg-light-blue:focus,
.bg-light-blue:hover {
  background-color: #23cbf5;
}

.bg-light-blue.border-button,
.bg-light-blue.button,
.bg-light-bluebutton {
  border-color: #23cbf5;
}

.bg-texture-1 {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-1-2x.gif");
}

.bg-texture-2 {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-2-2x.png");
}

.bg-texture-3 {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-3-2x.gif");
  background-size: 32px 32px;
  background-repeat: repeat;
}

.gradient-orange-texture {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-6-2x.png"),-moz-linear-gradient(90deg,#db2871 0,#ed3d39 39%,#ff5100 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-6-2x.png"),-webkit-linear-gradient(90deg,#db2871 0,#ed3d39 39%,#ff5100 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-6-2x.png"),-ms-linear-gradient(90deg,#db2871 0,#ed3d39 39%,#ff5100 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-6-2x.png"),linear-gradient(90deg,#db2871 0,#ed3d39 39%,#ff5100 100%);
  background-size: 32px 32px,cover;
}

.gradient-green-texture {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-5-2x.png"),-moz-linear-gradient(-48deg,#53fcea 0,#49fab5 70%,#3ff780 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-5-2x.png"),-webkit-linear-gradient(-48deg,#53fcea 0,#49fab5 70%,#3ff780 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-5-2x.png"),-ms-linear-gradient(-48deg,#53fcea 0,#49fab5 70%,#3ff780 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-5-2x.png"),linear-gradient(-48deg,#53fcea 0,#49fab5 70%,#3ff780 100%);
  background-size: 32px 32px,cover;
}

.gradient-red-blue {
  background-image: -moz-linear-gradient(-48deg,#f6336c 0,#ea33b1 70%,#dd33f6 100%);
  background-image: -webkit-linear-gradient(-48deg,#f6336c 0,#ea33b1 70%,#dd33f6 100%);
  background-image: -ms-linear-gradient(-48deg,#f6336c 0,#ea33b1 70%,#dd33f6 100%);
  background-image: linear-gradient(-48deg,#f6336c 0,#ea33b1 70%,#dd33f6 100%);
}

.gradient-blue {
  background-image: -moz-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: -webkit-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: -ms-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
}

.gradient-light-blue {
  background-image: -moz-linear-gradient(90deg,#e2ebf1 0,#f4f8fb 100%);
  background-image: -webkit-linear-gradient(90deg,#e2ebf1 0,#f4f8fb 100%);
  background-image: -ms-linear-gradient(90deg,#e2ebf1 0,#f4f8fb 100%);
  background-image: linear-gradient(90deg,#e2ebf1 0,#f4f8fb 100%);
}

.gradient-dark-blue {
  background-image: -moz-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: -webkit-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: -ms-linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
  background-image: linear-gradient(-48deg,#15a4ee 0,#1c7ff2 70%,#2359f5 100%);
}

.gradient-purple-texture {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-4-2x.png"),-moz-linear-gradient(90deg,#363753 0,#383880 59%,#3939ad 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-4-2x.png"),-webkit-linear-gradient(90deg,#363753 0,#383880 59%,#3939ad 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-4-2x.png"),-ms-linear-gradient(90deg,#363753 0,#383880 59%,#3939ad 100%);
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/texture-4-2x.png"),linear-gradient(90deg,#363753 0,#383880 59%,#3939ad 100%);
  background-size: 32px 32px,cover;
}

@media only screen and (min-width:40.063em) {
  .show-inline-medium-up {
    display: inline;
  }

  .extend-bg-diagonally-top {
    -webkit-clip-path: polygon(0 24%,0 100%,100% 100%,100% 0);
    clip-path: polygon(0 24%,0 100%,100% 100%,100% 0);
  }
}

.extend-bg-diagonally-bottom {
  padding-bottom: 444px;
  -webkit-clip-path: polygon(0 0,0 100%,100% 75%,100% 0);
  clip-path: polygon(0 0,0 100%,100% 75%,100% 0);
}

.extend-bg-diagonally-sibling {
  margin-top: -470px;
}

.top-shadow {
  box-shadow: -.52px -9.99px 70px 0 rgba(0,0,0,.2);
}

.box-shadow {
  box-shadow: 0 -10px 76px 0 rgba(0,0,0,.16);
}

.box-shadow-light {
  box-shadow: 0 -10px 76px 0 rgba(0,0,0,.08);
}

.homepage-bottom-img,
.homepage-top-img {
  position: relative;
  width: 100%;
  height: 514px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: visible;
}

.homepage-top-img {
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/jumbo-1-2x.jpg");
}

@media only screen and (max-width:40em) {
  .homepage-bottom-img-parent {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
  }

  .homepage-bottom-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .homepage-bottom-img.loaded {
    background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/jumbo-2-640x320-2x.jpg");
  }
}

.call-out-bottom>span,
.call-out-top>span,
p.small-print {
  display: inline-block;
}

p.small-print {
  vertical-align: baseline;
  margin-left: 20px;
}

.hr-dots {
  width: 192px;
}

.after-call-out {
  margin-top: -160px;
}

.call-out-bottom {
  padding: 40px 20px;
  z-index: 1;
}

@media only screen and (min-width:40.063em) {
  .homepage-bottom-img {
    height: 550px;
  }

  .homepage-bottom-img.loaded {
    background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/jumbo-2-2x.jpg");
  }

  .call-out-bottom {
    padding: 30px;
    margin-top: -130px;
  }
}

@media only screen and (min-width:64.063em) {
  .call-out-bottom {
    padding: 80px;
  }
}

.call-out-top {
  padding: 45px 20px;
  z-index: 1;
}

@media only screen and (min-width:40.063em) {
  .call-out-top {
    padding: 30px;
    margin-bottom: -130px;
  }
}

.call-out-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

@media only screen and (min-width:40.063em) {
  .call-out-title {
    font-size: 2.0625rem;
    font-weight: 300;
    margin-bottom: 20px;
  }
}

.call-out-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width:40.063em) {
  .call-out-text {
    font-size: 1.625rem;
  }
}

@media only screen and (min-width:64.063em) {
  .call-out-top {
    padding: 80px;
  }

  .call-out-text {
    font-size: 1.875rem;
  }

  .bg-texture-2.call-out-bottom {
    padding: 50px 80px;
  }
}

.call-out-link {
  font-size: 1.1875rem;
  font-weight: 300;
}

@media only screen and (min-width:40.063em) {
  .call-out-link {
    font-size: 1.4375rem;
    font-weight: 400;
  }
}

.mobile-buttons {
  margin-top: 25px;
  margin-bottom: 5px;
}

.mobile-small-buttons {
  margin-top: 20px;
}

.logos-section {
  position: absolute;
  top: -30px;
}

.large-circle,
.medium-circle,
.shmedium-circle,
.small-circle {
  border-radius: 100%;
  position: absolute;
  background-size: cover;
  background-color: #fff;
  box-shadow: 0 24px 51px 0 rgba(9,8,9,.23)!important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}

.large-circle:active,
.large-circle:focus,
.large-circle:hover,
.medium-circle:active,
.medium-circle:focus,
.medium-circle:hover,
.shmedium-circle:active,
.shmedium-circle:focus,
.shmedium-circle:hover,
.small-circle:active,
.small-circle:focus,
.small-circle:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.small-circle {
  width: 13.85vw;
  height: 13.85vw;
}

@media only screen and (min-width:40.063em) {
  .logos-section {
    top: 50px;
  }

  .small-circle {
    width: 6.8vw;
    height: 9.75%;
  }
}

.shmedium-circle {
  width: 18.5vw;
  height: 18.5vw;
}

@media only screen and (min-width:40.063em) {
  .shmedium-circle {
    width: 8.45vw;
    height: 8.45vw;
  }
}

.medium-circle {
  width: 21.8vw;
  height: 21.8vw;
}

@media only screen and (min-width:40.063em) {
  .medium-circle {
    width: 9.5vw;
    height: 9.5vw;
  }
}

.large-circle {
  width: 31vw;
  height: 31vw;
}

@media only screen and (min-width:40.063em) {
  .large-circle {
    width: 10.75vw;
    height: 10.75vw;
  }
}

@media only screen and (max-width:40em) {
  .mobile-small-buttons .border-button,
  .mobile-small-buttons .button {
    font-size: .875rem;
    padding: .625rem 1.25rem .6875rem;
  }

  .title-logos {
    padding-bottom: 100px;
  }

  .sm-small {
    width: 13.85vw;
    height: 13.85vw;
  }

  .sm-shmedium {
    width: 18.5vw;
    height: 18.5vw;
  }

  .sm-medium {
    width: 21.8vw;
    height: 21.8vw;
  }

  .sm-large {
    width: 31vw;
    height: 31vw;
  }

  .testimonialz cite img.first {
    display: none;
  }
}

.logo-circle-1 {
  top: .75%;
  left: 62.25%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-1 {
    top: 9%;
    left: 10.1%;
  }
}

.logo-circle-2 {
  top: 6.8%;
  left: 23.75%;
}

.logo-circle-3 {
  top: 21%;
  left: 56%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-3 {
    top: 10.25%;
    left: 42.75%;
  }
}

.logo-circle-4 {
  top: 2%;
  left: 61.75%;
}

.logo-circle-5 {
  top: 27.5%;
  left: 21.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-5 {
    top: 6.75%;
    left: 71.5%;
  }
}

.logo-circle-6 {
  top: 19%;
  left: 79.25%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-6 {
    top: 1%;
    left: 88.25%;
  }
}

.logo-circle-7 {
  top: 61%;
  left: -3%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-7 {
    top: 21.5%;
    left: -1%;
  }
}

.logo-circle-8 {
  top: 20%;
  left: 5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-8 {
    top: 25%;
    left: 22.5%;
  }
}

.logo-circle-9 {
  top: 44.75%;
  left: 5.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-9 {
    top: 15%;
    left: 31%;
  }
}

.logo-circle-10 {
  top: 26%;
  left: 48%;
}

.logo-circle-11 {
  top: 15.15%;
  left: 54.15%;
}

.logo-circle-12 {
  top: 32.5%;
  left: -1.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-12 {
    top: 21.5%;
    left: 80.5%;
  }
}

.logo-circle-13 {
  top: 11%;
  left: 91%;
}

.logo-circle-14 {
  top: 36.5%;
  left: 2.5%;
}

.logo-circle-15 {
  top: -1%;
  left: 3.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-15 {
    top: 37%;
    left: 18.15%;
  }
}

.logo-circle-16 {
  top: 37.5%;
  left: 34.25%;
}

.logo-circle-17 {
  top: 39%;
  left: 78%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-17 {
    top: 35.5%;
    left: 52.25%;
  }
}

.logo-circle-18 {
  top: 31.5%;
  left: 56.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-18 {
    top: 25.75%;
    left: 62.75%;
  }
}

.logo-circle-19 {
  top: 63.5%;
  left: 45.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-19 {
    top: 38%;
    left: 91.5%;
  }
}

.logo-circle-20 {
  top: 48.25%;
  left: 49.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-20 {
    top: 56.25%;
    left: -.5%;
  }
}

.logo-circle-21 {
  top: 61%;
  left: 13.75%;
}

.logo-circle-22 {
  top: 51%;
  left: 29.25%;
}

.logo-circle-23 {
  top: 57%;
  left: 44.25%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-23 {
    top: 50%;
    left: 44.25%;
  }
}

.logo-circle-24 {
  top: 54.5%;
  left: 72%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-24 {
    top: 47%;
    left: 66.7%;
  }
}

.logo-circle-25 {
  top: 67%;
  left: 86%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-25 {
    top: 42.5%;
    left: 78.25%;
  }
}

.logo-circle-26 {
  top: 72%;
  left: 3.5%;
}

.logo-circle-27 {
  top: 73.5%;
  left: 26.75%;
}

.logo-circle-28 {
  top: 64.5%;
  left: 36%;
}

.logo-circle-29 {
  top: 12.75%;
  left: 32.5%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-29 {
    top: 60.75%;
    left: 55.25%;
  }
}

.logo-circle-30 {
  top: 71.5%;
  left: 64.75%;
}

.logo-circle-31 {
  top: 59.25%;
  left: 80%;
}

.logo-circle-32 {
  top: 53%;
  left: 28%;
}

@media only screen and (min-width:40.063em) {
  .logo-circle-32 {
    top: 65.5%;
    left: 91%;
  }

  .img-section-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 472px;
  }
}

@media only screen and (min-width:64.063em) {
  .mobile-small-buttons {
    float: right;
  }

  .img-section-1 {
    width: 499px;
    height: 736px;
  }
}

@media only screen and (min-width:40.063em) {
  .img-section-2 {
    position: absolute;
    top: 0;
    right: 48%;
    width: 521px;
    height: 550px;
  }
}

@media only screen and (min-width:40.063em) and (min-width:64.063em) {
  .img-section-2 {
    right: auto;
    left: -100px;
    width: 610px;
    height: 750px;
  }
}

@media only screen and (min-width:40.063em) {
  .img-section-3 {
    position: absolute;
    bottom: -230px;
    right: 0;
    width: 436px;
    height: 750px;
  }
}

@media only screen and (min-width:64.063em) {
  .img-section-3 {
    bottom: -270px;
    right: 0;
    width: 531px;
    height: 913px;
  }
}

@media only screen and (min-width:40.063em) {
  .img-section-4 {
    position: absolute;
    top: 90px;
    right: 40%;
    width: 550px;
    height: 402px;
  }
}

@media only screen and (min-width:64.063em) {
  .img-section-4 {
    right: auto;
    left: -165px;
    width: 791px;
    height: 579px;
  }
}

.img-section-5 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 405px;
  height: 650px;
}

.card-container {
  padding: 35px 25px 25px;
}

@media only screen and (min-width:64.063em) {
  .img-section-5 {
    width: 546px;
    height: 876px;
  }

  .card-container {
    padding: 55px 35px 45px;
  }
}

.tabs {
  border-bottom: none;
}

.tabs .tab-title {
  width: auto;
  border-right: 0;
  padding: 0;
  color: #292929;
  background: #e2e2e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFEBEBEB', GradientType=0);
  text-align: center;
}

.tabs .tab-title.active {
  padding: 0;
  border: none;
}

.tabs .tab-title.active:after {
  display: none;
}

.tabs .tab-title.active>a {
  background-color: #f4f8fb;
  box-shadow: 39.01px -24.38px 28.8px 3.2px rgba(0,0,0,.05);
}

.tabs .tab-title>a {
  font-size: .6875rem;
  padding: 31px 0;
}

.tabs .tab-title>a:focus {
  position: relative;
  z-index: 1;
}

.tabs-content>.content {
  padding: 0;
}

.spotlight-card {
  float: none;
  width: auto;
  margin: 0;
}

@media only screen and (min-width:40.063em) {
  .testimonialz {
    padding-bottom: 30px;
  }

  .testimonialz .testimonial-img {
    width: 222px;
  }
}

@media only screen and (min-width:64.063em) {
  .tabs .tab-title>a {
    font-size: 1.125rem;
  }

  .testimonialz {
    padding: 45px 0;
  }
}

.testimonialz .testimonial-img {
  border-radius: 100%;
}

.testimonialz .testimonial-img.thick-border-orange {
  border: 6px solid #ff5100;
}

@media only screen and (min-width:40.063em) {
  .testimonialz .testimonial-img.thick-border-orange {
    border-width: 16px;
  }
}

.testimonialz .testimonial-img.thick-border-green {
  border: 6px solid #00d5b3;
}

@media only screen and (min-width:40.063em) {
  .testimonialz .testimonial-img.thick-border-green {
    border-width: 16px;
  }
}

.testimonialz blockquote {
  border-left: none;
  color: #292929;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  .testimonialz blockquote {
    font-size: 1.4375rem;
    line-height: 1.3;
    padding-top: 20px;
  }
}

@media only screen and (min-width:64.063em) {
  .testimonialz blockquote {
    font-size: 1.75rem;
  }
}

.testimonialz cite {
  margin-top: 10px;
  color: #222;
  font-style: normal;
  font-size: .9375rem;
  line-height: 1.25;
}

@media only screen and (min-width:40.063em) {
  .testimonialz cite {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:64.063em) {
  .testimonialz cite {
    font-size: 1.375rem;
  }
}

.testimonialz cite img {
  vertical-align: baseline;
}

.testimonialz cite img.first {
  margin-right: 20px;
}

.testimonialz cite img.second {
  margin-left: 20px;
}

@media only screen and (max-width:40em) {
  .testimonialz cite img.second {
    display: none;
  }

  .community-container img {
    -webkit-clip-path: polygon(0 0,0 83%,100% 100%,100% 0);
    clip-path: polygon(0 0,0 83%,100% 100%,100% 0);
  }
}

.testimonialz cite:before {
  content: "";
  display: none;
}

.testimonialz .testimonial-author {
  display: inline-block;
  vertical-align: bottom;
}

.icon-crowdrise-square {
  font-size: 3.25rem;
}

.community-container {
  background: #fff;
}

.community-container:first-child {
  margin-right: .9375rem;
}

.community-container:last-child {
  margin-left: .9375rem;
}

.community-container .content {
  padding: 0 20px;
}

.community-container h3 {
  font-size: 1.125rem;
  font-weight: 400;
}

@media only screen and (min-width:40.063em) {
  .community-container .content {
    padding: 10%;
  }

  .community-container h3 {
    font-size: 1.6875rem;
  }
}

@media only screen and (min-width:64.063em) {
  .community-container h3 {
    font-size: 2.25rem;
  }
}

.community-container p {
  font-weight: 300;
  line-height: 1.5;
}

.community-container a {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 30px 20px 40px;
  margin-bottom: 30px;
}

@media only screen and (min-width:40.063em) {
  .community-container a {
    padding: 10%;
    margin-bottom: 100px;
  }

  .animate-parent {
    opacity: 0;
    transition: opacity 1.3s ease;
  }

  .animate-parent.loaded {
    opacity: 1;
  }

  .animate-parent.loaded .animate-item {
    transform: none;
  }

  .animate-parent .animate-item {
    transition: transform 1.3s cubic-bezier(.22,.51,.38,1);
  }

  .animate-parent .img-section-1 {
    transform: translateY(30px);
  }

  .animate-parent .img-section-2 {
    transform: translatex(30px);
  }

  .animate-parent .img-section-3 {
    transform: translateY(30px);
  }

  .animate-parent .img-section-4 {
    transform: translatex(30px);
  }

  .animate-parent .img-section-5 {
    transform: translateY(-30px);
  }
}

.who-modal {
  padding: 20px;
}

@media only screen and (min-width:64.063em) {
  .community-container a {
    font-size: 1.4375rem;
  }

  .who-modal {
    min-width: 600px;
  }
}

.who-modal .modal-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  .who-modal {
    padding: 40px;
  }

  .who-modal .modal-title {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}

.who-modal .modal-text {
  display: inline-block;
  font-size: 1.375rem;
}

@media only screen and (min-width:40.063em) {
  .who-modal .modal-text {
    display: grid;
    font-size: 1.375rem;
  }
}

.who-modal .modal-text.small {
  width: 60%;
  font-size: 1.125rem;
  vertical-align: middle;
}

@media only screen and (min-width:40.063em) {
  .who-modal .modal-text.small {
    width: auto;
    padding: 0 6%;
    margin-top: 6px;
  }
}

.who-modal ul {
  list-style: none;
  padding: 40px 0;
}

.who-modal li {
  display: block;
  padding: 20px 0 25px;
  background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/modal-dot.png");
  background-size: 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media only screen and (min-width:40.063em) {
  .who-modal li {
    display: inline-block;
    width: calc(50% - 4px);
    text-align: center;
    background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/modal-dot.png"),url("../cdn-sub/library/images/apps/crowdrise-homepage/modal-dot.png");
    background-repeat: repeat-y,repeat-x;
    background-position: right top,left bottom;
    padding: 20px 0;
  }

  .who-modal li:nth-child(1) {
    background-position: right bottom,right bottom;
  }

  .who-modal li:nth-child(2) {
    background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/modal-dot.png");
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .who-modal li:nth-child(3) {
    background-image: url("../cdn-sub/library/images/apps/crowdrise-homepage/modal-dot.png");
    background-repeat: repeat-y;
  }

  .who-modal li:nth-child(4) {
    background-image: none;
  }
}

.who-modal li a:hover {
  text-decoration: none;
}

.who-modal li a:hover .modal-text {
  text-decoration: underline;
}

.who-modal img {
  width: 27%;
  max-width: 120px;
  border-radius: 100%;
  margin-right: 20px;
}

.who-modal img[class*=" border-"],
.who-modal img[class^=border-] {
  border: 5px solid #ff5100;
}

.who-modal img.border-orange {
  border-color: #ff5100;
}

.who-modal img.border-green {
  border-color: #00d5b3;
}

.who-modal img.border-light-blue {
  border-color: #23cbf5;
}

.who-modal img.border-pink {
  border-color: #f23383;
}

.who-modal .other-text {
  display: inline-block;
  font-size: 1rem;
  padding-top: 10px;
}

@media only screen and (max-width:40em) {
  .who-modal .other-buttons {
    padding: 0;
  }
}

.form-modal {
  padding: 30px 40px 34px;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width:40.063em) {
  .who-modal img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .who-modal img[class*=" border-"],
  .who-modal img[class^=border-] {
    border-width: 8px;
  }

  .who-modal .other-text {
    font-size: 1.25rem;
  }

  .who-modal .other-buttons .button {
    float: right;
  }

  .flex-container .flex-item-columns:first-child {
    padding-left: 0;
  }

  .flex-container.flex-item-columns:last-child {
    padding-right: 0;
  }
}

.flex-input-group {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: .625rem;
}

.flex-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-item-columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.flex-item-columns.flex-item-columns-compact {
  padding-left: .3125rem;
  padding-right: .3125rem;
}

.flex-item-columns:first-child {
  padding-left: 0;
}

.flex-item-columns:last-child {
  padding-right: 0;
}

.flex-item-grow {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}

.hs-button {
  color: #fff;
  border: 1px solid #FF5100;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  text-rendering: optimizeLegibility;
  text-shadow: 0 0 1px rgba(0,0,0,.5);
  cursor: pointer;
  padding: .625rem 2.5rem;
  font-size: .875rem;
}

.hs-button:active,
.hs-button:focus,
.hs-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.hs-button:hover {
  text-decoration: none;
}

.hs-button.primary,
.hs-button.primary.active,
.hs-button.primary:active,
.hs-button.primary:hover {
  background: #FF5100;
  border-color: #FF5100;
}

.hbspt-form {
  display: none;
}

.form-modal .hbspt-form {
  display: block;
}

.processing:before {
  content: '';
  background: url("../cdncustom-sub/_crowdrise/cr-processing-2x.gif") center center/cover no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.gradient-orange-texture {
  position: relative;
  z-index: 3;
}

.giving-tues-promo {
  position: absolute;
  width: 100%;
  top: 228px;
  z-index: 1;
}

@media only screen and (min-width:40.063em) {
  .giving-tues-promo {
    top: 456px;
  }
}