/* OLD? - Scss Document
@import "./components/forms/variables.scss";
@import "./components/forms/forms.scss";

/* fontawesome
@import "../font-awesome/scss/font-awesome.scss";
@import "components/_globals.scss";
@import "components/_panels.scss";
@import "components/_blog.scss";
@import "components/_headers.scss";
@import "components/_footer.scss";
@import "components/_social_buttons.scss";
@import "components/_backend.scss";
@import "components/_warnings.scss";
@import "components/_blog_article.scss";
@import "components/_button_a.scss";
@import "components/_post_article.scss";
@import "components/_social_sharing.scss";
@import "components/_autocomplete.scss";
@import "components/_navs.scss";
@import "components/_home_page.scss";
@import "components/backtotop_icon.scss";






//@import "components/_old_inherited.scss"


@import "components/_navs.scss";
@import "components/_blog_admin.scss";
@import "components/events_old";
@import "components/ways_to_fundraise.scss";



/* fontawesome
@import "../font-awesome/scss/font-awesome.scss";
@import "components/font-awesome-modified.scss";
*/
/* home page specifics */
/* Scss Document */
/* fontawesome */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/05/2015, 3:37:50 PM
    Author     : mycauseoffice
*/
.fa-googleplus:before {
  content: "\f0d5";
}

