@charset "UTF-8";
/* Colors */
/*!
 *  Font Awesome 4.4.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.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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; }

/* 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; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -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-feed:before,
.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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless: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: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

* {
  box-sizing: border-box; }

body {
  font-family: franklin-gothic-urw, sans-serif;
  color: #5C5C5C;
  background-color: #FFF;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 0; }

h1, h2, h3, h4 {
  font-family: 'azo-sans-web' sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5C5C5C; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.5em; }

a {
  color: #ee323e; }

p {
  line-height: 1.7em; }

input {
  font-family: franklin-gothic-urw, sans-serif; }

a > img {
  border: 0; }

.Footer {
  clear: both;
  margin: 3em auto;
  padding: 1em;
  max-width: 500px;
  text-align: center;
  color: #acacac;
  font-size: 0.8em;
  line-height: 1.1em; }
  .Footer img {
    width: 100px;
    height: auto;
    opacity: 0.3; }
  .Footer p {
    margin: 2em 0; }
  .Footer a {
    color: #acacac;
    font-size: inherit; }
    .Footer a:hover {
      color: #797979; }
  .Footer .Footer-links a {
    display: inline-block;
    padding: 0 1em;
    border-left: 1px solid #acacac;
    line-height: 1em; }
    .Footer .Footer-links a:first-child {
      border-width: 0; }

.CampaignForm {
  position: relative;
  z-index: 1;
  width: 100%;
  float: left; }

.CampaignForm-sidebar {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding: 0; }
  .CampaignForm-sidebar.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .CampaignForm-sidebar {
      width: 41.66667%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 0%;
      position: absolute;
      left: 0; }
      .CampaignForm-sidebar.fluid {
        width: 41.66667%; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm-sidebar {
      width: 25%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 0%; }
      .CampaignForm-sidebar.fluid {
        width: 25%; } }
  .CampaignForm-sidebar .CampaignCalendar {
    margin: 2em 1.5em; }
    @media (min-width: 720px) {
      .CampaignForm-sidebar .CampaignCalendar {
        margin: 2em 0; } }

.CampaignForm-filter
.CampaignForm-filterShowNeed {
  margin: 2em 0 1em;
  padding: 2em;
  background-color: #48baeb;
  color: white;
  text-align: center; }
  @media (min-width: 720px) {
    .CampaignForm-filter
.CampaignForm-filterShowNeed {
      margin: 2em -0.5em; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm-filter
.CampaignForm-filterShowNeed {
      font-size: 0.9em;
      padding: 1em; } }
  .CampaignForm-filter
.CampaignForm-filterShowNeed:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    font-size: 1.8em;
    display: inline-block;
    width: 20%;
    margin: 0;
    vertical-align: middle; }
  .CampaignForm-filter
.CampaignForm-filterShowNeed p {
    display: inline-block;
    width: 80%;
    text-align: left;
    vertical-align: middle; }
  .CampaignForm-filter
.CampaignForm-filterShowNeed .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    line-height: 2em; }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border: 2px solid white; }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button:focus {
      background-color: rgba(255, 255, 255, 0.3);
      border: 2px solid white;
      outline: none; }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button.selected {
      background-color: rgba(255, 255, 255, 0.4);
      border: 2px solid white; }

.CampaignForm.showingNeed .CampaignForm-filterShowNeed {
  display: none; }
  @media (min-width: 720px) {
    .CampaignForm.showingNeed .CampaignForm-filterShowNeed {
      display: block; } }

@media (min-width: 720px) {
  .CampaignForm-scrolled .CampaignForm-sidebar {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto; } }

.CampaignForm
.CampaignForm-message {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding: 2em;
  margin-top: 2em;
  background-color: #48baeb; }
  .CampaignForm
.CampaignForm-message.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .CampaignForm
.CampaignForm-message {
      width: 58.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 41.66667%; }
      .CampaignForm
.CampaignForm-message.fluid {
        width: 58.33333%; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm
.CampaignForm-message {
      width: 73.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 26.66667%; }
      .CampaignForm
.CampaignForm-message.fluid {
        width: 73.33333%; } }
  .CampaignForm
.CampaignForm-message > * {
    color: #FFF; }
  @media only screen and (min-width: 1024px) {
    .CampaignForm
.CampaignForm-message {
      padding: 2em; } }
  .CampaignForm
.CampaignForm-message p {
    line-height: 1.5em;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .CampaignForm
.CampaignForm-message p.fluid {
      width: 100%; }
    @media only screen and (min-width: 1024px) {
      .CampaignForm
.CampaignForm-message p {
        width: 41.66667%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        display: block; }
        .CampaignForm
.CampaignForm-message p.fluid {
          width: 41.66667%; } }
  .CampaignForm
.CampaignForm-message a {
    display: block; }
  .CampaignForm
.CampaignForm-message h2 {
    margin: 0; }
    .CampaignForm
.CampaignForm-message h2.signed:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
    .CampaignForm
.CampaignForm-message h2.need:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
    .CampaignForm
.CampaignForm-message h2 span {
      display: block; }
      @media (min-width: 720px) {
        .CampaignForm
.CampaignForm-message h2 span {
          display: initial; } }
  .CampaignForm
.CampaignForm-message .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    line-height: 2em; }
    .CampaignForm
.CampaignForm-message .Button:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border: 2px solid white; }
    .CampaignForm
.CampaignForm-message .Button:focus {
      background-color: rgba(255, 255, 255, 0.3);
      border: 2px solid white;
      outline: none; }
    .CampaignForm
.CampaignForm-message .Button.selected {
      background-color: rgba(255, 255, 255, 0.4);
      border: 2px solid white; }

.CampaignForm-form {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .CampaignForm-form.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .CampaignForm-form {
      width: 58.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 41.66667%; }
      .CampaignForm-form.fluid {
        width: 58.33333%; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm-form {
      width: 33.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 26.66667%; }
      .CampaignForm-form.fluid {
        width: 33.33333%; } }

.CampaignForm-scrolled .CampaignForm-actionInfoSection {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 720px) {
    .CampaignForm-scrolled .CampaignForm-actionInfoSection {
      margin-left: 41.66667%; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm-scrolled .CampaignForm-actionInfoSection {
      margin-left: auto; } }

.CampaignForm-actionInfoSection {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh; }
  @media (min-width: 720px) {
    .CampaignForm-actionInfoSection {
      width: 58.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0;
      left: auto; }
      .CampaignForm-actionInfoSection.fluid {
        width: 58.33333%; } }
  @media only screen and (min-width: 1024px) {
    .CampaignForm-actionInfoSection {
      width: 37.5%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0;
      margin-left: 62.5%; }
      .CampaignForm-actionInfoSection.fluid {
        width: 37.5%; } }

.CampaignForm-submit {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #48baeb;
  border-color: #1aa9e6;
  color: #FFF;
  padding-left: 1.5em;
  position: fixed;
  bottom: 1em;
  right: 1em; }
  .CampaignForm-submit:hover {
    background-color: #31b1e8;
    border-color: #1aa9e6; }
  .CampaignForm-submit:focus {
    border-color: #26ade7;
    background-color: #26ade7; }
  .CampaignForm-submit.selected {
    border-color: #26ade7;
    background-color: #26ade7; }
  .CampaignForm-submit:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    line-height: 0;
    height: 0; }

.CampaignForm-actions {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .CampaignForm-actions.fluid {
    width: 100%; }
  .CampaignForm-actions .CampaignForm-action {
    position: relative;
    margin: 1em 0;
    padding: 1em 0;
    list-style: none;
    border-bottom: 1px solid #ebebeb; }
    .CampaignForm-actions .CampaignForm-action > div {
      position: relative;
      padding: 0 0.5em; }
      .CampaignForm-actions .CampaignForm-action > div ul {
        padding: 0;
        list-style: none; }

.CampaignForm-days {
  list-style: none;
  padding: 0;
  margin-top: 2em; }
  .CampaignForm-days .CampaignForm-day {
    margin-bottom: 1em; }
    .CampaignForm-days .CampaignForm-day .CampaignForm-date {
      width: 100%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      background-color: #f8f8f8;
      padding: 1em;
      color: #8f8f8f; }
      .CampaignForm-days .CampaignForm-day .CampaignForm-date.fluid {
        width: 100%; }
      .CampaignForm-days .CampaignForm-day .CampaignForm-date span {
        font-size: 1.3em;
        margin-right: 0.5em; }
        @media (min-width: 720px) {
          .CampaignForm-days .CampaignForm-day .CampaignForm-date span {
            font-size: 1.1em; } }
      .CampaignForm-days .CampaignForm-day .CampaignForm-date span + span {
        font-size: 1em; }

.CookieNotice {
  font-size: 1em;
  position: fixed;
  padding: 1em 3em;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background-color: #48baeb;
  text-align: center;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 100%, 0);
  transition-duration: 0.25s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: 9999; }

.CookieNotice-show {
  transform: translate3d(0, 0, 0); }

.CookieNotice-privacyLink {
  color: inherit;
  margin-left: 0.5em;
  text-decoration: underline; }

.CookieNotice-acceptButton {
  color: inherit;
  line-height: 1;
  width: 1.6em;
  padding: 0.25em;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  background: transparent;
  border: 0.125em solid #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  width: 1.75em;
  cursor: pointer; }
  .CookieNotice-acceptButton::after {
    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;
    text-align: center;
    content: ""; }

.CookieNotice-acceptButton:focus,
.CookieNotice-acceptButton:hover,
.CookieNotice-acceptButton:active {
  color: #48baeb;
  border-color: #FFF;
  background-color: #FFF; }

.LoadingIndicator {
  display: block;
  color: #e4e4e4;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle; }
  .LoadingIndicator .LoadingIndicator-icon {
    display: block; }
    .LoadingIndicator .LoadingIndicator-icon:after {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      -webkit-animation: fa-spin 1s infinite steps(24);
      animation: fa-spin 1s infinite steps(24); }

.PhoneInput-countryselect {
  position: absolute;
  flex: 0 0 1em;
  vertical-align: middle; }
  .PhoneInput-countryselect ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .PhoneInput-countryselect ul li:hover {
      cursor: pointer; }

.PhoneInput-country-selected {
  background-color: #48baeb; }

.PhoneInput-country-list {
  position: fixed;
  background-color: white;
  height: 95vh;
  width: 95vw;
  top: 2.5vh;
  left: 2.5vw;
  z-index: 10000;
  overflow: scroll;
  border: 1px solid #dedede;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .PhoneInput-country-list li {
    padding: 1em; }

@media only screen and (min-width: 1024px) {
  .PhoneInput-country-list {
    top: inherit;
    left: inherit;
    position: absolute;
    width: 20em;
    height: 8em;
    margin-top: -1em; }
    .PhoneInput-country-list li {
      padding: 0.1em; } }

.PhoneInput-wrapper div:focus {
  outline: none; }

.PhoneInput-flag-menu {
  display: flex;
  margin: 0.7em 0.5em 1em 0.5em; }
  .PhoneInput-flag-menu :hover {
    cursor: pointer; }
  .PhoneInput-flag-menu span {
    align-self: center;
    font-size: 1.5em; }
  .PhoneInput-flag-menu div {
    font-size: 0.8em;
    align-self: center; }

.PhoneInput-hiddenLabel {
  flex: 1; }

.PhoneInput-input {
  flex: 1; }
  .PhoneInput-input label {
    padding-left: 3.1em; }
  .PhoneInput-input input {
    padding-left: 3.2em !important; }

.PhoneInput-wrapper {
  display: flex; }

.PhoneInput-error {
  border-color: #ef4123 !important; }

.SurveyForm {
  background: #fbfbfb;
  padding: 1em 0; }
  .SurveyForm form {
    width: 95%;
    max-width: 600px;
    margin: 0 auto; }
  .SurveyForm input[type=submit] {
    margin: 4em auto 1em;
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF; }
    .SurveyForm input[type=submit]:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .SurveyForm input[type=submit]:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .SurveyForm input[type=submit].selected {
      border-color: #e71321;
      background-color: #e71321; }
  .SurveyForm.invalid input[type=submit] {
    background-color: #acacac;
    cursor: auto;
    pointer-events: none; }
    .SurveyForm.invalid input[type=submit]:hover {
      background-color: #acacac; }

.SurveyForm-privacy input[type="checkbox"] {
  display: none; }
  .SurveyForm-privacy input[type="checkbox"] + label {
    display: inline-block; }
    .SurveyForm-privacy input[type="checkbox"] + label:hover {
      cursor: pointer; }
    .SurveyForm-privacy input[type="checkbox"] + label:before {
      background-color: #fcfcfc;
      border: 1px solid #bfbfbf;
      border-radius: 2px;
      cursor: pointer;
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #fcfcfc;
      height: 1.5em;
      width: 1.5em;
      margin-right: 0.5em;
      transition: color 0.2s, background-color 0.2s ease-in; }
    .SurveyForm-privacy input[type="checkbox"] + label:hover::before {
      background-color: #f7f7f7;
      color: rgba(238, 50, 62, 0.5) !important; }
  .SurveyForm-privacy input[type="checkbox"]:checked + label:before {
    background-color: #f2f2f2;
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: #ee323e !important;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    margin-right: 0.5em; }
  @media \0screen\,screen\9 {
    .SurveyForm-privacy input[type="checkbox"] {
      display: block; }
      .SurveyForm-privacy input[type="checkbox"] + label {
        display: none; } }

.SurveyForm-privacy .SurveyForm-privacyTerms {
  font-size: 0.8em; }

.SurveyQuestion .SurveyQuestion-question {
  margin: 1em 0 0.1em; }

.SurveyQuestion .SurveyQuestion-description {
  margin: 0 0 0.5em; }

.SurveyQuestion .SurveyQuestion-response {
  margin: 0.8em 0 0; }

.SurveyQuestion input[type="checkbox"] {
  display: none; }
  .SurveyQuestion input[type="checkbox"] + label {
    display: inline-block; }
    .SurveyQuestion input[type="checkbox"] + label:hover {
      cursor: pointer; }
    .SurveyQuestion input[type="checkbox"] + label:before {
      background-color: #fcfcfc;
      border: 1px solid #bfbfbf;
      border-radius: 2px;
      cursor: pointer;
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #fcfcfc;
      height: 1.5em;
      width: 1.5em;
      margin-right: 0.5em;
      transition: color 0.2s, background-color 0.2s ease-in; }
    .SurveyQuestion input[type="checkbox"] + label:hover::before {
      background-color: #f7f7f7;
      color: rgba(238, 50, 62, 0.5) !important; }
  .SurveyQuestion input[type="checkbox"]:checked + label:before {
    background-color: #f2f2f2;
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: #ee323e !important;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    margin-right: 0.5em; }
  @media \0screen\,screen\9 {
    .SurveyQuestion input[type="checkbox"] {
      display: block; }
      .SurveyQuestion input[type="checkbox"] + label {
        display: none; } }

.SurveyQuestion input[type=radio] {
  -webkit-appearance: radio; }

.SurveySignatureOption {
  max-height: 2.5em;
  overflow: hidden;
  transition: max-height 0.2s linear; }
  .SurveySignatureOption .SurveySignatureOption-header {
    display: block;
    height: 2.5em;
    padding: 0.5em;
    background-color: #f3f3f3; }
    .SurveySignatureOption .SurveySignatureOption-header input {
      margin-right: 1em; }
    .SurveySignatureOption .SurveySignatureOption-header > * {
      vertical-align: middle; }
  .SurveySignatureOption .SurveySignatureOption-content {
    padding: 0 0 1em; }
  .SurveySignatureOption p {
    font-size: 0.8em; }
  .SurveySignatureOption.expanded {
    max-height: 8em; }
  .SurveySignatureOption.SurveySignatureOption-email .SurveySignatureOption-content > div {
    margin: 0.2em 0; }
  .SurveySignatureOption.SurveySignatureOption-email .SurveySignatureOption-content label {
    width: 30%;
    display: block;
    float: left;
    clear: left;
    max-width: 10em;
    line-height: 1.5em; }
  .SurveySignatureOption.SurveySignatureOption-email .SurveySignatureOption-content input {
    width: 70%;
    font-size: 1.0em;
    line-height: 1.5em;
    padding: 0.1em 0.4em;
    border: 1px solid #acacac; }
  .SurveySignatureOption.SurveySignatureOption-email.expanded {
    max-height: 18em; }

.SurveyTextBlock h2 {
  margin: 1em 0 0.1em; }

.SurveyTextBlock p {
  margin: 0 0 1em; }

.Header {
  position: relative;
  height: 64px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8888em;
  z-index: 3; }
  @media (min-width: 720px) {
    .Header {
      height: 120px;
      padding: 16px 16px;
      font-size: 1em; } }
  @media only screen and (min-width: 1024px) {
    .Header {
      height: 132px;
      padding: 16px 32px; } }

.Header-loginButton {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ef4123;
  border-color: #d02b0f;
  color: #FFF;
  background: linear-gradient(to right, #ef4123, #ed1c55);
  font-size: 14px;
  font-weight: 300;
  font-family: azo-sans-web, sans-serif;
  float: right; }
  .Header-loginButton:hover {
    background-color: #e83011;
    border-color: #d02b0f; }
  .Header-loginButton:focus {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .Header-loginButton.selected {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .Header-loginButton:hover {
    filter: brightness(110%); }
  .Header-loginButton:active {
    filter: brightness(130%); }
  .Header-loginButton:focus {
    outline: none; }
  @media (min-width: 720px) {
    .Header-loginButton {
      font-size: 1.4vmax; } }
  @media only screen and (min-width: 1024px) {
    .Header-loginButton {
      font-size: 0.9em; } }

.Header-nav .Header-navLink {
  float: right;
  margin: 0.5em; }
  .Header-nav .Header-navLink.linkOrganize {
    color: #5C5C5C;
    text-decoration: none;
    border-radius: 3em;
    vertical-align: middle;
    padding-right: 1em;
    max-width: 2.2em;
    margin-right: 1em;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s ease-in-out; }
    .Header-nav .Header-navLink.linkOrganize:hover {
      max-width: 100%;
      transition: max-width 0.2s ease-in-out; }
    @media (min-width: 720px) {
      .Header-nav .Header-navLink.linkOrganize {
        max-width: 100%;
        transition: max-width 0.2s ease-in-out; } }
    .Header-nav .Header-navLink.linkOrganize:hover {
      background-color: #f8f8f8; }
    .Header-nav .Header-navLink.linkOrganize:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      background-color: #ee323e;
      color: white;
      border-radius: 50%;
      padding: 0.3em;
      margin-right: 0.5em;
      vertical-align: middle; }
  .Header-nav .Header-navLink.linkCall {
    color: #5C5C5C;
    text-decoration: none;
    border-radius: 3em;
    vertical-align: middle;
    padding-right: 1em;
    max-width: 2.2em;
    margin-right: 1em;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s ease-in-out; }
    .Header-nav .Header-navLink.linkCall:hover {
      max-width: 100%;
      transition: max-width 0.2s ease-in-out; }
    @media (min-width: 720px) {
      .Header-nav .Header-navLink.linkCall {
        max-width: 100%;
        transition: max-width 0.2s ease-in-out; } }
    .Header-nav .Header-navLink.linkCall:hover {
      background-color: #f8f8f8; }
    .Header-nav .Header-navLink.linkCall:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      background-color: #ee323e;
      color: white;
      border-radius: 50%;
      padding: 0.3em;
      margin-right: 0.5em;
      vertical-align: middle; }

.Logo {
  height: 48px;
  width: 48px;
  display: block; }
  .Logo .Logo-image {
    background-image: url("/static/images/logo-red.png");
    background-size: contain;
    height: 100%;
    width: 100%; }
  .Logo img {
    height: 100%;
    width: auto; }
  @media (min-width: 720px) {
    .Logo {
      height: 64px;
      width: 64px; } }
  @media only screen and (min-width: 1024px) {
    .Logo {
      height: 72px;
      width: 72px; } }

.UserContinueButton {
  float: right; }
  .UserContinueButton .UserMenu {
    display: none; }

.UserContinueButton-button {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ef4123;
  border-color: #d02b0f;
  color: #FFF;
  background: linear-gradient(to right, #ef4123, #ed1c55);
  font-size: 14px;
  font-weight: 300;
  font-family: azo-sans-web, sans-serif; }
  .UserContinueButton-button:hover {
    background-color: #e83011;
    border-color: #d02b0f; }
  .UserContinueButton-button:focus {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .UserContinueButton-button.selected {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .UserContinueButton-button:hover {
    filter: brightness(110%); }
  .UserContinueButton-button:active {
    filter: brightness(130%); }
  .UserContinueButton-button:focus {
    outline: none; }
  @media (min-width: 720px) {
    .UserContinueButton-button {
      font-size: 1.4vmax; } }
  @media only screen and (min-width: 1024px) {
    .UserContinueButton-button {
      font-size: 0.9em; } }

.UserContinueButton-wrongUser {
  display: none;
  clear: both;
  margin-top: 1em;
  font-size: 0.85em;
  text-align: center;
  color: #797979; }

.UserContinueButton-logout {
  margin: 0 0 0 0.25em; }

@media (min-width: 720px) {
  .UserContinueButton .UserMenu {
    float: left;
    display: block; }
  .UserContinueButton-button {
    margin-left: 1em; }
  .UserContinueButton-wrongUser {
    display: block; } }

.ConnectionList .ConnectionList-empty {
  text-align: center;
  margin: 1em 0 1.5em;
  color: #acacac; }

.ConnectionList .ConnectionList-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ConnectionList .ConnectionList-item {
  position: relative;
  clear: both;
  border-bottom: 1px solid #eee; }
  .ConnectionList .ConnectionList-item:hover {
    background-color: #fafafa; }
  .ConnectionList .ConnectionList-item .OrgAvatar {
    width: 3em;
    float: left;
    margin: 0 0.5em 0 0; }
  .ConnectionList .ConnectionList-item .ConnectionList-orgLink {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1em 0; }
  .ConnectionList .ConnectionList-item h3 {
    font-size: 1.2em;
    margin: 0; }
  .ConnectionList .ConnectionList-item p {
    margin: 0;
    font-size: 0.8em; }
  .ConnectionList .ConnectionList-item .ConnectionList-disconnect {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 0.8em;
    cursor: pointer; }
    .ConnectionList .ConnectionList-item .ConnectionList-disconnect:hover:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      font-size: 0.8em; }

.OrgAvatar img {
  width: 100%;
  height: auto; }

.SignUpForm {
  transition: all 1s; }
  .SignUpForm input[type="checkbox"] {
    display: none; }
    .SignUpForm input[type="checkbox"] + label {
      display: inline-block; }
      .SignUpForm input[type="checkbox"] + label:hover {
        cursor: pointer; }
      .SignUpForm input[type="checkbox"] + label:before {
        background-color: #fcfcfc;
        border: 1px solid #bfbfbf;
        border-radius: 2px;
        cursor: pointer;
        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;
        text-align: center;
        height: 1.6em;
        width: 1.6em;
        line-height: 1.6;
        margin-right: .2em;
        content: "";
        color: #fcfcfc;
        height: 1.5em;
        width: 1.5em;
        margin-right: 0.5em;
        transition: color 0.2s, background-color 0.2s ease-in; }
      .SignUpForm input[type="checkbox"] + label:hover::before {
        background-color: #f7f7f7;
        color: rgba(238, 50, 62, 0.5) !important; }
    .SignUpForm input[type="checkbox"]:checked + label:before {
      background-color: #f2f2f2;
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #ee323e !important;
      display: inline-block;
      height: 1.5em;
      width: 1.5em;
      margin-right: 0.5em; }
    @media \0screen\,screen\9 {
      .SignUpForm input[type="checkbox"] {
        display: block; }
        .SignUpForm input[type="checkbox"] + label {
          display: none; } }
  .SignUpForm.withJavascript .SignUpForm-extraFields {
    max-height: 0;
    animation: none; }
  .SignUpForm.withJavascript .SignUpForm-hiddenLabel {
    opacity: 0; }
  .SignUpForm.withJavascript .SignUpForm-textInput {
    padding: 0.68em 0.75em 0.67em; }
    .SignUpForm.withJavascript .SignUpForm-textInput::placeholder {
      color: darkgray; }
    .SignUpForm.withJavascript .SignUpForm-textInput::-ms-placeholder {
      color: darkgray; }
  .SignUpForm.withJavascript .SignUpForm-checkboxLabel:before {
    opacity: 0; }
  .SignUpForm.focused .SignUpForm-extraFields {
    max-height: 20em;
    transition: all 1s 0; }
  .SignUpForm.focused .SignUpForm-hiddenLabel {
    opacity: 1;
    transition: opacity 0.5s 0.5s; }
  .SignUpForm.focused .SignUpForm-textInput {
    padding: 1.2em 0.75em 0.5em;
    transition: padding 0.2s; }
    .SignUpForm.focused .SignUpForm-textInput::placeholder {
      transition: color 0.5s;
      color: white; }
    .SignUpForm.focused .SignUpForm-textInput::-ms-placeholder {
      transition: color 0.5s;
      color: white; }
  .SignUpForm.focused .SignUpForm-checkboxLabel:before {
    opacity: 1;
    transition: opacity 1s 1s; }

.SignUpForm-extraFields {
  overflow: hidden;
  max-height: 20em;
  animation: SignUpForm-extraFields-delayedEnter 0.1s 1s both; }

@keyframes SignUpForm-extraFields-delayedEnter {
  from {
    max-height: 0em; }
  to {
    max-heigth: 20em; } }

.SignUpForm-title {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0.3em; }

.SignUpForm-info {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 0; }

.SignUpForm-textBox {
  position: relative;
  margin: 0 0 0.5em; }

.SignUpForm-hiddenLabel {
  position: absolute;
  font-size: 0.7em;
  margin-left: 1.2em;
  margin-top: 0.5em;
  color: #5C5C5C;
  opacity: 1; }
  @media \0screen\,screen\9 {
    .SignUpForm-hiddenLabel {
      display: block;
      text-align: left; } }

.SignUpForm-textInput {
  display: block;
  font-size: 1em;
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #5C5C5C;
  padding: 1.2em 0.75em 0.5em; }
  .SignUpForm-textInput::placeholder {
    color: white; }
  .SignUpForm-textInput::-ms-placeholder {
    color: white; }

.SignUpForm-checkboxLabel {
  display: inline-block;
  font-size: 0.8em;
  margin-top: 1em;
  color: #5C5C5C;
  opacity: 1; }
  .SignUpForm-checkboxLabel:before {
    display: block;
    float: left;
    margin-right: 0.9em !important; }

.SignUpForm-privacyLink {
  font-size: 0.8em;
  margin-left: 2.5em; }

.SignUpForm-submitButton {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ef4123;
  border-color: #d02b0f;
  color: #FFF;
  background: linear-gradient(to right, #ef4123, #ed1c55);
  font-size: 14px;
  font-weight: 300;
  font-family: azo-sans-web, sans-serif;
  margin: 1em auto;
  display: block; }
  .SignUpForm-submitButton:hover {
    background-color: #e83011;
    border-color: #d02b0f; }
  .SignUpForm-submitButton:focus {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .SignUpForm-submitButton.selected {
    border-color: #dc2e10;
    background-color: #dc2e10; }
  .SignUpForm-submitButton:hover {
    filter: brightness(110%); }
  .SignUpForm-submitButton:active {
    filter: brightness(130%); }
  .SignUpForm-submitButton:focus {
    outline: none; }
  @media (min-width: 720px) {
    .SignUpForm-submitButton {
      font-size: 1.4vmax; } }
  @media only screen and (min-width: 1024px) {
    .SignUpForm-submitButton {
      font-size: 0.9em; } }
  .SignUpForm-submitButton:disabled {
    opacity: 0.6;
    cursor: default; }

.SignUpForm-error {
  font-size: 0.9em;
  background-color: #ee323e;
  color: white;
  padding: 2em 1em;
  margin-bottom: 1em;
  text-align: center;
  margin-left: -1.1em;
  margin-right: -1.1em; }
  @media (min-width: 720px) {
    .SignUpForm-error {
      margin-left: -2.5em;
      margin-right: -2.5em; } }

.SignUpForm-errorAction {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid white;
  color: inherit;
  margin-top: 1em; }
  .SignUpForm-errorAction:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid white; }
  .SignUpForm-errorAction:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid white;
    outline: none; }
  .SignUpForm-errorAction.selected {
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid white; }

.SignUpForm-error +
.SignUpForm-hiddenLabel +
.SignUpForm-textInput {
  margin-top: 0; }

.LoadingIndicator {
  margin: 1em 0; }

.SignUpForm-done
.SignUpForm-subtitle {
  margin-top: 0; }
  .SignUpForm-done
.SignUpForm-subtitle:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    display: block;
    margin: 0 auto;
    font-size: 1.6em; }

.Welcome {
  padding: 0 2em;
  text-align: center; }
  .Welcome h1 {
    margin: 0.5em 0 0; }
  .Welcome p {
    font-size: 0.9em; }
  .Welcome .Welcome-illustration {
    margin: 0.5em 0 0;
    max-width: 800px;
    width: 90%;
    height: auto; }
  .Welcome .Welcome-connect {
    margin: 1em 0; }
    .Welcome .Welcome-connect h2 {
      font-size: 1.3em; }
    .Welcome .Welcome-connect.pending p {
      margin: 0;
      font-size: 0.8em;
      font-style: italic; }
    .Welcome .Welcome-connect.withRecommendations p {
      font-size: 0.8em;
      font-style: italic; }
    .Welcome .Welcome-connect.noRecommendations h2 {
      margin: 0 0 0.3em; }
    .Welcome .Welcome-connect.noRecommendations p {
      margin: 0; }
  .Welcome .Welcome-orgList {
    margin: 0;
    padding: 0;
    list-style: none; }
  .Welcome .Welcome-orgItem {
    position: relative;
    list-style-type: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 0.4em;
    padding: 0.4em 2em 0 0;
    border-top: 1px solid #eee; }
    .Welcome .Welcome-orgItem:first-child {
      border-top-width: 0; }
    .Welcome .Welcome-orgItem:after {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.5em;
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
    .Welcome .Welcome-orgItem img {
      width: 2em;
      height: auto;
      margin: 0 1em 0 0; }
    .Welcome .Welcome-orgItem:hover {
      color: black; }
  @media (min-width: 720px) {
    .Welcome {
      color: #FFF;
      position: relative;
      padding: 2em 10%;
      background: linear-gradient(to bottom right, #f47b9c, #f69382); }
      .Welcome h1, .Welcome h2, .Welcome p {
        font-family: azo-sans-web, sans-serif;
        font-weight: normal;
        color: inherit; }
      .Welcome:after {
        content: "";
        display: block;
        clear: both; }
      .Welcome .Welcome-header {
        float: left;
        width: 41%;
        margin: 0 2%; }
        .Welcome .Welcome-header h1 {
          font-size: 2.6em;
          margin: 1em 0 0; }
        .Welcome .Welcome-header p {
          margin: 0;
          font-size: 1.1em; }
      .Welcome .Welcome-illustration {
        width: 50%;
        float: right; }
      .Welcome .Welcome-connect {
        float: left;
        margin: 2em 0 0;
        width: 45%;
        text-align: left; }
        .Welcome .Welcome-connect h2 {
          font-size: 1.4em;
          margin: 0; }
        .Welcome .Welcome-connect.loading p, .Welcome .Welcome-connect.withRecommendations p, .Welcome .Welcome-connect.noRecommendations p {
          font-size: 0.9em; }
        .Welcome .Welcome-connect .Welcome-orgItem {
          border-color: rgba(255, 255, 255, 0.15); }
          .Welcome .Welcome-connect .Welcome-orgItem:hover {
            color: #fcd9e3; } }
  @media only screen and (min-width: 1024px) {
    .Welcome {
      padding: 2em 13%; }
      .Welcome .Welcome-header, .Welcome .Welcome-connect {
        width: 35%; }
      .Welcome .Welcome-illustration {
        width: 60%; } }

.CampaignPage .CampaignForm-filterShowNeed .Button {
  color: white; }

.CampaignPage-info {
  margin: 0 1em;
  padding-bottom: 2em; }
  .CampaignPage-info h2 {
    margin-bottom: 0.5em; }
  .CampaignPage-info .CampaignPage-infoOrg {
    color: darkgray; }

.CampaignPage-notFound .Button {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ee323e;
  border-color: #db121f;
  color: #FFF; }
  .CampaignPage-notFound .Button:hover {
    background-color: #ec1a28;
    border-color: #db121f; }
  .CampaignPage-notFound .Button:focus {
    border-color: #e71321;
    background-color: #e71321; }
  .CampaignPage-notFound .Button.selected {
    border-color: #e71321;
    background-color: #e71321; }

.CampaignPage-interstitial {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background-color: rgba(0, 0, 0, 0.2); }

.CampaignPage-interstitialContent {
  position: relative;
  text-align: center;
  background-color: white;
  margin: 1em;
  padding: 2em 1em 2em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.08); }
  .CampaignPage-interstitialContent h1 {
    margin-top: 0;
    font-size: 1.6em; }
  .CampaignPage-interstitialContent p {
    font-size: 0.8em; }
  .CampaignPage-interstitialContent .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF;
    margin-top: 0.6em; }
    .CampaignPage-interstitialContent .Button:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .CampaignPage-interstitialContent .Button:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .CampaignPage-interstitialContent .Button.selected {
      border-color: #e71321;
      background-color: #e71321; }

.CampaignPage-interstitialCloseButton {
  font-size: 0.6em;
  color: inherit;
  line-height: 1;
  width: 1.6em;
  padding: 0.25em;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  background: transparent;
  border: 0.125em solid #5C5C5C;
  border-radius: 50%;
  text-align: center;
  width: 1.75em;
  cursor: pointer; }
  .CampaignPage-interstitialCloseButton::after {
    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;
    text-align: center;
    content: ""; }

@media (min-width: 720px) {
  .CampaignPage-info {
    width: 600px;
    margin: 0 auto; }
  .CampaignPage-interstitialContent {
    max-width: 60em;
    margin: 4em auto 0 auto;
    padding: 2em 2em; }
    .CampaignPage-interstitialContent:after {
      clear: both;
      content: "";
      display: block; }
    .CampaignPage-interstitialContent h1 {
      font-size: 2em; }
    .CampaignPage-interstitialContent p {
      font-size: 1em; }
  .CampaignPage-interstitialRegister {
    padding: 0 2em 0 0;
    width: 50%;
    float: left;
    border-right: 1px solid #ddd; }
  .CampaignPage-interstitialLogin {
    padding: 0 0 0 2em;
    width: 50%;
    float: right; } }

.GroupPage-info,
.GroupPage-members {
  max-width: 720px;
  margin: 0 auto; }

.GroupPage-info {
  padding-bottom: 2em;
  text-align: center; }
  .GroupPage-info h2 {
    margin-bottom: 0.5em; }
  .GroupPage-info .GroupPage-infoOrg {
    color: darkgray; }

.GroupPage-members h3 {
  text-align: center; }

.GroupPage-memberList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.GroupPage-memberList .GroupPage-memberListHeader {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.07);
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.5em 0.5em 0; }

.GroupPage-memberList .GroupPage-memberListItem {
  font-size: 0.7em;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #eee; }

.GroupPage-memberList .GroupPage-memberListHeader span, .GroupPage-memberList .GroupPage-memberListItem span {
  display: inline-block;
  overflow: hidden; }
  .GroupPage-memberList .GroupPage-memberListHeader span:nth-child(1), .GroupPage-memberList .GroupPage-memberListItem span:nth-child(1) {
    width: 5%;
    margin-right: 1%; }
  .GroupPage-memberList .GroupPage-memberListHeader span:nth-child(2), .GroupPage-memberList .GroupPage-memberListItem span:nth-child(2) {
    width: 28%;
    margin-right: 1%;
    text-overflow: ellipsis; }
  .GroupPage-memberList .GroupPage-memberListHeader span:nth-child(3), .GroupPage-memberList .GroupPage-memberListItem span:nth-child(3) {
    width: 47%;
    margin-right: 1%;
    text-overflow: ellipsis; }
  .GroupPage-memberList .GroupPage-memberListHeader span:nth-child(4), .GroupPage-memberList .GroupPage-memberListItem span:nth-child(4) {
    width: 17%;
    text-overflow: ellipsis; }
  .GroupPage-memberList .GroupPage-memberListHeader span a, .GroupPage-memberList .GroupPage-memberListItem span a {
    color: inherit; }

.GroupPage-memberList .GroupPage-memberListItem.manager span:nth-child(1):after {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: "";
  color: #48baeb;
  height: 1em; }

.GroupPage-memberFilter {
  position: relative;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  max-width: 20em;
  margin: 0 auto 2em;
  width: 90%; }
  .GroupPage-memberFilter:before {
    position: relative;
    display: block;
    padding: 0.2em;
    z-index: 1;
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .GroupPage-memberFilter input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: inline-block;
    width: 100%;
    outline: 0;
    border-width: 0;
    padding: 0.4em 0.4em 0.4em 1.7em;
    font-size: 1.2em; }

.LostPasswordPage input[type=email] {
  font-size: 1.2em;
  display: block;
  width: 95%;
  padding: 0.5em;
  margin: 0 0 1em; }

.LostPasswordPage .Button, .LostPasswordPage input[type=submit] {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ee323e;
  border-color: #db121f;
  color: #FFF; }
  .LostPasswordPage .Button:hover, .LostPasswordPage input[type=submit]:hover {
    background-color: #ec1a28;
    border-color: #db121f; }
  .LostPasswordPage .Button:focus, .LostPasswordPage input[type=submit]:focus {
    border-color: #e71321;
    background-color: #e71321; }
  .LostPasswordPage .Button.selected, .LostPasswordPage input[type=submit].selected {
    border-color: #e71321;
    background-color: #e71321; }

.ResetPasswordPage input[type=password] {
  font-size: 1.2em;
  display: block;
  width: 95%;
  padding: 0.5em;
  margin: 0 0 1em; }

.ResetPasswordPage .Button, .ResetPasswordPage input[type=submit] {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ee323e;
  border-color: #db121f;
  color: #FFF; }
  .ResetPasswordPage .Button:hover, .ResetPasswordPage input[type=submit]:hover {
    background-color: #ec1a28;
    border-color: #db121f; }
  .ResetPasswordPage .Button:focus, .ResetPasswordPage input[type=submit]:focus {
    border-color: #e71321;
    background-color: #e71321; }
  .ResetPasswordPage .Button.selected, .ResetPasswordPage input[type=submit].selected {
    border-color: #e71321;
    background-color: #e71321; }

.SettingsPage ul {
  padding: 0; }

.SettingsPage li {
  list-style-type: none;
  margin: 0; }

.SettingsPage label {
  display: block;
  margin: 1em 0 0; }

.SettingsPage input[type=password], .SettingsPage input[type=email] {
  margin: 0.2em 0;
  width: 100%;
  max-width: 400px;
  padding: 0.2em;
  font-size: 1.2em; }

.SettingsPage .notVerified {
  color: #ef4123; }

.SettingsPage .SettingsPage-msg-error {
  color: #ef4123; }

.SimplePageBase {
  width: 95%;
  max-width: 600px;
  margin: 0 auto; }

.SurveyPage-info {
  margin: 0 1em;
  padding-bottom: 2em; }
  .SurveyPage-info h2 {
    margin-bottom: 0.5em; }
  .SurveyPage-info .SurveyPage-infoOrg {
    color: darkgray; }

@media (min-width: 720px) {
  .SurveyPage-info {
    width: 600px;
    margin: 0 auto; } }

.VerifyEmailPage {
  text-align: center; }
  .VerifyEmailPage textarea {
    font-size: 2em;
    font-size: 1vmax;
    max-width: 400px;
    width: 80%;
    height: 4em; }
  .VerifyEmailPage input[type=submit] {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ef4123;
    border-color: #d02b0f;
    color: #FFF;
    background: linear-gradient(to right, #ef4123, #ed1c55);
    font-size: 14px;
    font-weight: 300;
    font-family: azo-sans-web, sans-serif;
    display: block;
    margin: 4em auto 0; }
    .VerifyEmailPage input[type=submit]:hover {
      background-color: #e83011;
      border-color: #d02b0f; }
    .VerifyEmailPage input[type=submit]:focus {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .VerifyEmailPage input[type=submit].selected {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .VerifyEmailPage input[type=submit]:hover {
      filter: brightness(110%); }
    .VerifyEmailPage input[type=submit]:active {
      filter: brightness(130%); }
    .VerifyEmailPage input[type=submit]:focus {
      outline: none; }
    @media (min-width: 720px) {
      .VerifyEmailPage input[type=submit] {
        font-size: 1.4vmax; } }
    @media only screen and (min-width: 1024px) {
      .VerifyEmailPage input[type=submit] {
        font-size: 0.9em; } }
  .VerifyEmailPage .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF; }
    .VerifyEmailPage .Button:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .VerifyEmailPage .Button:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .VerifyEmailPage .Button.selected {
      border-color: #e71321;
      background-color: #e71321; }

.ActionFormInfoLabel {
  color: #8f8f8f;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.25em 0; }
  .ActionFormInfoLabel.location:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .ActionFormInfoLabel.date:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .ActionFormInfoLabel.time:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .ActionFormInfoLabel.campaign:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .ActionFormInfoLabel.showNeed {
    font-size: 0.9em;
    max-width: none;
    padding: 0.7em;
    margin: 0 -0.5em;
    background-color: rgba(72, 186, 235, 0.1); }
    .ActionFormInfoLabel.showNeed:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #48baeb; }

.ActionFormTitle h3.ActionFormTitle-actionTitle {
  margin: 0 0 0.2em 0;
  font-size: 1.5em; }

.ActionFormTitle .ActionFormTitle-orgTitle {
  color: darkgray;
  margin-bottom: 0.5em; }

.ActionInfoSection {
  background-color: white;
  animation-name: show;
  animation-duration: 0.1s;
  animation-timing-function: ease-out; }

@keyframes show {
  from {
    transform: scale(0.8, 0.1); }
  to {
    transform: scale(1); } }
  .ActionInfoSection .ActionInfoSection-wrapper {
    max-height: 60%;
    min-height: 40%;
    overflow-y: auto;
    padding: 1.5em; }
  .ActionInfoSection .ActionInfoSection-title {
    margin-bottom: 0.5em; }
  .ActionInfoSection .ActionInfoSection-orgTitle {
    color: darkgray;
    margin-bottom: 0.5em; }
  .ActionInfoSection .ActionFormInfoLabel {
    font-size: 1.1em;
    color: #5C5C5C; }
    .ActionInfoSection .ActionFormInfoLabel.showNeed {
      font-size: 1em;
      color: inherit; }
  .ActionInfoSection .ActionInfoSection-infoText p {
    line-height: 1.6em; }
  .ActionInfoSection a .ActionFormInfoLabel:after {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: gainsboro; }
  .ActionInfoSection a .ActionFormInfoLabel:hover {
    color: #ee323e; }
    .ActionInfoSection a .ActionFormInfoLabel:hover:after {
      color: darkgray; }
  .ActionInfoSection .ResponseWidget {
    font-size: 1.3em;
    left: 0;
    right: 0;
    top: 2em;
    text-align: center;
    z-index: 99; }
    .ActionInfoSection .ResponseWidget button {
      padding: 0 2.5em !important;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      transition: all 250ms;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      .ActionInfoSection .ResponseWidget button:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        transform: translateY(-2px); }
    .ActionInfoSection .ResponseWidget span {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 0.5em 1em;
      border-radius: 30em; }
  .ActionInfoSection .ActionMap {
    height: 40%;
    z-index: 98;
    bottom: 0; }
  .ActionInfoSection .ActionInfoSection-closeButton {
    position: absolute;
    right: 0;
    top: 4em;
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #acacac;
    border-color: #929292;
    color: #FFF;
    padding-left: 1.5em;
    border-radius: 3em 0 0 3em;
    padding: 0 0.5em 0 1em !important; }
    .ActionInfoSection .ActionInfoSection-closeButton:hover {
      background-color: #9f9f9f;
      border-color: #929292; }
    .ActionInfoSection .ActionInfoSection-closeButton:focus {
      border-color: #989898;
      background-color: #989898; }
    .ActionInfoSection .ActionInfoSection-closeButton.selected {
      border-color: #989898;
      background-color: #989898; }
    .ActionInfoSection .ActionInfoSection-closeButton:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      line-height: 0;
      height: 0; }
    .ActionInfoSection .ActionInfoSection-closeButton:before {
      font-size: 2em;
      line-height: 1.6;
      height: 1.6em; }

.MultiActionFormItem {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  clear: both; }
  .MultiActionFormItem:hover {
    background-color: #f7f7f7;
    cursor: pointer; }
    .MultiActionFormItem:hover div.ActionFormInfoLabel:after {
      color: gray; }
  .MultiActionFormItem div:first-child {
    padding: 1em 0; }
  .MultiActionFormItem div {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left; }
    .MultiActionFormItem div.ActionFormInfoLabel:after {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      margin-left: 0.5em;
      color: #cccccc; }
    .MultiActionFormItem div.ResponseWidget {
      margin-bottom: 0;
      padding-right: 1.5em;
      text-align: right; }
    .MultiActionFormItem div .ResponseWidget-button {
      position: absolute;
      right: 0; }

.MultiLocationActionForm .MultiLocationActionForm-locationsLink {
  text-decoration: underline;
  cursor: pointer;
  padding: 0.25em 0; }
  .MultiLocationActionForm .MultiLocationActionForm-locationsLink:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: #8f8f8f; }

.MultiLocationActionForm-info {
  position: relative;
  color: darkgray;
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  transition: max-height 0.5s; }
  .MultiLocationActionForm-info:after {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    color: gainsboro; }

.MultiShiftActionForm-info {
  position: relative;
  color: darkgray;
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  transition: max-height 0.5s; }
  .MultiShiftActionForm-info:after {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    color: gainsboro; }

.ResponseWidget {
  color: #ee323e;
  width: 100%;
  margin-bottom: 1em; }
  .ResponseWidget .Button.ResponseWidget-button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF;
    text-align: center;
    padding-left: 1.2em;
    padding-right: 1.2em; }
    .ResponseWidget .Button.ResponseWidget-button:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .ResponseWidget .Button.ResponseWidget-button:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .ResponseWidget .Button.ResponseWidget-button.selected {
      border-color: #e71321;
      background-color: #e71321; }
    .ResponseWidget .Button.ResponseWidget-button:focus {
      outline: none; }
    .ResponseWidget .Button.ResponseWidget-button.signedUp {
      display: inline-block;
      padding: 0 2.5em;
      border-width: 0;
      border-radius: 3em;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 3em;
      cursor: pointer;
      background-color: #acacac;
      border-color: #929292;
      color: #FFF;
      padding-left: 1.2em;
      padding-right: 1.2em; }
      .ResponseWidget .Button.ResponseWidget-button.signedUp:hover {
        background-color: #9f9f9f;
        border-color: #929292; }
      .ResponseWidget .Button.ResponseWidget-button.signedUp:focus {
        border-color: #989898;
        background-color: #989898; }
      .ResponseWidget .Button.ResponseWidget-button.signedUp.selected {
        border-color: #989898;
        background-color: #989898; }
  .ResponseWidget span {
    color: #8f8f8f; }
  .ResponseWidget > span {
    display: inline-block;
    text-align: center;
    font-size: 1.1em;
    margin-left: -0.5em; }
    .ResponseWidget > span:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #ee323e;
      font-size: 1.2em; }

.SingleActionForm .SingleActionForm-title {
  margin: 0.5em 0 0.2em;
  font-size: 1.2em; }

.SingleActionForm .SingleActionForm-location, .SingleActionForm .SingleActionForm-time {
  font-size: 0.9em;
  color: #8f8f8f;
  margin-bottom: 0.2em; }

.SingleActionForm .SingleActionForm-location:before {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: ""; }

.SingleActionForm .SingleActionForm-time:before {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: ""; }

.SingleActionForm .SingleActionForm-info {
  position: relative;
  color: darkgray;
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  transition: max-height 0.5s;
  margin-right: 1.5em; }
  .SingleActionForm .SingleActionForm-info:after {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    color: gainsboro; }

.SingleActionForm .SingleActionForm-buttons {
  position: relative;
  width: 100%;
  height: 3em;
  margin: 1em 0; }
  .SingleActionForm .SingleActionForm-buttons > * {
    position: absolute;
    width: 47%; }
  .SingleActionForm .SingleActionForm-buttons > *:first-child {
    left: 0; }
  .SingleActionForm .SingleActionForm-buttons > *:last-child {
    right: 0; }
    .SingleActionForm .SingleActionForm-buttons > *:last-child * {
      width: 100%; }

.SingleActionForm .Button.SingleActionForm-infoButton {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: white;
  border-color: #e6e6e6;
  color: inherit;
  padding-left: 1.5em;
  padding: 0 1.2em;
  border: 1px solid #d9d9d9;
  padding-left: 1.2em;
  padding-right: 1.2em; }
  .SingleActionForm .Button.SingleActionForm-infoButton:hover {
    background-color: #f2f2f2;
    border-color: #e6e6e6; }
  .SingleActionForm .Button.SingleActionForm-infoButton:focus {
    border-color: #ececec;
    background-color: #ececec; }
  .SingleActionForm .Button.SingleActionForm-infoButton.selected {
    border-color: #ececec;
    background-color: #ececec; }
  .SingleActionForm .Button.SingleActionForm-infoButton:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    line-height: 0;
    height: 0; }
  .SingleActionForm .Button.SingleActionForm-infoButton:focus {
    outline: none; }

.SingleActionForm .SingleActionForm .ResponseWidget {
  right: 1em; }

.SingleActionForm .SingleActionForm-toggleExpandButton {
  bottom: 0;
  margin-top: 0.5em;
  margin-left: calc(50% - 1em); }

.SingleActionForm .SingleActionForm.contracted:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3em;
  width: 40%;
  height: 1.5em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

.SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton {
  width: 3em;
  height: 3em;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
  background-color: #fbfbfb;
  border-color: #e1e1e1;
  color: inherit; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton:hover {
    background-color: #f3f3f3;
    border-color: #ebebeb; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton:focus {
    border-color: #efefef;
    background-color: #efefef; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton.selected {
    border-color: #efefef;
    background-color: #efefef; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    line-height: 0.5em;
    height: 0; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton:focus {
    outline: none; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.SingleActionForm .SingleActionForm.expanded .SingleActionForm-info {
  max-height: 25em; }

.SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton {
  width: 3em;
  height: 3em;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
  background-color: #fbfbfb;
  border-color: #e1e1e1;
  color: inherit; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton:hover {
    background-color: #f3f3f3;
    border-color: #ebebeb; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton:focus {
    border-color: #efefef;
    background-color: #efefef; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton.selected {
    border-color: #efefef;
    background-color: #efefef; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    line-height: 0.5em;
    height: 0; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton:focus {
    outline: none; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.CampaignCalendar {
  margin-top: 2em; }
  .CampaignCalendar:after {
    content: "";
    display: block;
    clear: both; }

.CampaignCalendar-nav {
  display: flex;
  margin: 0 0 0.8em; }
  .CampaignCalendar-nav .CampaignCalendar-navPrev a:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .CampaignCalendar-nav .CampaignCalendar-navCurrent {
    flex-grow: 1;
    text-align: center; }
  .CampaignCalendar-nav .CampaignCalendar-navNext {
    text-align: right; }
    .CampaignCalendar-nav .CampaignCalendar-navNext a:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
  .CampaignCalendar-nav .CampaignCalendar-navPrev,
  .CampaignCalendar-nav .CampaignCalendar-navNext {
    width: 3em;
    padding: 0 0.5em; }
    .CampaignCalendar-nav .CampaignCalendar-navPrev a,
    .CampaignCalendar-nav .CampaignCalendar-navNext a {
      cursor: pointer;
      display: block;
      color: #8f8f8f; }
      .CampaignCalendar-nav .CampaignCalendar-navPrev a:hover,
      .CampaignCalendar-nav .CampaignCalendar-navNext a:hover {
        color: #ee323e; }

.CampaignCalendar-header ul {
  list-style: none;
  padding-left: 8%;
  margin: 0 0 0.5em 0; }

.CampaignCalendar-header li {
  display: inline-block;
  width: 14%;
  text-align: center;
  font-size: 0.8em;
  color: darkgray; }

.CampaignCalendarDay {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 14%;
  height: 0;
  padding-bottom: 14%;
  border-right: 1px solid #f2f2f2;
  position: relative;
  background-color: #f7f7f7; }
  .CampaignCalendarDay.isSelectedMonth {
    background-color: white; }
  .CampaignCalendarDay .CampaignCalendarDay-link {
    position: absolute;
    display: block;
    transition: all 0.5s;
    border-radius: 50%;
    height: 80%;
    width: 80%;
    margin: 9%;
    text-align: center;
    line-height: 2.2em;
    font-size: 70%;
    text-decoration: none;
    color: #8f8f8f;
    letter-spacing: 1px; }
    .CampaignCalendarDay .CampaignCalendarDay-link:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .CampaignCalendarDay.hasActions .CampaignCalendarDay-link {
    text-decoration: underline;
    color: #5c5c5c; }
  .CampaignCalendarDay.hasResponses .CampaignCalendarDay-link {
    background-color: #fcfcfc;
    border: 2px solid #ee323e; }
  .CampaignCalendarDay.hasResponses:hover .CampaignCalendarDay-link {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    z-index: 999;
    position: absolute;
    width: 110%;
    height: 110%;
    margin-left: -5%;
    margin-top: -5%;
    transition: all 0.2s;
    line-height: 3em; }
  .CampaignCalendarDay.hasBookings .CampaignCalendarDay-link {
    background-color: #ee323e;
    color: white; }

.CampaignCalendarWeek {
  clear: left;
  width: 100%; }

.CampaignCalendarWeek-number {
  float: left;
  font-size: 0.8em;
  line-height: 3em;
  color: darkgray;
  width: 8%;
  height: 0;
  padding-bottom: 13%; }

.CampaignCalendarWeek-days {
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  width: 92%; }

.ActionFilterModal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 2em;
  background-color: white;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  animation: ActionFilterModal-enter 0.5s; }
  @media only screen and (min-width: 1024px) {
    .ActionFilterModal {
      padding: 2em 30%; } }
  .ActionFilterModal h2 {
    text-align: center; }
    .ActionFilterModal h2:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
  .ActionFilterModal ul {
    padding: 0 0 6em; }
  .ActionFilterModal li {
    list-style: none; }
  .ActionFilterModal .ActionFilterModal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
    text-align: center; }
    .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn {
      display: inline-block;
      padding: 0 2.5em;
      border-width: 0;
      border-radius: 3em;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 3em;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #db121f;
      color: #FFF;
      padding-left: 1.5em;
      font-size: 1.2em;
      right: 0; }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn:hover {
        background-color: #ec1a28;
        border-color: #db121f; }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn:focus {
        border-color: #e71321;
        background-color: #e71321; }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn.selected {
        border-color: #e71321;
        background-color: #e71321; }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn:before {
        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;
        text-align: center;
        height: 1.6em;
        width: 1.6em;
        line-height: 1.6;
        margin-right: .2em;
        content: "";
        line-height: 0;
        height: 0; }
  .ActionFilterModal .ActionFilterModal-resetBtn.Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: white;
    border-color: #e6e6e6;
    color: inherit;
    padding-left: 1.5em;
    border: 1px solid #eee; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button:hover {
      background-color: #f2f2f2;
      border-color: #e6e6e6; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button:focus {
      border-color: #ececec;
      background-color: #ececec; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button.selected {
      border-color: #ececec;
      background-color: #ececec; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      line-height: 0;
      height: 0; }

@keyframes ActionFilterModal-enter {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ActionFilterSummary {
  padding: 1em 2em;
  text-align: center; }
  @media (min-width: 720px) {
    .ActionFilterSummary {
      margin: 2em -0.5em; } }
  @media only screen and (min-width: 1024px) {
    .ActionFilterSummary {
      font-size: 0.9em;
      padding: 1em; } }
  .ActionFilterSummary:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    font-size: 1.8em;
    display: inline-block;
    width: 20%;
    margin: 0;
    vertical-align: middle; }
  .ActionFilterSummary.active:before {
    color: #ee323e; }
  .ActionFilterSummary p {
    display: inline-block;
    width: 80%;
    text-align: left;
    vertical-align: middle; }
  .ActionFilterSummary .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF;
    outline: none; }
    .ActionFilterSummary .Button:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .ActionFilterSummary .Button:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .ActionFilterSummary .Button.selected {
      border-color: #e71321;
      background-color: #e71321; }
  .ActionFilterSummary.active .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: white;
    border-color: #e6e6e6;
    color: inherit;
    padding-left: 1.5em;
    border: 1px solid #d9d9d9; }
    .ActionFilterSummary.active .Button:hover {
      background-color: #f2f2f2;
      border-color: #e6e6e6; }
    .ActionFilterSummary.active .Button:focus {
      border-color: #ececec;
      background-color: #ececec; }
    .ActionFilterSummary.active .Button.selected {
      border-color: #ececec;
      background-color: #ececec; }
    .ActionFilterSummary.active .Button:before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      line-height: 0;
      height: 0; }

.ActionFilterToggle {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #eee; }
  .ActionFilterToggle:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    position: absolute;
    color: #e8e8e8; }
  .ActionFilterToggle span {
    display: block;
    margin-left: 30px;
    line-height: 1em;
    margin-bottom: 0.5em; }
    @media (min-width: 480px) {
      .ActionFilterToggle span {
        display: inline-block; } }
    @media (min-width: 480px) {
      .ActionFilterToggle span:first-child {
        margin-top: 0.3em; } }
    .ActionFilterToggle span:last-child {
      font-size: 0.9em;
      margin-bottom: 0;
      color: #8f8f8f; }
      @media (min-width: 480px) {
        .ActionFilterToggle span:last-child {
          position: absolute;
          right: 1em; } }
  .ActionFilterToggle:hover {
    cursor: pointer;
    background-color: #fbfbfb; }
    .ActionFilterToggle:hover:before {
      color: darkgray; }
  .ActionFilterToggle.selected:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: #ee323e; }
  .ActionFilterToggle.selected span:first-child {
    text-decoration: underline; }

.UserMenu {
  position: relative;
  float: right;
  color: #ee323e; }
  .UserMenu .UserMenu-user {
    position: relative;
    border-radius: 3em;
    color: #ee323e;
    cursor: pointer;
    z-index: 2;
    max-width: 3em;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s ease-in-out; }
    .UserMenu .UserMenu-user:hover {
      background-color: #f8f8f8; }
    @media (min-width: 720px) {
      .UserMenu .UserMenu-user {
        max-width: 100%;
        transition: max-width 0.2s ease-in-out; } }
  .UserMenu .UserMenu-avatar {
    display: inline-block;
    margin-right: .5em;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #ee323e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle; }
  .UserMenu .UserMenu-name {
    display: inline;
    vertical-align: middle; }
    .UserMenu .UserMenu-name::after {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: "";
      color: #acacac;
      transition: transform 0.16667s ease-out;
      transform-origin: center 45%; }
  .UserMenu .UserMenu-dropDown {
    display: none;
    position: absolute;
    width: 12em;
    right: 0;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 2px;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #5C5C5C;
    list-style: none;
    background-color: #FFF; }
    @media (min-width: 720px) {
      .UserMenu .UserMenu-dropDown {
        width: 100%;
        left: 0;
        top: 50%;
        margin: 0;
        padding: 2em 0.5em 0.5em; } }
    .UserMenu .UserMenu-dropDown a {
      color: inherit;
      text-decoration: none; }
      .UserMenu .UserMenu-dropDown a:hover {
        color: #ee323e; }
  .UserMenu.expanded .UserMenu-user {
    background-color: #f8f8f8; }
  .UserMenu.expanded .UserMenu-name::after {
    transform: rotateZ(180deg); }
  .UserMenu.expanded .UserMenu-dropDown {
    display: block; }
  @media (min-width: 720px) {
    .UserMenu:hover .UserMenu-user {
      background-color: #f8f8f8; }
    .UserMenu:hover .UserMenu-name::after {
      transform: rotateZ(180deg); }
    .UserMenu:hover .UserMenu-dropDown {
      display: block; } }
  .UserMenu .UserMenu-logout:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }
  .UserMenu .UserMenu-settings:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: ""; }

.OptionsWidget ul {
  padding: 0; }

.OptionsWidget li {
  list-style-type: none;
  margin: 0.5em 0; }
  .OptionsWidget li label {
    margin: 0 1em; }

.TextWidget textarea, .TextWidget input[type=text] {
  font-size: 1.0em;
  line-height: 1.5em;
  width: 100%;
  padding: 0.1em 0.4em;
  border: 1px solid #acacac; }

.TextWidget textarea {
  min-height: 5em; }

.DashboardHero {
  font-size: 0.9em;
  position: relative;
  background-color: #ed1c55;
  background: linear-gradient(to bottom right, #f47b9c, #f69382); }
  @media (min-width: 720px) {
    .DashboardHero {
      font-size: 1em; } }
  @media only screen and (min-width: 1024px) {
    .DashboardHero {
      height: 600px; } }
  .DashboardHero .DashboardHero-greeting {
    font-size: 0.9em;
    width: 83.33333%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 8.33333%;
    padding-top: 20px; }
    .DashboardHero .DashboardHero-greeting.fluid {
      width: 83.33333%; }
    @media (min-width: 720px) {
      .DashboardHero .DashboardHero-greeting {
        font-size: 0.9em;
        width: 50%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 50px; }
        .DashboardHero .DashboardHero-greeting.fluid {
          width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .DashboardHero .DashboardHero-greeting {
        font-size: 1em;
        width: 41.66667%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-left: 8.33333%;
        padding-top: 100px; }
        .DashboardHero .DashboardHero-greeting.fluid {
          width: 41.66667%; } }
    .DashboardHero .DashboardHero-greeting, .DashboardHero .DashboardHero-greeting h1 {
      color: #FFF; }
    .DashboardHero .DashboardHero-greeting p {
      font-size: 1.2em; }
    .DashboardHero .DashboardHero-greeting .Button {
      display: inline-block;
      padding: 0 2.5em;
      border-width: 0;
      border-radius: 3em;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 3em;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #db121f;
      color: #FFF; }
      .DashboardHero .DashboardHero-greeting .Button:hover {
        background-color: #ec1a28;
        border-color: #db121f; }
      .DashboardHero .DashboardHero-greeting .Button:focus {
        border-color: #e71321;
        background-color: #e71321; }
      .DashboardHero .DashboardHero-greeting .Button.selected {
        border-color: #e71321;
        background-color: #e71321; }

.DashboardMenu {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  margin-top: 1em;
  background-color: white; }
  .DashboardMenu.fluid {
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    .DashboardMenu {
      width: 75%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      position: absolute;
      margin-top: 0;
      right: 0;
      bottom: 0; }
      .DashboardMenu.fluid {
        width: 75%; } }
  .DashboardMenu .DashboardMenu-items {
    width: 100%;
    margin: 0;
    padding: 1em 0em; }
    @media (min-width: 720px) {
      .DashboardMenu .DashboardMenu-items {
        padding: 0em; } }
    @media only screen and (min-width: 1024px) {
      .DashboardMenu .DashboardMenu-items {
        padding: 1em; } }

.DashboardMenuItem {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 70px;
  list-style: none;
  margin: 0;
  transition: all 0.2s ease-out; }
  .DashboardMenuItem.fluid {
    width: 100%; }
  @media (min-width: 480px) {
    .DashboardMenuItem {
      width: 50%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      min-width: auto; }
      .DashboardMenuItem.fluid {
        width: 50%; } }
  @media (min-width: 720px) {
    .DashboardMenuItem {
      width: 25%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      height: 80px;
      min-width: 245px; }
      .DashboardMenuItem.fluid {
        width: 25%; } }
  .DashboardMenuItem:hover, .DashboardMenuItem.selected {
    background-color: #f2f2f2;
    cursor: pointer; }
  .DashboardMenuItem.disabled {
    opacity: 0.8; }
    .DashboardMenuItem.disabled:hover {
      background-color: inherit;
      cursor: default; }
  .DashboardMenuItem a {
    color: inherit; }
  .DashboardMenuItem .DashboardMenuItem-icon {
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    width: 25%;
    height: 100%;
    float: left;
    color: #ee323e; }
    .DashboardMenuItem .DashboardMenuItem-icon:before {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      text-align: center;
      line-height: 80px;
      font-size: 1em;
      font-family: 'FontAwesome'; }
      @media (min-width: 720px) {
        .DashboardMenuItem .DashboardMenuItem-icon:before {
          line-height: 80px; } }
  .DashboardMenuItem .DashboardMenuItem-info {
    position: relative;
    display: inline-block;
    width: 75%;
    height: 100%;
    float: left; }
  .DashboardMenuItem .DashboardMenuItem-infoTitle {
    position: absolute;
    display: inline-block;
    font-size: 1.0em;
    line-height: 100%;
    top: 25%;
    right: 0;
    width: 100%; }
  .DashboardMenuItem .DashboardMenuItem-infoSub {
    position: absolute;
    display: inline-block;
    font-size: 0.7em;
    right: 0;
    bottom: 25%;
    width: 100%;
    color: #828282; }
  .DashboardMenuItem.campaign .DashboardMenuItem-icon:before {
    content: ""; }
  .DashboardMenuItem.groups .DashboardMenuItem-icon:before {
    content: ""; }
  .DashboardMenuItem.calls .DashboardMenuItem-icon:before {
    content: ""; }
  .DashboardMenuItem.orgs .DashboardMenuItem-icon:before {
    content: ""; }
  .DashboardMenuItem.surveys .DashboardMenuItem-icon:before {
    content: ""; }

.ConnectInfo {
  padding: 4em 1em;
  text-align: center;
  font-size: 1.1667em; }
  .ConnectInfo h2, .ConnectInfo h3, .ConnectInfo h4 {
    color: inherit; }
  .ConnectInfo h2 {
    font-size: 1.8em;
    margin: 0 0 0.25em; }
  .ConnectInfo h3 {
    font-size: 1.1em;
    margin: 0 0 1.5em;
    font-weight: 300; }
  .ConnectInfo h4 {
    font-size: 1em;
    margin: 0; }
  .ConnectInfo p {
    line-height: 1.5; }
  @media only screen and (min-width: 720px) {
    .ConnectInfo h2 {
      font-size: 2.25em; }
    .ConnectInfo h3 {
      font-size: 1.3em; }
    .ConnectInfo h4 {
      font-size: 1.1em; } }
  .ConnectInfo p {
    margin: 1em auto;
    max-width: 30em; }
  .ConnectInfo a {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ef4123;
    border-color: #d02b0f;
    color: #FFF;
    background: linear-gradient(to right, #ef4123, #ed1c55);
    font-size: 14px;
    font-weight: 300;
    font-family: azo-sans-web, sans-serif;
    margin-top: 1em; }
    .ConnectInfo a:hover {
      background-color: #e83011;
      border-color: #d02b0f; }
    .ConnectInfo a:focus {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .ConnectInfo a.selected {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .ConnectInfo a:hover {
      filter: brightness(110%); }
    .ConnectInfo a:active {
      filter: brightness(130%); }
    .ConnectInfo a:focus {
      outline: none; }
    @media (min-width: 720px) {
      .ConnectInfo a {
        font-size: 1.4vmax; } }
    @media only screen and (min-width: 1024px) {
      .ConnectInfo a {
        font-size: 0.9em; } }

.FoundationIntro {
  padding: 4em 1em;
  text-align: center;
  font-size: 1.1667em; }
  .FoundationIntro h2, .FoundationIntro h3, .FoundationIntro h4 {
    color: inherit; }
  .FoundationIntro h2 {
    font-size: 1.8em;
    margin: 0 0 0.25em; }
  .FoundationIntro h3 {
    font-size: 1.1em;
    margin: 0 0 1.5em;
    font-weight: 300; }
  .FoundationIntro h4 {
    font-size: 1em;
    margin: 0; }
  .FoundationIntro p {
    line-height: 1.5; }
  @media only screen and (min-width: 720px) {
    .FoundationIntro h2 {
      font-size: 2.25em; }
    .FoundationIntro h3 {
      font-size: 1.3em; }
    .FoundationIntro h4 {
      font-size: 1.1em; } }
  .FoundationIntro p {
    margin: 1em auto;
    max-width: 30em; }
  .FoundationIntro a {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ef4123;
    border-color: #d02b0f;
    color: #FFF;
    background: linear-gradient(to right, #ef4123, #ed1c55);
    font-size: 14px;
    font-weight: 300;
    font-family: azo-sans-web, sans-serif;
    margin-top: 1em; }
    .FoundationIntro a:hover {
      background-color: #e83011;
      border-color: #d02b0f; }
    .FoundationIntro a:focus {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .FoundationIntro a.selected {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .FoundationIntro a:hover {
      filter: brightness(110%); }
    .FoundationIntro a:active {
      filter: brightness(130%); }
    .FoundationIntro a:focus {
      outline: none; }
    @media (min-width: 720px) {
      .FoundationIntro a {
        font-size: 1.4vmax; } }
    @media only screen and (min-width: 1024px) {
      .FoundationIntro a {
        font-size: 0.9em; } }

.SignUpSplash {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .SignUpSplash {
      align-items: stretch;
      display: flex;
      flex: 1 1 0%;
      flex-direction: row;
      margin: 0px;
      padding: 0px;
      position: relative;
      min-height: 600px;
      min-width: 0px;
      justify-content: center; } }
  .SignUpSplash .SignUpSplash-content {
    flex: 1;
    order: 2;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      .SignUpSplash .SignUpSplash-content {
        position: relative;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
        order: 1;
        align-items: stretch;
        flex-direction: column;
        justify-content: space-between;
        width: 445px;
        min-height: 100vh;
        max-width: 100%;
        min-width: 445px;
        margin: 0px;
        padding: 40px 40px 0px;
        background: white; } }
    .SignUpSplash .SignUpSplash-content .SignUpSplash-contentLogo {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-content .SignUpSplash-contentLogo {
          display: block;
          margin: 2em auto;
          width: 100%;
          height: 145px;
          background: url(/static/images/z-logo.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; } }
    .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated {
      flex: 1;
      margin-top: 2em; }
      .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated h2 {
        font-size: 1.5em;
        text-align: center; }
      .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .UserContinueButton {
        text-align: center;
        float: none; }
        .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .UserContinueButton .UserMenu {
          float: none;
          display: block; }
          .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .UserContinueButton .UserMenu .UserMenu-user {
            max-width: 100%; }
        .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .UserContinueButton .UserContinueButton-button {
          margin: 1em 0; }
      .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .SignUpSplash-avatar {
        width: 100px;
        height: 100px;
        margin: 0 auto 1em;
        border-radius: 20em;
        background-size: contain;
        background-repeat: no-repeat; }
      .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated h1 {
        font-size: 1.5em;
        text-align: center; }
      .SignUpSplash .SignUpSplash-content .SignUpSplash-authenticated .SignUpSplash-logoutLink {
        display: block;
        width: 100%;
        text-align: center; }
    .SignUpSplash .SignUpSplash-content .SignUpForm {
      flex: 1;
      padding: 2em 1em; }
      @media (min-width: 720px) {
        .SignUpSplash .SignUpSplash-content .SignUpForm {
          max-width: 645px;
          margin: 0 auto; } }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-content .SignUpForm {
          padding: 0;
          margin-top: 5em; }
          .SignUpSplash .SignUpSplash-content .SignUpForm.focused {
            margin-top: 0; } }
    .SignUpSplash .SignUpSplash-content .SignUpForm-done {
      flex: 1;
      padding: 2em 1em;
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-content .SignUpForm-done {
          padding: 0;
          margin-top: 4em; } }
    .SignUpSplash .SignUpSplash-content .LoadingIndicator {
      flex: 1;
      font-size: 2em;
      padding: 2em 0;
      margin: 0; }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-content .LoadingIndicator {
          margin: 2em 0; } }
  .SignUpSplash .SignUpSplash-background {
    flex: 1;
    order: 1;
    background: url(/static/images/cover.jpg) 40% 0%/cover no-repeat; }
    @media only screen and (min-width: 1024px) {
      .SignUpSplash .SignUpSplash-background {
        position: relative;
        display: flex;
        flex-grow: 2;
        flex-shrink: 1;
        flex-basis: auto;
        order: 1;
        flex-direction: column;
        align-items: stretch;
        min-height: 600px;
        min-width: 0px;
        margin: 0px;
        padding: 0px;
        background-position: 60% 0%; } }
    .SignUpSplash .SignUpSplash-background .Header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 82px; }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-background .Header {
          height: inherit; } }
      .SignUpSplash .SignUpSplash-background .Header .Logo {
        height: 50px;
        width: 50px;
        margin: 3px 0 0 10px; }
        @media only screen and (min-width: 1024px) {
          .SignUpSplash .SignUpSplash-background .Header .Logo {
            height: inherit;
            width: inherit; } }
      .SignUpSplash .SignUpSplash-background .Header .Logo .Logo-image {
        background-image: url("/static/images/logo-white.png");
        background-repeat: no-repeat; }
        @media only screen and (min-width: 1024px) {
          .SignUpSplash .SignUpSplash-background .Header .Logo .Logo-image {
            display: none; } }
      .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserMenu {
        display: none; }
      .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserContinueButton-wrongUser {
        display: none; }
      .SignUpSplash .SignUpSplash-background .Header .Header-nav .Header-loginButton, .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserContinueButton-button {
        display: inline-block;
        padding: 0 2.5em;
        border-width: 0;
        border-radius: 3em;
        text-decoration: none;
        font-family: franklin-gothic-urw, sans-serif;
        font-weight: 300;
        font-size: 1em;
        line-height: 3em;
        cursor: pointer;
        background-color: #ee323e;
        border-color: #db121f;
        color: #FFF; }
        .SignUpSplash .SignUpSplash-background .Header .Header-nav .Header-loginButton:hover, .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserContinueButton-button:hover {
          background-color: #ec1a28;
          border-color: #db121f; }
        .SignUpSplash .SignUpSplash-background .Header .Header-nav .Header-loginButton:focus, .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserContinueButton-button:focus {
          border-color: #e71321;
          background-color: #e71321; }
        .SignUpSplash .SignUpSplash-background .Header .Header-nav .Header-loginButton.selected, .SignUpSplash .SignUpSplash-background .Header .Header-nav .UserContinueButton-button.selected {
          border-color: #e71321;
          background-color: #e71321; }
    .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent {
      min-height: 60vh;
      background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%);
      position: relative;
      align-items: stretch;
      display: flex;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      flex-direction: column;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent {
          min-height: initial; } }
      @media only screen and (min-width: 1024px) {
        .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentTitle {
          align-items: stretch;
          display: flex;
          flex-basis: auto;
          flex-direction: column;
          flex-shrink: 0;
          height: 100%;
          justify-content: center; } }
      .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentTitle h1 {
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 150%;
        padding: 10%;
        text-align: center;
        color: white; }
        @media only screen and (min-width: 1024px) {
          .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentTitle h1 {
            position: relative;
            font-size: 300%;
            bottom: initial; } }
      .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentFooter {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentFooter {
            display: block;
            position: absolute;
            bottom: 2em;
            left: 0;
            right: 0;
            text-align: center;
            color: white; }
            .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentFooter:after {
              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;
              text-align: center;
              height: 1.6em;
              width: 1.6em;
              line-height: 1.6;
              margin-right: .2em;
              content: "";
              font-size: 1.5em; }
            .SignUpSplash .SignUpSplash-background .SignUpSplash-backgroundContent .SignUpSplash-backgroundContentFooter p {
              margin-bottom: 0.5em; } }

.ZetkinFeatures {
  padding: 4em 1em;
  text-align: center;
  font-size: 1.1667em;
  padding-bottom: 1em;
  margin: 0 0 3em;
  background-color: #f8f8f8; }
  .ZetkinFeatures h2, .ZetkinFeatures h3, .ZetkinFeatures h4 {
    color: inherit; }
  .ZetkinFeatures h2 {
    font-size: 1.8em;
    margin: 0 0 0.25em; }
  .ZetkinFeatures h3 {
    font-size: 1.1em;
    margin: 0 0 1.5em;
    font-weight: 300; }
  .ZetkinFeatures h4 {
    font-size: 1em;
    margin: 0; }
  .ZetkinFeatures p {
    line-height: 1.5; }
  @media only screen and (min-width: 720px) {
    .ZetkinFeatures h2 {
      font-size: 2.25em; }
    .ZetkinFeatures h3 {
      font-size: 1.3em; }
    .ZetkinFeatures h4 {
      font-size: 1.1em; } }
  .ZetkinFeatures a {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ef4123;
    border-color: #d02b0f;
    color: #FFF;
    background: linear-gradient(to right, #ef4123, #ed1c55);
    font-size: 14px;
    font-weight: 300;
    font-family: azo-sans-web, sans-serif;
    border: 2px solid;
    position: relative;
    top: 2.5em; }
    .ZetkinFeatures a:hover {
      background-color: #e83011;
      border-color: #d02b0f; }
    .ZetkinFeatures a:focus {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .ZetkinFeatures a.selected {
      border-color: #dc2e10;
      background-color: #dc2e10; }
    .ZetkinFeatures a:hover {
      filter: brightness(110%); }
    .ZetkinFeatures a:active {
      filter: brightness(130%); }
    .ZetkinFeatures a:focus {
      outline: none; }
    @media (min-width: 720px) {
      .ZetkinFeatures a {
        font-size: 1.4vmax; } }
    @media only screen and (min-width: 1024px) {
      .ZetkinFeatures a {
        font-size: 0.9em; } }
  .ZetkinFeatures .ZetkinFeatures-features {
    list-style: none;
    padding: 0;
    margin: 3em auto 0;
    max-width: 30em; }
  .ZetkinFeatures .ZetkinFeatures-feature {
    margin: 1em auto 2em;
    padding: 0 1.5em; }
  .ZetkinFeatures .ZetkinFeatures-featureIcon {
    display: inline-block;
    width: 70%;
    height: auto;
    margin: 0 0 0.5em 0; }
  .ZetkinFeatures .ZetkinFeatures-feature h4 {
    margin: 0.5em 0; }
  .ZetkinFeatures .ZetkinFeatures-feature p {
    margin: 0 auto;
    max-width: 25em;
    line-height: 1.5;
    font-size: 0.8em; }
  @media (min-width: 720px) {
    .ZetkinFeatures .ZetkinFeatures-features {
      max-width: 80em; }
      .ZetkinFeatures .ZetkinFeatures-features:after {
        content: "";
        display: block;
        clear: both; }
    .ZetkinFeatures .ZetkinFeatures-feature {
      width: 50%;
      display: inline-block; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(odd) {
      float: left;
      clear: both; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(even) {
      float: right; } }
  @media \0screen\,screen\9 {
    .ZetkinFeatures .ZetkinFeatures-features {
      max-width: 80em; }
      .ZetkinFeatures .ZetkinFeatures-features:after {
        content: "";
        display: block;
        clear: both; }
    .ZetkinFeatures .ZetkinFeatures-feature {
      width: 50%;
      display: inline-block; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(odd) {
      float: left;
      clear: both; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(even) {
      float: right; } }
  @media only screen and (min-width: 1024px) {
    .ZetkinFeatures .ZetkinFeatures-feature {
      width: 25%;
      float: left; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(odd) {
      float: left;
      clear: inherit; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(even) {
      float: left; } }
  @media \0screen\,screen\9 {
    .ZetkinFeatures .ZetkinFeatures-feature {
      width: 25%;
      float: left; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(odd) {
      float: left;
      clear: inherit; }
    .ZetkinFeatures .ZetkinFeatures-feature:nth-child(even) {
      float: left; } }

.ZetkinIntro {
  padding: 4em 1em;
  text-align: center;
  font-size: 1.1667em; }
  .ZetkinIntro h2, .ZetkinIntro h3, .ZetkinIntro h4 {
    color: inherit; }
  .ZetkinIntro h2 {
    font-size: 1.8em;
    margin: 0 0 0.25em; }
  .ZetkinIntro h3 {
    font-size: 1.1em;
    margin: 0 0 1.5em;
    font-weight: 300; }
  .ZetkinIntro h4 {
    font-size: 1em;
    margin: 0; }
  .ZetkinIntro p {
    line-height: 1.5; }
  @media only screen and (min-width: 720px) {
    .ZetkinIntro h2 {
      font-size: 2.25em; }
    .ZetkinIntro h3 {
      font-size: 1.3em; }
    .ZetkinIntro h4 {
      font-size: 1.1em; } }
  .ZetkinIntro > p {
    margin: 1em auto;
    max-width: 30em; }
  .ZetkinIntro .ZetkinIntro-highlights {
    list-style: none;
    padding: 0;
    margin: 2em auto 0;
    max-width: 40em;
    color: #797979; }
  .ZetkinIntro .ZetkinIntro-highlight {
    width: 90%;
    margin: 1em auto;
    text-align: center; }
    .ZetkinIntro .ZetkinIntro-highlight:nth-child(1):before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
    .ZetkinIntro .ZetkinIntro-highlight:nth-child(2):before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
    .ZetkinIntro .ZetkinIntro-highlight:nth-child(3):before {
      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;
      text-align: center;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6;
      margin-right: .2em;
      content: ""; }
  @media (min-width: 720px) {
    .ZetkinIntro .ZetkinIntro-highlight {
      display: inline-block;
      width: 33%; } }
  @media only screen and (min-width: 1024px) {
    .ZetkinIntro > p {
      max-width: 53em;
      column-count: 2;
      column-gap: 3em; } }

.ConnectLink {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #FFF;
  border-color: #e6e6e6;
  color: inherit;
  color: #ee323e; }
  .ConnectLink:hover {
    background-color: #f2f2f2;
    border-color: #e6e6e6; }
  .ConnectLink:focus {
    border-color: #ececec;
    background-color: #ececec; }
  .ConnectLink.selected {
    border-color: #ececec;
    background-color: #ececec; }

.ConnectLink-connected {
  line-height: 3; }

.OrgCard {
  text-align: center;
  color: #FFF;
  padding: 2em; }
  .OrgCard .OrgAvatar {
    width: 8em;
    margin: 0 auto;
    background-color: #FFF;
    border: 0.5em solid #FFF;
    border-radius: 50%;
    max-width: 100%;
    overflow: hidden; }
    .OrgCard .OrgAvatar img {
      display: block; }
  .OrgCard h1 {
    color: inherit;
    font-size: 1.8em; }
  @media only screen and (min-width: 1024px) {
    .OrgCard {
      color: #333;
      background-color: #fefefe;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      border-radius: 2px;
      position: absolute;
      width: calc((100% / 3) - 2.5em);
      margin: 0 1.25em;
      padding: 1.25em;
      top: 2.5em; }
      .OrgCard .OrgAvatar {
        width: 12em;
        border: none; } }

.OrgContent {
  max-width: 80em;
  margin: 0 auto; }
  .OrgContent .OrgContent-column {
    margin: 0 1.25em; }
    .OrgContent .OrgContent-column .SignUpForm {
      margin-top: 1em; }
    .OrgContent .OrgContent-column .SignUpForm-done {
      padding: 2em 1em;
      text-align: center; }
      @media (min-width: 720px) {
        .OrgContent .OrgContent-column .SignUpForm-done {
          padding: 0;
          margin-top: 1em; } }
    .OrgContent .OrgContent-column .LoadingIndicator {
      font-size: 2em;
      padding: 2em 0;
      margin: 0; }
      @media (min-width: 720px) {
        .OrgContent .OrgContent-column .LoadingIndicator {
          margin: 2em 0; } }
  .OrgContent .OrgContent-dashboardButton {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF; }
    .OrgContent .OrgContent-dashboardButton:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .OrgContent .OrgContent-dashboardButton:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .OrgContent .OrgContent-dashboardButton.selected {
      border-color: #e71321;
      background-color: #e71321; }
  @media (min-width: 720px) {
    .OrgContent {
      display: flex; }
      .OrgContent .OrgContent-column {
        flex: 1 0 0; } }
  @media only screen and (min-width: 1024px) {
    .OrgContent {
      justify-content: flex-start; }
      .OrgContent .OrgContent-column {
        max-width: calc((100% / 3) - 2.5em); }
      .OrgContent .OrgContent-column:first-child {
        margin-left: calc((100% / 3) + 1.25em); } }

.OrgContent-cta {
  text-align: center; }

.OrgPage .OrgPage-header {
  position: relative;
  background: linear-gradient(to right, #ef4123, #ed1c55);
  min-height: 20em; }

.OrgPage .OrgPage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/images/cover.jpg) center center no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1); }

.OrgPage .OrgPage-headerContainer {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 80em;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.OrgPage .OrgPage-bar {
  text-align: center;
  margin: 0 1.25em;
  padding: 0.5em 0;
  color: #FFF; }

@media only screen and (min-width: 1024px) {
  .OrgPage .OrgPage-image {
    height: calc(100% - 4em); }
  .OrgPage .OrgPage-headerContainer {
    min-height: 20em;
    background-color: transparent;
    position: relative; }
  .OrgPage .OrgPage-bar {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(((100% / 3) * 2) - 2.5em); } }

.OrgPage-notFound {
  margin: 0 auto;
  width: 96%;
  max-width: 600px; }

.AssignmentListItem h3 {
  font-size: 1em;
  margin: 0; }

.AssignmentListItem p {
  font-size: 0.8em;
  margin: 0.1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.4em;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.AssignmentListItem > a {
  float: right;
  font-size: 0.8em; }

.CallSectionPage.SectionPage .SectionPage-title h1:before {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: "";
  color: #ee323e; }

.CallSectionPage .CallSectionPage-assignments {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .CallSectionPage .CallSectionPage-assignments.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .CallSectionPage .CallSectionPage-assignments {
      width: 50%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .CallSectionPage .CallSectionPage-assignments.fluid {
        width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .CallSectionPage .CallSectionPage-assignments {
      width: 25%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 8.33333%; }
      .CallSectionPage .CallSectionPage-assignments.fluid {
        width: 25%; } }

.CallSectionPage ul {
  padding: 0; }
  .CallSectionPage ul li {
    list-style: none;
    padding: 0.3em 0; }

.CallSectionPage .Button {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ee323e;
  border-color: #db121f;
  color: #FFF; }
  .CallSectionPage .Button:hover {
    background-color: #ec1a28;
    border-color: #db121f; }
  .CallSectionPage .Button:focus {
    border-color: #e71321;
    background-color: #e71321; }
  .CallSectionPage .Button.selected {
    border-color: #e71321;
    background-color: #e71321; }

.CampaignSectionPage.SectionPage .SectionPage-title h1:before {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: ""; }

.CampaignSectionPage .CampaignSectionPage-guide,
.CampaignSectionPage .CampaignSectionPage-campaigns {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .CampaignSectionPage .CampaignSectionPage-guide.fluid,
  .CampaignSectionPage .CampaignSectionPage-campaigns.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .CampaignSectionPage .CampaignSectionPage-guide,
    .CampaignSectionPage .CampaignSectionPage-campaigns {
      width: 50%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .CampaignSectionPage .CampaignSectionPage-guide.fluid,
      .CampaignSectionPage .CampaignSectionPage-campaigns.fluid {
        width: 50%; } }
  .CampaignSectionPage .CampaignSectionPage-guide ul,
  .CampaignSectionPage .CampaignSectionPage-campaigns ul {
    padding: 0; }
    .CampaignSectionPage .CampaignSectionPage-guide ul li,
    .CampaignSectionPage .CampaignSectionPage-campaigns ul li {
      list-style: none;
      padding: 0.3em 0; }

.CampaignSectionPage .CampaignSectionPage-guide {
  font-size: 1.1em;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 2em;
  color: #8f8f8f; }
  @media only screen and (min-width: 1024px) {
    .CampaignSectionPage .CampaignSectionPage-guide {
      width: 33.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 8.33333%; }
      .CampaignSectionPage .CampaignSectionPage-guide.fluid {
        width: 33.33333%; } }
  .CampaignSectionPage .CampaignSectionPage-guide:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    display: inline-block;
    font-size: 2.5em;
    width: 20%;
    margin: 0;
    color: #ee323e;
    vertical-align: middle; }
  .CampaignSectionPage .CampaignSectionPage-guide:after {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    position: absolute;
    font-size: 2em;
    left: 0;
    right: 0;
    bottom: -1.1em;
    width: 100%;
    color: #cccccc; }
  .CampaignSectionPage .CampaignSectionPage-guide p {
    display: inline-block;
    width: 80%;
    margin: 0;
    padding-left: 0.5em;
    vertical-align: middle; }

@media only screen and (min-width: 1024px) {
  .CampaignSectionPage .CampaignSectionPage-campaigns {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 8.33333%; }
    .CampaignSectionPage .CampaignSectionPage-campaigns.fluid {
      width: 25%; } }

.CampaignSectionPage .CampaignTabs {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }
  .CampaignSectionPage .CampaignTabs ul {
    padding: 0;
    margin: 0; }
    .CampaignSectionPage .CampaignTabs ul li {
      position: relative;
      display: inline-block;
      font-size: 0.9em;
      list-style: none;
      width: 49%;
      margin: 0;
      padding: 0.5em 0;
      vertical-align: bottom;
      border: 1px solid #e6e6e6;
      border-bottom: none;
      border-radius: 4px 4px 0 0;
      background-color: #f2f2f2;
      cursor: pointer; }
      .CampaignSectionPage .CampaignTabs ul li:first-child {
        margin-right: 1%; }
      @media only screen and (min-width: 1024px) {
        .CampaignSectionPage .CampaignTabs ul li {
          font-size: 1em;
          margin: 0 1em;
          padding: 1em 2em;
          width: auto; }
          .CampaignSectionPage .CampaignTabs ul li:first-child {
            margin-right: inherit; } }
      .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-planned:before {
        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;
        text-align: center;
        height: 1.6em;
        width: 1.6em;
        line-height: 1.6;
        margin-right: .2em;
        content: ""; }
      .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-signed:before {
        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;
        text-align: center;
        height: 1.6em;
        width: 1.6em;
        line-height: 1.6;
        margin-right: .2em;
        content: ""; }
      .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-planned:before, .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-signed:before {
        display: block;
        font-size: 1.5em;
        margin: auto;
        color: #ee323e; }
        @media only screen and (min-width: 1024px) {
          .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-planned:before, .CampaignSectionPage .CampaignTabs ul li.CampaignTabs-signed:before {
            display: inherit;
            margin: 0;
            margin-right: 0.2em; } }
      .CampaignSectionPage .CampaignTabs ul li:hover {
        background-color: whitesmoke; }
      .CampaignSectionPage .CampaignTabs ul li.active {
        background-color: white;
        padding: 0.7em 0; }
        @media only screen and (min-width: 1024px) {
          .CampaignSectionPage .CampaignTabs ul li.active {
            padding: 1.2em 2.2em; } }
        .CampaignSectionPage .CampaignTabs ul li.active:after {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 2px;
          background-color: white; }

.OrgSectionPage.SectionPage .SectionPage-title h1:before {
  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;
  text-align: center;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6;
  margin-right: .2em;
  content: "";
  color: #ee323e; }

.OrgSectionPage .OrgSectionPage-connected,
.OrgSectionPage .OrgSectionPage-find {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .OrgSectionPage .OrgSectionPage-connected.fluid,
  .OrgSectionPage .OrgSectionPage-find.fluid {
    width: 100%; }
  @media (min-width: 720px) {
    .OrgSectionPage .OrgSectionPage-connected,
    .OrgSectionPage .OrgSectionPage-find {
      width: 50%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .OrgSectionPage .OrgSectionPage-connected.fluid,
      .OrgSectionPage .OrgSectionPage-find.fluid {
        width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .OrgSectionPage .OrgSectionPage-connected,
    .OrgSectionPage .OrgSectionPage-find {
      width: 25%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 8.33333%; }
      .OrgSectionPage .OrgSectionPage-connected.fluid,
      .OrgSectionPage .OrgSectionPage-find.fluid {
        width: 25%; } }

.OrgSectionPage .Button {
  display: inline-block;
  padding: 0 2.5em;
  border-width: 0;
  border-radius: 3em;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  cursor: pointer;
  background-color: #ee323e;
  border-color: #db121f;
  color: #FFF; }
  .OrgSectionPage .Button:hover {
    background-color: #ec1a28;
    border-color: #db121f; }
  .OrgSectionPage .Button:focus {
    border-color: #e71321;
    background-color: #e71321; }
  .OrgSectionPage .Button.selected {
    border-color: #e71321;
    background-color: #e71321; }

.SectionPage {
  font-size: 0.8em; }
  @media (min-width: 720px) {
    .SectionPage {
      font-size: 0.9em; } }
  .SectionPage .SectionPage-title {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .SectionPage .SectionPage-title.fluid {
      width: 100%; }
    .SectionPage .SectionPage-title h1 {
      margin: 0.5em 0; }
  .SectionPage .SectionPage-title h1:before {
    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;
    text-align: center;
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6;
    margin-right: .2em;
    content: "";
    color: #ee323e; }
  .SectionPage .SectionPage-content {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
    padding-right: 0; }
    .SectionPage .SectionPage-content.fluid {
      width: 100%; }
  .SectionPage .SectionPage-desc {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .SectionPage .SectionPage-desc.fluid {
      width: 100%; }
    @media (min-width: 720px) {
      .SectionPage .SectionPage-desc {
        width: 58.33333%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        .SectionPage .SectionPage-desc.fluid {
          width: 58.33333%; } }
    @media only screen and (min-width: 1024px) {
      .SectionPage .SectionPage-desc {
        width: 25%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        .SectionPage .SectionPage-desc.fluid {
          width: 25%; } }
    .SectionPage .SectionPage-desc p {
      font-size: 1.1em;
      color: #8f8f8f; }
  .SectionPage .Button {
    display: inline-block;
    padding: 0 2.5em;
    border-width: 0;
    border-radius: 3em;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 3em;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #db121f;
    color: #FFF; }
    .SectionPage .Button:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .SectionPage .Button:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .SectionPage .Button.selected {
      border-color: #e71321;
      background-color: #e71321; }
  .SectionPage h3 {
    margin: 0 0 0.2em 0; }
  .SectionPage p {
    margin: 0.5em 0 1em; }
