/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
/*!
 *  Font Awesome 4.5.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("/assets/fontawesome-webfont.eot?v=4.5.0");
  src: url("/assets/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/assets/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/assets/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/assets/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/assets/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.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 */
/* line 23, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-2x {
  font-size: 2em;
}

/* line 31, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-3x {
  font-size: 3em;
}

/* line 34, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-4x {
  font-size: 4em;
}

/* line 37, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-5x {
  font-size: 5em;
}

/* line 40, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ul > li {
  position: relative;
}

/* line 52, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pull-left {
  float: left;
}

/* line 70, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pull-right {
  float: right;
}

/* line 73, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.pull-right {
  float: right;
}

/* line 83, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.pull-left {
  float: left;
}

/* line 86, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.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);
  }
}
/* line 120, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-glass:before {
  content: "\f000";
}

/* line 186, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-music:before {
  content: "\f001";
}

/* line 189, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-search:before {
  content: "\f002";
}

/* line 192, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-heart:before {
  content: "\f004";
}

/* line 198, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-star:before {
  content: "\f005";
}

/* line 201, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-user:before {
  content: "\f007";
}

/* line 207, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-film:before {
  content: "\f008";
}

/* line 210, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-th:before {
  content: "\f00a";
}

/* line 216, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-check:before {
  content: "\f00c";
}

/* line 222, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-signal:before {
  content: "\f012";
}

/* line 239, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-home:before {
  content: "\f015";
}

/* line 249, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-road:before {
  content: "\f018";
}

/* line 258, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-download:before {
  content: "\f019";
}

/* line 261, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lock:before {
  content: "\f023";
}

/* line 286, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flag:before {
  content: "\f024";
}

/* line 289, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-book:before {
  content: "\f02d";
}

/* line 316, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-print:before {
  content: "\f02f";
}

/* line 322, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-camera:before {
  content: "\f030";
}

/* line 325, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-font:before {
  content: "\f031";
}

/* line 328, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bold:before {
  content: "\f032";
}

/* line 331, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-italic:before {
  content: "\f033";
}

/* line 334, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-list:before {
  content: "\f03a";
}

/* line 355, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tint:before {
  content: "\f043";
}

/* line 382, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-play:before {
  content: "\f04b";
}

/* line 407, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-eject:before {
  content: "\f052";
}

/* line 425, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-expand:before {
  content: "\f065";
}

/* line 480, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-compress:before {
  content: "\f066";
}

/* line 483, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plus:before {
  content: "\f067";
}

/* line 486, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-minus:before {
  content: "\f068";
}

/* line 489, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plane:before {
  content: "\f072";
}

/* line 517, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-random:before {
  content: "\f074";
}

/* line 523, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-comment:before {
  content: "\f075";
}

/* line 526, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-key:before {
  content: "\f084";
}

/* line 569, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-comments:before {
  content: "\f086";
}

/* line 576, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-upload:before {
  content: "\f093";
}

/* line 612, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-phone:before {
  content: "\f095";
}

/* line 618, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-github:before {
  content: "\f09b";
}

/* line 637, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-circle:before {
  content: "\f111";
}

/* line 948, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-code:before {
  content: "\f121";
}

/* line 988, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-question:before {
  content: "\f128";
}

/* line 1013, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-info:before {
  content: "\f129";
}

/* line 1016, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-female:before {
  content: "\f182";
}

/* line 1278, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-male:before {
  content: "\f183";
}

/* line 1281, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1389, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1515, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1519, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1522, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 1525, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1530, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1533, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1536, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1540, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1544, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1548, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-history:before {
  content: "\f1da";
}

/* line 1551, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1554, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-header:before {
  content: "\f1dc";
}

/* line 1557, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1560, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1563, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1566, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1569, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1572, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1576, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1579, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1582, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1585, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1588, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1591, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1594, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1597, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1600, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1603, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1606, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1609, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1612, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1615, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1618, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1621, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1624, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1627, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1630, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1633, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1636, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1639, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 1642, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1645, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1648, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1651, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1654, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1657, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1660, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1663, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1666, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1669, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1672, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1675, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bus:before {
  content: "\f207";
}

/* line 1678, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1681, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 1684, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc:before {
  content: "\f20a";
}

/* line 1687, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1692, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1695, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1698, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1701, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1704, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1707, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1710, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1713, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1716, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1719, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1722, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1725, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1728, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 1731, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 1734, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1737, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1740, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1743, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1746, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-venus:before {
  content: "\f221";
}

/* line 1749, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mars:before {
  content: "\f222";
}

/* line 1752, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 1755, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1759, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1762, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1765, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1768, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1771, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1774, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1777, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1780, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1783, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1786, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1789, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1792, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1795, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-server:before {
  content: "\f233";
}

/* line 1798, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1801, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-user-times:before {
  content: "\f235";
}

/* line 1804, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1808, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1811, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-train:before {
  content: "\f238";
}

/* line 1814, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-subway:before {
  content: "\f239";
}

/* line 1817, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-medium:before {
  content: "\f23a";
}

/* line 1820, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1824, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1827, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1830, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1833, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1837, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1841, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1845, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1849, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1853, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1856, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1859, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 1862, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1865, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1868, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1871, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1874, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1877, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 1880, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1883, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1886, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1890, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1894, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1898, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1901, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1905, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1909, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1912, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1915, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1918, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1921, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1924, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1927, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 1930, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1933, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gg:before {
  content: "\f260";
}

/* line 1936, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1939, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1942, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1945, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1948, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1951, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1954, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-safari:before {
  content: "\f267";
}

/* line 1957, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 1960, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 1963, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 1966, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1969, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1973, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 1976, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 1979, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 1982, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1985, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1988, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1991, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1994, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-industry:before {
  content: "\f275";
}

/* line 1997, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2000, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2003, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-map-o:before {
  content: "\f278";
}

/* line 2006, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-map:before {
  content: "\f279";
}

/* line 2009, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2012, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2015, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2018, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2021, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2024, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2027, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2030, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-edge:before {
  content: "\f282";
}

/* line 2033, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2036, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2039, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-modx:before {
  content: "\f285";
}

/* line 2042, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2045, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-usb:before {
  content: "\f287";
}

/* line 2048, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2051, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2054, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2057, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2060, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2063, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2066, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2069, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2072, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2075, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2078, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2081, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2084, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/font-awesome.css */
.fa-percent:before {
  content: "\f295";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/dabrorius/Dev/europe-remotely/vendor/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 6, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
body {
  font-family: "Open Sans", "Helvetica";
  background-color: white;
}

/* line 11, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.warning {
  display: flex;
  align-items: center;
  font-size: 24px;
}
/* line 16, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.warning .icon {
  font-size: 50px;
}
/* line 20, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.warning .description {
  margin-left: 1em;
}

/* line 25, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#header {
  overflow: hidden;
  box-shadow: 3px 4px 5px 0px #dbdbdb;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 850px) {
  /* line 25, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #header {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 36, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#header img {
  height: 50px;
}
@media screen and (max-width: 850px) {
  /* line 36, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #header img {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* line 48, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#header h1 {
  float: left;
  margin: 25px 0 20px 0;
}
@media screen and (max-width: 850px) {
  /* line 48, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #header h1 {
    float: none;
  }
}

/* line 58, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#gist {
  padding: 1em 0 0.5em;
  text-align: center;
  font-size: 40px;
  margin-bottom: 1em;
}
/* line 64, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#gist .social-icons {
  font-size: 50px;
}
/* line 67, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#gist .social-icons .fa-facebook-official {
  color: #3b5998;
}
/* line 71, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#gist .social-icons .fa-twitter-square {
  color: #00aced;
}
@media screen and (max-width: 850px) {
  /* line 58, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #gist {
    font-size: 30px;
  }
  /* line 79, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #gist .main-text {
    margin-bottom: 1em;
  }
}

/* line 85, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu {
  float: right;
  list-style-type: none;
  margin-top: 40px;
}
/* line 90, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu li {
  display: inline-block;
}
/* line 94, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu a {
  text-decoration: none;
  color: #777;
  margin-left: 2em;
  font-size: 16px;
}
/* line 101, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu a:hover,
#main-menu .active {
  color: #333;
}
/* line 106, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu a:hover {
  text-decoration: underline;
}
/* line 110, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu .post-a-job a {
  background-color: #00adef;
  padding: 0.5em;
  color: #fff;
  border-radius: 3px;
}
/* line 117, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#main-menu .post-a-job a:hover {
  text-decoration: none;
  background-color: #316ca2;
}
@media screen and (max-width: 850px) {
  /* line 85, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #main-menu {
    display: none;
  }
}

/* line 127, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 850px) {
  /* line 127, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 158, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 12px;
  background-color: #333;
  color: #aaa;
}
/* line 168, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer a {
  color: #ccc;
  text-decoration: none;
}
/* line 172, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer a:hover {
  border-bottom: 1px solid #ccc;
}

/* line 177, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.footer-spacer {
  height: 150px;
}

/* line 181, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer {
  height: 120px;
}
/* line 184, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer .left {
  float: left;
}
/* line 188, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer h2 {
  text-align: left;
  margin-bottom: 0;
}
/* line 189, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer h2 a {
  color: #ddd;
  text-decoration: none;
}
/* line 197, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer a.button {
  margin-top: 22px;
  background-color: #00adef;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 0.2em;
  padding: 0.35em 1em;
  float: right;
}
@media screen and (max-width: 850px) {
  /* line 197, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
  #footer a.button {
    clear: both;
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 214, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#footer a:hover.button {
  background-color: #316ca2;
}

/* line 220, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.footer ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  padding-bottom: 2em;
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/newsletter_form.scss */
#newsletter_form {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 30px 0 0px 0;
  width: 100%;
  border-radius: 5px;
}
/* line 9, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/newsletter_form.scss */
#newsletter_form input, #newsletter_form textarea {
  border: 2px solid #999;
  font-size: 16px;
  padding: 10px;
  margin: 0 auto;
  width: 350px;
  color: #444;
  font-family: "Open Sans", "Helvetica";
}
@media screen and (max-width: 850px) {
  /* line 9, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/newsletter_form.scss */
  #newsletter_form input, #newsletter_form textarea {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 23, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/newsletter_form.scss */
#newsletter_form input[type=submit] {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 850px) {
  /* line 23, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/newsletter_form.scss */
  #newsletter_form input[type=submit] {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 152, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
#newsletter_form input[type=submit] img {
  height: 2em;
  display: inline-block;
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
#jobs-list {
  padding: 0.5em 0;
  list-style-type: none;
  padding: 0;
  color: #888;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 14px;
}