.fa-pinterest:before {
  content: "\f231" !important;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* generals */
@font-face {
  font-family: "ff-justlefthand-web";
  src: url("../fonts/ffjustlefthand-webfont.eot");
  src: url("../fonts/ffjustlefthand-webfont.eot") format("embedded-opentype"), url("../fonts/ffjustlefthand-webfont.woff") format("woff"), url("../fonts/ffjustlefthand-webfont.ttf") format("truetype"), url("../fonts/ffjustlefthand-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-regular";
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fonts_limited";
  src: url("../fonts_limited/fonts/icomoon.eot");
  src: url("../fonts_limited/fonts/icomoon.eot") format("embedded-opentype"), url("../fonts_limited/fonts/icomoon.woff") format("woff"), url("../fonts_limited/fonts/icomoon.ttf") format("truetype"), url("../fonts_limited/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Monsterrat light */
@font-face {
  font-family: "Monsterrat-light";
  src: url("../fonts_limited/fonts/Montserrat-Light.otf");
  src: url("../fonts_limited/fonts/Montserrat-Light.otf") format("embedded-opentype"), url("../fonts_limited/fonts/Montserrat-Light.woff") format("woff"), url("../fonts_limited/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Monsterrat bold */
@font-face {
  font-family: "Monsterrat-Bold";
  src: url("../fonts_limited/fonts/Montserrat-Bold.otf");
  src: url("../fonts_limited/fonts/Montserrat-Bold.otf") format("embedded-opentype"), url("../fonts_limited/fonts/Montserrat-Bold.woff") format("woff"), url("../fonts_limited/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Monsterrat alternate regular */
@font-face {
  font-family: "MontserratAlternates-Regular";
  src: url("../fonts_limited/fonts/MontserratAlternates-Regular.otf");
  src: url("../fonts_limited/fonts/MontserratAlternates-Regular.otf") format("embedded-opentype"), url("../fonts_limited/fonts/MontserratAlternates-Regular.woff") format("woff"), url("../fonts_limited/fonts/MontserratAlternates-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Monsterrat alernate bold */
@font-face {
  font-family: "MontserratAlternates-Bold";
  src: url("../fonts_limited/fonts/MontserratAlternates-Bold.otf");
  src: url("../fonts_limited/fonts/MontserratAlternates-Bold.otf") format("embedded-opentype"), url("../fonts_limited/fonts/MontserratAlternates-Bold.woff") format("woff"), url("../fonts_limited/fonts/MontserratAlternates-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*retrosans*/
@font-face {
  font-family: "RetroSans";
  src: url("../fonts_limited/fonts/RetroSans.ttf");
  src: url("../fonts_limited/fonts/RetroSans.eot") format("embedded-opentype"), url("../fonts_limited/fonts/RetroSans.woff") format("woff"), url("../fonts_limited/fonts/RetroSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*gotham medium*/
@font-face {
  font-family: "Gotham-medium";
  src: url("/workflows/application/resources/css/fonts_limited/fonts/gotham-medium.eot");
  src: url("../fonts_limited/fonts/gotham-medium.eot") format("embedded-opentype"), url("../fonts_limited/fonts/gotham-medium.woff") format("woff"), url("../fonts_limited/fonts/gotham-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Museosans rounded*/
@font-face {
  font-family: "Market-regular";
  src: url("../fonts_limited/fonts/market-regular.eot");
  src: url("../fonts_limited/fonts/market-regular.eot") format("embedded-opentype"), url("../fonts_limited/fonts/market-regular.woff") format("woff"), url("../fonts_limited/fonts/market-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Museosans rounded*/
@font-face {
  font-family: "Museo-100";
  src: url("../fonts_limited/fonts/MuseoSansRounded-100.otf");
  src: url("../fonts_limited/fonts/MuseoSansRounded-100.eot") format("embedded-opentype"), url("../fonts_limited/fonts/MuseoSansRounded-100.woff") format("woff"), url("../fonts_limited/fonts/MuseoSansRounded-100.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Museosans rounded*/
@font-face {
  font-family: "Museo-300";
  src: url("../fonts_limited/fonts/MuseoSansRounded-300.otf");
  src: url("../fonts_limited/fonts/MuseoSansRounded-300.eot") format("embedded-opentype"), url("../fonts_limited/fonts/MuseoSansRounded-300.woff") format("woff"), url("../fonts_limited/fonts/MuseoSansRounded-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*colours */
/*Light Green*/
/*Dark Green*/
/*Light Gray*/
/*Mid Gray*/
/*Dark Gray*/
/* ---- ways_to_fundraise section --- */
/* -- end ways_to_fundraise section ---*/
/*----------- media queries ------------------ */
/*End media queries*/
/*Fonts*/
/*global positioning styles*/
.no-padd-l {
  padding-left: 0px !important;
}

.no-padd-r {
  padding-right: 0px !important;
}

.max-container {
  max-width: 1024px !important;
  margin: 0 auto;
}

/* mixins */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01/10/2015, 11:32:01 AM
    Author     : mycauseoffice
*/
/*Borders*/
/*buttons*/
/*spacing*/
/*Special effects*/
/* heading styles */
/* standard link boxes */
/** ellipses */
/** rotate **/
/*** arrows */
/* round thumd nails */
/* media queries */
/* partner blog */
/*--------- flex mixins ---------- */
.static_pages_main .middle_block .amount_box, .home-sub-nav.new-sub-nav .row, .static_tc_footer footer {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Justify content
 */
/*
    Align items
 */
.home-sub-nav.new-sub-nav .row {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/* components */
/* Scss Document */
.brand-pri-dark {
  background-color: #2d8a75;
}

.brand-pri-light {
  background-color: #42ccae;
}

.brand-sec-light {
  background-color: #f9f8f5;
}

.brand-sec-mid {
  background-color: #eeede8;
}

.brand-sec-dark {
  background-color: #404041;
}

.info-panel {
  text-align: center;
}
.info-panel h1:first-of-type {
  font-size: 24px;
  margin-top: 45px;
}
.info-panel h6:first-of-type {
  font-size: 24px;
  margin-top: 45px;
}
.info-panel .brand-pr-dark h1:first-of-type {
  color: #404041;
  font-family: "ff-justlefthand-web" !important;
}
.info-panel .brand-pr-dark h6:first-of-type {
  color: #ffffff;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
}
.info-panel .brand-pr-light h1:first-of-type {
  color: #404041;
  font-family: "ff-justlefthand-web" !important;
}
.info-panel .brand-pr-light h6:first-of-type {
  color: #ffffff;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
}
.info-panel .brand-sec-light h1:first-of-type {
  color: #404041;
  font-family: "ff-justlefthand-web" !important;
}

/* Scss Document */
/* header */
.dark {
  background-color: #404041;
  color: #ffffff;
}
.dark ul li:active {
  background-color: #42ccae;
  font-weight: bold;
}

.header {
  min-height: 45px;
  max-height: 45px;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
}
.header img {
  float: left !important;
  max-height: 35px !important;
  margin-top: 5px;
}
.header ul {
  list-style: none;
  display: -webkit-inline-box;
  float: right !important;
  padding-bottom: 10px !important;
  padding-top: 0px;
}
.header ul li {
  height: 100%;
  padding: 10px 13px 10px 13px;
}

.top-bar {
  background: #333333;
  height: 46px;
}
.top-bar ul li .social a {
  padding: 0px 2px;
}
.top-bar ul li .fb-like {
  margin-top: 13px;
  margin-right: 10px;
}
.top-bar ul li .has-form a {
  font-size: 14px;
  top: 0;
  padding: 0.97em;
  height: 45px;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  background-color: #42ccae;
}
.top-bar ul li .has-form a:hover, .top-bar ul li .has-form a:focus {
  background-color: #2d8a75;
}
.top-bar ul li .has-form a:hover {
  color: #2d8a75;
}
.top-bar ul #has-form a {
  font-size: 14px;
  top: 0;
  padding: 0.97em;
  height: 45px;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  background-color: #42ccae;
}
.top-bar ul #has-form a:hover, .top-bar ul #has-form a:focus {
  background-color: #2d8a75;
}
.top-bar .login {
  color: #ffffff;
  font-size: 14px;
}
.top-bar .login:hover {
  background-color: #2D8A75;
}
.top-bar #zendesk {
  color: #ffffff;
  font-size: 12px;
}
.top-bar .login {
  background: #42ccae;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 11px;
  height: 45px;
  display: block;
  padding-bottom: 15px;
}
.top-bar #nav_bar_search_box {
  width: 230px !important;
  padding-right: 40px;
}
.top-bar #go_button {
  position: relative;
  right: 3.3em;
  font-size: 12px;
  top: 7px;
}
.top-bar .main_menu {
  margin-left: 0px;
}

.off-canvas-wrap .tab-bar a img {
  margin: 0px 10px 0 0;
  max-width: 120px;
}
.off-canvas-wrap .tab-bar .menu-icon {
  margin-top: 5px;
  z-index: 1;
}
.off-canvas-wrap .tab-bar .left-small .fa-user {
  color: white;
  margin-left: 3em;
  margin-top: 1em;
}
.off-canvas-wrap .off-canvas-list li {
  border: 1px solid grey;
}
.off-canvas-wrap .off-canvas-list li input {
  height: 30px;
  border-radius: 16px;
  text-align: center;
  width: 90%;
  margin-top: 12px;
}
.off-canvas-wrap .off-canvas-list li .no-border {
  border: none;
}
.off-canvas-wrap .off-canvas-list .search {
  height: 60px;
}
.off-canvas-wrap .off-canvas-list .search a:hover {
  background: transparent;
}

.myaccount_logo {
  border-radius: 100px;
  max-width: 40px;
  padding-bottom: 1px;
}

/*--- end header --*/
.new-top-bar .right {
  overflow: hidden;
}
.new-top-bar .main_menu a {
  padding: 0px !important;
}
.new-top-bar .main_menu .menu_text {
  position: absolute;
  top: -12px;
  font-size: 10px;
  color: #42ccae;
}
.new-top-bar .main_menu img {
  width: 25px;
  margin-top: 10px;
}
.new-top-bar .rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
  transition: all 0.75s ease;
}
.new-top-bar .rotated-inverse {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg); /* IE 9 */
  -moz-transform: rotate(0deg); /* Firefox */
  -webkit-transform: rotate(0deg); /* Safari and Chrome */
  -o-transform: rotate(0deg); /* Opera */
  transition: all 0.75s ease;
}
.new-top-bar .nav_menus {
  position: absolute;
  top: 45px;
  z-index: 1;
  opacity: 0.9;
}
.new-top-bar .nav_menus .sub_menu a {
  padding-left: 12px !important;
  font-size: 14px !important;
  height: 70px;
  width: 240px !important;
  line-height: 5 !important;
  border-right: 1px solid #666;
  color: #42ccae;
  font-family: "MontserratAlternates-Regular";
  border-bottom: 1px solid #666 !important;
}
.new-top-bar .nav_menus .sub_menu a:hover {
  background-color: #42ccae !important;
  color: #ffffff;
}
.new-top-bar .nav_menus .sub_menu a:after {
  margin-top: 10.5px !important;
  right: 9em !important;
}
.new-top-bar .has-form {
  padding: 0px !important;
}
.new-top-bar .has-form a {
  font-size: 14px;
  top: 0;
  padding: 0.9em;
  font-family: "MontserratAlternates-Regular";
  background: #42ccae;
}
.new-top-bar #nav_bar_search_form {
  position: relative;
  margin-right: 25px;
}
.new-top-bar #nav_bar_search_form #nav_bar_search_box {
  height: 30px;
  border-radius: 16px;
  font-size: 12px;
  margin-bottom: 0px;
  text-align: center;
}
.new-top-bar #nav_bar_search_form #nav_bar_search_box::-webkit-input-placeholder {
  color: #ccc;
  font-family: arial, helvetica, sans-serif;
}
.new-top-bar #nav_bar_search_form #nav_bar_search_box::input-placeholder {
  font-family: arial, helvetica, sans-serif;
  color: #ccc;
}
.new-top-bar #nav_bar_search_form #nav_bar_search_box::-moz-placeholder { /* Firefox 19+ */
  font-family: arial, helvetica, sans-serif;
  color: #ccc;
}
.new-top-bar #nav_bar_search_form #nav_bar_search_box::-ms-input-placeholder {
  font-family: arial, helvetica, sans-serif;
  color: #ccc;
}
.new-top-bar #nav_bar_search_form #go_button {
  position: absolute;
  right: 5px;
  top: 11px;
  background-color: #42ccae;
  border: none;
  color: white;
  border-radius: 18px;
  height: 2.2em;
  width: 2.5em;
}
.new-top-bar #nav_bar_search_form #go_button:hover {
  background-color: #2d8a75;
}

/* Scss Document */
.pg-foot-main {
  margin-top: 10px;
}

footer.static_pages {
  padding-top: 50px;
}
footer.static_pages a {
  color: #ffffff;
  font-size: 14px;
}
footer.static_pages .heading {
  color: #42ccae;
  font-family: "Monsterrat-light", sans-serif;
  font-size: 14px;
}
footer.static_pages .heading.charity_partners_text {
  padding-top: 8px;
}
footer.static_pages .follow_us_text {
  color: #42ccae;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 2px;
  font-family: "MontserratAlternates-Regular";
  list-style: none;
  font-size: 14px;
}
footer.static_pages .support_cause {
  margin-top: -50px;
  padding-top: 47px;
  padding-left: 30px;
  height: 360px;
  background-color: #42ccae;
}
footer.static_pages .support_cause .heading {
  color: #404041;
  font-size: 18px;
  font-family: "MontserratAlternates-Regular";
  margin-bottom: 15px;
}
footer.static_pages .support_cause .sub-heading {
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 20px;
}
footer.static_pages .support_cause .sub-heading span {
  font-family: ff-justlefthand-web;
}

.static_tc_footer footer {
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}
@media only screen and (max-width: 40em) {
  .static_tc_footer footer {
    padding: 0px 5px;
  }
}
.static_tc_footer footer a {
  color: #404041;
}
@media only screen and (max-width: 40em) {
  .static_tc_footer footer a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 40em) {
  .static_tc_footer footer .term_conditions {
    padding-top: 3px;
  }
}

.footer-large {
  background-color: #404041;
}
.footer-large .footer-links {
  padding-top: 45px;
}
.footer-large .footer-links > .column {
  padding-left: 0;
  padding-right: 0;
}
.footer-large .footer-links ul {
  list-style: none;
  margin-left: 0;
  padding-top: 30px;
  margin-bottom: 10px;
}
.footer-large .footer-links ul li:first-of-type {
  color: #42ccae;
  font-size: 18px;
}
.footer-large .footer-links ul li {
  color: #ffffff;
  font-size: 14px;
}
.footer-large .footer-hero {
  background-color: #42ccae;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 45px;
}
.footer-large .footer-hero > p {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  color: #404041;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 0;
  margin-left: 3.1rem;
}
.footer-large .footer-hero ul {
  padding-top: 15px;
  list-style: none;
}
.footer-large .footer-hero ul li {
  color: #ffffff;
  padding-bottom: 15px;
}
.footer-large .footer-hero ul li img {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 5px;
}
.footer-large .footer-hero ul li h6 {
  font-family: "ff-justlefthand-web" !important;
  color: #ffffff;
  text-align: left;
}
.footer-large .footer-hero ul li h3 {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  margin-top: -15px !important;
  color: #ffffff;
  text-align: left;
}
.footer-large .footer-hero .awards {
  padding-top: 15px;
}
.footer-large .footer-hero .awards ul li img {
  text-align: center;
  max-width: 85%;
  padding-left: 30px;
}

.footer-small {
  background-color: #f9f8f5;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.footer-small .column {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-small img {
  height: 100%;
  width: 100%;
  padding-right: 0px;
}
.footer-small p:first-of-type {
  float: left;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  padding-top: 5px;
  padding-left: 5px;
  color: #42ccae;
}
.footer-small p:first-of-type span {
  color: #404041;
}
.footer-small .footer-links-small ul {
  display: -webkit-inline-box;
  list-style: none;
}
.footer-small .footer-links-small ul li {
  padding-top: 5px;
  padding-left: 5px;
}
.footer-small .copyright {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  padding-top: 5px;
  color: #404041;
  text-align: right;
}

/* Scss Document */
.social-buttons ul li:first-of-type {
  font-size: 14px !important;
}
.social-buttons ul {
  list-style: none;
}
.social-buttons ul li i:first-of-type {
  color: #2d8a75;
}
.social-buttons ul li {
  margin-right: 5px;
  margin-left: 0px;
}
.social-buttons ul li i {
  color: #ffffff;
}
.social-buttons ul li i:hover {
  color: #42ccae;
}

/* Scss Document */
.safe {
  color: #78CC55;
}

.caution {
  color: #F1C93C;
}

.stop {
  color: #F1C93C;
}

.social_sharing {
  margin: 60px 0;
}
.social_sharing ul {
  padding: 0;
  margin: 0;
}
.social_sharing ul li {
  display: inline-block;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f9f8f5;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #42ccae;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.home-sub-nav {
  position: relative;
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .start_campaign_mobile {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.home-sub-nav .start_campaign_mobile h1 {
  font-size: 20px !important;
  margin-bottom: 17px;
  margin-top: 30px;
}
.home-sub-nav .start_campaign_mobile .start_campaign_block_mobile .start_a_campaign_link {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 185px;
  padding-top: 13px !important;
  background-color: #FF5E6A;
  color: white;
}
.home-sub-nav .start_campaign_mobile .start_campaign_block_mobile .start_a_campaign_replacement {
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 60em) {
  .home-sub-nav .container {
    background-color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.home-sub-nav .container .mycause-logo {
  width: 75%;
  height: auto;
  text-align: left !important;
}
@media only screen and (min-width: 50em) and (max-width: 60em) {
  .home-sub-nav .container .mycause-logo {
    width: 40%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 35em) and (max-width: 50em) {
  .home-sub-nav .container .mycause-logo {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 25em) and (max-width: 35em) {
  .home-sub-nav .container .mycause-logo {
    width: 60%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 25em) {
  .home-sub-nav .container .mycause-logo {
    width: 90%;
    margin-bottom: 15px;
  }
}
.home-sub-nav .container .mobile_image {
  height: 125px;
  margin: 0 -15px;
  background-size: cover !important;
}
.home-sub-nav .container .small-12 {
  text-align: center !important;
}
.home-sub-nav .container .large-4 {
  float: left !important;
}
.home-sub-nav .container .medium-4 {
  float: left !important;
}
.home-sub-nav .container .sub-nav-text {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  color: #404041;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
@media only screen and (min-width: 65em) and (max-width: 75em) {
  .home-sub-nav .container .sub-nav-text {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 50em) and (max-width: 65em) {
  .home-sub-nav .container .sub-nav-text {
    marign-top: 16px;
    font-size: 16px;
  }
}
.home-sub-nav .container .sub-nav-text span a {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  color: #42ccae;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (min-width: 65em) and (max-width: 75em) {
  .home-sub-nav .container .sub-nav-text span a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 50em) and (max-width: 65em) {
  .home-sub-nav .container .sub-nav-text span a {
    font-size: 16px;
  }
}
.home-sub-nav .container #search {
  padding-right: 0px !important;
  float: right;
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .container #search {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
.home-sub-nav .container #checkout_fundraising {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
}
@media only screen and (max-width: 65em) {
  .home-sub-nav .container #checkout_fundraising {
    font-size: 14px;
    margin-top: 14px;
  }
}
@media only screen and (min-width: 65em) and (max-width: 75em) {
  .home-sub-nav .container #checkout_fundraising {
    font-size: 16px;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 75em) {
  .home-sub-nav .container #checkout_fundraising {
    font-size: 17px;
    margin-top: 16px;
  }
}
.home-sub-nav .container #checkout_fundraising {
  padding-right: 10px !important;
  float: right;
  margin-top: 15px;
  text-align: right !important;
}
.home-sub-nav .container #checkout_fundraising a {
  text-decoration: none;
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .container #checkout_fundraising {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
.home-sub-nav .container #mobile_header_text {
  margin-top: 20px;
}
.home-sub-nav .container #mobile_header_text h2 {
  font-family: ff-justlefthand-web;
  font-size: 24px;
}
.home-sub-nav .container #search_mobile {
  margin-top: -20px;
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .container #search_mobile #nav_bar_search_box {
    height: 40px !important;
    border-radius: 16px;
    font-size: 16px;
    text-align: left;
    border-radius: 16px;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .home-sub-nav .container #search_mobile #go_button_mobile {
    background-color: #42ccae;
    border: none;
    color: white;
    border-radius: 18px;
    height: 2.2em;
    width: 2.5em;
    top: -37px;
    position: relative;
    float: right;
    right: 2px;
  }
}
.home-sub-nav .container .top-bar .container .row {
  max-width: 76.5em !important;
}
.home-sub-nav .container form {
  float: right;
  width: 260px;
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .container form {
    width: 35%;
    margin: 0 auto;
    float: none;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 35em) and (max-width: 50em) {
  .home-sub-nav .container form {
    width: 100%;
  }
}
@media only screen and (min-width: 25em) and (max-width: 35em) {
  .home-sub-nav .container form {
    width: 100%;
  }
}
@media only screen and (max-width: 25em) {
  .home-sub-nav .container form {
    width: 100%;
  }
}
.home-sub-nav .container form #nav_bar_search_box {
  height: 35px;
  border-radius: 16px !important;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  margin-right: 50px;
}
@media only screen and (min-width: 65em) and (max-width: 75em) {
  .home-sub-nav .container form #nav_bar_search_box {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 50em) and (max-width: 65em) {
  .home-sub-nav .container form #nav_bar_search_box {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .home-sub-nav .container form #nav_bar_search_box {
    height: 37px;
  }
}
@media only screen and (min-width: 60em) {
  .home-sub-nav .container form #go_button {
    padding-bottom: 5px;
    right: 3px;
    top: 11.5px;
    width: 2.1em;
    height: 2em;
  }
}
@media only screen and (max-width: 60em) {
  .home-sub-nav .container form #go_button {
    padding-bottom: 5px;
    right: 37px;
    top: 37px;
    width: 2.1em;
    height: 2em;
  }
}
.home-sub-nav .container form .button {
  float: right;
  border-radius: 50%;
  top: -33px;
  width: 34px;
  height: 30px;
  margin-right: 3px;
  padding-left: 0px;
  padding-top: 5px;
}
.home-sub-nav .container form .button span {
  padding-left: 8px;
}

.home-sub-nav.new-sub-nav .row {
  height: 70px;
}
.home-sub-nav.new-sub-nav {
  color: #404041;
  font-size: 18px;
  font-family: "MontserratAlternates-Regular";
}
.home-sub-nav.new-sub-nav a {
  color: #42ccae;
}
.home-sub-nav.new-sub-nav a:hover {
  color: #2d8a75;
}
.home-sub-nav.new-sub-nav .sub-nav-text {
  margin-top: 0px;
}
.home-sub-nav.new-sub-nav img {
  width: 180px !important;
}
.home-sub-nav.new-sub-nav #checkout_fundraising {
  text-align: right;
  margin-top: 0px;
}

#back_to_top_icon {
  position: fixed;
  width: 50px;
  float: right;
  bottom: 20px;
  right: 1em;
}
#back_to_top_icon .circle {
  fill: #2D8A75;
}
#back_to_top_icon .polygon {
  fill: white;
}
#back_to_top_icon .back_to_top_text {
  color: #2D8A75;
  font-size: 9px;
  visibility: hidden;
  padding-left: 3px;
}

#back_to_top_icon:hover .back_to_top_text {
  visibility: visible;
}

.old-event-responsive .nav-cont {
  margin: 0 auto;
}
.old-event-responsive .event-nav {
  list-style: none;
  margin-bottom: 0px;
}
@media only screen and (min-width: 641px) {
  .old-event-responsive .event-nav {
    display: -webkit-inline-box;
  }
  .old-event-responsive .event-nav li {
    padding-right: 10px;
    vertical-align: bottom;
  }
  .old-event-responsive .event-nav li form {
    margin-bottom: 10px !important;
  }
  .old-event-responsive .event-nav li form .name_check {
    margin-top: 4px !important;
    height: 25px;
  }
  .old-event-responsive .event-nav li form button {
    top: 0px !important;
  }
}
@media only screen and (min-width: 960px) {
  .old-event-responsive .event-nav li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 641px) {
  .old-event-responsive .block_follow_share {
    line-height: 0px;
    margin-top: -10px;
  }
}
.old-event-responsive .soc-share {
  list-style: none;
  padding-right: 5px;
  margin-left: -14px;
  padding-bottom: 30px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/06/2015, 10:50:08 AM
    Author     : mycauseoffice
*/
.ways-to-fundraise {
  text-align: center;
}
@media only screen and (max-width: 64.063em) {
  .ways-to-fundraise .title .text h3 {
    font-size: 16px;
  }
}
.ways-to-fundraise .panels {
  margin: 40px auto 0 auto;
  text-align: center;
}
.ways-to-fundraise .panels .panel-content img {
  border-radius: 50%;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 64.063em) {
  .ways-to-fundraise .panels .panel-content img {
    width: 45%;
  }
}
.ways-to-fundraise .panels .panel-content .description {
  font-size: 16px;
  margin-top: 5px;
}
@media only screen and (min-width: 64.063em) {
  .ways-to-fundraise .panels .call-to-action {
    margin-top: 10px;
  }
}
.ways-to-fundraise .panels .call-to-action {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.ways-to-fundraise .panels .call-to-action .personal, .ways-to-fundraise .panels .call-to-action .show-more {
  color: #ffffff;
  height: inherit;
  border-radius: inherit;
  line-height: inherit;
}
.ways-to-fundraise .panels .call-to-action .team-setup {
  color: #ffffff;
  height: inherit;
  border-radius: inherit;
  line-height: inherit;
}
.ways-to-fundraise .panels .call-to-action .team-join {
  color: #ffffff;
  height: inherit;
  border-radius: inherit;
  line-height: inherit;
}

.paypal-svg {
  height: 35px !important;
  vertical-align: middle;
}
.paypal-svg .paypal-svg0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #009DE2;
}
.paypal-svg .paypal-svg1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #113984;
}
.paypal-svg .paypal-svg2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #172C70;
}
@media only screen and (min-width: 60em) {
  .paypal-svg {
    max-width: 215px;
  }
  .paypal-svg:hover {
    max-width: 215px;
  }
}
@media only screen and (max-width: 60em) {
  .paypal-svg {
    max-width: 85px;
  }
  .paypal-svg:hover {
    max-width: 85px;
  }
}

