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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caution {
  color: #F1C93C;
}

.stop {
  color: #F1C93C;
}

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

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

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

.autocomplete-selected {
  background: #f9f8f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Scss Document */
.blog_hero {
  background-color: #42ccae;
  padding-bottom: 55px;
  position: relative;
  margin-top: 0px;
  text-align: center;
}
.blog_hero h1:first-of-type {
  font-size: 2.6em;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
  color: #404041;
  padding-top: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog_hero h1:first-of-type span {
  color: #ffffff;
}
.blog_hero h1 {
  font-size: 2.6em;
  font-family: "ff-justlefthand-web" !important;
  color: #ffffff;
  margin-top: 0px;
}
.blog_hero #blSearch {
  text-align: center;
  border-color: #f9f8f5;
  border-radius: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 2px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  background: url(/workflows/application/blog/img/mycause-plus-search.png) no-repeat scroll 152px 5px #ffffff;
  background-position: 95% center;
  transition: all 0.3s ease-in-out;
}
.blog_hero #blSearch:focus {
  transform: scale(1.25);
}
.blog_hero #blSearch:focus {
  border-color: #eeede8;
}
.blog_hero .watermark {
  position: absolute;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 18px;
  left: 43%;
  width: 15%;
  opacity: 0.7;
}
@media screen and (max-width: 400px) {
  .blog_hero .watermark {
    left: 50%;
    width: 80px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 400px) and (max-width: 900px) {
  .blog_hero .watermark {
    left: 50%;
    width: 100px;
    margin-left: -50px;
  }
}

.blog_stories {
  text-align: center;
  padding-top: 30px;
  background-color: #f9f8f5;
  padding-bottom: 45px;
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog_stories .blog_story {
  transition: all 0.2s ease-in-out;
}
.blog_stories .blog_story:hover {
  transform: scale(1.01);
}
.blog_stories .blog_story:hover {
  border-color: #eeede8;
}
.blog_stories .blog_story {
  border-color: #f9f8f5;
  border-radius: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.blog_stories .blog_story img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.blog_stories .blog_story h4 {
  color: #2d8a75;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_stories .blog_story p {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 1em;
}
.blog_stories .blog_story p a {
  font-size: 1em;
  color: #42ccae;
}
.blog_stories .blog_story p a:hover {
  color: #2d8a75;
}
.blog_stories .blog_story_footer P {
  color: #b7b7b7;
}
.blog_stories .show-more {
  margin-top: 30px;
  margin-bottom: 30px;
  /*margin-left:auto;
  margin-right:auto;*/
  text-align: center !important;
  float: none !important;
  opacity: 0;
}
.blog_stories .show-more a p {
  text-align: center;
  border-color: #42ccae;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 2px;
  background-color: #42ccae;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "MontserratAlternates-Regular", sans-serif !important;
}
.blog_stories .show-more a p:hover {
  background-color: #2d8a75;
  border-color: #2d8a75;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 2px;
}
.blog_stories .quote {
  background-color: transparent;
}
.blog_stories .quote-panel img {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog_stories .blog_loader {
  background-image: url(/workflows/application/resources/images/ajax-loader.gif);
}
.blog_stories .loading-spinner {
  margin: 10% auto;
}

.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;
}
.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;
}

#floatingCirclesG {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 15% auto;
  transform: scale(1);
}

.f_circleG {
  position: absolute;
  background-color: #42ccae;
  height: 23px;
  width: 23px;
  -moz-border-radius: 12px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 0.64s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-border-radius: 12px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-border-radius: 12px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 0.64s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -o-border-radius: 12px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 0.64s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  border-radius: 12px;
  animation-name: f_fadeG;
  animation-duration: 0.64s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 52px;
  animation-delay: 0.24s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  animation-delay: 0.32s;
}

#frotateG_03 {
  left: 52px;
  top: 0;
  animation-delay: 0.4s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  animation-delay: 0.48s;
}

#frotateG_05 {
  right: 0;
  top: 52px;
  animation-delay: 0.56s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  animation-delay: 0.64s;
}