/* line 12, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.popular_tags {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  /* line 12, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
  .popular_tags {
    flex-wrap: wrap;
  }
}
/* line 21, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.popular_tags a {
  display: block;
  background-color: #eee;
  padding: 0.5em 1em;
  color: #666;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  /* line 21, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
  .popular_tags a {
    width: 25%;
    text-align: center;
    margin: 0.3em 1em;
    box-sizing: border-box;
    padding: 0.5em 0;
    font-size: 14px;
  }
}
/* line 39, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.popular_tags a:hover {
  color: #00adef;
}

/* line 44, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.back_button {
  text-align: center;
  margin-bottom: 50px;
}
/* line 47, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.back_button a {
  background-color: #eee;
  padding: 0.5em 1em;
  color: #666;
  text-decoration: none;
  border-radius: 5px;
}
/* line 55, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/jobs_list.scss */
.back_button a:hover {
  color: #00adef;
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job {
  display: flex;
  align-content: space-between;
}
@media screen and (max-width: 850px) {
  /* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
  .full-job {
    flex-direction: column-reverse;
  }
}
/* line 10, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .description {
  width: 100%;
}
/* line 14, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .sidebar {
  max-width: 350px;
  font-size: 16px;
  padding-top: 25px;
  box-sizing: border-box;
  border-left: 1px solid #fafafa;
}
@media screen and (min-width: 850px) {
  /* line 14, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
  .full-job .sidebar {
    margin-left: 25px;
    padding-left: 25px;
  }
}
/* line 27, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .company-data {
  white-space: nowrap;
}
/* line 30, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .company-data a {
  color: #316ca2;
}
/* line 34, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .company-data i {
  margin-right: 0.5em;
}
/* line 39, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .tags {
  margin-top: 1em;
  line-height: 2.1em;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
}
/* line 46, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .tags a,
.full-job .tags a:active,
.full-job .tags a:hover,
.full-job .tags a:visited {
  padding: 0.25em 0.5em;
  background: #eaeaea;
  color: #666;
  border-radius: 3px;
  text-decoration: none;
  border: none;
}
/* line 58, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.full-job .tags a:hover {
  color: #00adef;
}

/* line 63, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.how-to-apply {
  background-color: #eee;
  padding: 1px 1em;
  margin: 20px 0;
}
/* line 67, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.how-to-apply a {
  color: #316ca2;
}

/* line 72, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.job-details-navigation {
  padding-top: 30px;
}
/* line 74, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.job-details-navigation a {
  color: #316ca2;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #316ca2;
}

/* line 83, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.expired .how-to-apply,
.expired .full-job,
.expired .left,
.expired .right {
  color: #aaa !important;
}
/* line 88, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.expired .how-to-apply .company,
.expired .full-job .company,
.expired .left .company,
.expired .right .company {
  color: #aaa !important;
}
/* line 91, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/job_details.scss */
.expired .how-to-apply a,
.expired .full-job a,
.expired .left a,
.expired .right a {
  color: #bbb !important;
  border-color: #bbb !important;
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.sponsor-button {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  margin: 3em auto 1em auto;
  display: block;
}
@media screen and (max-width: 850px) {
  /* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
  .sponsor-button {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 152, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.sponsor-button img {
  height: 2em;
  display: inline-block;
}

/* line 10, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
#gist.sponsor-page {
  padding-bottom: 1em;
}

/* line 15, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.promotion {
  border: 2px dotted #ddd;
  background-color: #fdfdfd;
  padding: 0.5em;
}
/* line 20, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.promotion h2 {
  margin-top: 0;
  color: #333;
}

/* line 26, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.how-to-sponsor {
  font-size: 18px;
}
/* line 27, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.how-to-sponsor a {
  color: #00adef;
}

/* line 33, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/sponsors.scss */
.price {
  background-color: #ffd;
}

/* line 2, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form label {
  display: block;
  color: #333;
}
/* line 7, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form input, .simple_form textarea {
  width: 98.5%;
  padding: 0.25em;
  color: #555;
  border: 1px solid #ccc;
}
/* line 14, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form .input {
  margin-bottom: 1em;
}
/* line 18, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form input[type=submit] {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  width: 300px;
  padding: 0.75em;
}
@media screen and (max-width: 850px) {
  /* line 18, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
  .simple_form input[type=submit] {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 152, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.simple_form input[type=submit] img {
  height: 2em;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  /* line 18, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
  .simple_form input[type=submit] {
    width: 100%;
  }
}
/* line 28, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form input[type=checkbox] {
  width: 20px;
}
/* line 35, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
.simple_form .error {
  color: #f66;
  display: block;
}

/* line 41, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
#mail_form {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 30px 0 20px 0;
  width: 100%;
  border-radius: 5px;
}
/* line 48, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
#mail_form .note {
  font-family: "Open Sans";
  font-size: 16px;
  color: #333;
}
/* line 54, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
#mail_form input, #mail_form textarea {
  border: 2px solid #999;
  font-size: 16px;
  padding: 10px;
  margin: 1.5em auto 0;
  width: 350px;
  color: #444;
  font-family: "Open Sans", "Helvetica";
}
@media screen and (max-width: 850px) {
  /* line 54, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
  #mail_form input, #mail_form textarea {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 68, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
#mail_form input[type=submit] {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  /* line 68, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/forms.scss */
  #mail_form input[type=submit] {
    width: 90%;
    box-sizing: border-box;
  }
}

/* line 1, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.job-example {
  width: 100%;
}

/* line 5, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.how-it-works {
  background-color: #eee;
  padding: 1em;
}

/* line 10, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
#review-job {
  text-align: center;
  padding: 1em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: #eee;
  opacity: 0.95;
}
/* line 22, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
#review-job .submit_job_form_sponsored {
  display: none;
}

/* line 27, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
label[for="submit_job_form_sponsored"] {
  display: inline;
  user-select: none;
}

/* line 32, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.submit_job_form_sponsored {
  background-color: #ffd;
  padding: 1em;
}

/* line 37, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.thank-you {
  background-color: #eee;
  padding: 1em 2em 2em;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
/* line 44, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.thank-you img {
  width: 100px;
}
/* line 48, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.thank-you a {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  margin-top: 2em;
  width: 300px;
}
@media screen and (max-width: 850px) {
  /* line 48, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .thank-you a {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 152, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.thank-you a img {
  height: 2em;
  display: inline-block;
}

/* line 57, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
#submit_job_form_description {
  height: 200px;
}

/* line 61, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
#submit_job_form_how_to_apply {
  height: 80px;
}

/* line 65, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.hint {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

/* line 71, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.form-section {
  margin: 3em 0;
}
/* line 74, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.form-section h3 {
  color: #333;
}

/* line 79, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.posting-points {
  display: flex;
  margin-top: 40px;
}
/* line 83, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.posting-points .fa {
  display: block;
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}
/* line 90, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.posting-points div {
  background-color: #eee;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 850px) {
  /* line 90, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .posting-points div {
    width: 30%;
    margin: 1.5%;
  }
}

/* line 102, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.trusted-logos {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  overflow: auto;
}
@media screen and (max-width: 850px) {
  /* line 102, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .trusted-logos {
    display: none;
  }
}
/* line 111, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.trusted-logos li img {
  height: 40px;
}
/* line 115, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.trusted-logos li {
  float: left;
  width: 33%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

/* line 124, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.trusted {
  margin-top: 100px;
  text-align: center;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  /* line 124, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .trusted {
    display: none;
  }
}

/* line 137, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
.create-job-post a {
  margin: 0.5em auto 1em;
  width: 150px;
  background-color: #00adef;
  border: 2px solid #00adef;
  color: white;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  width: 300px;
  padding: 0.75em;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 850px) {
  /* line 137, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .create-job-post a {
    width: 90%;
    box-sizing: border-box;
  }
}
/* line 152, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/main.scss */
.create-job-post a img {
  height: 2em;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  /* line 137, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/suggest_job.scss */
  .create-job-post a {
    width: 100%;
  }
}

/* line 2, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/about.scss */
.about h3 {
  margin-top: 50px;
  margin-bottom: 10px;
}
/* line 6, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/about.scss */
.about .social-icons {
  font-size: 30px;
}
/* line 9, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/about.scss */
.about .social-icons .fa-facebook-official {
  color: #3b5998;
}
/* line 13, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/about.scss */
.about .social-icons .fa-twitter-square {
  color: #00aced;
}

/* line 4, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
/* line 9, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post h1 {
  margin-bottom: 0;
}
/* line 13, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post h1 a {
  color: #316ca2;
  font-weight: normal;
  text-decoration: none;
}
/* line 19, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post h1 a:hover {
  text-decoration: underline;
}

/* line 24, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post-details {
  margin-top: 0;
  color: #999;
  font-size: 14px;
}

/* line 30, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.single-post p, .post p {
  font-family: "Merriweather","Times","serif";
  font-size: 17px;
  color: #333;
  font-weight: 200;
  line-height: 1.75em;
}

/* line 38, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.single-post h1 {
  margin-bottom: 0;
}

/* line 42, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.single-post .post-content {
  margin-top: 50px;
}

/* line 46, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.after-post-pitch {
  text-align: center;
  font-size: 22px;
  margin: 2em 0;
  background-color: #eee;
  padding: 1em;
}
/* line 52, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.after-post-pitch a {
  color: #316ca2;
}
/* line 56, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.after-post-pitch a:hover {
  color: #00adef;
}

/* line 62, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.post h1, .single-post h1 {
  font-size: 40px;
}

/* line 68, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/blog.scss */
.single-post blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1em;
}

/*
 * This CSS file style
 * individual jobs
 * within the job list on front page
 * as well as tag pages and similar places.
*/
/* line 7, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
li.job-row,
li.job-row--sponsored {
  padding: 0.5em 0.65em 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #fafafa;
  position: relative;
  justify-content: space-between;
  font-size: 16px;
}
@media screen and (min-width: 850px) {
  /* line 7, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
  li.job-row,
  li.job-row--sponsored {
    display: flex;
  }
}

/* line 20, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
li.job-row--sponsored {
  border-left: 3px solid #ddd;
  font-size: 18px;
}
/* line 23, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
li.job-row--sponsored .tags {
  font-size: 12px;
}

/* Left column, which includes Title and Tags */
/* line 29, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__left_column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

/* Job Title */
/* line 37, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
a.job-row__title,
a:active.job-row__title,
a:hover.job-row__title,
a:visited.job-row__title {
  color: #316ca2;
  text-decoration: none;
  margin-bottom: 0.5em;
}

/* line 45, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
a:hover.job-row__title {
  text-decoration: underline;
}

/* Job Tags */
/* line 52, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__tags,
.job-row__tags-sponsored {
  margin-bottom: 0.25em;
  font-size: 10px;
}
/* line 57, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__tags a,
.job-row__tags a:active,
.job-row__tags a:hover,
.job-row__tags a:visited,
.job-row__tags-sponsored a,
.job-row__tags-sponsored a:active,
.job-row__tags-sponsored a:hover,
.job-row__tags-sponsored a:visited {
  padding: 0.25em 0.5em;
  background: #eaeaea;
  color: #666;
  border-radius: 3px;
  text-decoration: none;
  border: none;
}
/* line 69, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__tags a:hover,
.job-row__tags-sponsored a:hover {
  color: #00adef;
}

/* line 74, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__tags-sponsored {
  font-size: 12px;
}

/* Right column which includes Company and Timestamp */
/* line 79, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__right_column {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 850px) {
  /* line 79, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
  .job-row__right_column {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0.5em;
  }
}

/* Company name */
/* line 97, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
.job-row__company {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #333;
  font-size: 15px;
  padding-top: 0.25em;
}
@media screen and (max-width: 850px) {
  /* line 97, /Users/dabrorius/Dev/europe-remotely/app/assets/stylesheets/public/bem/job_row.scss */
  .job-row__company {
    padding-right: 0.5em;
  }
}