.in-the-media {
  opacity: 0;
  background-color: #ffffff;
  margin-top: 0px;
  padding-bottom: 115px !important;
  text-align: center;
}
.in-the-media h1:first-of-type {
  padding-top: 30px;
  font-family: "ff-justlefthand-web" !important;
  color: #404041;
}
.in-the-media p:first-of-type {
  color: #42ccae;
  padding-bottom: 15px;
}
.in-the-media .media-outlets {
  padding-top: 30px;
}
@media only screen and (max-width: 60em) {
  .in-the-media .media-outlets {
    padding-top: 10px;
  }
}
.in-the-media .media-outlets ul {
  opacity: 0.7;
  /*
  list-style:none;
  display:flex;
  float:left!important;

  padding-top:0px;
  padding-left:15%;
  padding-right:15%;
  margin-bottom:0;
  width: 100%;
  overflow: hidden;
  background-color: $white;
  margin-left:0;
  */
}
.in-the-media .media-outlets ul li {
  padding-right: 5px;
}
.in-the-media .media-outlets ul li img {
  -webkit-filter: grayscale(1);
}
.in-the-media .media-outlets ul li img:hover {
  -webkit-filter: grayscale(0);
}
.in-the-media .media-outlets ul li .channel_seven {
  width: 35%;
}
@media only screen and (min-width: 60em) {
  .in-the-media .media-outlets ul li .channel_seven {
    margin-left: 100px;
  }
}
.in-the-media .media-outlets ul li .channel_ten {
  width: 45%;
}
.in-the-media .media-outlets ul li .sunrise {
  width: 50%;
}
@media only screen and (min-width: 60em) {
  .in-the-media .media-outlets ul li .sunrise {
    margin-left: 60px;
  }
}
.in-the-media .media-outlets ul li .new_idea, .in-the-media .media-outlets ul li .the_project, .in-the-media .media-outlets ul li .australian {
  padding-top: 10px;
}
.in-the-media .media-outlets ul li .three_aw, .in-the-media .media-outlets ul li .abc {
  width: 80%;
}
.in-the-media .media-outlets ul li .herald_sun, .in-the-media .media-outlets ul li .daily_mail_australia {
  padding-top: 20px;
}

