@charset "UTF-8";
/* 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;
  -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 {
  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; }

/* 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 {
      -ms-transform: scale(1.25);
          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;
    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:hover {
      -ms-transform: scale(1.01);
          transform: scale(1.01); }
    .blog_stories .blog_story:hover {
      border-color: #eeede8; }
    .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;
  -ms-transform: scale(1);
  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 {
  font-family: Arial;
  background-color: #f4f3f0; }
  .blog_article img a, .blog_article img {
    max-width: 100%;
    border-radius: 4px; }
  .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;
        -ms-transform: scale(1.1);
            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; }