#frotateG_07 {
  left: 52px;
  bottom: 0;
  animation-delay: 0.72s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  animation-delay: 0.8s;
}
@keyframes f_fadeG {
  0% {
    background-color: #2d8a75;
  }
  50% {
    background-color: #42ccae;
  }
  100% {
    background-color: #ffffff;
  }
}
.blog_article img a, .blog_article img {
  max-width: 100%;
  border-radius: 4px;
}
.blog_article {
  font-family: Arial;
  background-color: #f4f3f0;
}
.blog_article strong {
  font-weight: bold !important;
}
.blog_article p {
  text-align: left;
  line-height: 22px;
  margin-bottom: 0.2rem;
}
.blog_article h1 {
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
  color: #333;
  font-size: 26px !important;
}
.blog_article h1 span {
  font-size: inherit !important;
}
.blog_article h2 {
  margin-top: 15px;
  /*color:$secondary_brand_color_dark; */
  line-height: 1.2;
  font-size: 19.5px !important;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #333;
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
}
.blog_article h2 span {
  font-size: inherit !important;
}
.blog_article h3 {
  margin-top: 10px;
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
  line-height: 1.2;
  /*color:$primary_brand_color_light;*/
  font-size: 15.21px !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #333;
}
.blog_article h3 span {
  font-size: inherit !important;
}
.blog_article h4 {
  margin-top: 20px;
  color: #333;
  /*color: $blog_date-text;*/
  font-size: 13px;
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
}
.blog_article h4 span {
  font-size: inherit !important;
}
.blog_article h5 {
  /*color: $primary_brand_color_dark;*/
  color: #333;
  font-size: 10.79px;
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
}
.blog_article h5 span {
  font-size: inherit !important;
}
.blog_article h6 {
  font-family: Arial, sans-serif, Verdana, "Trebuchet MS";
  font-size: 8.71px;
  color: #333;
}
.blog_article h6 span {
  font-size: inherit !important;
}
@media only screen and (min-width: 60em) {
  .blog_article .mainContentLeft {
    min-height: 700px;
    margin-top: 20px;
  }
}
.blog_article p:first-child {
  margin: 30px 0;
}
.blog_article ol, .blog_article ul, .blog_article dl {
  padding: 0 40px;
  margin-left: 0;
  font-size: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
}
.blog_article .post_info ul {
  margin-top: 20px;
}
.blog_article .post_info ul li:first-of-type {
  color: #404041;
  font-weight: bold;
}
.blog_article .post_info ul li {
  color: #2d8a75;
  list-style: none;
}
.blog_article .view_start_campaign {
  margin: 40px 0px;
}
.blog_article .view_start_campaign a {
  line-height: 0.5;
}
.blog_article .view_start_campaign a:hover {
  background-color: #2d8a75 !important;
}
@media only screen and (min-width: 60em) {
  .blog_article .view_start_campaign a:first-child {
    float: left;
  }
}
@media only screen and (min-width: 60em) {
  .blog_article .view_start_campaign a:last-child {
    float: right;
  }
}
.blog_article .view_start_campaign .hide-for-large-up {
  text-align: center;
  margin: 10px 0;
}
.blog_article .prev_next {
  clear: both;
  margin-top: 15px;
}
.blog_article .prev_next a {
  height: 40px;
  padding-top: 10px !important;
  margin-bottom: 20px;
  color: #B7B7B7;
}
@media only screen and (min-width: 60em) {
  .blog_article .page_posts {
    margin-top: 20px;
  }
}
.blog_article .page_posts h2 {
  font-family: "Montserrat Alternates", sans-serif !important;
  font-size: 20px;
  color: #42ccae;
}
@media only screen and (max-width: 60em) {
  .blog_article .page_posts h2 {
    text-align: center;
  }
}
.blog_article .page_posts hr {
  border: 1px solid #eeede8;
}
.blog_article .page_posts h3 a {
  color: #404041;
}
.blog_article .page_posts h3 a:hover {
  color: #2d8a75;
}
.blog_article .page_posts .other_articles_text, .blog_article .page_posts .follow_us_text {
  color: #404041;
}
.blog_article .page_posts .follow_us_text {
  font-size: 16px;
}
.blog_article .tag_buttons {
  padding-top: 10px;
}
@media only screen and (max-width: 60em) {
  .blog_article .tag_buttons {
    text-align: center;
  }
  .blog_article .tag_buttons .ellipses_customised {
    float: none;
  }
}
.blog_article .tag_buttons a {
  border: 1px solid #42ccae;
  background-color: #ffffff !important;
  color: #42ccae;
  height: 31px;
  padding-top: 5px !important;
  transition: all 0.1s ease-in-out;
}
.blog_article .tag_buttons a:hover {
  border: 1px solid #2d8a75;
  color: #2d8a75 !important;
  transform: scale(1.1);
}
.blog_article .tag_buttons .button {
  margin: 0 2px 10px;
}
.blog_article .fa-stack {
  font-size: 14px !important;
}
.blog_article .buttons a {
  border-radius: 25px;
  background-color: #40c6a7;
  -webkit-appearance: none;
}
.blog_article .buttons a:hover {
  background-color: #40c6a7;
}
.blog_article .fb_iframe_widget span {
  vertical-align: baseline !important;
}
.blog_article .tagSearch {
  margin-right: 10px;
}
@media only screen and (max-width: 60em) {
  .blog_article .social-buttons {
    position: relative;
    margin-top: 7em;
  }
}
@media only screen and (min-width: 60em) {
  .blog_article .social-buttons ul {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 60em) {
  .blog_article .social-buttons ul {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 60em) {
  .blog_article .social-buttons ul li {
    float: left;
  }
}
@media only screen and (max-width: 60em) {
  .blog_article .social-buttons ul li {
    display: inline-block;
  }
}
.blog_article .social-buttons ul li a i {
  color: #42ccae;
  border: 1px solid #42ccae;
  padding: 6px 10px;
  border-radius: 50%;
  background-color: white;
  font-weight: bold;
  font-size: 24px;
}
.blog_article .social-buttons ul li a i:hover {
  border: 1px solid #2d8a75;
  color: #2d8a75;
}
.blog_article .social-buttons ul li a .fa-facebook {
  padding: 6px 12px;
}
.blog_article .social-buttons ul li a .fa-twitter, .blog_article .social-buttons ul li a .fa-google-plus {
  padding: 6px 8px;
}
.blog_article .social-button-relative {
  position: relative;
  top: 1em;
}
.blog_article .social-buttons-alternate {
  position: absolute !important;
  bottom: 2em !important;
}
.blog_article .start_a_campaign_block {
  font-size: 16px;
  margin: 30px auto;
  z-index: 1;
}
@media only screen and (min-width: 60em) {
  .blog_article .start_a_campaign_block {
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 60em) {
  .blog_article .start_a_campaign_block {
    float: none;
  }
}
.blog_article .start_a_campaign_block .start_a_campaign_link {
  color: #ffffff;
  background-color: #42ccae;
}
.blog_article .start_a_campaign_block .start_a_campaign_link:hover {
  color: #ffffff;
  background-color: #2d8a75;
}
.blog_article .start_a_campaign_block .start_a_campaign_replacement {
  width: 265px;
  padding: 16px 0px 16px 4px;
  line-height: 20px;
}
.blog_article .start_a_campaign_block .start_a_campaign_replacement div:nth-child(2) {
  color: white !important;
  padding-left: 17px;
}
.blog_article .btn-o .btn {
  height: 20px;
}

@media only screen and (max-width: 60em) {
  .readMore {
    font-size: 1em !important;
  }
}
.back-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.back-button a .fa-home {
  vertical-align: middle;
  border: 1px solid white;
  background-color: white;
  padding: 4px 6px;
  border-radius: 50%;
}
.back-button a .back {
  color: #404041;
}

.social_container ul {
  display: -webkit-inline-box;
  list-style: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 60em) {
  .social_container ul {
    margin-left: 0px;
  }
}

hr {
  clear: both;
  margin: 0.5rem 0rem;
}

.post_article {
  margin: 25px 0;
}
.post_article img {
  width: 100%;
  margin-bottom: 30px;
}
.post_article ul {
  margin: 0 0 35px 35px;
}
.post_article span {
  color: #2d8a75;
}