/*
#cboxContent{
    //margin-left: -7px;
    #cboxClose{
    	opacity: 0;
    	top: 10px;
    	right: 8px;
    }
    .close{
    	position: absolute;
	    right: 10px;
	    top: 10px;
	    font-size: 24px;
	    color:$secondary_brand_color_dark;
    	&:before{
    		font-family: "FontAwesome";
			content: '\f00d';
			display: block;
		}
    }
    text-align: center;
    .mycause_logo{
    	margin-top: 15px;
        width: 150px;
    }
    .title{
    	padding: 15px;
        margin-top: 15px;
        background:#42CCAE;
        color:white;
    }
    p{
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
*/
#fundraise_block_container {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #fundraise_block_container {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #fundraise_block_container .fundraise_block {
    padding: 0 0 20px 0;
  }
}
#fundraise_block_container .fundraise_block_inner {
  max-width: 100%;
  background-color: #ffffff;
  padding-bottom: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#fundraise_block_container .fundraise_block_inner .fundraise_image {
  width: 100%;
}
#fundraise_block_container .fundraise_block_inner .fundraise_title {
  color: #2d8a75;
  padding-top: 12px;
  font-family: "Montserrat-regular", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}
#fundraise_block_container .fundraise_block_inner .fundraise_block_status {
  margin-top: 10px;
  border-radius: 10px;
  padding: 0px 22px 24px 22px;
}
#fundraise_block_container .fundraise_block_inner .fundraise_block_status .fundraise_block_status_inner {
  background-color: #dee1dd;
  border-radius: 15px;
  position: relative;
  text-align: left;
  width: 100%;
  height: 25px;
}
#fundraise_block_container .fundraise_block_inner .fundraise_block_status .fundraise_block_status_inner .fundraise_raised_percentage {
  background-color: #2d8a75;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  height: 100%;
  min-width: 25% !important;
}
#fundraise_block_container .fundraise_block_inner .fundraise_block_status .fundraise_block_status_inner .fundraise_raised_percentage .fundraise_amount_raised {
  color: #ffffff;
}
#fundraise_block_container .fundraise_block_inner .fundraise_block_status .fundraise_total_donations, #fundraise_block_container .fundraise_block_inner .fundraise_block_status .fundraise_goal {
  padding-top: 3px;
  font-size: 12px;
}

#subscribe_page {
  border-top: 1px solid #333333;
  background-color: #F9F9F9;
}
#subscribe_page .wrapper {
  margin-top: 100px;
}
@media only screen and (max-width: 60em) {
  #subscribe_page .wrapper {
    margin-top: 50px;
  }
}
#subscribe_page .news_letter {
  background-image: url("/workflows/application/resources/images/newsletter.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  background-size: contain;
}
@media only screen and (max-width: 60em) {
  #subscribe_page .news_letter {
    position: fixed;
  }
}
#subscribe_page .fa-envelope {
  float: right;
}

#subscribe_now_new {
  height: auto;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 10px;
  border: 1px solid #505050;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}
#subscribe_now_new.subscribe_now--hidden {
  visibility: hidden;
  opacity: 0;
}
#subscribe_now_new .standard-link {
  font-size: 16px;
  line-height: 16px;
  border: none;
  cursor: pointer;
}
#subscribe_now_new.panel {
  margin-bottom: 0;
}
#subscribe_now_new .follow_inspiring_text {
  font-size: 24px;
  font-family: "Montserrat-regular", sans-serif;
  color: #ffffff;
}
#subscribe_now_new .subscribe_form {
  margin-top: 5px;
}
#subscribe_now_new .subscribe_form input {
  margin: 0px;
}
#subscribe_now_new .fa-envelope, #subscribe_now_new .fa-check {
  color: white;
  background-color: #42ccae;
  border-radius: 50%;
  padding: 6px;
}
#subscribe_now_new .fa-check {
  background-color: #2D8A75;
}
#subscribe_now_new .close_subscribe {
  color: white;
  font-size: 30px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
#subscribe_now_new #spin {
  position: absolute;
  right: 2em;
  top: 3.25em;
}

