@charset "UTF-8";
/* 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;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/*
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_tc_footer footer, .home-sub-nav.new-sub-nav .row, .static_pages_main .middle_block .amount_box {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Justify content
 */
.static_tc_footer footer .copyrights_text, .static_tc_footer footer .term_conditions {
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

/*
    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 {
  list-style: none; }
  .social-buttons ul li:first-of-type {
    font-size: 14px !important; }
  .social-buttons ul li {
    margin-right: 5px;
    margin-left: 0px; }
    .social-buttons ul li i:first-of-type {
      color: #2d8a75; }
    .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;
    padding-right: 10px !important;
    float: right;
    margin-top: 15px;
    text-align: right !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 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 {
  color: #404041;
  font-size: 18px;
  font-family: "MontserratAlternates-Regular"; }
  .home-sub-nav.new-sub-nav .row {
    height: 70px; }
  .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; }
    .ways-to-fundraise .panels .call-to-action {
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 5px;
      margin-bottom: 30px; }
      @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 .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; }
  .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 {
        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; }
    @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; }
  .home-page #for-everyone {
    height: auto;
    background-color: #404041; }
    @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 .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(transparent, transparent), 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;
    padding-top: 20px; }
    @media only screen and (max-width: 60em) {
      .how_it_work .style_heading {
        padding-bottom: 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;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }
  [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--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  [class*="tooltip--"]:after {
    background: #383838;
    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
 */
.tooltip--top-left:before {
  border-top-color: #383838; }

.tooltip--top-right:before {
  border-top-color: #383838; }

.tooltip--top:before {
  border-top-color: #383838; }

.tooltip--bottom-left:before {
  border-bottom-color: #383838; }

.tooltip--bottom-right:before {
  border-bottom-color: #383838; }

.tooltip--bottom:before {
  border-bottom-color: #383838; }

.tooltip--left:before {
  border-left-color: #383838; }

.tooltip--right:before {
  border-right-color: #383838; }

/**
 * 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 {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.tooltip--top:hover:before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--top:hover:after {
  -ms-transform: translateX(-50%) translateY(-8px);
      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 {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.tooltip--bottom:hover:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--bottom:hover:after {
  -ms-transform: translateX(-50%) translateY(8px);
      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 {
  -ms-transform: translateX(8px);
      transform: translateX(8px); }

.tooltip--right:hover:after {
  -ms-transform: translateX(8px);
      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 {
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

.tooltip--left:hover:after {
  -ms-transform: translateX(-8px);
      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 {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.tooltip--top-left:after {
  margin-left: 12px; }

.tooltip--top-left:hover:before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--top-left:hover:after {
  -ms-transform: translateX(-100%) translateY(-8px);
      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 {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.tooltip--top-right:after {
  margin-left: -12px; }

.tooltip--top-right:hover:before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--top-right:hover:after {
  -ms-transform: translateY(-8px);
      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 {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.tooltip--bottom-left:after {
  margin-left: 12px; }

.tooltip--bottom-left:hover:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--bottom-left:hover:after {
  -ms-transform: translateX(-100%) translateY(8px);
      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 {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.tooltip--bottom-right:after {
  margin-left: -12px; }

.tooltip--bottom-right:hover:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--bottom-right:hover:after {
  -ms-transform: translateY(8px);
      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 black;
    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: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.tooltip--error.tooltip--top-left:before {
  border-top-color: #b34e4d; }

.tooltip--error.tooltip--top-right:before {
  border-top-color: #b34e4d; }

.tooltip--error.tooltip--top:before {
  border-top-color: #b34e4d; }

.tooltip--error.tooltip--bottom-left:before {
  border-bottom-color: #b34e4d; }

.tooltip--error.tooltip--bottom-right:before {
  border-bottom-color: #b34e4d; }

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #b34e4d; }

.tooltip--error.tooltip--left:before {
  border-left-color: #b34e4d; }

.tooltip--error.tooltip--right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */
.tooltip--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.tooltip--warning.tooltip--top-left:before {
  border-top-color: #c09854; }

.tooltip--warning.tooltip--top-right:before {
  border-top-color: #c09854; }

.tooltip--warning.tooltip--top:before {
  border-top-color: #c09854; }

.tooltip--warning.tooltip--bottom-left:before {
  border-bottom-color: #c09854; }

.tooltip--warning.tooltip--bottom-right:before {
  border-bottom-color: #c09854; }

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #c09854; }

.tooltip--warning.tooltip--left:before {
  border-left-color: #c09854; }

.tooltip--warning.tooltip--right:before {
  border-right-color: #c09854; }

/**
 * Info
 */
.tooltip--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.tooltip--info.tooltip--top-left:before {
  border-top-color: #3986ac; }

.tooltip--info.tooltip--top-right:before {
  border-top-color: #3986ac; }

.tooltip--info.tooltip--top:before {
  border-top-color: #3986ac; }

.tooltip--info.tooltip--bottom-left:before {
  border-bottom-color: #3986ac; }

.tooltip--info.tooltip--bottom-right:before {
  border-bottom-color: #3986ac; }

.tooltip--info.tooltip--bottom:before {
  border-bottom-color: #3986ac; }

.tooltip--info.tooltip--left:before {
  border-left-color: #3986ac; }

.tooltip--info.tooltip--right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */
.tooltip--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.tooltip--success.tooltip--top-left:before {
  border-top-color: #458746; }

.tooltip--success.tooltip--top-right:before {
  border-top-color: #458746; }

.tooltip--success.tooltip--top:before {
  border-top-color: #458746; }

.tooltip--success.tooltip--bottom-left:before {
  border-bottom-color: #458746; }

.tooltip--success.tooltip--bottom-right:before {
  border-bottom-color: #458746; }

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #458746; }

.tooltip--success.tooltip--left:before {
  border-left-color: #458746; }

.tooltip--success.tooltip--right:before {
  border-right-color: #458746; }

/**
 * 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 {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--always.tooltip--top:after {
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px); }

.tooltip--always.tooltip--top-left:before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--always.tooltip--top-left:after {
  -ms-transform: translateX(-100%) translateY(-8px);
      transform: translateX(-100%) translateY(-8px); }

.tooltip--always.tooltip--top-right:before {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--always.tooltip--top-right:after {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.tooltip--always.tooltip--bottom:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--always.tooltip--bottom:after {
  -ms-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px); }

.tooltip--always.tooltip--bottom-left:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--always.tooltip--bottom-left:after {
  -ms-transform: translateX(-100%) translateY(8px);
      transform: translateX(-100%) translateY(8px); }

.tooltip--always.tooltip--bottom-right:before {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--always.tooltip--bottom-right:after {
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.tooltip--always.tooltip--left:before {
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

.tooltip--always.tooltip--left:after {
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

.tooltip--always.tooltip--right:before {
  -ms-transform: translateX(8px);
      transform: translateX(8px); }

.tooltip--always.tooltip--right:after {
  -ms-transform: translateX(8px);
      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_tc_footer footer, .home-sub-nav.new-sub-nav .row, .static_pages_main .middle_block .amount_box {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Justify content
 */
.static_tc_footer footer .copyrights_text, .static_tc_footer footer .term_conditions {
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

/*
    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;
      margin: 1em auto 0em auto;
      max-width: 162px; }
      .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 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; }
