@charset "UTF-8";
@keyframes progress-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/* 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: #303030;
  background-color: #FFF;
  font-size: 15px;
  margin: 0;
  overflow: hidden; }
  @media (min-width: 1125px) {
    body {
      font-size: 18px; } }

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

h1 {
  font-size: 1.8em; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 1.5em; }
  @media (min-width: 600px) {
    h2 {
      font-size: 1.8em; } }

h3 {
  font-size: 1.2em; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.5em; } }

a {
  color: #ee323e; }

p {
  line-height: 1.7em; }

.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: 768px) {
    .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 (min-width: 1125px) {
    .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: 768px) {
      .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: 768px) {
    .CampaignForm-filter
.CampaignForm-filterShowNeed {
      margin: 2em -0.5em; } }
  @media (min-width: 1125px) {
    .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: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    line-height: 2em; }
    @media (min-width: 768px) {
      .CampaignForm-filter
.CampaignForm-filterShowNeed .Button {
        padding: 1em 2.5em; } }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button:focus {
      outline: none; }
    .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; }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button.selected {
      background-color: rgba(255, 255, 255, 0.4);
      border: 2px solid white; }
    .CampaignForm-filter
.CampaignForm-filterShowNeed .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }

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

@media (min-width: 768px) {
  .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: 768px) {
    .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 (min-width: 1125px) {
    .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 (min-width: 1125px) {
    .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 (min-width: 1125px) {
      .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: 768px) {
        .CampaignForm
.CampaignForm-message h2 span {
          display: initial; } }
  .CampaignForm
.CampaignForm-message .Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid white;
    line-height: 2em; }
    @media (min-width: 768px) {
      .CampaignForm
.CampaignForm-message .Button {
        padding: 1em 2.5em; } }
    .CampaignForm
.CampaignForm-message .Button:focus {
      outline: none; }
    .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; }
    .CampaignForm
.CampaignForm-message .Button.selected {
      background-color: rgba(255, 255, 255, 0.4);
      border: 2px solid white; }
    .CampaignForm
.CampaignForm-message .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }

.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: 768px) {
    .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 (min-width: 1125px) {
    .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: 768px) {
    .CampaignForm-scrolled .CampaignForm-actionInfoSection {
      margin-left: 41.66667%; } }
  @media (min-width: 1125px) {
    .CampaignForm-scrolled .CampaignForm-actionInfoSection {
      margin-left: auto; } }

.CampaignForm-actionInfoSection {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh; }
  @media (min-width: 768px) {
    .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 (min-width: 1125px) {
    .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: 1em 1em;
  border-width: 0;
  border-radius: 3em;
  border-style: solid;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  background-color: #48baeb;
  border-color: #48baeb;
  color: #FFF;
  padding-left: 1.5em;
  position: fixed;
  bottom: 1em;
  right: 1em; }
  @media (min-width: 768px) {
    .CampaignForm-submit {
      padding: 1em 2.5em; } }
  .CampaignForm-submit:focus {
    outline: none; }
  .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.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #48baeb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .CampaignForm-submit::disabled {
    color: rgba(255, 255, 255, 0.5); }
  .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-submit:disabled {
    color: rgba(255, 255, 255, 0.5); }

.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: #636363; }
      .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: 768px) {
          .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 (min-width: 1125px) {
  .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: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #ee323e;
    color: #FFF; }
    @media (min-width: 768px) {
      .SurveyForm input[type=submit] {
        padding: 1em 2.5em; } }
    .SurveyForm input[type=submit]:focus {
      outline: none; }
    .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 input[type=submit].loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #ee323e;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .SurveyForm input[type=submit]::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .SurveyForm input[type=submit]:disabled {
      color: rgba(255, 255, 255, 0.5); }
  .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; }

.CallLane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .CallLane .CallLane-panes {
    position: relative;
    flex: 1;
    order: 3;
    overflow: auto; }
    @media (min-width: 600px) {
      .CallLane .CallLane-panes {
        overflow: hidden; } }
  .CallLane.CallLane-instructionsInfoMode .InstructionsPane {
    z-index: 2; }
  .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton {
    background: #e6e6e6;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer; }
    .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton:hover {
      background-color: #d9d9d9;
      border-color: #cccccc; }
    .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton:focus {
      border-color: #d2d2d2;
      background-color: #d2d2d2; }
    .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton.selected {
      border-color: #d2d2d2;
      background-color: #d2d2d2; }
    .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #e6e6e6;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .CallLane.CallLane-instructionsInfoMode .PaneBase-header .InstructionsPane-targetButton::disabled {
      color: rgba(0, 0, 0, 0.5); }
  .CallLane.CallLane-instructionsInfoMode .TargetPane {
    z-index: 1; }
  .CallLane.CallLane-targetInfoMode .InstructionsPane {
    z-index: 1; }
  .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton {
    background: #e6e6e6;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer; }
    .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton:hover {
      background-color: #d9d9d9;
      border-color: #cccccc; }
    .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton:focus {
      border-color: #d2d2d2;
      background-color: #d2d2d2; }
    .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton.selected {
      border-color: #d2d2d2;
      background-color: #d2d2d2; }
    .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #e6e6e6;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .CallLane.CallLane-targetInfoMode .PaneBase-header .TargetPane-instructionsButton::disabled {
      color: rgba(0, 0, 0, 0.5); }
  .CallLane.CallLane-targetInfoMode .TargetPane {
    z-index: 2; }
  .CallLane.CallPage-enter {
    animation: CallLane-enterAnimation 0.5s; }
  .CallLane.CallPage-leave {
    animation: CallLane-leaveAnimation 0.5s; }
  .CallLane.CallLane-emptyStep .AssignmentPane.PaneBase-leave {
    animation: AssignmentPane-leaveForEmptyAnimation 0.5s; }
  .CallLane .CallLane-activePane {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

@keyframes AssignmentPane-leaveForEmptyAnimation {
  to {
    left: -100%; } }

@keyframes CallLane-enterAnimation {
  from {
    transform: translate(0, 100%); } }

@keyframes CallLane-leaveAnimation {
  to {
    transform: translate(0, 100%); } }

.CallLaneTabs {
  order: 2;
  display: flex;
  height: 64px; }

.CallLaneTabs-tab {
  cursor: pointer;
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.CallLaneTabs-tabActive {
  flex: 1;
  background-color: white;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .CallLaneTabs-tabActive .CallLaneTabs-title {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%; }

.CallLaneTabs-title {
  display: none;
  margin-left: 0.5em; }

.CallProgressBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .CallProgressBar .CallProgressBar-bar {
    width: 0;
    transition: width 0.3s;
    background-color: #48baeb;
    height: 3px;
    animation: CallProgressBar-reset 0.5s; }

@keyframes CallProgressBar-reset {
  from {
    width: 0; } }

.LaneControlBar {
  min-height: 64px;
  padding: 8px;
  box-shadow: 0 2px 5px #e6e6e6;
  overflow: hidden;
  z-index: 99;
  order: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  .LaneControlBar .LaneControlBar-returnSection {
    text-align: left; }
    .LaneControlBar .LaneControlBar-returnSection .Button {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #e6e6e6;
      border-color: #e6e6e6;
      color: inherit; }
      @media (min-width: 768px) {
        .LaneControlBar .LaneControlBar-returnSection .Button {
          padding: 1em 2.5em; } }
      .LaneControlBar .LaneControlBar-returnSection .Button:focus {
        outline: none; }
      .LaneControlBar .LaneControlBar-returnSection .Button:hover {
        background-color: #d9d9d9;
        border-color: #cccccc; }
      .LaneControlBar .LaneControlBar-returnSection .Button:focus {
        border-color: #d2d2d2;
        background-color: #d2d2d2; }
      .LaneControlBar .LaneControlBar-returnSection .Button.selected {
        border-color: #d2d2d2;
        background-color: #d2d2d2; }
      .LaneControlBar .LaneControlBar-returnSection .Button.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #e6e6e6;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .LaneControlBar .LaneControlBar-returnSection .Button::disabled {
        color: rgba(0, 0, 0, 0.5); }
      .LaneControlBar .LaneControlBar-returnSection .Button:disabled {
        color: rgba(255, 255, 255, 0.5); }
  .LaneControlBar .LaneControlBar-content {
    text-align: left;
    transition: top 0.4s, left 0.4s;
    width: 100%; }
    @media (min-width: 600px) {
      .LaneControlBar .LaneControlBar-content {
        flex: 3; } }
    .LaneControlBar .LaneControlBar-content h1 {
      margin: 0; }
    .LaneControlBar .LaneControlBar-content p {
      color: #b3b3b3; }
      .LaneControlBar .LaneControlBar-content p: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: ""; }
  .LaneControlBar .LaneControlBar-proceedSection {
    text-align: right;
    flex: 2; }
    .LaneControlBar .LaneControlBar-proceedSection .Button {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #ee323e;
      color: #FFF; }
      @media (min-width: 768px) {
        .LaneControlBar .LaneControlBar-proceedSection .Button {
          padding: 1em 2.5em; } }
      .LaneControlBar .LaneControlBar-proceedSection .Button:focus {
        outline: none; }
      .LaneControlBar .LaneControlBar-proceedSection .Button:hover {
        background-color: #ec1a28;
        border-color: #db121f; }
      .LaneControlBar .LaneControlBar-proceedSection .Button:focus {
        border-color: #e71321;
        background-color: #e71321; }
      .LaneControlBar .LaneControlBar-proceedSection .Button.selected {
        border-color: #e71321;
        background-color: #e71321; }
      .LaneControlBar .LaneControlBar-proceedSection .Button.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #ee323e;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .LaneControlBar .LaneControlBar-proceedSection .Button::disabled {
        color: rgba(255, 255, 255, 0.5); }
      .LaneControlBar .LaneControlBar-proceedSection .Button:disabled {
        color: rgba(255, 255, 255, 0.5); }
      .LaneControlBar .LaneControlBar-proceedSection .Button:first-child {
        margin-right: 0.5em; }
    .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: inherit;
      padding-left: 1.5em;
      background-color: transparent;
      font-size: 0.8em;
      padding-left: 1em; }
      @media (min-width: 768px) {
        .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton {
          padding: 1em 2.5em; } }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton:focus {
        outline: none; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton:hover {
        background-color: #e6e6e6;
        border-color: #d9d9d9; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton:focus {
        border-color: #dfdfdf;
        background-color: #dfdfdf; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton.selected {
        border-color: #dfdfdf;
        background-color: #dfdfdf; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #f2f2f2;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton::disabled {
        color: rgba(0, 0, 0, 0.5); }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton: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; }
      .LaneControlBar .LaneControlBar-proceedSection .LaneControlBar-skipButton:disabled {
        color: rgba(255, 255, 255, 0.5); }
  .LaneControlBar.LaneControlBar-assignmentStep .LaneControlBar-content {
    display: none; }
  .LaneControlBar.LaneControlBar-prepareStep .LaneControlBar-proceedSection {
    flex: none; }
  .LaneControlBar.LaneControlBar-prepareStep .LaneControlBar-content {
    display: none; }
  .LaneControlBar.LaneControlBar-callStep .LaneControlBar-returnSection, .LaneControlBar.LaneControlBar-reportStep .LaneControlBar-returnSection {
    display: none; }
  .LaneControlBar.LaneControlBar-callStep .LaneControlBar-proceedSection, .LaneControlBar.LaneControlBar-reportStep .LaneControlBar-proceedSection {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .LaneControlBar.LaneControlBar-callStep .LaneControlBar-proceedSection, .LaneControlBar.LaneControlBar-reportStep .LaneControlBar-proceedSection {
        min-width: 290px;
        display: block; } }
  .LaneControlBar.LaneControlBar-reportStep .LaneControlBar-proceedSection {
    justify-content: flex-end; }
  .LaneControlBar.LaneControlBar-doneStep .LaneControlBar-content {
    display: none; }
  @media (min-width: 1125px) {
    .LaneControlBar {
      height: 100px; } }

.TargetInfo {
  text-align: left;
  line-height: 1.5em; }
  .TargetInfo:after {
    content: "";
    display: block;
    clear: both; }
  .TargetInfo > * {
    vertical-align: middle;
    margin-left: 0.5em; }
  .TargetInfo .Avatar,
  .TargetInfo .TagList {
    display: none; }
    @media (min-width: 600px) {
      .TargetInfo .Avatar,
      .TargetInfo .TagList {
        display: block; } }
  .TargetInfo .TargetInfo-number,
  .TargetInfo .TargetInfo-lastCall {
    display: none; }
    @media (min-width: 600px) {
      .TargetInfo .TargetInfo-number,
      .TargetInfo .TargetInfo-lastCall {
        display: inline-block; } }
  .TargetInfo .TargetInfo-name, .TargetInfo .TargetInfo-number {
    font-size: 1.1em;
    line-height: 1.5em; }
    @media (min-width: 1125px) {
      .TargetInfo .TargetInfo-name, .TargetInfo .TargetInfo-number {
        font-size: 1.3em; } }
  .TargetInfo .TargetInfo-name {
    margin: 0;
    transition: font-size 0.3s;
    text-align: center; }
    @media (min-width: 600px) {
      .TargetInfo .TargetInfo-name {
        text-align: left;
        display: inline-block; } }
  .TargetInfo .TargetInfo-number a {
    color: #303030;
    text-decoration: none; }
    .TargetInfo .TargetInfo-number a:hover {
      text-decoration: underline; }
  .TargetInfo .TargetInfo-number:before {
    content: "/";
    margin-right: 0.3em; }
  .TargetInfo .TargetInfo-number:first-of-type: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: ""; }
  .TargetInfo .TargetInfo-number.TargetInfo-appear {
    animation: TargetInfo-number-appearAnimation 1.5s; }
  .TargetInfo .TargetInfo-lastCall {
    font-size: 0.667em;
    line-height: 1; }
    @media (min-width: 1125px) {
      .TargetInfo .TargetInfo-lastCall {
        font-size: 0.8em; } }
    .TargetInfo .TargetInfo-lastCall:before {
      content: "- "; }
    .TargetInfo .TargetInfo-lastCall.TargetInfo-appear {
      animation: TargetInfo-lastCall-appearAnimation 1.5s; }
  .TargetInfo.TargetInfo-showFull .Avatar {
    margin-right: 0.5em;
    height: 2em;
    width: 2em;
    float: left; }
  .TargetInfo .TagList {
    clear: left;
    margin: 0 0 0 2.6em;
    position: relative;
    max-height: 2em;
    overflow-y: hidden; }
    .TargetInfo .TagList: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;
      left: -2em;
      top: 0.5em; }
    .TargetInfo .TagList span {
      margin-left: 5px; }
    .TargetInfo .TagList .TargetInfo-moreTags {
      width: auto;
      content: 90%;
      padding: .5em 1em .4em;
      cursor: pointer;
      margin-bottom: inherit;
      border: 1px solid;
      border-radius: 0.2em;
      background-color: #e6e6e6;
      border-color: #e6e6e6;
      color: inherit; }
      .TargetInfo .TagList .TargetInfo-moreTags:hover {
        background-color: #d9d9d9;
        border-color: #cccccc; }
      .TargetInfo .TagList .TargetInfo-moreTags:focus {
        border-color: #d2d2d2;
        background-color: #d2d2d2; }
      .TargetInfo .TagList .TargetInfo-moreTags.selected {
        border-color: #d2d2d2;
        background-color: #d2d2d2; }
      .TargetInfo .TagList .TargetInfo-moreTags.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #e6e6e6;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .TargetInfo .TagList .TargetInfo-moreTags::disabled {
        color: rgba(0, 0, 0, 0.5); }
    .TargetInfo .TagList .TargetInfo-moreTags,
    .TargetInfo .TagList .TargetInfo-tag {
      width: auto;
      content: 97.2549%;
      padding: .5em 1em .4em;
      cursor: pointer;
      margin-bottom: inherit;
      border: 1px solid;
      border-radius: 0.2em;
      background-color: #f8f8f8;
      border-color: #f8f8f8;
      color: inherit;
      margin: 0 0.5em; }
      .TargetInfo .TagList .TargetInfo-moreTags:hover,
      .TargetInfo .TagList .TargetInfo-tag:hover {
        background-color: #ebebeb;
        border-color: #dfdfdf; }
      .TargetInfo .TagList .TargetInfo-moreTags:focus,
      .TargetInfo .TagList .TargetInfo-tag:focus {
        border-color: #e5e5e5;
        background-color: #e5e5e5; }
      .TargetInfo .TagList .TargetInfo-moreTags.selected,
      .TargetInfo .TagList .TargetInfo-tag.selected {
        border-color: #e5e5e5;
        background-color: #e5e5e5; }
      .TargetInfo .TagList .TargetInfo-moreTags.loading,
      .TargetInfo .TagList .TargetInfo-tag.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #f8f8f8;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .TargetInfo .TagList .TargetInfo-moreTags::disabled,
      .TargetInfo .TagList .TargetInfo-tag::disabled {
        color: rgba(0, 0, 0, 0.5); }
    .TargetInfo .TagList.TargetInfo-appear {
      animation: TargetInfo-tagList-enterAnimation 1.5s; }

@keyframes TargetInfo-number-appearAnimation {
  0% {
    opacity: 0;
    transform: translate(50px, 0); }
  25% {
    opacity: 0;
    transform: translate(50px, 0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes TargetInfo-lastCall-appearAnimation {
  0% {
    opacity: 0;
    transform: translate(50px, 0); }
  50% {
    opacity: 0;
    transform: translate(50px, 0); }
  75% {
    opacity: 1;
    transform: none; } }

@keyframes TargetInfo-tagList-enterAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 50px); }
  75% {
    opacity: 0;
    transform: translate(0, 50px); }
  100% {
    opacity: 1;
    transform: none; } }

.Header {
  position: relative;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .Header {
      height: 100px;
      padding: 16px; } }
  @media (min-width: 1125px) {
    .Header {
      padding: 16px 32px; } }
  .Header .Logo {
    flex: 2; }
  .Header .Header-currentApp {
    color: #303030;
    text-decoration: none;
    border-radius: 3em;
    vertical-align: middle;
    padding-right: 1em;
    font-size: 1.3em;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    text-align: center; }
    .Header .Header-currentApp:hover {
      background-color: #f8f8f8; }
    .Header .Header-currentApp: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; }
    @media (min-width: 600px) {
      .Header .Header-currentApp {
        position: relative;
        left: initial;
        top: initial;
        width: initial; } }
    .Header .Header-currentApp:hover {
      background: none; }
  .Header .Header-nav {
    flex: 4; }
    @media (min-width: 600px) {
      .Header .Header-nav {
        flex: 2; } }
    .Header .Header-nav .Header-navLink {
      float: right;
      margin: 0.5em;
      color: #303030;
      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 .Header-nav .Header-navLink:hover {
        max-width: 100%;
        transition: max-width 0.2s ease-in-out; }
      @media (min-width: 768px) {
        .Header .Header-nav .Header-navLink {
          max-width: 100%;
          transition: max-width 0.2s ease-in-out; } }
      .Header .Header-nav .Header-navLink:hover {
        background-color: #f8f8f8; }
      .Header .Header-nav .Header-navLink: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; }
  .Logo img {
    height: 100%;
    width: auto; }
  @media (min-width: 768px) {
    .Logo {
      height: 64px; } }
  @media (min-width: 1125px) {
    .Logo {
      height: 72px; } }

.AssignmentStats {
  padding: 0 0 0.5em;
  margin-top: 2em;
  overflow-x: scroll; }
  .AssignmentStats ul {
    width: 250%;
    padding: 0; }
  .AssignmentStats .AssignmentStats-item {
    color: #333;
    background-color: #fefefe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    list-style-type: none;
    padding: 1em;
    text-align: center;
    float: left;
    margin: 1%;
    width: 31%; }
  .AssignmentStats .AssignmentStats-itemNumber {
    display: block;
    font-weight: bold;
    font-size: 3em; }
  .AssignmentStats .AssignmentStats-itemLabel {
    display: block;
    font-weight: bold;
    margin: 0; }
  @media (min-width: 600px) {
    .AssignmentStats {
      overflow-x: hidden; }
      .AssignmentStats ul {
        width: 100%; } }

.Avatar {
  display: inline-block; }
  .Avatar.Avatar-mask {
    background: #e6e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 50%; }

.CallInstructions {
  bottom: 0;
  color: #FFF;
  max-height: 3.3em;
  position: absolute;
  right: 0;
  transition: max-height 0s, width 0s;
  transition-delay: 0.25s;
  width: calc(2.5em + 20px);
  z-index: 10; }

.CallInstructions-backgroundContainer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  transition: height 0s, width 0s;
  transition-delay: 0.25s; }

.CallInstructions-background {
  background-color: #48baeb;
  border-radius: 50%;
  bottom: 0.8em;
  content: "";
  height: 2.5em;
  position: absolute;
  right: 20px;
  transition: transform 0.25s;
  width: 2.5em; }

.CallInstructions-content {
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 0.5em;
  position: relative;
  transform: translateY(100%); }

.CallInstructions-title {
  font-size: 1.25em;
  display: block; }

.CallInstructions-numbers {
  margin: 1em auto;
  display: flex;
  flex-direction: column; }

.CallInstructions-number {
  background-color: #FFF;
  border-radius: 2em;
  color: #48baeb;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 auto 0.5em;
  padding: 0.5em 1em;
  text-decoration: none; }
  .CallInstructions-number: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: ""; }

.CallInstructions-instructions {
  padding: 0 0.5em 1em;
  margin: 0; }

.CallInstructions-button {
  background-color: transparent;
  border: 0;
  bottom: 0.8em;
  color: inherit;
  cursor: pointer;
  height: 2.5em;
  position: absolute;
  right: 20px;
  width: 2.5em;
  font-size: 1em; }
  .CallInstructions-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: 2; }
  .CallInstructions-button:focus {
    outline: none; }

.CallInstructions-open {
  max-height: 24em;
  transition-delay: 0s;
  width: 100%;
  z-index: 100; }
  .CallInstructions-open .CallInstructions-backgroundContainer {
    transition-delay: 0s; }
  .CallInstructions-open .CallInstructions-background {
    transform: scale(32); }
  .CallInstructions-open .CallInstructions-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s, opacity 0.25s; }
  .CallInstructions-open .CallInstructions-button {
    bottom: auto;
    top: 0;
    right: 0.8em; }
    .CallInstructions-open .CallInstructions-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: ""; }

.TagList {
  padding: 0;
  margin: 0 0 1em;
  list-style: none; }
  .TagList > span {
    font-style: italic;
    color: #acacac; }
  .TagList .TagList-tag {
    width: auto;
    content: 97.2549%;
    padding: .5em 1em .4em;
    cursor: pointer;
    margin-bottom: inherit;
    border: 1px solid;
    border-radius: 0.2em;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: inherit;
    display: inline-block;
    margin: 0.5em;
    padding: 0.4em 1em;
    font-size: 0.667em;
    line-height: 1.4; }
    .TagList .TagList-tag:hover {
      background-color: #ebebeb;
      border-color: #dfdfdf; }
    .TagList .TagList-tag:focus {
      border-color: #e5e5e5;
      background-color: #e5e5e5; }
    .TagList .TagList-tag.selected {
      border-color: #e5e5e5;
      background-color: #e5e5e5; }
    .TagList .TagList-tag.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #f8f8f8;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .TagList .TagList-tag::disabled {
      color: rgba(0, 0, 0, 0.5); }

.LaneOverview {
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    .LaneOverview {
      flex-direction: row; } }
  .LaneOverview .LaneOverview-log, .LaneOverview .LaneOverview-lanes {
    margin: 0 1em;
    flex: 1; }
    .LaneOverview .LaneOverview-log p, .LaneOverview .LaneOverview-lanes p {
      margin-bottom: 2em; }
  .LaneOverview i {
    width: 5%; }
  .LaneOverview input[type="text"] {
    width: 95%;
    border: 0;
    border-bottom: 1px solid white;
    padding: 0.5em;
    margin-bottom: 1em;
    font-size: 1em; }
    .LaneOverview input[type="text"]:focus {
      outline: none;
      border-bottom-color: #48baeb; }

.OverlayStack * {
  color: white; }

.OverlayStack input {
  background-color: transparent; }

.OverlayStack .OverlayStack-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  transform: none;
  opacity: 1;
  padding: 10%;
  overflow-y: scroll; }
  .OverlayStack .OverlayStack-overlay::-webkit-scrollbar {
    width: 10px; }
  .OverlayStack .OverlayStack-overlay::-webkit-scrollbar-thumb {
    background-color: #404040; }
    .OverlayStack .OverlayStack-overlay::-webkit-scrollbar-thumb:hover {
      background-color: #474747; }
  .OverlayStack .OverlayStack-overlay:after {
    content: "";
    display: block;
    clear: both; }
  .OverlayStack .OverlayStack-overlay.OverlayStack-enter {
    animation: OverlayStack-overlay-enterAnimation 0.5s; }
  .OverlayStack .OverlayStack-overlay.OverlayStack-leave {
    animation: OverlayStack-overlay-leaveAnimation 0.6s; }

.OverlayStack .OverlayStack-closeButton {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 101;
  font-size: 0.8em;
  width: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  color: inherit; }
  .OverlayStack .OverlayStack-closeButton:hover {
    background-color: #f3f3f3;
    border-color: #ebebeb; }
  .OverlayStack .OverlayStack-closeButton:focus {
    border-color: #efefef;
    background-color: #efefef; }
  .OverlayStack .OverlayStack-closeButton.selected {
    border-color: #efefef;
    background-color: #efefef; }
  .OverlayStack .OverlayStack-closeButton.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #fbfbfb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .OverlayStack .OverlayStack-closeButton::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .OverlayStack .OverlayStack-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: 2.5em;
    height: 2.5em;
    width: 2.5em;
    margin-right: 0; }
  .OverlayStack .OverlayStack-closeButton:focus {
    outline: none; }
  .OverlayStack .OverlayStack-closeButton:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }
  .OverlayStack .OverlayStack-closeButton.OverlayStack-enter {
    animation: OverlayStack-closeButton-enterAnimation 0.5s; }
  .OverlayStack .OverlayStack-closeButton.OverlayStack-leave {
    animation: OverlayStack-closeButton-leaveAnimation 0.6s; }

@keyframes OverlayStack-overlay-enterAnimation {
  from {
    transform: scale(1.1, 1.1);
    opacity: 0; } }

@keyframes OverlayStack-overlay-leaveAnimation {
  to {
    transform: scale(1.1, 1.1);
    opacity: 0; } }

@keyframes OverlayStack-closeButton-enterAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes OverlayStack-closeButton-leaveAnimation {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.ResumeOverlay {
  max-width: 700px;
  margin: 0 auto; }
  .ResumeOverlay .Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 1px;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-color: white;
    color: inherit;
    background-color: transparent;
    display: block;
    font-size: 0.8em;
    margin: 1em 0;
    transition: background-color 0.2s;
    width: 100%; }
    @media (min-width: 768px) {
      .ResumeOverlay .Button {
        padding: 1em 2.5em; } }
    .ResumeOverlay .Button:focus {
      outline: none; }
    .ResumeOverlay .Button:hover {
      background-color: #f2f2f2;
      border-color: #e6e6e6; }
    .ResumeOverlay .Button:focus {
      border-color: #ececec;
      background-color: #ececec; }
    .ResumeOverlay .Button.selected {
      border-color: #ececec;
      background-color: #ececec; }
    .ResumeOverlay .Button.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: white;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ResumeOverlay .Button::disabled {
      color: rgba(0, 0, 0, 0.5); }
    .ResumeOverlay .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 600px) {
      .ResumeOverlay .Button {
        margin: 0.25em;
        display: inline-block;
        width: auto; } }
    .ResumeOverlay .Button:hover {
      color: #303030;
      border-color: transparent; }

.SkipOverlay {
  max-width: 700px;
  margin: 0 auto; }
  .SkipOverlay .Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 1px;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-color: white;
    color: inherit;
    background-color: transparent;
    display: block;
    font-size: 0.8em;
    margin: 1em 0;
    transition: background-color 0.2s;
    width: 100%; }
    @media (min-width: 768px) {
      .SkipOverlay .Button {
        padding: 1em 2.5em; } }
    .SkipOverlay .Button:focus {
      outline: none; }
    .SkipOverlay .Button:hover {
      background-color: #f2f2f2;
      border-color: #e6e6e6; }
    .SkipOverlay .Button:focus {
      border-color: #ececec;
      background-color: #ececec; }
    .SkipOverlay .Button.selected {
      border-color: #ececec;
      background-color: #ececec; }
    .SkipOverlay .Button.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: white;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .SkipOverlay .Button::disabled {
      color: rgba(0, 0, 0, 0.5); }
    .SkipOverlay .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 600px) {
      .SkipOverlay .Button {
        margin: 0.25em;
        display: inline-block;
        width: auto; } }
    .SkipOverlay .Button:hover {
      color: #303030;
      border-color: transparent; }
  .SkipOverlay .SkipOverlay-skipButton.loading {
    background-color: rgba(255, 255, 255, 0.5); }
    .SkipOverlay .SkipOverlay-skipButton.loading:hover {
      color: rgba(255, 255, 255, 0.5); }

.CallPage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.PageBase {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: scroll;
  background-color: #f5f5f5; }
  .PageBase .PageBase-Content {
    width: 90%;
    margin: 5em auto;
    padding: 1em;
    color: #333;
    background-color: #fefefe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    text-align: center; }
    .PageBase .PageBase-Content h1, .PageBase .PageBase-Content h1 + p {
      text-align: center; }
    .PageBase .PageBase-Content .Button {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #ee323e;
      color: #FFF;
      margin: 0 0.5em; }
      @media (min-width: 768px) {
        .PageBase .PageBase-Content .Button {
          padding: 1em 2.5em; } }
      .PageBase .PageBase-Content .Button:focus {
        outline: none; }
      .PageBase .PageBase-Content .Button:hover {
        background-color: #ec1a28;
        border-color: #db121f; }
      .PageBase .PageBase-Content .Button:focus {
        border-color: #e71321;
        background-color: #e71321; }
      .PageBase .PageBase-Content .Button.selected {
        border-color: #e71321;
        background-color: #e71321; }
      .PageBase .PageBase-Content .Button.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #ee323e;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .PageBase .PageBase-Content .Button::disabled {
        color: rgba(255, 255, 255, 0.5); }
      .PageBase .PageBase-Content .Button:disabled {
        color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 1125px) {
      .PageBase .PageBase-Content {
        width: 50%; } }

@media (min-width: 600px) {
  .AssignmentPane {
    width: 65%;
    left: 0; } }

.AssignmentPane.PaneBase-leave {
  animation: AssignmentPane-leaveForPrepareAnimation 0.5s; }

.AssignmentPane .PaneBase-content {
  text-align: center;
  margin-top: 2em;
  padding-bottom: 0; }
  .AssignmentPane .PaneBase-content h1 {
    font-size: 2.2em; }

.AssignmentPane.AssignmentPane-assignmentStep {
  display: block; }

@keyframes AssignmentPane-leaveForPrepareAnimation {
  to {
    left: -65%; } }

.InputPane {
  z-index: 2; }
  .InputPane.CallLane-activePane {
    height: auto; }
    @media (min-width: 600px) {
      .InputPane.CallLane-activePane {
        height: 100%; } }
  .InputPane .PaneBase-header p {
    display: none; }
    @media (min-width: 600px) {
      .InputPane .PaneBase-header p {
        display: block; } }
  .InputPane .PaneBase-content {
    font-size: 0.9em;
    padding: 1em 1em 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto; }
  .InputPane .InputPane-campaignInfo {
    padding: 0 1em; }
  .InputPane h2 {
    margin-bottom: 0.5em; }
  .InputPane .InputPane-summary {
    padding: 0 1em; }
  .InputPane .InputPane-summaryList {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0; }
    .InputPane .InputPane-summaryList li {
      position: relative;
      padding: 1em 1em 1em 3em;
      border-bottom: 1px solid #eee; }
      .InputPane .InputPane-summaryList li:hover {
        background: #fcfcfc; }
      .InputPane .InputPane-summaryList li:before {
        position: absolute;
        left: 0.5em; }
    .InputPane .InputPane-summaryList h3, .InputPane .InputPane-summaryList p {
      margin: 0; }
  .InputPane .InputPane-campaigns .InputPane-summaryList li: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: ""; }
  .InputPane .InputPane-surveys .InputPane-summaryList li: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: ""; }
  .InputPane.InputPane-prepareStep {
    box-shadow: none; }
    @media (min-width: 600px) {
      .InputPane.InputPane-prepareStep {
        width: 30%;
        left: 70%; } }
    .InputPane.InputPane-prepareStep .InputPane-summaryList li:hover {
      background-color: white; }
    .InputPane.InputPane-prepareStep .InputPane-summaryList .InputPane-listLink {
      visibility: hidden;
      opacity: 0; }
  @media (min-width: 600px) {
    .InputPane.InputPane-callStep {
      width: 65%;
      left: 35%; } }
  .InputPane.InputPane-callStep .InputPane-summaryCampaign,
  .InputPane.InputPane-callStep .InputPane-summarySurvey {
    cursor: pointer; }
    .InputPane.InputPane-callStep .InputPane-summaryCampaign .InputPane-listLink,
    .InputPane.InputPane-callStep .InputPane-summarySurvey .InputPane-listLink {
      color: #ee323e;
      visibility: visible;
      opacity: 1;
      transition: opacity 1s; }
      @media (min-width: 600px) {
        .InputPane.InputPane-callStep .InputPane-summaryCampaign .InputPane-listLink,
        .InputPane.InputPane-callStep .InputPane-summarySurvey .InputPane-listLink {
          color: #636363;
          position: absolute;
          top: calc(50% - 23px);
          right: 0; } }
      .InputPane.InputPane-callStep .InputPane-summaryCampaign .InputPane-listLink:after,
      .InputPane.InputPane-callStep .InputPane-summarySurvey .InputPane-listLink: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: 2em;
        vertical-align: middle; }
    @media (min-width: 600px) {
      .InputPane.InputPane-callStep .InputPane-summaryCampaign:hover .InputPane-listLink,
      .InputPane.InputPane-callStep .InputPane-summarySurvey:hover .InputPane-listLink {
        color: #303030; }
        .InputPane.InputPane-callStep .InputPane-summaryCampaign:hover .InputPane-listLink:after,
        .InputPane.InputPane-callStep .InputPane-summarySurvey:hover .InputPane-listLink:after {
          color: #ee323e; } }
  @media (min-width: 600px) {
    .InputPane.InputPane-reportStep {
      width: 30%;
      left: 35%; } }
  .InputPane.InputPane-reportStep .InputPane-summaryList li:hover {
    background-color: white; }
  .InputPane.InputPane-reportStep .InputPane-summaryList .InputPane-listLink {
    visibility: hidden;
    opacity: 0; }
  .InputPane .InputPane-nav .InputPane-summaryLink {
    display: inline-block;
    line-height: 4em;
    cursor: pointer; }
    @media (min-width: 600px) {
      .InputPane .InputPane-nav .InputPane-summaryLink {
        width: 33.33333%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        .InputPane .InputPane-nav .InputPane-summaryLink.fluid {
          width: 33.33333%; } }
    .InputPane .InputPane-nav .InputPane-summaryLink: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: ""; }
    .InputPane .InputPane-nav .InputPane-summaryLink:hover {
      color: #ac0e18; }
  .InputPane .InputPane-nav p {
    display: none; }
    @media (min-width: 600px) {
      .InputPane .InputPane-nav p {
        width: 33.33333%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        .InputPane .InputPane-nav p.fluid {
          width: 33.33333%; } }
  .InputPane .InputPane-nav .InputPane-campaignSelect {
    display: none; }
    @media (min-width: 600px) {
      .InputPane .InputPane-nav .InputPane-campaignSelect {
        width: 16.66667%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: right;
        margin: 2em; }
        .InputPane .InputPane-nav .InputPane-campaignSelect.fluid {
          width: 16.66667%; } }
  .InputPane .InputPane-summaryList li {
    position: relative; }
    .InputPane .InputPane-summaryList li .InputPane-campaignListInfo {
      font-size: 0.9em;
      color: #7d7d7d;
      margin: 0.2em 0; }
      .InputPane .InputPane-summaryList li .InputPane-campaignListInfo span:last-child {
        margin-left: 1em; }
    .InputPane .InputPane-summaryList li .InputPane-campaignListStatus {
      font-style: italic;
      font-size: 0.9em; }
      .InputPane .InputPane-summaryList li .InputPane-campaignListStatus span {
        margin-right: 0.2em; }
        .InputPane .InputPane-summaryList li .InputPane-campaignListStatus span: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: "";
          color: #7d7d7d; }
        .InputPane .InputPane-summaryList li .InputPane-campaignListStatus span: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: "";
          color: #636363; }
        .InputPane .InputPane-summaryList li .InputPane-campaignListStatus span:before {
          font-size: 0.9em !important; }
  .InputPane .CampaignForm .CampaignForm-day .CampaignForm-date {
    margin-left: 0; }
    .InputPane .CampaignForm .CampaignForm-day .CampaignForm-date span {
      display: inline;
      margin-right: 1em; }
  @media (min-width: 768px) {
    .InputPane .CampaignForm .CampaignForm-sidebar {
      width: 83.33333%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em;
      margin-left: 8.33333%;
      position: relative; }
      .InputPane .CampaignForm .CampaignForm-sidebar.fluid {
        width: 83.33333%; } }
  @media (min-width: 1125px) {
    .InputPane .CampaignForm .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; }
      .InputPane .CampaignForm .CampaignForm-sidebar.fluid {
        width: 41.66667%; } }
  .InputPane .CampaignForm .CampaignForm-form {
    padding: 0; }
    @media (min-width: 768px) {
      .InputPane .CampaignForm .CampaignForm-form {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-left: 0; }
        .InputPane .CampaignForm .CampaignForm-form.fluid {
          width: 100%; } }
    @media (min-width: 1125px) {
      .InputPane .CampaignForm .CampaignForm-form {
        width: 58.33333%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-left: 41.66667%; }
        .InputPane .CampaignForm .CampaignForm-form.fluid {
          width: 58.33333%; } }
  @media (min-width: 1125px) {
    .InputPane .CampaignForm .CampaignForm-days {
      margin: 0; } }
  .InputPane .CampaignForm .CampaignForm-actionInfoSection {
    bottom: 0;
    height: auto;
    position: fixed;
    top: 11em; }
    @media (min-width: 768px) {
      .InputPane .CampaignForm .CampaignForm-actionInfoSection {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0;
        left: auto;
        position: absolute;
        top: 0; }
        .InputPane .CampaignForm .CampaignForm-actionInfoSection.fluid {
          width: 100%; } }
    @media (min-width: 1125px) {
      .InputPane .CampaignForm .CampaignForm-actionInfoSection {
        width: 58.33333%;
        vertical-align: top;
        display: inline-block;
        padding-left: 0.5em;
        padding-right: 0;
        left: auto; }
        .InputPane .CampaignForm .CampaignForm-actionInfoSection.fluid {
          width: 58.33333%; } }
  .InputPane .CampaignForm .ActionFilterModal {
    top: 11em;
    padding-top: 0; }
    @media (min-width: 768px) {
      .InputPane .CampaignForm .ActionFilterModal {
        left: 35%;
        top: 10em;
        padding-left: 2em;
        padding-right: 2em; } }
  .InputPane .CampaignForm .ActionFilterModal-footer {
    padding: 0;
    bottom: 4em; }
    @media (min-width: 768px) {
      .InputPane .CampaignForm .ActionFilterModal-footer {
        left: 35%; } }
  .InputPane .CampaignForm .ActionInfoSection .ResponseWidget {
    margin-bottom: 0;
    position: relative;
    top: -1.5em; }
  .InputPane .CampaignForm .ResponseWidget-button,
  .InputPane .CampaignForm .SingleActionForm-infoButton {
    padding: 1em 2.5em; }
  .InputPane .SurveyForm {
    background-color: inherit; }
    .InputPane .SurveyForm form {
      margin: 0; }
  .InputPane.PaneBase-enter {
    animation: InputPane-enterAnimation 0.5s; }
  .InputPane.InputPane-firstCall.PaneBase-enter {
    animation: InputPane-firstCall-enterAnimation 0.5s; }

@keyframes InputPane-enterAnimation {
  from {
    left: 170%; } }

@keyframes InputPane-firstCall-enterAnimation {
  from {
    left: 135%; } }

.InstructionsPane {
  z-index: 1;
  background-color: white; }
  .InstructionsPane.InstructionsPane-assignmentStep {
    display: block;
    overflow-y: scroll; }
  @media (min-width: 600px) {
    .InstructionsPane.InstructionsPane-assignmentStep {
      width: 35%;
      left: 65%; }
    .InstructionsPane.InstructionsPane-prepareStep {
      width: 35%;
      left: 0%; }
    .InstructionsPane.InstructionsPane-callStep {
      width: 35%;
      left: 0; }
    .InstructionsPane.InstructionsPane-reportStep {
      width: 35%;
      left: 0; } }
  .InstructionsPane .PaneBase-header .InstructionsPane-targetButton {
    display: none; }
    @media (min-width: 600px) {
      .InstructionsPane .PaneBase-header .InstructionsPane-targetButton {
        display: block;
        right: 0; } }

.PaneBase {
  display: none;
  background: none;
  box-sizing: border-box;
  transition: width 0.5s, left 0.5s;
  flex-direction: column; }
  @media (min-width: 600px) {
    .PaneBase {
      display: flex;
      position: absolute;
      overflow: visible;
      top: 0;
      bottom: 0;
      box-shadow: 0 2px 2px #e6e6e6; } }
  .PaneBase h1 {
    font-size: 1.7em;
    margin-top: 0.5em; }
  .PaneBase h2 {
    font-size: 1.5em; }
  .PaneBase h3 {
    font-size: 1.2em;
    margin-bottom: 0; }

.PaneBase-header {
  width: 100%;
  position: relative;
  min-height: 3.5em; }
  .PaneBase-header p {
    text-align: center;
    color: gray;
    margin: 0;
    line-height: 1;
    padding: 1.5em 0; }
  .PaneBase-header button {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border: none;
    background: white;
    font-family: inherit;
    font-size: 1em; }
    .PaneBase-header button:focus {
      outline: none; }
    .PaneBase-header button.InstructionsPane-targetButton: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: ""; }
    .PaneBase-header button.TargetPane-instructionsButton: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: ""; }

.PaneBase-content {
  background: white;
  flex: 1;
  padding: 1em 1em 4em;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 600px) {
    .PaneBase-content {
      padding-bottom: 2em; } }
  .PaneBase-content::-webkit-scrollbar {
    width: 10px; }
  .PaneBase-content:hover::-webkit-scrollbar {
    background-color: #fbfbfb; }
  .PaneBase-content::-webkit-scrollbar-thumb {
    background-color: #f2f2f2; }
    .PaneBase-content::-webkit-scrollbar-thumb:hover {
      background-color: #ebebeb; }
  .PaneBase-content:hover::-webkit-scrollbar {
    width: 10px; }
  .PaneBase-content:hover:hover::-webkit-scrollbar {
    background-color: #fbfbfb; }
  .PaneBase-content:hover::-webkit-scrollbar-thumb {
    background-color: #e6e6e6; }
    .PaneBase-content:hover::-webkit-scrollbar-thumb:hover {
      background-color: #dedede; }
  .PaneBase-content h1:first-child {
    margin-top: 0; }
  .PaneBase-content:last-child::after {
    content: "";
    height: 1em;
    width: 100%;
    display: block; }
    @media (min-width: 600px) {
      .PaneBase-content:last-child::after {
        height: 4em; } }

.PaneBase-prepareStep .PaneBase-header,
.TargetPane-callStep .PaneBase-header,
.InstructionsPane-callStep .PaneBase-header,
.TargetPane-reportStep .PaneBase-header,
.InstructionsPane-reportStep .PaneBase-header,
.InputPane-reportStep .PaneBase-header,
.ReportPane-reportStep .PaneBase-header {
  display: none; }
  @media (min-width: 600px) {
    .PaneBase-prepareStep .PaneBase-header,
    .TargetPane-callStep .PaneBase-header,
    .InstructionsPane-callStep .PaneBase-header,
    .TargetPane-reportStep .PaneBase-header,
    .InstructionsPane-reportStep .PaneBase-header,
    .InputPane-reportStep .PaneBase-header,
    .ReportPane-reportStep .PaneBase-header {
      display: block; } }

.PaneBase-enter {
  animation: PaneBase-enterAnimation 0.5s; }

.PaneBase-leave {
  animation: PaneBase-leaveAnimation 0.5s; }

@keyframes PaneBase-enterAnimation {
  from {
    left: 100%; } }

@keyframes PaneBase-leaveAnimation {
  to {
    left: -35%; } }

.QueueEmptyPane {
  width: 100%;
  left: 0;
  z-index: 10; }
  .QueueEmptyPane .PaneBase-content {
    text-align: center;
    margin-top: 2em; }
    .QueueEmptyPane .PaneBase-content p {
      max-width: 40em;
      margin: 0 auto 1em; }
    .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #ee323e;
      color: #FFF; }
      @media (min-width: 768px) {
        .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink {
          padding: 1em 2.5em; } }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink:focus {
        outline: none; }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink:hover {
        background-color: #ec1a28;
        border-color: #db121f; }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink:focus {
        border-color: #e71321;
        background-color: #e71321; }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink.selected {
        border-color: #e71321;
        background-color: #e71321; }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #ee323e;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink::disabled {
        color: rgba(255, 255, 255, 0.5); }
      .QueueEmptyPane .PaneBase-content .QueueEmptyPane-assignmentsLink:disabled {
        color: rgba(255, 255, 255, 0.5); }

.ReportPane {
  transition: left 0.5s; }
  .ReportPane .PaneBase-header p {
    text-align: left; }
  .ReportPane .ReportPane-nav p {
    text-align: center; }
  @media (min-width: 600px) {
    .ReportPane.ReportPane-reportStep {
      width: 35%;
      left: 65%; } }
  .ReportPane.ReportPane-reportStep .ReportPane-backLink {
    width: 33.33333%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 4.5em;
    cursor: pointer;
    font-size: 0.7778em; }
    .ReportPane.ReportPane-reportStep .ReportPane-backLink.fluid {
      width: 33.33333%; }
    .ReportPane.ReportPane-reportStep .ReportPane-backLink: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: ""; }
    .ReportPane.ReportPane-reportStep .ReportPane-backLink:hover {
      color: #ac0e18; }
  @media (min-width: 600px) {
    .ReportPane.ReportPane-reportStep .ReportPane-nav p {
      text-align: left;
      width: 66.66667%;
      vertical-align: top;
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .ReportPane.ReportPane-reportStep .ReportPane-nav p.fluid {
        width: 66.66667%; } }
  @media (min-width: 600px) {
    .ReportPane.ReportPane-doneStep {
      width: 35%;
      left: 0; } }
  @media (min-width: 600px) {
    .ReportPane.ReportPane-callStep {
      width: 35%;
      left: 100%; } }
  .ReportPane.PaneBase-leave {
    animation: ReportPane-leaveAnimation 0.5s; }

@keyframes ReportPane-leaveAnimation {
  to {
    left: -100%; } }

.StatsPane {
  z-index: 0; }
  .StatsPane h1, .StatsPane p {
    text-align: center; }
  @media (min-width: 600px) {
    .StatsPane.StatsPane-doneStep {
      width: 65%;
      left: 35%; } }
  .StatsPane.PaneBase-leave {
    animation: StatsPane-leaveAnimation 0.5s; }
  .StatsPane .PaneBase-content {
    margin-top: 1em; }
  .StatsPane .StatsPane-artwork {
    display: block;
    margin: 0 auto 1em;
    max-width: 360px;
    max-height: 35vh; }

@keyframes StatsPane-leaveAnimation {
  to {
    left: -65%; } }

.TargetPane {
  z-index: 2; }
  .TargetPane .TargetPane-basics:after {
    content: "";
    display: block;
    clear: both; }
  .TargetPane .Avatar {
    float: left;
    padding-left: 0;
    height: 0;
    background-size: contain;
    padding-top: 33%;
    width: 33.33333%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .TargetPane .Avatar.fluid {
      width: 33.33333%; }
  .TargetPane .TargetPane-name {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    float: right;
    margin-bottom: 0.5em;
    font-size: 1.3em; }
    .TargetPane .TargetPane-name.fluid {
      width: 100%; }
  .TargetPane .TargetPane-info {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    list-style: none;
    float: right; }
    .TargetPane .TargetPane-info.fluid {
      width: 100%; }
    .TargetPane .TargetPane-info li {
      margin-bottom: 0.5em;
      font-size: 0.8em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .TargetPane .TargetPane-infoId: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: ""; }
  .TargetPane .TargetPane-infoJoin: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: ""; }
  .TargetPane .TargetPane-infoAddress: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: ""; }
  .TargetPane .TargetPane-infoAddress span {
    display: block;
    margin-left: 2em;
    margin-bottom: 0.2em; }
    .TargetPane .TargetPane-infoAddress span:first-child {
      margin-top: -1.4em; }
  .TargetPane .TargetPane-infoEmail: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: ""; }
  .TargetPane .TargetPane-infoCity: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: ""; }
  .TargetPane .TargetPane-personField: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: ""; }
  .TargetPane .TargetPane-personField span {
    display: block;
    margin-left: 2em;
    margin-bottom: 0.5em; }
    .TargetPane .TargetPane-personField span:first-child {
      margin-top: -1.6em;
      font-size: 0.8em;
      margin-left: 2.5em;
      font-style: italic; }
  .TargetPane .TargetPane-personFieldValue {
    margin-top: -0.5em; }
  .TargetPane .TargetPane-map {
    max-width: 100%;
    margin-top: 1em; }
  .TargetPane h4 {
    margin-bottom: 0.5em; }
  .TargetPane .TargetPane-edit {
    margin-top: 1em; }
    .TargetPane .TargetPane-edit h4: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: ""; }
    .TargetPane .TargetPane-edit p {
      font-style: italic;
      color: #acacac; }
  .TargetPane .TargetPane-tags {
    margin-top: 1em; }
    .TargetPane .TargetPane-tags h4: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: ""; }
  .TargetPane .TargetPane-activity h4: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: ""; }
  .TargetPane .TargetPane-activity.empty p {
    font-style: italic;
    color: #acacac; }
  .TargetPane .TargetPane-callLog h4: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: ""; }
  .TargetPane .PaneBase-header .TargetPane-instructionsButton {
    display: none; }
    @media (min-width: 600px) {
      .TargetPane .PaneBase-header .TargetPane-instructionsButton {
        display: block;
        left: 0; } }
  .TargetPane.PaneBase-enter {
    animation: TargetPane-enterAnimation 0.5s; }
  .TargetPane.TargetPane-firstCall.PaneBase-enter {
    animation: PaneBase-enterAnimation 0.5s; }
  .TargetPane.PaneBase-leave {
    animation: TargetPane-leaveAnimation 0.5s; }
  @media (min-width: 600px) {
    .TargetPane.TargetPane-prepareStep {
      width: 35%;
      left: 35%; }
    .TargetPane.TargetPane-callStep {
      width: 35%;
      left: 0; }
    .TargetPane.TargetPane-reportStep {
      width: 35%;
      left: 0; } }

@media (min-width: 1125px) {
  .TargetPane .Avatar {
    width: 33.33333%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .TargetPane .Avatar.fluid {
      width: 33.33333%; }
  .TargetPane .TargetPane-name, .TargetPane .TargetPane-info {
    width: 66.66667%;
    vertical-align: top;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    .TargetPane .TargetPane-name.fluid, .TargetPane .TargetPane-info.fluid {
      width: 66.66667%; } }

@keyframes TargetPane-enterAnimation {
  from {
    left: 135%; } }

@keyframes TargetPane-leaveAnimation {
  to {
    left: -65%; } }

.Tutorial {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .Tutorial .Tutorial-background {
    opacity: 0.7;
    animation: Tutorial-background-appearAnimation 0.5s; }

@keyframes Tutorial-background-appearAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

.TutorialNote {
  position: absolute;
  background-color: #48baeb;
  max-width: 30%;
  padding: 1em;
  border-radius: 0.5em;
  min-width: 300px;
  animation: TutorialNote-appearAnimation 0.2s 0.2s;
  animation-fill-mode: backwards; }
  .TutorialNote:after {
    content: "";
    display: block;
    clear: both; }
  .TutorialNote h2 {
    color: white;
    margin: 0;
    font-size: 1.2em; }
  .TutorialNote p {
    color: white;
    margin: 0.5em 0 1em;
    font-size: 0.9em; }
  .TutorialNote .TutorialNote-closeLink, .TutorialNote .TutorialNote-manualLink {
    display: block;
    padding: 0.5em 1em;
    margin: 0.5em 0 0;
    border: 1px solid white;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5em;
    transition: background-color 0.3s; }
    .TutorialNote .TutorialNote-closeLink:hover, .TutorialNote .TutorialNote-manualLink:hover {
      background-color: #3598c5; }
  @media (min-width: 768px) {
    .TutorialNote .TutorialNote-closeLink, .TutorialNote .TutorialNote-manualLink {
      float: right;
      border-width: 0;
      font-size: 0.8em;
      font-weight: bold; }
    .TutorialNote p {
      font-size: 0.8em; } }

@keyframes TutorialNote-appearAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

.ActionFormInfoLabel {
  color: #636363;
  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: #7d7d7d;
  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: #7d7d7d;
    margin-bottom: 0.5em; }
  .ActionInfoSection .ActionFormInfoLabel {
    font-size: 1.1em;
    color: #303030; }
    .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: #b0b0b0; }
  .ActionInfoSection a .ActionFormInfoLabel:hover {
    color: #ee323e; }
    .ActionInfoSection a .ActionFormInfoLabel:hover:after {
      color: #7d7d7d; }
  .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: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: #acacac;
    border-color: #acacac;
    color: #FFF;
    padding-left: 1.5em;
    border-radius: 3em 0 0 3em;
    padding: 0 0.5em 0 1em !important; }
    @media (min-width: 768px) {
      .ActionInfoSection .ActionInfoSection-closeButton {
        padding: 1em 2.5em; } }
    .ActionInfoSection .ActionInfoSection-closeButton:focus {
      outline: none; }
    .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.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #acacac;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ActionInfoSection .ActionInfoSection-closeButton::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .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:disabled {
      color: rgba(255, 255, 255, 0.5); }
    .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: #636363; }

.MultiLocationActionForm-info {
  position: relative;
  color: #7d7d7d;
  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: #b0b0b0; }

.MultiShiftActionForm-info {
  position: relative;
  color: #7d7d7d;
  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: #b0b0b0; }

.ResponseWidget {
  color: #ee323e;
  width: 100%;
  margin-bottom: 1em; }
  .ResponseWidget .Button.ResponseWidget-button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #ee323e;
    color: #FFF;
    text-align: center;
    padding-left: 1.2em;
    padding-right: 1.2em; }
    @media (min-width: 768px) {
      .ResponseWidget .Button.ResponseWidget-button {
        padding: 1em 2.5em; } }
    .ResponseWidget .Button.ResponseWidget-button:focus {
      outline: none; }
    .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.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #ee323e;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ResponseWidget .Button.ResponseWidget-button::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .ResponseWidget .Button.ResponseWidget-button:disabled {
      color: rgba(255, 255, 255, 0.5); }
    .ResponseWidget .Button.ResponseWidget-button:focus {
      outline: none; }
    .ResponseWidget .Button.ResponseWidget-button.signedUp {
      display: inline-block;
      padding: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #acacac;
      border-color: #acacac;
      color: #FFF;
      padding-left: 1.2em;
      padding-right: 1.2em; }
      @media (min-width: 768px) {
        .ResponseWidget .Button.ResponseWidget-button.signedUp {
          padding: 1em 2.5em; } }
      .ResponseWidget .Button.ResponseWidget-button.signedUp:focus {
        outline: none; }
      .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 .Button.ResponseWidget-button.signedUp.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #acacac;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .ResponseWidget .Button.ResponseWidget-button.signedUp::disabled {
        color: rgba(255, 255, 255, 0.5); }
      .ResponseWidget .Button.ResponseWidget-button.signedUp:disabled {
        color: rgba(255, 255, 255, 0.5); }
  .ResponseWidget span {
    color: #636363; }
  .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: #636363;
  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: #7d7d7d;
  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: #b0b0b0; }

.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: 1em 1em;
  border-width: 0;
  border-radius: 3em;
  border-style: solid;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  background-color: white;
  border-color: white;
  color: inherit;
  padding-left: 1.5em;
  padding: 0 1.2em;
  border: 1px solid #d9d9d9;
  padding-left: 1.2em;
  padding-right: 1.2em; }
  @media (min-width: 768px) {
    .SingleActionForm .Button.SingleActionForm-infoButton {
      padding: 1em 2.5em; } }
  .SingleActionForm .Button.SingleActionForm-infoButton:focus {
    outline: none; }
  .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.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: white;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .SingleActionForm .Button.SingleActionForm-infoButton::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .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:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .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: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  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.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #fbfbfb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .SingleActionForm .SingleActionForm.contracted .SingleActionForm-toggleExpandButton::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .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: 2.5em;
    height: 2.5em;
    width: 2.5em;
    margin-right: 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: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  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.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #fbfbfb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .SingleActionForm .SingleActionForm.expanded .SingleActionForm-toggleExpandButton::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .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: 2.5em;
    height: 2.5em;
    width: 2.5em;
    margin-right: 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: #636363; }
      .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: #7d7d7d; }

.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: #636363;
    letter-spacing: 1px; }
    .CampaignCalendarDay .CampaignCalendarDay-link:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .CampaignCalendarDay.hasActions .CampaignCalendarDay-link {
    text-decoration: underline;
    color: #303030; }
  .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: #7d7d7d;
  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 (min-width: 1125px) {
    .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: 1em 1em;
      border-width: 0;
      border-radius: 3em;
      border-style: solid;
      text-decoration: none;
      font-family: franklin-gothic-urw, sans-serif;
      font-weight: 300;
      font-size: 1em;
      line-height: 1;
      cursor: pointer;
      background-color: #ee323e;
      border-color: #ee323e;
      color: #FFF;
      padding-left: 1.5em;
      font-size: 1.2em;
      right: 0; }
      @media (min-width: 768px) {
        .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn {
          padding: 1em 2.5em; } }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn:focus {
        outline: none; }
      .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.loading {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: #ee323e;
        background-size: 40px 40px;
        animation: progress-stripes 2s linear infinite;
        cursor: wait; }
      .ActionFilterModal .ActionFilterModal-footer .ActionFilterModal-footerCloseBtn::disabled {
        color: rgba(255, 255, 255, 0.5); }
      .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-footer .ActionFilterModal-footerCloseBtn:disabled {
        color: rgba(255, 255, 255, 0.5); }
  .ActionFilterModal .ActionFilterModal-resetBtn.Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-color: white;
    color: inherit;
    padding-left: 1.5em;
    border: 1px solid #eee; }
    @media (min-width: 768px) {
      .ActionFilterModal .ActionFilterModal-resetBtn.Button {
        padding: 1em 2.5em; } }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button:focus {
      outline: none; }
    .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.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: white;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button::disabled {
      color: rgba(0, 0, 0, 0.5); }
    .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; }
    .ActionFilterModal .ActionFilterModal-resetBtn.Button:disabled {
      color: rgba(255, 255, 255, 0.5); }

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

.ActionFilterSummary {
  padding: 1em 2em;
  text-align: center; }
  @media (min-width: 768px) {
    .ActionFilterSummary {
      margin: 2em -0.5em; } }
  @media (min-width: 1125px) {
    .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: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #ee323e;
    color: #FFF;
    outline: none; }
    @media (min-width: 768px) {
      .ActionFilterSummary .Button {
        padding: 1em 2.5em; } }
    .ActionFilterSummary .Button:focus {
      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 .Button.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #ee323e;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ActionFilterSummary .Button::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .ActionFilterSummary .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }
  .ActionFilterSummary.active .Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-color: white;
    color: inherit;
    padding-left: 1.5em;
    border: 1px solid #d9d9d9; }
    @media (min-width: 768px) {
      .ActionFilterSummary.active .Button {
        padding: 1em 2.5em; } }
    .ActionFilterSummary.active .Button:focus {
      outline: none; }
    .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.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: white;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .ActionFilterSummary.active .Button::disabled {
      color: rgba(0, 0, 0, 0.5); }
    .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; }
    .ActionFilterSummary.active .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }

.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: #bcbcbc; }
  .ActionFilterToggle span {
    display: block;
    margin-left: 30px;
    line-height: 1em;
    margin-bottom: 0.5em; }
    @media (min-width: 600px) {
      .ActionFilterToggle span {
        display: inline-block; } }
    @media (min-width: 600px) {
      .ActionFilterToggle span:first-child {
        margin-top: 0.3em; } }
    .ActionFilterToggle span:last-child {
      font-size: 0.9em;
      margin-bottom: 0;
      color: #636363; }
      @media (min-width: 600px) {
        .ActionFilterToggle span:last-child {
          position: absolute;
          right: 1em; } }
  .ActionFilterToggle:hover {
    cursor: pointer;
    background-color: #fbfbfb; }
    .ActionFilterToggle:hover:before {
      color: #7d7d7d; }
  .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; }

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

.CallLog {
  list-style: none;
  padding: 0;
  margin: 0; }
  .CallLog > span {
    font-style: italic;
    color: #acacac; }
  .CallLog li.CallLog-enter, .CallLog li.CallLog-appear {
    animation: CallLogItem-appearAnimation 0.2s;
    animation-fill-mode: backwards; }

@keyframes CallLogItem-appearAnimation {
  from {
    opacity: 0; } }

.CallLogItem {
  font-size: 1.1em;
  position: relative;
  min-height: 5em;
  padding: 0.5em;
  border-bottom: 1px solid #eee;
  animation-delay: inherit; }
  .CallLogItem:hover {
    background: #fcfcfc; }
  .CallLogItem .CallLogItem-status {
    width: 6em;
    position: relative;
    padding: 0.6em 0 0.6em 1.5em;
    font-size: 0.8em;
    animation-delay: inherit; }
    .CallLogItem .CallLogItem-status span {
      position: relative;
      display: inline-block;
      width: 46%;
      height: 0.1em;
      margin: 0 4% 0 0;
      background-color: #dfdfdf;
      vertical-align: middle;
      animation: CallLogItem-statusBarFirst-fadeInAnimation 1.0s;
      animation-fill-mode: backwards;
      animation-delay: inherit; }
    .CallLogItem .CallLogItem-status span + span {
      animation: CallLogItem-statusBarSecond-fadeInAnimation 1.0s;
      animation-fill-mode: backwards;
      animation-delay: inherit; }
    .CallLogItem .CallLogItem-status:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0.5em;
      animation: CallLogItem-statusIcon-fadeInAnimation 1.0s;
      animation-fill-mode: backwards;
      animation-delay: inherit; }
  .CallLogItem.status1 .CallLogItem-status:before {
    color: #41EF5A;
    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: ""; }
  .CallLogItem.status1 .CallLogItem-statusBar0, .CallLogItem.status1 .CallLogItem-statusBar1 {
    background-color: #41EF5A;
    height: 0.3em; }
  .CallLogItem.status11 .CallLogItem-status:before, .CallLogItem.status12 .CallLogItem-status:before, .CallLogItem.status21 .CallLogItem-status:before {
    color: #F64A50; }
  .CallLogItem.status11 .CallLogItem-statusBar0, .CallLogItem.status11 .CallLogItem-statusBar1, .CallLogItem.status12 .CallLogItem-statusBar0, .CallLogItem.status12 .CallLogItem-statusBar1, .CallLogItem.status21 .CallLogItem-statusBar0, .CallLogItem.status21 .CallLogItem-statusBar1 {
    background-color: #F64A50; }
  .CallLogItem.status11 .CallLogItem-status: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: ""; }
  .CallLogItem.status12 .CallLogItem-status: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: ""; }
  .CallLogItem.status21 .CallLogItem-status: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: ""; }
  .CallLogItem.status13 .CallLogItem-status:before, .CallLogItem.status14 .CallLogItem-status:before, .CallLogItem.status15 .CallLogItem-status:before {
    color: #ffc502; }
  .CallLogItem.status13 .CallLogItem-statusBar0, .CallLogItem.status13 .CallLogItem-statusBar1, .CallLogItem.status14 .CallLogItem-statusBar0, .CallLogItem.status14 .CallLogItem-statusBar1, .CallLogItem.status15 .CallLogItem-statusBar0, .CallLogItem.status15 .CallLogItem-statusBar1 {
    background-color: #ffc502; }
  .CallLogItem.status13 .CallLogItem-statusBar0, .CallLogItem.status14 .CallLogItem-statusBar0, .CallLogItem.status15 .CallLogItem-statusBar0 {
    height: 0.3em; }
  .CallLogItem.status13 .CallLogItem-status: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: ""; }
  .CallLogItem.status14 .CallLogItem-status: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: ""; }
  .CallLogItem.status15 .CallLogItem-status: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: ""; }
  .CallLogItem.contracted .CallLogItem-notes {
    max-height: 1.2em; }
    .CallLogItem.contracted .CallLogItem-notes:after {
      opacity: 1; }
  .CallLogItem.expanded .CallLogItem-notes {
    max-height: 10em; }
    .CallLogItem.expanded .CallLogItem-notes:after {
      opacity: 0; }

.CallLogItem-timeStamp {
  position: absolute;
  right: 0.5em;
  top: 1em;
  font-size: 0.7em;
  color: #7d7d7d; }

.CallLogItem-summary {
  font-size: 0.7em;
  color: #4a4a4a;
  margin-left: 1.8em;
  font-style: italic; }

.CallLogItem-caller:before {
  content: ", "; }

.CallLogItem-notes {
  font-size: 0.8em;
  position: relative;
  margin: 1em 0 0;
  overflow: hidden;
  transition: max-height 0.3s;
  color: #636363;
  padding-left: 1.5em; }
  .CallLogItem-notes: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: "";
    margin-left: -1.8em; }
  .CallLogItem-notes.empty {
    color: #c9c9c9; }
  .CallLogItem-notes:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10em;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 50%);
    opacity: 0;
    transition: opacity 0.2s; }

.CallLogItem.contracted .CallLogItem-button {
  width: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  color: inherit; }
  .CallLogItem.contracted .CallLogItem-button:hover {
    background-color: #f3f3f3;
    border-color: #ebebeb; }
  .CallLogItem.contracted .CallLogItem-button:focus {
    border-color: #efefef;
    background-color: #efefef; }
  .CallLogItem.contracted .CallLogItem-button.selected {
    border-color: #efefef;
    background-color: #efefef; }
  .CallLogItem.contracted .CallLogItem-button.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #fbfbfb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .CallLogItem.contracted .CallLogItem-button::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .CallLogItem.contracted .CallLogItem-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: 2.5em;
    height: 2.5em;
    width: 2.5em;
    margin-right: 0; }
  .CallLogItem.contracted .CallLogItem-button:focus {
    outline: none; }
  .CallLogItem.contracted .CallLogItem-button:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.CallLogItem.expanded .CallLogItem-button {
  width: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  color: inherit; }
  .CallLogItem.expanded .CallLogItem-button:hover {
    background-color: #f3f3f3;
    border-color: #ebebeb; }
  .CallLogItem.expanded .CallLogItem-button:focus {
    border-color: #efefef;
    background-color: #efefef; }
  .CallLogItem.expanded .CallLogItem-button.selected {
    border-color: #efefef;
    background-color: #efefef; }
  .CallLogItem.expanded .CallLogItem-button.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #fbfbfb;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .CallLogItem.expanded .CallLogItem-button::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .CallLogItem.expanded .CallLogItem-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: 2.5em;
    height: 2.5em;
    width: 2.5em;
    margin-right: 0; }
  .CallLogItem.expanded .CallLogItem-button:focus {
    outline: none; }
  .CallLogItem.expanded .CallLogItem-button:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.CallLogItem .CallLogItem-button {
  margin-top: 0.5em;
  margin-left: calc(50% - 1.25em); }

@keyframes CallLogItem-statusIcon-fadeInAnimation {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes CallLogItem-statusBarFirst-fadeInAnimation {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes CallLogItem-statusBarSecond-fadeInAnimation {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.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: 768px) {
      .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: #303030;
    list-style: none;
    background-color: #FFF; }
    @media (min-width: 768px) {
      .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: 768px) {
    .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: ""; }

.LaneSwitch {
  position: absolute;
  bottom: 0.8em;
  left: 20px;
  z-index: 99; }
  .LaneSwitch .LaneSwitch-openLogButton {
    float: left;
    width: 2.5em;
    height: 2.5em;
    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;
    text-align: center;
    background-color: #ee323e;
    border-color: #ee323e;
    color: #FFF; }
    .LaneSwitch .LaneSwitch-openLogButton:hover {
      background-color: #ed2431;
      border-color: #ec1623; }
    .LaneSwitch .LaneSwitch-openLogButton:focus {
      border-color: #ec1d2a;
      background-color: #ec1d2a; }
    .LaneSwitch .LaneSwitch-openLogButton.selected {
      border-color: #ec1d2a;
      background-color: #ec1d2a; }
    .LaneSwitch .LaneSwitch-openLogButton.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #ee323e;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .LaneSwitch .LaneSwitch-openLogButton::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .LaneSwitch .LaneSwitch-openLogButton: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: 2.5em;
      height: 2.5em;
      width: 2.5em;
      margin-right: 0; }
    .LaneSwitch .LaneSwitch-openLogButton:focus {
      outline: none; }
    .LaneSwitch .LaneSwitch-openLogButton:active {
      box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }
  .LaneSwitch .LaneSwitch-callList {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none; }

.LaneSwitchItem {
  width: 2.5em;
  height: 2.5em;
  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;
  text-align: center;
  background-color: #ee323e;
  border-color: #ee323e;
  color: #FFF;
  margin-left: 0.5em;
  float: left; }
  .LaneSwitchItem:hover {
    background-color: #ed2431;
    border-color: #ec1623; }
  .LaneSwitchItem:focus {
    border-color: #ec1d2a;
    background-color: #ec1d2a; }
  .LaneSwitchItem.selected {
    border-color: #ec1d2a;
    background-color: #ec1d2a; }
  .LaneSwitchItem.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #ee323e;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .LaneSwitchItem::disabled {
    color: rgba(255, 255, 255, 0.5); }
  .LaneSwitchItem:focus {
    outline: none; }
  .LaneSwitchItem:active {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }
  .LaneSwitchItem .Avatar {
    width: 100%;
    height: 100%; }
  .LaneSwitchItem:hover {
    position: relative; }
  .LaneSwitchItem.jumping {
    animation: LaneSwitchItem-jumpAnimation 0.5s; }

@keyframes LaneSwitchItem-jumpAnimation {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -6px); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(0, -3px); }
  100% {
    transform: translate(0, 0); } }

.CallOpList ul {
  margin: 0;
  padding: 0; }

.CallOpList li {
  list-style-type: none;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0);
  transition: background 1s; }
  .CallOpList li:hover {
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s; }
  .CallOpList li.CallOpList-item-leave {
    opacity: 1;
    animation: CallOpList-item-leaveAnimation 0.31s; }

@keyframes CallOpList-item-leaveAnimation {
  to {
    opacity: 0; } }

.CallOpListItem {
  position: relative;
  padding: 10px 0 0 50px; }
  .CallOpListItem .Avatar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px; }
  .CallOpListItem .CallOpListItem-phone {
    color: rgba(255, 255, 255, 0.4);
    padding-left: 1em;
    font-size: 80%; }
  .CallOpListItem .CallOpListItem-time {
    color: rgba(255, 255, 255, 0.4);
    padding-left: 1em;
    font-size: 80%;
    float: right; }
  .CallOpListItem .CallOpListItem-ops {
    margin: 0.5em 0; }
  .CallOpListItem .Button {
    display: inline-block;
    padding: 1em 1em;
    border-width: 1px;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-color: white;
    color: inherit;
    background-color: transparent;
    display: block;
    font-size: 0.8em;
    margin: 1em 0;
    transition: background-color 0.2s;
    width: 100%; }
    @media (min-width: 768px) {
      .CallOpListItem .Button {
        padding: 1em 2.5em; } }
    .CallOpListItem .Button:focus {
      outline: none; }
    .CallOpListItem .Button:hover {
      background-color: #f2f2f2;
      border-color: #e6e6e6; }
    .CallOpListItem .Button:focus {
      border-color: #ececec;
      background-color: #ececec; }
    .CallOpListItem .Button.selected {
      border-color: #ececec;
      background-color: #ececec; }
    .CallOpListItem .Button.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: white;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .CallOpListItem .Button::disabled {
      color: rgba(0, 0, 0, 0.5); }
    .CallOpListItem .Button:disabled {
      color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 600px) {
      .CallOpListItem .Button {
        margin: 0.25em;
        display: inline-block;
        width: auto; } }
    .CallOpListItem .Button:hover {
      color: #303030;
      border-color: transparent; }

.AssignmentList {
  margin-top: 2em;
  text-align: left; }
  .AssignmentList ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .AssignmentList li {
    position: relative;
    padding: 1em 0.5em;
    border-bottom: 1px solid #f2f2f2; }
    .AssignmentList li:hover {
      background: #fafafa; }
  .AssignmentList h3 {
    margin: 0; }
  .AssignmentList p {
    width: 100%;
    display: inline-block; }
  .AssignmentList .AssignmentListItem-selectButton {
    display: inline-block;
    padding: 1em 1em;
    border-width: 0;
    border-radius: 3em;
    border-style: solid;
    text-decoration: none;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    background-color: #ee323e;
    border-color: #ee323e;
    color: #FFF;
    width: 100%; }
    @media (min-width: 768px) {
      .AssignmentList .AssignmentListItem-selectButton {
        padding: 1em 2.5em; } }
    .AssignmentList .AssignmentListItem-selectButton:focus {
      outline: none; }
    .AssignmentList .AssignmentListItem-selectButton:hover {
      background-color: #ec1a28;
      border-color: #db121f; }
    .AssignmentList .AssignmentListItem-selectButton:focus {
      border-color: #e71321;
      background-color: #e71321; }
    .AssignmentList .AssignmentListItem-selectButton.selected {
      border-color: #e71321;
      background-color: #e71321; }
    .AssignmentList .AssignmentListItem-selectButton.loading {
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-color: #ee323e;
      background-size: 40px 40px;
      animation: progress-stripes 2s linear infinite;
      cursor: wait; }
    .AssignmentList .AssignmentListItem-selectButton::disabled {
      color: rgba(255, 255, 255, 0.5); }
    .AssignmentList .AssignmentListItem-selectButton:disabled {
      color: rgba(255, 255, 255, 0.5); }

@media (min-width: 768px) {
  .AssignmentList .AssignmentListItem-selectButton {
    width: auto; } }

@media (min-width: 1125px) {
  .AssignmentList p {
    width: 60%; }
  .AssignmentList .AssignmentListItem-selectButton {
    display: inline-block;
    position: absolute;
    top: calc(50% - 1.5em);
    right: 1em; } }

@media (min-width: 1125px) {
  .AssignmentsPage .PageBase-content {
    width: 90%; } }

.AssignmentsPage .PageBase-content p {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto; }

.CallBackStep input[type=date], .CallBackStep select {
  display: block;
  margin: 0 0 0.5em;
  width: 100%;
  font-size: 1em;
  text-align: center;
  font-family: franklin-gothic-urw, sans-serif; }
  @media (min-width: 768px) {
    .CallBackStep input[type=date], .CallBackStep select {
      width: 46%; } }

.CallBackStep-examples {
  margin: 0.2em 0 2em;
  font-size: 0.6em;
  color: #acacac; }
  .CallBackStep-examples a {
    display: inline-block;
    margin-left: 0.4em;
    cursor: pointer;
    color: inherit;
    text-decoration: underline; }
    .CallBackStep-examples a:hover {
      color: #525252; }

.ReportStepBase .ReportStepBase-editLink {
  float: right;
  cursor: pointer;
  font-size: 0.8em; }
  .ReportStepBase .ReportStepBase-editLink: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: ""; }
  .ReportStepBase .ReportStepBase-editLink:hover {
    color: #c3101c; }

.ReportStepBase.ReportStepBase-summaryMode {
  color: #7d7d7d;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .ReportStepBase.ReportStepBase-summaryMode .ReportStepBase-summary p {
    margin-bottom: 0.5em; }
    .ReportStepBase.ReportStepBase-summaryMode .ReportStepBase-summary p: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: ""; }
  .ReportStepBase.ReportStepBase-summaryMode .ReportStepBase-effect {
    font-size: 0.8em;
    font-style: italic;
    color: #969696;
    margin-left: 1.8em; }
    .ReportStepBase.ReportStepBase-summaryMode .ReportStepBase-effect p:first-child {
      margin: 0.2em 0; }
      .ReportStepBase.ReportStepBase-summaryMode .ReportStepBase-effect p:first-child: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: ""; }
  .ReportStepBase.ReportStepBase-summaryMode .logMessage {
    color: #969696;
    padding: 0 3em 0 1em;
    margin-left: 1em;
    font-size: 0.9em;
    border-left: 2px solid #ccc; }

.ReportStepBase .ReportStepBase-form p {
  font-size: 1.2em; }
  @media (min-width: 600px) {
    .ReportStepBase .ReportStepBase-form p {
      font-size: 1em; } }
  .ReportStepBase .ReportStepBase-form p: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: ""; }

.ReportStepBase .ReportStepBase-form small {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  color: #969696;
  margin: 0 0 1.4em 1.8em; }

.ReportStepBase .ReportStepBase-form .Button {
  display: inline-block;
  padding: 1em 1em;
  border-width: 0;
  border-radius: 3em;
  border-style: solid;
  text-decoration: none;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: inherit;
  display: block;
  margin: 1em 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .ReportStepBase .ReportStepBase-form .Button {
      padding: 1em 2.5em; } }
  .ReportStepBase .ReportStepBase-form .Button:focus {
    outline: none; }
  .ReportStepBase .ReportStepBase-form .Button:hover {
    background-color: #ececec;
    border-color: #e0e0e0; }
  .ReportStepBase .ReportStepBase-form .Button:focus {
    border-color: #e6e6e6;
    background-color: #e6e6e6; }
  .ReportStepBase .ReportStepBase-form .Button.selected {
    border-color: #e6e6e6;
    background-color: #e6e6e6; }
  .ReportStepBase .ReportStepBase-form .Button.loading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-color: #f9f9f9;
    background-size: 40px 40px;
    animation: progress-stripes 2s linear infinite;
    cursor: wait; }
  .ReportStepBase .ReportStepBase-form .Button::disabled {
    color: rgba(0, 0, 0, 0.5); }
  .ReportStepBase .ReportStepBase-form .Button:disabled {
    color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 600px) {
    .ReportStepBase .ReportStepBase-form .Button {
      display: inline-block;
      font-size: 0.8em;
      margin: 0 0.5em 0.5em 0;
      width: auto; } }

.ReportStepBase .ReportStepBase-form textarea {
  width: 100%;
  min-height: 5em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em; }

.SummaryStep p: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: ""; }

.SummaryStep ul {
  padding-left: 1em; }
  .SummaryStep ul li {
    list-style: none; }
    .SummaryStep ul li: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: ""; }
    .SummaryStep ul li input[type="checkbox"] {
      display: none; }
      .SummaryStep ul li input[type="checkbox"] + label {
        display: inline-block; }
        .SummaryStep ul li input[type="checkbox"] + label:hover {
          cursor: pointer; }
        .SummaryStep ul li 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; }
        .SummaryStep ul li input[type="checkbox"] + label:hover::before {
          background-color: #f7f7f7;
          color: rgba(238, 50, 62, 0.5) !important; }
      .SummaryStep ul li 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 {
        .SummaryStep ul li input[type="checkbox"] {
          display: block; }
          .SummaryStep ul li input[type="checkbox"] + label {
            display: none; } }