.home-page {
  /*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
  /*
      Created on : 05/05/2015, 1:40:39 PM
      Author     : mycauseoffice
  */
}
.home-page #middle-nav-block .middle-nav-block-heading h1 {
  color: #404041;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-top: 3px;
}
.home-page #middle-nav-block .middle-nav-block-heading h1 span {
  color: #42ccae;
}
@media only screen and (min-width: 60em) and (max-width: 75.3em) {
  .home-page #middle-nav-block .middle-nav-block-heading h1 {
    font-size: 24px;
  }
}
.home-page #middle-nav-block .middle-block-nav-items ul {
  max-width: 900px;
  text-align: center;
  font-size: 18px;
  margin-left: 2%;
}
@media only screen and (min-width: 70em) and (max-width: 75.3em) {
  .home-page #middle-nav-block .middle-block-nav-items ul {
    font-size: 16px;
  }
}
@media only screen and (min-width: 65em) and (max-width: 70em) {
  .home-page #middle-nav-block .middle-block-nav-items ul {
    font-size: 16px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 65em) {
  .home-page #middle-nav-block .middle-block-nav-items ul {
    margin-left: 5%;
  }
}
.home-page #middle-nav-block .middle-block-nav-items ul li {
  text-align: center;
}
.home-page #middle-nav-block .middle-block-nav-items ul li a {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (min-width: 60em) and (max-width: 75.3em) {
  .home-page #middle-nav-block .middle-block-nav-items ul li a {
    font-size: 14px;
  }
}
.home-page #middle-nav-block #bottom-up {
  position: relative;
}
.home-page #middle-nav-block #bottom-up .arrow_down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 19px solid #ffffff;
  position: absolute;
  margin: 0 49.5%;
  z-index: 999;
  top: 0;
  z-index: initial;
}
@media only screen and (min-width: 60em) {
  .home-page .featured_causes {
    background-color: #e1e1e1;
  }
}
@media only screen and (max-width: 60em) {
  .home-page .featured_causes {
    background-color: #eeede8 !important;
    margin-top: -1px;
  }
}
.home-page .featured_causes #featured_causes {
  /*background: url('/workflows/application/resources/images/home2015/backgroundImage.png') no-repeat center;
  background-size:100%;
  background-color:#676355;*/
}
.home-page .featured_causes #featured_causes .featured-causes-heading {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 60em) {
  .home-page .featured_causes #featured_causes .featured-causes-heading {
    padding-top: 20px;
  }
}
.home-page .featured_causes #featured_causes .featured-causes-heading h2:first-of-type {
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2.1em;
  color: #404041;
  line-height: 1;
}
.home-page .featured_causes #featured_causes .featured-causes-heading h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat Alternates", sans-serif !important;
}
.home-page .featured_causes #featured_causes .fundraise-tile-block {
  margin-bottom: 20px;
}
.home-page .featured_causes #featured_causes .campaign-showmore-block {
  padding-bottom: 50px;
  min-height: 90px;
}
@media only screen and (max-width: 40em) {
  .home-page .featured_causes #featured_causes .campaign-showmore-block {
    padding-bottom: 30px;
  }
}
.home-page .featured_causes #featured_causes .campaign-showmore-block .start_campaign_block {
  margin-top: 25px;
  float: left;
}
.home-page .featured_causes #featured_causes .campaign-showmore-block #seperator {
  color: #ffffff;
  font-family: ff-justlefthand-web;
  font-size: 24px;
  position: relative;
  right: 88px;
  top: 20px;
}
@media only screen and (max-width: 40em) {
  .home-page .featured_causes #featured_causes .campaign-showmore-block .show-me-more div:first-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 40em) {
  .home-page .featured_causes #featured_causes .campaign-showmore-block .show-me-more {
    height: 40px;
  }
}
.home-page .featured_causes #featured_causes .backstretch {
  height: 100% !important;
  background-color: #000000 !important;
}
.home-page .featured_causes #featured_causes .backstretch img {
  top: 0px !important;
  opacity: 0.9;
}
.home-page .featured_causes {
  /*.arrow_down {
    @include arrow-down(#0B121B);
    margin-top:-1px;
    @media only screen and (max-width: 40em) {
        margin:0 44%;
    }

  } */
}
@media only screen and (min-width: 60em) {
  .home-page .featured_causes .arrow_down {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
  }
  .home-page .featured_causes .arrow_down:before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #42ccae;
    border-right: 20px solid transparent;
    display: block;
    content: " ";
  }
  .home-page .featured_causes .arrow_down:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #42ccae;
    border-left: 20px solid transparent;
    display: block;
    content: " ";
  }
}
@media only screen and (max-width: 60em) {
  .home-page .featured_causes .arrow_down {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
  }
  .home-page .featured_causes .arrow_down:before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #404041;
    border-right: 20px solid transparent;
    display: block;
    content: " ";
  }
  .home-page .featured_causes .arrow_down:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #404041;
    border-left: 20px solid transparent;
    display: block;
    content: " ";
  }
}
@media only screen and (min-width: 60em) {
  .home-page #how-it-works .arrow_down, .home-page #how-it-works_mobile .arrow_down {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
  }
  .home-page #how-it-works .arrow_down:before, .home-page #how-it-works_mobile .arrow_down:before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #404041;
    border-right: 20px solid #42ccae;
    display: block;
    content: " ";
  }
  .home-page #how-it-works .arrow_down:after, .home-page #how-it-works_mobile .arrow_down:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #404041;
    border-left: 20px solid #42ccae;
    display: block;
    content: " ";
  }
}
@media only screen and (max-width: 60em) {
  .home-page #how-it-works .arrow_down, .home-page #how-it-works_mobile .arrow_down {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
  }
  .home-page #how-it-works .arrow_down:before, .home-page #how-it-works_mobile .arrow_down:before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #eeede8;
    border-right: 20px solid #42ccae;
    display: block;
    content: " ";
  }
  .home-page #how-it-works .arrow_down:after, .home-page #how-it-works_mobile .arrow_down:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid #eeede8;
    border-left: 20px solid #42ccae;
    display: block;
    content: " ";
  }
}
.home-page #how-it-works_mobile {
  margin-top: -10px;
}
@media only screen and (min-width: 60em) {
  .home-page #for-everyone {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 60em) {
  .home-page #for-everyone {
    margin-top: -1px;
  }
}
.home-page #for-everyone {
  height: auto;
  background-color: #404041;
}
.home-page #for-everyone .row:first-of-type {
  padding-bottom: 30px;
}
.home-page #for-everyone .row .for-everyone-heading {
  margin-top: 10px;
}
.home-page #for-everyone .heading_style h2 {
  color: #ffffff;
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 20px;
}
.home-page #for-everyone .heading_style h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat Alternates", sans-serif !important;
  margin-top: -10px;
}
@media only screen and (min-width: 40em) {
  .home-page #for-everyone .heading_style h4 {
    margin-bottom: 50px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks {
  margin-left: 30px;
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks {
    margin-left: 0px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks ul {
  list-style: none;
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li ul {
    margin-left: 0px !important;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li ul .divider:first-child {
  margin-left: -8px;
}
.home-page #for-everyone .for-everyone-details .blocks li ul .divider:nth-child(2) {
  margin-right: -13px;
}
.home-page #for-everyone .for-everyone-details .blocks li ul .divider img {
  opacity: 0.3;
  height: 10em;
}
@media only screen and (max-width: 60em) {
  .home-page #for-everyone .for-everyone-details .blocks li:first-of-type {
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li:first-of-type ul {
    margin-left: 0rem !important;
  }
}
@media only screen and (min-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li:first-of-type ul li:nth-child(4) {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li:first-of-type ul li:nth-child(4) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 60em) {
  .home-page #for-everyone .for-everyone-details .blocks li:nth-child(2) {
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 40em) and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li ul {
    margin-left: 0rem !important;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li ul li .th {
    border-radius: 50%;
    background-color: #ffffff;
    width: 120px;
    height: 120px;
  }
  .home-page #for-everyone .for-everyone-details .blocks li ul li .th img {
    border-radius: 50%;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li h4 {
  font-size: 16px;
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #42ccae;
  margin-top: 20px;
}
@media only screen and (min-width: 60em) and (max-width: 72em) {
  .home-page #for-everyone .for-everyone-details .blocks li h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li h4 {
    margin-top: 0px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li .th {
  border-radius: 50%;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
}
.home-page #for-everyone .for-everyone-details .blocks li .th:hover {
  border: solid 4px #42ccae;
}
.home-page #for-everyone .for-everyone-details .blocks li .th img {
  border-radius: 50%;
  min-height: 112px;
}
.home-page #for-everyone .for-everyone-details .blocks li .block-text {
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat Alternates", sans-serif !important;
  line-height: 1.4;
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li .block-text {
    margin-top: -10px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li .shared-button {
  position: absolute;
  right: 14%;
}
@media only screen and (min-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li .learn-more {
    margin-top: 2.6em;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li .learn-more {
    margin-top: 0px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li .learn-more a {
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  padding: 10px 22px 10px 22px;
}
.home-page #for-everyone .for-everyone-details .blocks li .enquire-button {
  width: 135px;
}
@media only screen and (min-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li .enquire-button {
    margin-top: 2em;
    margin-left: 7.5em;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .blocks li .enquire-button {
    margin-top: 0px;
  }
}
.home-page #for-everyone .for-everyone-details .blocks li .enquire-button a {
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  padding: 10px 22px 10px 22px;
}
.home-page #for-everyone .for-everyone-details .blocks #individuals {
  padding-top: 3px;
}
.home-page #for-everyone .for-everyone-details .blocks #event-fundraising-and-registration-platform {
  clear: none !important;
}
.home-page #for-everyone .for-everyone-details .blocks #corporates {
  clear: none !important;
}
.home-page #for-everyone .for-everyone-details .start_campaign_block_button {
  position: absolute;
}
.home-page #for-everyone .for-everyone-details .start_campaign_block {
  float: left;
}
@media only screen and (min-width: 60em) {
  .home-page #for-everyone .for-everyone-details .start_campaign_block {
    margin-top: 2em;
    height: 30px;
  }
}
@media only screen and (max-width: 60em) {
  .home-page #for-everyone .for-everyone-details .start_campaign_block {
    margin-top: 0.2em;
    width: 100%;
    margin-bottom: 1em;
  }
}
.home-page #for-everyone .for-everyone-details .start_campaign_block .start_a_campaign_replacement {
  padding: 12px 0px 12px 3px;
  width: 275px;
  margin-top: -10px;
}
@media only screen and (min-width: 60em) {
  .home-page #for-everyone .for-everyone-details .start_campaign_block .start_a_campaign_replacement {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details .start_campaign_block_mobile {
    margin-top: 0px;
  }
}
.home-page #for-everyone .for-everyone-details #campaign-tabs {
  max-width: 350px;
  margin-bottom: 5em;
}
@media only screen and (max-width: 40em) {
  .home-page #for-everyone .for-everyone-details #campaign-tabs {
    margin-bottom: 0;
  }
}
.home-page #for-everyone .for-everyone-details #campaign-tabs a {
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  padding: 10px 22px 10px 22px;
}
.home-page #for-everyone .for-everyone-details #campaign-tabs span {
  color: #ffffff;
}
.home-page #for-everyone .arrow_down {
  margin-top: 2px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-position: bottom;
}
.home-page #for-everyone .arrow_down:before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid #404041;
  display: block;
  content: " ";
}
.home-page #for-everyone .arrow_down:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid #404041;
  display: block;
  content: " ";
}
.home-page .home-slider .orbit-bullets-container {
  display: none;
}
.home-page .home-slider .orbit-bullets-container .orbit-bullets {
  position: absolute;
  top: 94%;
  right: 4%;
  z-index: 99999;
}
.home-page .home-slider .slideshow {
  background-position: center !important;
  height: 100% !important;
  text-align: center !important;
}
.home-page .home-slider #orbitslider {
  height: 33.375em !important;
}
.home-page .heroImageBlock {
  width: 100%;
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/workflows/application/resources/images/home2015/slider_images/HomePage_Heros_Anne.png) no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1280px) {
  .home-page .heroImageBlock {
    height: 500px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1980px) {
  .home-page .heroImageBlock {
    height: 534px;
    background-position: center center;
  }
}
.home-page .headlineWrapper {
  width: 1071px;
}
.home-page .headlineWrapper.rightText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.home-page .headline.centerText {
  max-width: 1024px;
  text-align: center;
}
.home-page .headline.leftText {
  max-width: 500px;
  text-align: left;
}
.home-page .headline.rightText {
  max-width: 500px;
  text-align: left;
}
.home-page .headline h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
}

.how_it_work {
  background-color: #42ccae;
  padding-bottom: 30px;
  margin-top: -1px;
}
@media only screen and (max-width: 60em) {
  .how_it_work {
    padding-bottom: 15px;
    min-height: 23em;
  }
}
.how_it_work .style_heading {
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 60em) {
  .how_it_work .style_heading {
    padding-bottom: 20px;
  }
}
.how_it_work .style_heading {
  padding-top: 20px;
}
.how_it_work center > div:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  font-family: "Montserrat Alternates", sans-serif !important;
  margin: 5px 0;
}
@media only screen and (min-width: 60em) {
  .how_it_work center > div:nth-child(2) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 40em) {
  .how_it_work .small-block-grid-1 li {
    margin-top: 0px;
  }
}
.how_it_work #search_mobile {
  padding-top: 40px;
}
@media only screen and (max-width: 60em) {
  .how_it_work #search_mobile #nav_bar_search_box {
    height: 40px !important;
    border-radius: 16px;
    font-size: 16px;
    text-align: left;
    border-radius: 16px;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .how_it_work #search_mobile #go_button_mobile {
    background-color: #42ccae;
    border: none;
    color: white;
    border-radius: 18px;
    height: 2.2em;
    width: 2.5em;
    top: -37px;
    position: relative;
    float: right;
    right: 2px;
  }
}
.how_it_work h4 {
  color: #ffffff;
  font-family: "Montserrat Alternates", sans-serif !important;
}
.how_it_work .image {
  width: 80px;
}
.how_it_work .small-8 {
  line-height: 1.4;
  font-size: 12px;
  font-family: "Montserrat Alternates", sans-serif !important;
}
.how_it_work .start_campaign_block {
  margin-top: 22px;
  clear: both;
  height: 30px;
}
.how_it_work .start_campaign_block .start_a_campaign_link {
  font-family: "MontserratAlternates-Regular";
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
  width: 200px;
}
.how_it_work .start_campaign_block .start_a_campaign_replacement {
  display: none;
  margin-top: -18px;
  width: 305px;
  font-family: "Montserrat Alternates", sans-serif;
  background-color: #2d8a75;
  border-radius: 30px;
  padding: 16px 0px 16px 12px;
  line-height: 25.6px;
}
.how_it_work .start_campaign_block .start_a_campaign_replacement a {
  font-family: "MontserratAlternates-Regular";
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
}
.how_it_work .start_campaign_block_mobile {
  padding-top: 0px;
  height: 45px;
}
.how_it_work #campaign-text {
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.how_it_work #campaign-tabs {
  max-width: 350px;
}
.how_it_work #campaign-tabs a {
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  padding: 10px 22px 10px 22px;
}
.how_it_work #sponsor-tab {
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 60em) {
  .how_it_work #sponsor-tab {
    margin-top: 50px;
  }
}
.how_it_work .sponsor-tab-text, .how_it_work .caption_text {
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  line-height: 1.4 !important;
  font-size: 12px !important;
}
.how_it_work #watch_video {
  margin-top: 15px;
  float: right;
  width: 200px;
}
.how_it_work #watch_video .watch_the_video {
  font-family: "Montserrat Alternates", sans-serif !important;
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  padding: 10px 22px 10px 22px;
}
.how_it_work #donate-tab {
  margin-top: 22px;
}
@media only screen and (min-width: 72em) and (max-width: 75em) {
  .how_it_work #donate-tab {
    margin-top: 30px;
  }
}
.how_it_work #donate-tab a {
  font-family: "MontserratAlternates-Regular";
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
  width: 100px;
}

#charities, .charities_section {
  margin-bottom: 5px;
}
#charities .heading_style h2, .charities_section .heading_style h2 {
  margin-top: 10px;
  color: #404041;
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2em;
  padding-top: 5px;
  padding-bottom: 20px;
}
#charities .heading_style h4, .charities_section .heading_style h4 {
  font-size: 18px;
  font-family: "MontserratAlternates-Regular";
  color: #42ccae;
  margin-bottom: 40px;
  margin-top: -10px;
}
@media only screen and (max-width: 60em) {
  #charities .prev, .charities_section .prev {
    float: left;
    position: relative;
    top: 5.5em;
    padding: 10px;
    background-color: #41C3A7;
    color: white;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
  }
  #charities .next, .charities_section .next {
    float: right;
    position: relative;
    top: 5.5em;
    padding: 10px;
    background-color: #41C3A7;
    color: white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
  }
  #charities #slider, .charities_section #slider {
    height: 150px;
    overflow: hidden;
  }
  #charities #slider .slides, .charities_section #slider .slides {
    display: block;
    width: 1000px;
    height: 150px;
    margin: 0;
    padding: 0;
    margin-left: -15px;
  }
  #charities #slider .slides .slide, .charities_section #slider .slides .slide {
    float: left;
    list-style-type: none;
    width: 10% !important;
    height: 90px;
  }
}
#charities .charity_images ul li img, .charities_section .charity_images ul li img {
  max-width: 108px;
  max-height: 75px;
}
@media only screen and (max-width: 60em) {
  #charities .charity_images ul li img, .charities_section .charity_images ul li img {
    height: 45px !important;
  }
}
@media only screen and (max-width: 60em) {
  #charities .charity_images .small-block-grid-3 > li:nth-of-type(3n+1), .charities_section .charity_images .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none !important;
  }
}
#charities .charity_text, .charities_section .charity_text {
  padding-bottom: 20px;
}
#charities .charity_text p, .charities_section .charity_text p {
  text-align: center;
}
@media only screen and (max-width: 60em) {
  #charities .charity_button, .charities_section .charity_button {
    margin-top: 20px;
  }
}
#charities .charity_button ul li a, .charities_section .charity_button ul li a {
  font-family: "MontserratAlternates-Regular";
  color: #ffffff;
  background-color: #42ccae;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
  font-family: "MontserratAlternates-Regular";
}

.tc_footer .social {
  background-image: url("/workflows/application/resources/images/social_share_buttons.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px !important;
  background-size: 350px 40px;
  cursor: pointer;
}
.tc_footer .social:hover {
  background-image: url("/workflows/application/resources/images/social_share_buttons_hover.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px !important;
  background-size: 350px 40px;
  cursor: pointer;
}
.tc_footer .social.fb_bg {
  background-position: 0px 0px;
}
.tc_footer .social.tw_bg {
  background-position: -42px 0px;
}
.tc_footer .social.em_bg {
  background-position: -84px 0px;
}
.tc_footer .social.ln_bg {
  background-position: -126px 0px;
}
.tc_footer .social.pin_bg {
  background-position: -185px 0px;
}
.tc_footer .social.gp_bg {
  background-position: -229px 0px;
}
.tc_footer .social.ingram_bg {
  background-position: -272px 0px;
}
@media only screen and (min-width: 60em) {
  .tc_footer .social_share_icons {
    float: left;
  }
}
@media only screen and (max-width: 60em) {
  .tc_footer .social_share_icons {
    margin: 0 auto;
    width: 265px;
  }
}
.tc_footer .social_share_icons ul {
  list-style: none;
  margin-left: 0rem;
}
@media only screen and (max-width: 60em) {
  .tc_footer .social_share_icons ul {
    margin-bottom: 0rem;
  }
}
.tc_footer .social_share_icons ul li {
  display: inline-block;
}
.tc_footer .buttons_show_more:before {
  font-family: "FontAwesome";
  content: "\f055";
  line-height: 2.5;
  color: #B3B3B3;
  width: 0px;
  padding-left: 3px;
  font-size: 24px;
}
.tc_footer .buttons_show_less:before {
  font-family: "FontAwesome";
  content: "\f056";
  color: #B3B3B3;
  width: 0px;
  font-size: 24px;
  line-height: 2.5;
}

.newsletter_container {
  border-radius: 0px;
}
.newsletter_container .follow_inspiring_text {
  margin-top: 5px;
}
.newsletter_container .follow_inspiring_text span {
  margin-left: 10px;
  color: white;
  font-size: 18px;
}
.newsletter_container .fa-envelope, .newsletter_container .fa-check {
  color: white;
  background-color: #42ccae;
  border-radius: 50%;
  padding: 6px;
}
.newsletter_container #_sub_footer_thanks span {
  color: white;
  font-size: 18px;
}
.newsletter_container .error_line {
  height: 40px;
}
.newsletter_container .postfix {
  border-radius: 0px;
  background: #42CCAE;
  border-color: transparent;
}
.newsletter_container .postfix input {
  width: 100%;
  border: none;
  background: #42CCAE;
  color: white;
  font-size: 16px;
  font-family: arial;
}
.newsletter_container .postfix input:hover {
  cursor: pointer;
}
.newsletter_container .postfix input:focus {
  outline-color: #42CCAE;
  outline: none;
}
.newsletter_container .text {
  border-radius: 0px !important;
}

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*=tooltip--] {
  position: relative;
  display: inline-block;
}
[class*=tooltip--]:before, [class*=tooltip--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}
[class*=tooltip--]:hover:before, [class*=tooltip--]:hover:after {
  visibility: visible;
  opacity: 1;
}
[class*=tooltip--]:hover:before, [class*=tooltip--]:hover:after {
  transition-delay: 100ms;
}
[class*=tooltip--] {
  /**
   * tooltip arrow
   */
}
[class*=tooltip--]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*=tooltip--] {
  /**
   * tooltip body
   */
}
[class*=tooltip--]:after {
  background: hsl(0, 0%, 22%);
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}
[class*=tooltip--][aria-label]:after {
  content: attr(aria-label);
}
[class*=tooltip--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint-temp-wrapper.tooltip--top-left:before {
  border-top-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--top-right:before {
  border-top-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--top:before {
  border-top-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--bottom-left:before {
  border-bottom-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--bottom-right:before {
  border-bottom-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--bottom:before {
  border-bottom-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--left:before {
  border-left-color: hsl(0, 0%, 22%);
}
.hint-temp-wrapper.tooltip--right:before {
  border-right-color: hsl(0, 0%, 22%);
}

.tooltip--top-left:before {
  border-top-color: hsl(0, 0%, 22%);
}

.tooltip--top-right:before {
  border-top-color: hsl(0, 0%, 22%);
}

.tooltip--top:before {
  border-top-color: hsl(0, 0%, 22%);
}

.tooltip--bottom-left:before {
  border-bottom-color: hsl(0, 0%, 22%);
}

.tooltip--bottom-right:before {
  border-bottom-color: hsl(0, 0%, 22%);
}

.tooltip--bottom:before {
  border-bottom-color: hsl(0, 0%, 22%);
}

.tooltip--left:before {
  border-left-color: hsl(0, 0%, 22%);
}

.tooltip--right:before {
  border-right-color: hsl(0, 0%, 22%);
}

/**
 * top tooltip
 */
.tooltip--top:before {
  margin-bottom: -11px;
}
.tooltip--top:before, .tooltip--top:after {
  bottom: 100%;
  left: 50%;
}
.tooltip--top:before {
  left: calc(50% - 6px);
}
.tooltip--top:after {
  transform: translateX(-50%);
}
.tooltip--top:hover:before {
  transform: translateY(-8px);
}
.tooltip--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.tooltip--bottom:before {
  margin-top: -11px;
}
.tooltip--bottom:before, .tooltip--bottom:after {
  top: 100%;
  left: 50%;
}
.tooltip--bottom:before {
  left: calc(50% - 6px);
}
.tooltip--bottom:after {
  transform: translateX(-50%);
}
.tooltip--bottom:hover:before {
  transform: translateY(8px);
}
.tooltip--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.tooltip--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}
.tooltip--right:after {
  margin-bottom: -14px;
}
.tooltip--right:before, .tooltip--right:after {
  left: 100%;
  bottom: 50%;
}
.tooltip--right:hover:before {
  transform: translateX(8px);
}
.tooltip--right:hover:after {
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.tooltip--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}
.tooltip--left:after {
  margin-bottom: -14px;
}
.tooltip--left:before, .tooltip--left:after {
  right: 100%;
  bottom: 50%;
}
.tooltip--left:hover:before {
  transform: translateX(-8px);
}
.tooltip--left:hover:after {
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.tooltip--top-left:before {
  margin-bottom: -11px;
}
.tooltip--top-left:before, .tooltip--top-left:after {
  bottom: 100%;
  left: 50%;
}
.tooltip--top-left:before {
  left: calc(50% - 6px);
}
.tooltip--top-left:after {
  transform: translateX(-100%);
}
.tooltip--top-left:after {
  margin-left: 12px;
}
.tooltip--top-left:hover:before {
  transform: translateY(-8px);
}
.tooltip--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.tooltip--top-right:before {
  margin-bottom: -11px;
}
.tooltip--top-right:before, .tooltip--top-right:after {
  bottom: 100%;
  left: 50%;
}
.tooltip--top-right:before {
  left: calc(50% - 6px);
}
.tooltip--top-right:after {
  transform: translateX(0);
}
.tooltip--top-right:after {
  margin-left: -12px;
}
.tooltip--top-right:hover:before {
  transform: translateY(-8px);
}
.tooltip--top-right:hover:after {
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.tooltip--bottom-left:before {
  margin-top: -11px;
}
.tooltip--bottom-left:before, .tooltip--bottom-left:after {
  top: 100%;
  left: 50%;
}
.tooltip--bottom-left:before {
  left: calc(50% - 6px);
}
.tooltip--bottom-left:after {
  transform: translateX(-100%);
}
.tooltip--bottom-left:after {
  margin-left: 12px;
}
.tooltip--bottom-left:hover:before {
  transform: translateY(8px);
}
.tooltip--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.tooltip--bottom-right:before {
  margin-top: -11px;
}
.tooltip--bottom-right:before, .tooltip--bottom-right:after {
  top: 100%;
  left: 50%;
}
.tooltip--bottom-right:before {
  left: calc(50% - 6px);
}
.tooltip--bottom-right:after {
  transform: translateX(0);
}
.tooltip--bottom-right:after {
  margin-left: -12px;
}
.tooltip--bottom-right:hover:before {
  transform: translateY(8px);
}
.tooltip--bottom-right:hover:after {
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.tooltip--small:after,
.tooltip--medium:after,
.tooltip--large:after {
  white-space: normal;
  line-height: 1.4em;
}

.tooltip--small:after {
  width: 80px;
}

.tooltip--medium:after {
  width: 150px;
}

.tooltip--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*=tooltip--] {
  /**
   * tooltip body
   */
}
[class*=tooltip--]:after {
  text-shadow: 0 -1px 0px hsl(0, 0%, 0%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.tooltip--error:after {
  background-color: hsl(1, 40%, 50%);
  text-shadow: 0 -1px 0px hsl(1, 40%, 25%);
}
.tooltip--error .hint-temp-wrapper.tooltip--top-left:before {
  border-top-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--top-right:before {
  border-top-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--top:before {
  border-top-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--bottom-left:before {
  border-bottom-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--bottom-right:before {
  border-bottom-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--bottom:before {
  border-bottom-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--left:before {
  border-left-color: hsl(1, 40%, 50%);
}
.tooltip--error .hint-temp-wrapper.tooltip--right:before {
  border-right-color: hsl(1, 40%, 50%);
}
.tooltip--top-left:before {
  border-top-color: hsl(1, 40%, 50%);
}

.tooltip--top-right:before {
  border-top-color: hsl(1, 40%, 50%);
}

.tooltip--top:before {
  border-top-color: hsl(1, 40%, 50%);
}

.tooltip--bottom-left:before {
  border-bottom-color: hsl(1, 40%, 50%);
}

.tooltip--bottom-right:before {
  border-bottom-color: hsl(1, 40%, 50%);
}

.tooltip--bottom:before {
  border-bottom-color: hsl(1, 40%, 50%);
}

.tooltip--left:before {
  border-left-color: hsl(1, 40%, 50%);
}

.tooltip--right:before {
  border-right-color: hsl(1, 40%, 50%);
}

/**
 * Warning
 */
.tooltip--warning:after {
  background-color: hsl(38, 46%, 54%);
  text-shadow: 0 -1px 0px hsl(38, 46%, 29%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--top-left:before {
  border-top-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--top-right:before {
  border-top-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--top:before {
  border-top-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--bottom-left:before {
  border-bottom-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--bottom-right:before {
  border-bottom-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--bottom:before {
  border-bottom-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--left:before {
  border-left-color: hsl(38, 46%, 54%);
}
.tooltip--warning .hint-temp-wrapper.tooltip--right:before {
  border-right-color: hsl(38, 46%, 54%);
}
.tooltip--top-left:before {
  border-top-color: hsl(38, 46%, 54%);
}

.tooltip--top-right:before {
  border-top-color: hsl(38, 46%, 54%);
}

.tooltip--top:before {
  border-top-color: hsl(38, 46%, 54%);
}

.tooltip--bottom-left:before {
  border-bottom-color: hsl(38, 46%, 54%);
}

.tooltip--bottom-right:before {
  border-bottom-color: hsl(38, 46%, 54%);
}

.tooltip--bottom:before {
  border-bottom-color: hsl(38, 46%, 54%);
}

.tooltip--left:before {
  border-left-color: hsl(38, 46%, 54%);
}

.tooltip--right:before {
  border-right-color: hsl(38, 46%, 54%);
}

/**
 * Info
 */
.tooltip--info:after {
  background-color: hsl(200, 50%, 45%);
  text-shadow: 0 -1px 0px hsl(200, 50%, 20%);
}
.tooltip--info .hint-temp-wrapper.tooltip--top-left:before {
  border-top-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--top-right:before {
  border-top-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--top:before {
  border-top-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--bottom-left:before {
  border-bottom-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--bottom-right:before {
  border-bottom-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--bottom:before {
  border-bottom-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--left:before {
  border-left-color: hsl(200, 50%, 45%);
}
.tooltip--info .hint-temp-wrapper.tooltip--right:before {
  border-right-color: hsl(200, 50%, 45%);
}
.tooltip--top-left:before {
  border-top-color: hsl(200, 50%, 45%);
}

.tooltip--top-right:before {
  border-top-color: hsl(200, 50%, 45%);
}

.tooltip--top:before {
  border-top-color: hsl(200, 50%, 45%);
}

.tooltip--bottom-left:before {
  border-bottom-color: hsl(200, 50%, 45%);
}

.tooltip--bottom-right:before {
  border-bottom-color: hsl(200, 50%, 45%);
}

.tooltip--bottom:before {
  border-bottom-color: hsl(200, 50%, 45%);
}

.tooltip--left:before {
  border-left-color: hsl(200, 50%, 45%);
}

.tooltip--right:before {
  border-right-color: hsl(200, 50%, 45%);
}

/**
 * Success
 */
.tooltip--success:after {
  background-color: hsl(121, 32%, 40%);
  text-shadow: 0 -1px 0px hsl(121, 32%, 15%);
}
.tooltip--success .hint-temp-wrapper.tooltip--top-left:before {
  border-top-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--top-right:before {
  border-top-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--top:before {
  border-top-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--bottom-left:before {
  border-bottom-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--bottom-right:before {
  border-bottom-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--bottom:before {
  border-bottom-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--left:before {
  border-left-color: hsl(121, 32%, 40%);
}
.tooltip--success .hint-temp-wrapper.tooltip--right:before {
  border-right-color: hsl(121, 32%, 40%);
}
.tooltip--top-left:before {
  border-top-color: hsl(121, 32%, 40%);
}

.tooltip--top-right:before {
  border-top-color: hsl(121, 32%, 40%);
}

.tooltip--top:before {
  border-top-color: hsl(121, 32%, 40%);
}

.tooltip--bottom-left:before {
  border-bottom-color: hsl(121, 32%, 40%);
}

.tooltip--bottom-right:before {
  border-bottom-color: hsl(121, 32%, 40%);
}

.tooltip--bottom:before {
  border-bottom-color: hsl(121, 32%, 40%);
}

.tooltip--left:before {
  border-left-color: hsl(121, 32%, 40%);
}

.tooltip--right:before {
  border-right-color: hsl(121, 32%, 40%);
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.tooltip--always:after, .tooltip--always:before {
  opacity: 1;
  visibility: visible;
}
.tooltip--always.tooltip--top:before {
  transform: translateY(-8px);
}
.tooltip--always.tooltip--top:after {
  transform: translateX(-50%) translateY(-8px);
}
.tooltip--always.tooltip--top-left:before {
  transform: translateY(-8px);
}
.tooltip--always.tooltip--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}
.tooltip--always.tooltip--top-right:before {
  transform: translateY(-8px);
}
.tooltip--always.tooltip--top-right:after {
  transform: translateY(-8px);
}
.tooltip--always.tooltip--bottom:before {
  transform: translateY(8px);
}
.tooltip--always.tooltip--bottom:after {
  transform: translateX(-50%) translateY(8px);
}
.tooltip--always.tooltip--bottom-left:before {
  transform: translateY(8px);
}
.tooltip--always.tooltip--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}
.tooltip--always.tooltip--bottom-right:before {
  transform: translateY(8px);
}
.tooltip--always.tooltip--bottom-right:after {
  transform: translateY(8px);
}
.tooltip--always.tooltip--left:before {
  transform: translateX(-8px);
}
.tooltip--always.tooltip--left:after {
  transform: translateX(-8px);
}
.tooltip--always.tooltip--right:before {
  transform: translateX(8px);
}
.tooltip--always.tooltip--right:after {
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.tooltip--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.tooltip--no-animate:before, .tooltip--no-animate:after {
  transition-duration: 0ms;
}

.tooltip--bounce:before, .tooltip--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*-------- mycause styles ---------- */
[class*=tooltip--]:after {
  text-shadow: none !important;
  border: 1px solid #42CCAE !important;
  font-size: 16px !important;
  background: #333333 !important;
  font-weight: normal !important;
}

.tooltip--bottom:before {
  border-bottom-color: #42CCAE !important;
}

.tooltip--right:before {
  border-right-color: #42CCAE !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01/10/2015, 11:32:01 AM
    Author     : mycauseoffice
*/
/*Borders*/
/*buttons*/
/*spacing*/
/*Special effects*/
/* heading styles */
/* standard link boxes */
/** ellipses */
/** rotate **/
/*** arrows */
/* round thumd nails */
/* media queries */
/* partner blog */
/*--------- flex mixins ---------- */
.static_pages_main .middle_block .amount_box, .static_tc_footer footer, .home-sub-nav.new-sub-nav .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Justify content
 */
/*
    Align items
 */
.home-sub-nav.new-sub-nav .row {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
.static_pages_main {
  overflow-x: hidden;
}
.static_pages_main .middle_block {
  position: relative;
}
.static_pages_main .middle_block #personal_cause, .static_pages_main .middle_block #fundraise_ideas, .static_pages_main .middle_block #charity_cause {
  position: relative;
}
.static_pages_main .middle_block #personal_cause label, .static_pages_main .middle_block #fundraise_ideas label, .static_pages_main .middle_block #charity_cause label {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-regular", sans-serif;
}
@media only screen and (min-width: 64.063em) {
  .static_pages_main .middle_block #personal_cause {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 64.063em) {
  .static_pages_main .middle_block #personal_cause {
    bottom: -200px;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  .static_pages_main .middle_block #charity_cause {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 64.063em) {
  .static_pages_main .middle_block #charity_cause {
    bottom: -200px;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  .static_pages_main .middle_block #fundraise_ideas {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 64.063em) {
  .static_pages_main .middle_block #fundraise_ideas {
    bottom: -200px;
    padding: 0px 10px;
  }
}
.static_pages_main .middle_block input {
  outline: none;
}
.static_pages_main .middle_block input.radius {
  border-radius: 0px !important;
  border-color: transparent;
  border-width: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 40em) {
  .static_pages_main .middle_block input.radius {
    margin-bottom: 10px;
  }
}
.static_pages_main .middle_block .amount_box {
  height: 38px;
}
.static_pages_main .middle_block .amount_box input.text {
  margin-left: 2px;
}
@media only screen and (max-width: 40em) {
  .static_pages_main .middle_block form {
    padding: 5px;
  }
}
.static_pages_main .standard-submit-call-to-action {
  background-color: #F06062;
  border-radius: 0px;
  height: 37px;
  font-family: "MontserratAlternates-Regular";
  color: #ffffff;
  border: 0 none;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (min-width: 40em) {
  .static_pages_main .standard-submit-call-to-action {
    padding: 5px 22px;
  }
}
.static_pages_main .page_main_text {
  font-size: 15px;
  font-family: "Montserrat-regular", sans-serif;
}
.static_pages_main .seperator .arrow_down {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-position: bottom;
}
.static_pages_main .seperator .arrow_down:before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
  display: block;
  content: " ";
}
.static_pages_main .seperator .arrow_down:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid transparent;
  display: block;
  content: " ";
}
.static_pages_main .fa-dollar {
  font-size: 25px;
  display: block;
  background: #404041;
  width: 30px;
  color: white;
  text-align: center;
  padding: 8px 0px;
}
.static_pages_main .tags_block {
  background-color: #42ccae;
  padding-top: 20px;
  padding-bottom: 10px;
}
.static_pages_main .tags_block .tags_heading {
  font-family: "MontserratAlternates-Regular";
  font-size: 24px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 40em) {
  .static_pages_main .tags_block ul {
    margin-left: 15px;
  }
}
.static_pages_main .tags_block .tags_items_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 320px) {
  .static_pages_main .tags_block .tags_items_block {
    width: 300px;
  }
}
.static_pages_main .tags_block ul.tags_list {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
}
.static_pages_main .tags_block ul.tags_list .tags_item {
  display: inline-block;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  margin: 5px 1px 5px 1px;
}
.static_pages_main .tags_block ul.tags_list .tags_item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.3s ease-out;
}
@media (max-width: 320px) {
  .static_pages_main .tags_block ul.tags_list .tags_item {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
}
@media (min-width: 768px) {
  .static_pages_main .tags_block ul.tags_list .tags_item {
    margin-bottom: 10px;
  }
}
.static_pages_main .tags_block ul.tags_list .tags_item:active {
  background-color: #2d8a75;
}
.static_pages_main .tags_block ul.tags_list .tags_item:active a {
  color: #ffffff;
}
.static_pages_main .tags_block ul.tags_list .tags_item a {
  color: #222;
  display: block;
  font-family: "MontserratAlternates-Regular";
  padding: 8px 5px 8px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 321px) {
  .static_pages_main .tags_block ul.tags_list .tags_item a {
    width: 145px;
  }
}
@media (min-width: 769px) {
  .static_pages_main .tags_block ul.tags_list .tags_item a {
    width: 172px;
  }
}
.static_pages_main .tags_block .tag_showMore_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #42CCAE;
  border: 2px solid #fff;
}
.static_pages_main .tags_block .tag_showMore_button:hover {
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.static_pages_main .tags_block .tag_showMore_button:hover a {
  color: #222;
  transition: all 0.3s ease-out;
}
.static_pages_main .tags_block .tag_showMore_button {
  margin: 1em auto 0em auto;
  max-width: 162px;
}
.static_pages_main .tags_block .tag_showMore_button a {
  color: #fff;
  display: block;
  font-family: "MontserratAlternates-Regular";
  padding: 8px;
}
.static_pages_main .text_block a {
  color: #42ccae;
}
.static_pages_main .fundraising_ideas_background {
  padding-top: 10px;
  padding-bottom: 60px;
  background-size: 100% auto;
}
.static_pages_main .show_more_block_container .show_more_fundraise {
  font-family: "MontserratAlternates-Regular";
  color: #ffffff;
  background-color: #42ccae;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
}
.static_pages_main .show_more_block_container .standard-submit-call-to-action {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 40em) {
  .static_pages_main .show_more_block_container .standard-submit-call-to-action {
    height: 60px;
    line-height: 50px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 40em) {
  .static_pages_main .show_more_block_container .standard-submit-call-to-action {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}
.static_pages_main .how_it_work_block {
  background-color: #42ccae;
}
.static_pages_main .how_it_work_block .style_heading {
  font-family: "Monsterrat-light", sans-serif;
  font-size: 2.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #404041;
  line-height: 1;
}
.static_pages_main .how_it_work_block .style_heading2 {
  color: #ffffff;
  font-family: "MontserratAlternates-Regular";
  margin-bottom: 30px;
}
.static_pages_main .how_it_work_block .style_heading3 {
  color: #ffffff;
  font-family: "MontserratAlternates-Regular";
}
.static_pages_main .how_it_work_block .primary_font {
  font-family: "Montserrat-regular", sans-serif;
  font-size: 13px;
}
.static_pages_main .how_it_work_block img {
  width: 70px;
}
.static_pages_main .how_it_work_block .primary_font {
  font-family: "Montserrat-regular", sans-serif;
}
.static_pages_main #hide_campaign {
  margin: 30px 0px 80px;
}
.static_pages_main #hide_campaign a {
  font-family: "MontserratAlternates-Regular";
  color: #2d8a75;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  line-height: 25px;
  padding: 7px 30px;
}