@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_core.scss */
.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 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_animated.scss */
.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 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 3, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 8, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 8, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 13, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 19, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 25, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 26, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 31, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 32, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 34, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 36, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 37, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 46, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 51, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 53, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 62, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 63, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 66, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 76, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 77, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 81, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 85, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 89, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 92, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 94, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 96, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 97, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 99, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 102, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 103, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 104, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 105, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 109, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 111, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 112, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 113, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 114, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 115, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 117, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 118, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 124, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 125, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 126, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 129, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 130, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 133, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 134, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 135, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 137, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 138, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 140, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 141, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 142, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 143, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 144, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 147, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 148, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 149, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 150, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 151, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: ""; }

/* line 153, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 154, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 155, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 157, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 158, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 159, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 160, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 161, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 162, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 163, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 164, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 165, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 166, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 168, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 169, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 171, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 172, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 173, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 174, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 175, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 176, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 177, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 178, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 179, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 180, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 181, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 183, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 184, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 185, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 186, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 187, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 188, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 189, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 190, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 191, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 192, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 193, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 194, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 195, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 196, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 197, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 198, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 199, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 200, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 201, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 202, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 203, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 204, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 205, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 206, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 207, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 208, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 209, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 210, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 212, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 213, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 214, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 215, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 216, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 217, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 218, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 219, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 220, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 221, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 222, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 223, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 224, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 225, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 226, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 227, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 228, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 229, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 230, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 231, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 232, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 234, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 235, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 236, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 237, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 238, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 239, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 240, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 241, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 242, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 243, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 244, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 245, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 246, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 247, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 248, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 249, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 250, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 251, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 252, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 253, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 254, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 255, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 256, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 257, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 258, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 259, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 260, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 261, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 262, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 263, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 264, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 265, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 266, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 267, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 268, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 269, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 270, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 271, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 272, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 273, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 274, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 275, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 276, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 277, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 278, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 279, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 280, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 281, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 282, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 283, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 284, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 285, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 286, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 287, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 288, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 289, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 290, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 291, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 292, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 293, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 294, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 295, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 296, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 297, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 298, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 299, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 300, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 301, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 302, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 303, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 304, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 305, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 306, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 307, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 309, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 310, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 311, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 312, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 313, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 314, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 315, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 316, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 317, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 318, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 319, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 320, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 321, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 322, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 323, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 324, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 325, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 326, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 327, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 328, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 329, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 330, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 331, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 332, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 333, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 334, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 335, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 336, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 337, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 338, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 339, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 340, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 341, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 342, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 343, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 344, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 345, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 346, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 347, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 348, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 349, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 350, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 351, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 352, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 353, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 354, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 355, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 356, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 357, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 358, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 359, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 360, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 361, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 362, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 363, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 364, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 365, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 366, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 367, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 368, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 369, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 370, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 371, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 372, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 373, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 374, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 375, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 376, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 377, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 378, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 379, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 380, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 381, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 382, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 383, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 384, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 385, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 386, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 387, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 388, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 389, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 390, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 391, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 392, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 393, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 394, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 395, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 396, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 397, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 398, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 399, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 400, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 401, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 402, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 403, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 404, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 405, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 406, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 407, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 408, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 409, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 410, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 411, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 412, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 413, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 414, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 415, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 416, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 417, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 418, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 419, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 420, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 421, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 422, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 423, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 424, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 425, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 426, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 427, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 428, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

/* line 429, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 430, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 431, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 432, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 433, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 434, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 435, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: ""; }

/* line 436, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 437, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 438, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 439, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 440, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 441, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 442, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 443, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 444, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 445, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 446, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 447, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 448, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 449, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 450, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 451, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 452, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 453, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 454, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 455, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 456, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 457, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 458, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 459, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 460, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 461, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 462, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 463, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 464, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 465, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 466, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 467, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 468, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 469, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 470, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 471, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 472, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 473, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 474, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 475, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 476, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 477, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 478, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 479, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 480, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 481, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 482, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 483, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 484, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 485, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 486, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 487, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 488, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 489, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 490, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 491, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 492, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 493, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 494, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 495, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 496, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 497, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 498, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 499, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 500, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 501, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 502, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

/* line 503, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 504, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 505, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 506, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 507, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 508, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 509, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 510, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 511, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: ""; }

/* line 512, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 513, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 514, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 515, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 516, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 517, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 518, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 519, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 520, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 521, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 522, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: ""; }

/* line 523, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

/* line 524, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: ""; }

/* line 525, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: ""; }

/* line 526, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: ""; }

/* line 527, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

/* line 528, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

/* line 529, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

/* line 530, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

/* line 531, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

/* line 532, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: ""; }

/* line 533, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: ""; }

/* line 534, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: ""; }

/* line 535, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: ""; }

/* line 536, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: ""; }

/* line 537, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: ""; }

/* line 538, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: ""; }

/* line 539, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: ""; }

/* line 540, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: ""; }

/* line 541, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: ""; }

/* line 542, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: ""; }

/* line 543, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

/* line 544, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

/* line 545, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

/* line 546, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: ""; }

/* line 547, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

/* line 548, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

/* line 549, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: ""; }

/* line 550, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: ""; }

/* line 551, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: ""; }

/* line 552, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: ""; }

/* line 553, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: ""; }

/* line 554, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: ""; }

/* line 555, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: ""; }

/* line 556, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: ""; }

/* line 557, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: ""; }

/* line 558, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: ""; }

/* line 559, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: ""; }

/* line 560, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: ""; }

/* line 561, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: ""; }

/* line 562, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: ""; }

/* line 563, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: ""; }

/* line 564, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: ""; }

/* line 565, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: ""; }

/* line 566, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: ""; }

/* line 567, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: ""; }

/* line 568, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: ""; }

/* line 569, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: ""; }

/* line 570, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: ""; }

/* line 571, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: ""; }

/* line 572, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: ""; }

/* line 573, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: ""; }

/* line 574, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: ""; }

/* line 575, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: ""; }

/* line 576, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: ""; }

/* line 577, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: ""; }

/* line 578, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: ""; }

/* line 579, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: ""; }

/* line 580, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: ""; }

/* line 581, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-map:before {
  content: ""; }

/* line 582, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: ""; }

/* line 583, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: ""; }

/* line 584, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: ""; }

/* line 585, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: ""; }

/* line 586, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: ""; }

/* line 587, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: ""; }

/* line 588, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: ""; }

/* line 589, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-edge:before {
  content: ""; }

/* line 590, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: ""; }

/* line 591, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: ""; }

/* line 592, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-modx:before {
  content: ""; }

/* line 593, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: ""; }

/* line 594, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-usb:before {
  content: ""; }

/* line 595, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: ""; }

/* line 596, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: ""; }

/* line 597, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: ""; }

/* line 598, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: ""; }

/* line 599, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: ""; }

/* line 600, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: ""; }

/* line 601, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: ""; }

/* line 602, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: ""; }

/* line 603, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: ""; }

/* line 604, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: ""; }

/* line 605, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: ""; }

/* line 606, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: ""; }

/* line 607, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/components-font-awesome/scss/_icons.scss */
.fa-percent:before {
  content: ""; }

/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_core.scss */
.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 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_animated.scss */
.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 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 3, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 8, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 8, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 13, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 19, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 25, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 26, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 31, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 32, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 34, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 36, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 37, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 46, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 51, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 53, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 62, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 63, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 66, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 76, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 77, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 81, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 85, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 89, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 92, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 94, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 96, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 97, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 99, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 102, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 103, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 104, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 105, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 109, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 111, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 112, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 113, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 114, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 115, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 117, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 118, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 124, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 125, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 126, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 129, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 130, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 133, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 134, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 135, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 137, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 138, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 140, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 141, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 142, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 143, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 144, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 147, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 148, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 149, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 150, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 151, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: ""; }

/* line 153, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 154, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 155, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 157, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 158, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 159, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 160, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 161, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 162, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 163, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 164, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 165, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 166, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 168, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 169, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 171, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 172, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 173, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 174, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 175, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 176, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 177, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 178, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 179, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 180, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 181, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 183, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 184, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 185, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 186, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 187, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 188, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 189, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 190, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 191, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 192, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 193, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 194, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 195, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 196, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 197, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 198, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 199, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 200, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 201, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 202, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 203, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 204, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 205, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 206, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 207, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 208, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 209, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 210, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 212, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 213, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 214, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 215, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 216, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 217, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 218, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 219, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 220, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 221, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 222, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 223, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 224, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 225, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 226, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 227, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 228, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 229, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 230, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 231, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 232, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 234, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 235, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 236, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 237, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 238, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 239, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 240, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 241, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 242, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 243, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 244, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 245, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 246, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 247, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 248, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 249, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 250, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 251, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 252, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 253, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 254, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 255, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 256, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 257, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 258, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 259, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 260, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 261, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 262, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 263, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 264, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 265, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 266, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 267, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 268, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 269, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 270, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 271, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 272, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 273, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 274, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 275, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 276, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 277, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 278, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 279, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 280, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 281, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 282, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 283, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 284, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 285, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 286, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 287, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 288, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 289, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 290, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 291, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 292, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 293, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 294, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 295, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 296, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 297, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 298, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 299, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 300, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 301, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 302, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 303, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 304, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 305, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 306, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 307, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 309, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 310, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 311, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 312, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 313, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 314, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 315, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 316, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 317, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 318, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 319, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 320, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 321, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 322, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 323, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 324, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 325, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 326, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 327, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 328, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 329, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 330, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 331, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 332, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 333, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 334, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 335, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 336, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 337, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 338, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 339, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 340, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 341, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 342, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 343, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 344, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 345, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 346, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 347, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 348, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 349, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 350, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 351, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 352, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 353, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 354, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 355, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 356, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 357, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 358, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 359, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 360, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 361, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 362, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 363, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 364, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 365, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 366, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 367, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 368, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 369, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 370, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 371, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 372, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 373, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 374, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 375, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 376, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 377, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 378, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 379, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 380, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 381, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 382, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 383, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 384, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 385, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 386, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 387, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 388, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 389, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 390, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 391, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 392, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 393, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 394, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 395, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 396, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 397, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 398, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 399, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 400, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 401, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 402, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 403, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 404, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 405, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 406, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 407, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 408, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 409, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 410, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 411, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 412, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 413, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 414, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 415, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 416, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 417, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 418, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 419, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 420, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 421, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 422, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 423, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 424, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 425, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 426, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 427, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 428, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

/* line 429, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 430, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 431, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 432, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 433, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 434, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 435, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: ""; }

/* line 436, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 437, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 438, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 439, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 440, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 441, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 442, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 443, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 444, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 445, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 446, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 447, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 448, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 449, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 450, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 451, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 452, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 453, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 454, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 455, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 456, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 457, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 458, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 459, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 460, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 461, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 462, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 463, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 464, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 465, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 466, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 467, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 468, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 469, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 470, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 471, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 472, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 473, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 474, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 475, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 476, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 477, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 478, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 479, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 480, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 481, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 482, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 483, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 484, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 485, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 486, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 487, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 488, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 489, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 490, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 491, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 492, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 493, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 494, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 495, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 496, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 497, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 498, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 499, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 500, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 501, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 502, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

/* line 503, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 504, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 505, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 506, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 507, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 508, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 509, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 510, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 511, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: ""; }

/* line 512, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 513, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 514, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 515, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 516, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 517, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 518, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 519, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 520, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 521, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 522, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: ""; }

/* line 523, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

/* line 524, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: ""; }

/* line 525, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: ""; }

/* line 526, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: ""; }

/* line 527, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

/* line 528, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

/* line 529, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

/* line 530, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

/* line 531, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

/* line 532, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: ""; }

/* line 533, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: ""; }

/* line 534, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: ""; }

/* line 535, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: ""; }

/* line 536, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: ""; }

/* line 537, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: ""; }

/* line 538, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: ""; }

/* line 539, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: ""; }

/* line 540, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: ""; }

/* line 541, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: ""; }

/* line 542, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: ""; }

/* line 543, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

/* line 544, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

/* line 545, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

/* line 546, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: ""; }

/* line 547, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

/* line 548, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

/* line 549, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: ""; }

/* line 550, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: ""; }

/* line 551, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: ""; }

/* line 552, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: ""; }

/* line 553, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: ""; }

/* line 554, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: ""; }

/* line 555, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: ""; }

/* line 556, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: ""; }

/* line 557, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: ""; }

/* line 558, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: ""; }

/* line 559, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: ""; }

/* line 560, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: ""; }

/* line 561, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: ""; }

/* line 562, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: ""; }

/* line 563, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: ""; }

/* line 564, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: ""; }

/* line 565, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: ""; }

/* line 566, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: ""; }

/* line 567, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: ""; }

/* line 568, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: ""; }

/* line 569, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: ""; }

/* line 570, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: ""; }

/* line 571, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: ""; }

/* line 572, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: ""; }

/* line 573, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: ""; }

/* line 574, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: ""; }

/* line 575, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: ""; }

/* line 576, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: ""; }

/* line 577, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: ""; }

/* line 578, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: ""; }

/* line 579, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: ""; }

/* line 580, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: ""; }

/* line 581, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-map:before {
  content: ""; }

/* line 582, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: ""; }

/* line 583, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: ""; }

/* line 584, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: ""; }

/* line 585, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: ""; }

/* line 586, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: ""; }

/* line 587, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: ""; }

/* line 588, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: ""; }

/* line 589, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-edge:before {
  content: ""; }

/* line 590, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: ""; }

/* line 591, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: ""; }

/* line 592, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-modx:before {
  content: ""; }

/* line 593, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: ""; }

/* line 594, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-usb:before {
  content: ""; }

/* line 595, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: ""; }

/* line 596, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: ""; }

/* line 597, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: ""; }

/* line 598, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: ""; }

/* line 599, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: ""; }

/* line 600, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: ""; }

/* line 601, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: ""; }

/* line 602, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: ""; }

/* line 603, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: ""; }

/* line 604, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: ""; }

/* line 605, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: ""; }

/* line 606, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: ""; }

/* line 607, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/font-awesome/scss/_icons.scss */
.fa-percent:before {
  content: ""; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 210, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
/* line 220, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 246, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 258, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 268, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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/10/11, Safari, and Firefox < 22.
   */
/* line 279, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 290, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 300, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
/* line 311, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
/* line 320, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 328, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
/* line 337, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
/* line 346, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 355, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 364, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 371, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
sup {
  top: -0.5em; }

/* line 375, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
/* line 386, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 394, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
/* line 405, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
/* line 413, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
/* line 422, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 433, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 457, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 467, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 479, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 494, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 504, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 513, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 523, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 536, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 548, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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.
   */
/* line 557, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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 569, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
/* line 577, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 588, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 597, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.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 606, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 617, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 623, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
td,
th {
  padding: 0; }

/* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

/* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box; }

/* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
*,
*:before,
*:after {
  box-sizing: inherit; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 151, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

/* line 163, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

/* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

/* line 188, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

/* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .row::before,
  .row::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .row::after {
    clear: both; }
  /* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      /* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  /* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .row.expanded {
    max-width: none; }

/* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    /* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  /* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_column.scss */
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  /* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_position.scss */
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-3 {
  width: 25%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-6 {
  width: 50%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-9 {
  width: 75%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%; }

/* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%; }

/* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-12 {
  width: 100%; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

/* line 109, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

/* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

/* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  /* line 109, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-3 {
    width: 25%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-6 {
    width: 50%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-9 {
    width: 75%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%; }
  /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-12 {
    width: 100%; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_layout.scss */
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  /* line 109, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  /* line 123, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

/* line 250, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* line 256, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

/* line 265, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 272, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 278, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit; }

/* line 289, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  /* line 299, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem; }

/* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h1 {
    font-size: 3rem; }
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem; }
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem; }
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem; }
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem; }
  /* line 308, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  h6 {
    font-size: 1rem; } }

/* line 317, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  /* line 324, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  a:hover,
  a:focus {
    color: #1585cf; }
  /* line 331, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  a img {
    border: 0; }

/* line 337, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

/* line 351, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

/* line 358, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
li {
  font-size: inherit; }

/* line 363, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

/* line 369, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem; }

/* line 375, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
ul ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* line 382, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem; }
  /* line 385, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

/* line 392, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  /* line 397, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

/* line 404, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  /* line 409, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
  cite:before {
    content: '\2014 \0020'; }

/* line 415, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

/* line 422, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* line 432, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

/* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

/* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6; }

/* line 63, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_helpers.scss */
  p + .stat {
    margin-top: -1rem; }

/* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify; } }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
.show-for-print {
  display: none !important; }

@media print {
  /* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  .show-for-print {
    display: block !important; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important; }
  /* line 25, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important; }
  /* line 26, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important; }
  /* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important; }
  /* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important; }
  /* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important; }
  /* line 34, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 53, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  thead {
    display: table-header-group; }
  /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

/* line 200, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .button {
    outline: 0; }
  /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  /* line 204, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.tiny {
    font-size: 0.6rem; }
  /* line 205, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.small {
    font-size: 0.75rem; }
  /* line 206, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.large {
    font-size: 1.25rem; }
  /* line 207, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  /* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  /* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.secondary {
    background-color: #777;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  /* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  /* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  /* line 211, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  /* line 229, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    /* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow,
    .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    /* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    /* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    /* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    /* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    /* line 233, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  /* line 243, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.disabled,
  .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  /* line 161, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  /* line 259, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

/* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
[type=\'text\'], [type=\'password\'], [type=\'date\'], [type=\'datetime\'], [type=\'datetime-local\'], [type=\'month\'], [type=\'week\'], [type=\'email\'], [type=\'number\'], [type=\'search\'], [type=\'tel\'], [type=\'time\'], [type=\'url\'], [type=\'color\'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  /* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
  [type=\'text\']:focus, [type=\'password\']:focus, [type=\'date\']:focus, [type=\'datetime\']:focus, [type=\'datetime-local\']:focus, [type=\'month\']:focus, [type=\'week\']:focus, [type=\'email\']:focus, [type=\'number\']:focus, [type=\'search\']:focus, [type=\'tel\']:focus, [type=\'time\']:focus, [type=\'url\']:focus, [type=\'color\']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

/* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
textarea {
  max-width: 100%; }
  /* line 111, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
  textarea[rows] {
    height: auto; }

/* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

/* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

/* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

/* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%; }

/* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  /* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_label.scss */
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

/* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

/* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  /* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  /* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

/* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  /* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
  .input-group-label:first-child {
    border-right: 0; }
  /* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
  .input-group-label:last-child {
    border-left: 0; }

/* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

/* line 77, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_input-group.scss */
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

/* line 46, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  /* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_fieldset.scss */
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0 \0) {
    /* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_select.scss */
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  /* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_select.scss */
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  /* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_select.scss */
  select::-ms-expand {
    display: none; }
  /* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_select.scss */
  select[multiple] {
    height: auto; }

/* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

/* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840; }

/* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/forms/_error.scss */
  .form-error.is-visible {
    display: block; }

/* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important; }

/* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  /* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  /* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  /* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  /* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important; } }

/* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

/* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    /* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    /* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

/* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    /* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    /* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important; }

/* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important; }

/* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both; }

/* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

/* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  /* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
  .accordion-title:hover,
  .accordion-title:focus {
    background-color: #e6e6e6; }
  /* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  /* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
  .is-active > .accordion-title::before {
    content: '–'; }

/* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

/* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative; }
  /* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion-menu.scss */
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

/* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_badge.scss */
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_badge.scss */
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_badge.scss */
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_badge.scss */
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

/* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .breadcrumbs::before,
  .breadcrumbs::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .breadcrumbs::after {
    clear: both; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    /* line 62, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  /* line 77, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
  .breadcrumbs a {
    color: #2199e8; }
    /* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
    .breadcrumbs a:hover {
      text-decoration: underline; }
  /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_breadcrumbs.scss */
  .breadcrumbs .disabled {
    color: #cacaca; }

/* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .button-group::before,
  .button-group::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .button-group::after {
    clear: both; }
  /* line 32, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    /* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  /* line 99, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.tiny {
    font-size: 0.6rem; }
  /* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.small {
    font-size: 0.75rem; }
  /* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.large {
    font-size: 1.25rem; }
  /* line 102, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
    .button-group.expanded::before,
    .button-group.expanded::after {
      display: none; }
    /* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button.scss */
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  /* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked .button,
  .button-group.stacked-for-small .button {
    width: 100%; }
    /* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
    .button-group.stacked .button:not(:last-child),
    .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
    .button-group.stacked-for-small .button {
      width: auto; }
      /* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_button-group.scss */
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

/* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  /* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout > :first-child {
    margin-top: 0; }
  /* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout > :last-child {
    margin-bottom: 0; }
  /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.primary {
    background-color: #def0fc; }
  /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.secondary {
    background-color: #ebebeb; }
  /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.success {
    background-color: #e1faea; }
  /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.alert {
    background-color: #fce6e2; }
  /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.warning {
    background-color: #fff3d9; }
  /* line 97, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  /* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_callout.scss */
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

/* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  /* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_close-button.scss */
  .close-button:hover,
  .close-button:focus {
    color: #0a0a0a; }

/* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden; }

/* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  /* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative; }
  /* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

/* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_drilldown.scss */
.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  /* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown.scss */
  .dropdown-pane.is-open {
    visibility: visible; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px; }

/* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

/* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  /* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  /* line 49, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  /* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  /* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  /* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  /* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

/* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none; }

/* line 92, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
  margin-top: -1px; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .submenu > li {
    width: 100%; }
  /* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  /* line 117, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu,
  .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

/* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

/* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

/* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px; }
  /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  /* line 143, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_dropdown-menu.scss */
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

/* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  /* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_flex-video.scss */
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_flex-video.scss */
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  /* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_flex-video.scss */
  .flex-video.vimeo {
    padding-top: 0; }

/* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_label.scss */
  .label.secondary {
    background: #777;
    color: #fefefe; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_label.scss */
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_label.scss */
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_label.scss */
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

/* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block; }
  /* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    /* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

/* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top; }
  /* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object-section:first-child {
    padding-right: 1rem; }
  /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  /* line 71, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object-section.middle {
    vertical-align: middle; }
  /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_media-object.scss */
  .media-object-section.bottom {
    vertical-align: bottom; }

/* line 144, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none; }
  /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  /* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  /* line 51, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  /* line 102, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li > a > span {
    vertical-align: middle; }
  /* line 115, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu > li {
    display: table-cell; }
  /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.medium-horizontal > li {
      display: table-cell; }
    /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.large-horizontal > li {
      display: table-cell; }
    /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.large-vertical > li {
      display: block; } }
  /* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  /* line 175, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.align-right > li {
    float: right; }
  /* line 181, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    /* line 184, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  /* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.icon-top > li > a {
    text-align: center; }
    /* line 126, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  /* line 195, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
  .menu.nested {
    margin-left: 1rem; }

/* line 200, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

/* line 205, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none; }

/* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
html,
body {
  height: 100%; }

/* line 51, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .off-canvas-wrapper-inner::before,
  .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .off-canvas-wrapper-inner::after {
    clear: both; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

/* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

/* line 157, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  /* line 160, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    /* line 124, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .off-canvas.position-left .is-open-left {
      transform: translateX(250px); }
  /* line 161, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    /* line 124, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .off-canvas.position-right .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  /* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  /* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_off-canvas.scss */
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

/* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit {
  position: relative; }

/* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

/* line 160, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%; }
  /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

/* line 164, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0; }

/* line 168, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

/* line 172, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

/* line 176, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  /* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
  .orbit-previous:hover,
  .orbit-next:hover,
  .orbit-previous:active,
  .orbit-next:active,
  .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

/* line 180, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-previous {
  left: 0; }

/* line 185, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0; }

/* line 190, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  /* line 134, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    /* line 141, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    /* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_orbit.scss */
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

/* line 127, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .pagination::before,
  .pagination::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .pagination::after {
    clear: both; }
  /* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    /* line 76, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
    .pagination li:last-child,
    .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      /* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
      .pagination li {
        display: inline-block; } }
  /* line 88, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    /* line 94, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  /* line 130, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  /* line 134, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    /* line 114, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
    .pagination .disabled:hover {
      background: transparent; }
  /* line 138, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

/* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

/* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

/* line 62, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress.secondary .progress-meter {
    background-color: #777; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress.success .progress-meter {
    background-color: #3adb76; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress.warning .progress-meter {
    background-color: #ffae00; }

/* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 0; }
  /* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_progress-bar.scss */
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

/* line 134, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

/* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  /* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
  .slider-fill.is-dragging {
    transition: all 0s linear; }

/* line 144, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
  .slider-handle:hover {
    background-color: #1583cc; }
  /* line 99, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
  .slider-handle.is-dragging {
    transition: all 0s linear; }

/* line 150, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

/* line 155, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  /* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  /* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_slider.scss */
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
  position: relative; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  /* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
  .sticky.is-stuck.is-at-top {
    top: 0; }
  /* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

/* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  /* line 34, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_sticky.scss */
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

/* line 115, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden; }

/* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

/* line 125, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    /* line 125, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal {
      min-height: 0; } }
  /* line 76, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal .column,
  .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  /* line 81, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    /* line 125, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal {
      width: 600px;
      max-width: 62.5rem; } }
  /* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    /* line 147, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.tiny {
      width: 30%;
      max-width: 62.5rem; } }
  @media screen and (min-width: 40em) {
    /* line 148, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.small {
      width: 50%;
      max-width: 62.5rem; } }
  @media screen and (min-width: 40em) {
    /* line 149, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
    .reveal.large {
      width: 90%;
      max-width: 62.5rem; } }
  /* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_reveal.scss */
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

/* line 189, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

/* line 194, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute; }

/* line 199, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  /* line 96, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
  input + .switch-paddle {
    margin: 0; }
  /* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  /* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    /* line 119, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

/* line 204, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* line 209, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none; }
  /* line 141, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
  input:checked + label > .switch-active {
    display: block; }

/* line 215, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch-inactive {
  right: 15%; }
  /* line 150, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
  input:checked + label > .switch-inactive {
    display: none; }

/* line 171, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

/* line 177, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

/* line 171, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

/* line 177, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

/* line 171, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

/* line 177, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

/* line 182, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

/* line 196, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
table {
  margin-bottom: 1rem;
  border-radius: 0; }
  /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  /* line 85, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
    thead tr,
    tfoot tr {
      background: transparent; }
    /* line 96, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  /* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  /* line 122, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  /* line 175, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  table.stack thead {
    display: none; }
  /* line 180, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tfoot {
    display: none; }
  /* line 186, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  /* line 190, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
  table.stack td {
    border-top: 0; } }

/* line 206, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

/* line 140, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9; }

/* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

/* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .tabs::before,
  .tabs::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .tabs::after {
    clear: both; }

/* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

/* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0; }
  /* line 135, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
  .tabs.simple > li > a:hover {
    background: transparent; }

/* line 142, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
  background: #2199e8; }
  /* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
  .tabs.primary > li > a {
    color: #fefefe; }
    /* line 149, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
    .tabs.primary > li > a:hover,
    .tabs.primary > li > a:focus {
      background: #1893e4; }

/* line 155, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
  float: left; }
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    /* line 85, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
    .tabs-title > a:hover {
      background: #fefefe; }
    /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
    .tabs-title > a:focus,
    .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

/* line 159, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

/* line 163, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

/* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem; }
  /* line 115, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tabs.scss */
  .tabs-panel.is-active {
    display: block; }

/* line 51, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail, .wp-caption {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  /* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_thumbnail.scss */
  .thumbnail:hover,
  .wp-caption:hover,
  .thumbnail:focus, .wp-caption:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

/* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .title-bar::before,
  .title-bar::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .title-bar::after {
    clear: both; }
  /* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left {
  float: left; }

/* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

/* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_title-bar.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  /* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

/* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

/* line 97, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  /* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  /* line 68, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  /* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  /* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_tooltip.scss */
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

/* line 63, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .top-bar::before,
  .top-bar::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .top-bar::after {
    clear: both; }
  /* line 31, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar a {
    color: #2199e8; }
  /* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  /* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  /* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-right {
    width: 100%; }
  /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  /* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  /* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-right {
    width: 100%; }
  /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-right {
    width: 100%; }
  /* line 56, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
  .top-bar-left {
    width: 100%; } }

/* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left {
  float: left; }

/* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/components/_top-bar.scss */
.top-bar-right {
  float: right; }

/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.white {
  color: #ffffff !important; }

/* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.orange {
  color: #e56f2d !important; }

/* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.text {
  color: #666666 !important; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.black {
  color: #2c3e50 !important; }

/* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.green {
  color: #35ad70 !important; }

/* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.blue {
  color: #2a80b9 !important; }

/* line 32, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.grey {
  color: #f2f2f2 !important; }

/* line 37, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
.light {
  color: #b0babf !important; }

/* line 42, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.white {
  color: #ffffff !important; }
  /* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.white:hover {
    color: rgba(255, 255, 255, 0.7) !important; }

/* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.orange {
  color: #e56f2d !important; }
  /* line 53, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.orange:hover {
    color: #2c3e50 !important; }

/* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.text {
  color: #666666 !important; }
  /* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.text:hover {
    color: #35ad70 !important; }

/* line 66, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.black {
  color: #2c3e50 !important; }
  /* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.black:hover {
    color: #e56f2d !important; }

/* line 74, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.green {
  color: #35ad70 !important; }
  /* line 77, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.green:hover {
    color: #e56f2d !important; }

/* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.grey {
  color: #f2f2f2 !important; }
  /* line 85, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.grey:hover {
    color: #666666 !important; }

/* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.blue {
  color: #2a80b9 !important; }
  /* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.blue:hover {
    color: #666666 !important; }

/* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
a.light {
  color: #b0babf !important; }
  /* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_colors.scss */
  a.light:hover {
    color: #2a80b9 !important; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
.headfont {
  font-family: "Josefin Sans", sans-serif !important; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
.mainfont {
  font-family: "PT Sans", sans-serif !important; }

/* line 13, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
.handfont {
  font-family: "Dancing Script", cursive !important; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
p, td, li {
  color: #666666;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif; }
  /* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  p small, td small, li small {
    font-size: 81%; }

/* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 1.875rem 0;
  color: #2c3e50; }
  /* line 37, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
    font-weight: 400; }
  /* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700; }
  /* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h1 .kreska, h2 .kreska, h3 .kreska, h4 .kreska, h5 .kreska, h6 .kreska {
    display: inline-block;
    padding: 0 0 0.625rem 0;
    background: url(../../dist/images/kreska-2.png) no-repeat bottom center;
    background-size: contain; }

/* line 53, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h1 {
  font-size: 2.75rem; }

/* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h2 {
  font-size: 2.5rem; }

/* line 61, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h3 {
  font-size: 2.25rem; }

/* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h4 {
  font-size: 1.75rem; }

/* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h5 {
  font-size: 1.5rem; }

/* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
h6 {
  font-size: 1.125rem; }

@media only screen and (max-width: 64.0625rem) {
  /* line 78, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h1 {
    font-size: 2.25rem !important; }
  /* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h2 {
    font-size: 2rem !important; }
  /* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h3 {
    font-size: 1.8125rem !important; }
  /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h4 {
    font-size: 1.375rem !important; }
  /* line 94, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h5 {
    font-size: 1.125rem !important; }
  /* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h6 {
    font-size: 1rem !important; } }

@media only screen and (max-width: 25.9375rem) {
  /* line 104, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h1 {
    font-size: 1.875rem !important; }
  /* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h2 {
    font-size: 1.75rem !important; }
  /* line 112, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h3 {
    font-size: 1.4375rem !important; }
  /* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h4 {
    font-size: 1.25rem !important; }
  /* line 120, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h5 {
    font-size: 1.125rem !important; }
  /* line 124, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_typo.scss */
  h6 {
    font-size: 1rem !important; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
body {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  /* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  body.preload {
    overflow: scroll; }

/* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.font110 {
  font-size: 116% !important; }

/* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.animacja, a {
  transition: all 0.23s ease-in-out; }

/* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.big, .blog-sidebar .widget .widget-name, .top-home h1, .top-home h3, .price.popular:before {
  text-transform: uppercase; }

/* line 32, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.margin0 {
  margin: 0 !important; }

/* line 36, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.margin20 {
  margin: 1.25rem 0 !important; }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.margin-bottom10 {
  margin: 0 0 0.625rem 0 !important; }

/* line 44, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.margin-bottom20, .faq {
  margin: 0 0 1.25rem 0 !important; }

/* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.margin-bottom40 {
  margin: 0 0 2.5rem 0 !important; }

/* line 52, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.clear-ul, #footer ul, #mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section .section-inner {
  position: relative;
  z-index: 40; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.arrow-down {
  position: relative; }
  /* line 67, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.arrow-down:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 40px;
    margin-left: -40px; }

/* line 82, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.padding {
  padding: 5.625rem 0 5rem 0; }

/* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.padding-2 {
  padding: 2.5rem 0 0 0; }

/* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.greybg {
  background-color: #f2f2f2;
  z-index: 20; }
  /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.greybg.arrow-down:after {
    border-top-color: #f2f2f2 !important; }

/* line 101, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.bluebg {
  background: #2a80b9;
  z-index: 18; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.bluebg.arrow-down:after {
    border-top-color: #2a80b9 !important; }
  /* line 111, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.bluebg * {
    color: #ffffff; }

/* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.darkbg {
  background-color: #2c3e50;
  z-index: 18; }
  /* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.darkbg.arrow-down:after {
    border-top-color: #2c3e50 !important; }
  /* line 126, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.darkbg * {
    color: #ffffff; }

/* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.imgbg {
  background: url(../../dist/images/darkbg.jpg) no-repeat center center;
  background-size: cover !important; }
  /* line 135, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.imgbg * {
    color: #ffffff; }

/* line 140, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.lightbg {
  background-color: rgba(42, 128, 185, 0.2); }
  /* line 143, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.lightbg .inner {
    position: relative;
    padding: 1.875rem 0 0 0; }
    /* line 147, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
    .section.lightbg .inner:before {
      content: "";
      position: absolute;
      top: -10rem;
      right: 12.5rem;
      width: 19.25rem;
      height: 12.9375rem;
      z-index: 44;
      background: url(../../dist/images/arrow2.png) no-repeat center center; }

/* line 160, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.blackbg {
  background-color: #000000; }

/* line 164, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.blogbg {
  border-top: 1.875rem solid #2a80b9;
  padding-bottom: 1.875rem;
  background: url(../../dist/images/textured_bg.gif) repeat center center; }

/* line 170, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
.section.tagcloud {
  padding: 1.875rem 0;
  background: url(../../dist/images/textured_bg.gif) repeat center center;
  font-family: "PT Sans", sans-serif;
  font-size: 0.875rem;
  font-line-height: 1.2; }
  /* line 179, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.tagcloud a {
    color: rgba(102, 102, 102, 0.6);
    display: inline-block;
    padding: 0 0.3125rem; }
    /* line 184, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
    .section.tagcloud a:hover {
      color: #2a80b9; }

/* line 191, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 666;
  background: #ffffff; }
  /* line 200, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  #preloader #inner {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../../dist/images/helpsquad-logo.png) no-repeat center center; }

/* line 209, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
#chat-layer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 887;
  width: 21.25rem;
  height: 7.5rem;
  background: url(../../dist/images/helpsquad_off.png) no-repeat center center; }
  /* line 218, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  #chat-layer a {
    display: block;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 64.0625rem) {
  /* line 230, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: left; } }

@media only screen and (max-width: 39.9375rem) {
  /* line 236, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .text-table {
    height: auto !important; }
  /* line 242, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  .section.lightbg .inner {
    padding: 0 !important; }
    /* line 245, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
    .section.lightbg .inner:before {
      display: none !important; } }

@media only screen and (max-width: 23.4375rem) {
  /* line 254, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/common/_global.scss */
  #chat-layer {
    display: none; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
.button {
  font-family: "PT Sans", sans-serif;
  margin-bottom: 0;
  border-radius: 0.3125rem; }
  /* line 8, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
  .button.large {
    font-size: 1.5rem; }
  /* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
  .button.green {
    background: #35ad70;
    color: #ffffff !important; }
    /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
    .button.green:hover {
      background: #e56f2d !important;
      color: #ffffff !important; }
  /* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
  .button.border {
    background: #ffffff !important;
    color: #2c3e50 !important;
    border: 0.0625rem solid #2c3e50 !important;
    font-weight: 700; }
    /* line 28, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
    .button.border:hover {
      background: #35ad70 !important;
      color: #ffffff !important;
      border: 0.0625rem solid #35ad70 !important; }

@media only screen and (max-width: 39.9375rem) {
  /* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_buttons.scss */
  .button.large {
    font-size: 1.25rem !important; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_comments.scss */
.comment-list {
  list-style: none; }

/* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_comments.scss */
.comment-list ol {
  list-style: none; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
.search-form label {
  font-weight: normal; }

/* line 17, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
form {
  position: relative; }
  /* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form small {
    font-size: 0.8125rem; }
  /* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form input[type="color"], form textarea, form select {
    background-color: #ffffff !important;
    height: 3.125rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid rgba(102, 102, 102, 0.1);
    box-shadow: 0 0.125rem 0 0 rgba(102, 102, 102, 0.5);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-family: "PT Sans", sans-serif;
    color: #666666 !important;
    font-weight: 400; }
    /* line 36, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
    form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="color"]:focus, form textarea:focus, form select:focus {
      border: 0.0625rem solid rgba(102, 102, 102, 0);
      box-shadow: 0 0.125rem 0 0 #e56f2d;
      background-color: #ffffff; }
  /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 0.5rem 0 0 !important; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form textarea {
    height: auto !important;
    min-height: 10rem;
    font-size: 1rem;
    overflow: auto; }
  /* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form ::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.4); }
  /* line 58, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form :-moz-placeholder {
    color: #666666;
    opacity: 0.4; }
  /* line 62, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form ::-moz-placeholder {
    color: #666666;
    opacity: 0.4; }
  /* line 66, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_forms.scss */
  form :-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.4); }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.wpcf7-form-control-wrap.name:before {
  background: none; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
#mc-embedded-subscribe {
  margin: 0 0 1rem 0 !important; }

/* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.mce_inline_error, #mce-error-response {
  font-size: 0.8125rem !important;
  color: #ffffff !important;
  background: #b8344a !important;
  padding: 5px !important;
  margin: 0 0 1rem 0 !important;
  border-radius: em-calc(10) !important; }

/* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
input.mce_inline_error {
  padding: 0.5rem 1rem !important;
  font-size: 0.8125rem !important;
  color: #b8344a !important;
  background-color: #fff !important; }

/* line 25, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
#mce-success-response {
  font-size: 0.8125rem !important;
  color: #ffffff !important;
  background: #81c81b !important;
  padding: 15px !important;
  font-size: 14px !important;
  margin: 0 0 1rem 0 !important;
  border-radius: em-calc(10) !important; }

/* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.screen-reader-response {
  display: none !important; }

/* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.wpcf7-form-control-wrap {
  font-size: 0.8125rem !important;
  text-transform: none; }
  /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 0.8125rem !important;
    padding: 0.3125rem 0.75rem;
    border-radius: 0.625rem;
    background: #b8344a;
    position: relative;
    top: -16px;
    display: block; }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.wpcf7-validation-errors {
  color: #ffffff;
  font-size: 0.8125rem !important;
  padding: 0.3125rem 0.75rem;
  border-radius: 0.625rem;
  background: #b8344a;
  display: block; }

/* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.wpcf7-validation-errors {
  color: #ffffff;
  font-size: 0.8125rem !important;
  padding: 0.3125rem 0.75rem;
  border-radius: 0.625rem;
  background: #b8344a;
  display: block; }

/* line 73, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_cf7.scss */
.wpcf7-mail-sent-ok {
  color: #ffffff;
  font-size: 0.8125rem !important;
  padding: 0.3125rem 0.75rem;
  border-radius: 0.625rem;
  background: #81c81b !important;
  display: block; }

/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
.content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .content::before,
  .content::after {
    content: ' ';
    display: table; }
  /* line 136, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/util/_mixins.scss */
  .content::after {
    clear: both; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
.main {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    /* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
    .main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  /* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_column.scss */
  .main:last-child:not(:first-child) {
    float: right; }
  /* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
  .sidebar-primary .main {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
    @media screen and (min-width: 40em) {
      /* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
      .sidebar-primary .main {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    /* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_column.scss */
    .sidebar-primary .main:last-child:not(:first-child) {
      float: right; }

/* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
.sidebar {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.33333%;
  float: left; }
  @media screen and (min-width: 40em) {
    /* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_grid.scss */
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  /* line 80, D:/www/helpsquad/wp-content/themes/helpsquad/bower_components/foundation-sites/scss/grid/_column.scss */
  .sidebar:last-child:not(:first-child) {
    float: right; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
body.sticky,
article.sticky {
  position: static; }

/* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
  height: auto; }

/* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
.alignleft,
.alignright {
  height: auto; }

@media (small) {
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
  .alignleft {
    float: left; }
  /* line 33, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
  .alignright {
    float: right; } }

/* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_wp-classes.scss */
.wp-caption {
  line-height: normal; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
.reviews-slider {
  /* color & size if no SVG - IE8 and Android 2.3 */ }
  /* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 80px;
    border: none;
    border-radius: 0 !important;
    background: none !important;
    cursor: pointer;
    /* vertically center */
    transform: translateY(-50%); }
  /* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button.previous {
    left: 20px; }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button.next {
    right: 20px; }
  /* line 18, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button .arrow {
    fill: #ffffff; }
  /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button.no-svg {
    color: #ffffff; }

@media only screen and (max-width: 64.0625rem) {
  /* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button {
    top: -5.625rem !important;
    transform: none !important; }
  /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button.previous {
    left: 10px !important; }
  /* line 36, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/components/_flickity.scss */
  .reviews-slider .flickity-prev-next-button.next {
    right: 10px !important; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
.blog-sidebar {
  padding: 1.875rem 1.25rem 0 1.25rem;
  border: 0.0625rem solid rgba(102, 102, 102, 0.3);
  background-color: #F7F7F7;
  border-top: none !important; }
  /* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
  .blog-sidebar .widget {
    margin-bottom: 1.25rem; }
    /* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget:last-child {
      margin-bottom: 0 !important; }
    /* line 15, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget article.post {
      padding: 0 0 0.5rem 0 !important;
      line-height: 1.2 !important;
      margin: 0 !important;
      border: none !important; }
      /* line 21, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget article.post h4 {
        margin: 0 !important;
        font-family: "PT Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400; }
        /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
        .blog-sidebar .widget article.post h4 a {
          display: block !important;
          color: #666666;
          text-decoration: none; }
          /* line 34, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
          .blog-sidebar .widget article.post h4 a:hover {
            color: #2a80b9;
            text-decoration: none; }
      /* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget article.post .entry-meta {
        margin: 0 !important;
        font-size: 0.8125rem;
        font-weight: 300;
        color: rgba(229, 111, 45, 0.7); }
    /* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget .widget-name {
      color: #045471;
      font-family: "PT Sans", sans-serif;
      font-weight: 600;
      font-size: 1.1875rem;
      border-bottom: 0.0625rem solid rgba(102, 102, 102, 0.15);
      margin-bottom: 0.3125rem;
      padding-bottom: 0.625rem;
      text-transform: capitalize; }
    /* line 65, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget .menu li {
      display: block !important;
      height: auto !important; }
    /* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget .menu a {
      display: block !important;
      padding: 0 !important; }
    /* line 76, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
    .blog-sidebar .widget ul {
      list-style-type: none !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
      /* line 81, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget ul.padding-li {
        margin-top: 0.625rem; }
        /* line 84, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
        .blog-sidebar .widget ul.padding-li li {
          padding: 0; }
      /* line 89, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget ul a {
        display: block !important;
        color: #666666; }
        /* line 93, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
        .blog-sidebar .widget ul a:hover {
          color: #2a80b9; }
      /* line 98, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget ul span {
        display: inline-block;
        font-size: 0.8125rem;
        font-weight: 300;
        color: rgba(229, 111, 45, 0.7); }
      /* line 105, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
      .blog-sidebar .widget ul li {
        padding: 0 0 0.5rem 0;
        line-height: 1.2; }

@media only screen and (max-width: 64rem) {
  /* line 114, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_sidebar.scss */
  .blog-sidebar {
    border-top: 0.0625rem solid rgba(102, 102, 102, 0.3) !important;
    margin-top: 2.5rem !important; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
#footer {
  background-color: #121212;
  padding: 2.5rem 0 1.875rem 0 !important; }
  /* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
  #footer * {
    color: #ffffff; }
  /* line 10, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
  #footer p a {
    color: #ffffff;
    text-decoration: underline; }
    /* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer p a:hover {
      color: #b0babf;
      text-decoration: none; }
  /* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
  #footer p span {
    display: inline-block;
    padding: 0 0.625rem;
    font-weight: 700; }
    /* line 25, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer p span:first-child {
      padding: 0 0.625rem 0 0; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer p span:last-child {
      padding: 0 0 0 0.625rem; }
  /* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
  #footer ul li {
    display: inline-block;
    padding: 0 0.625rem 0 0; }
    /* line 43, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer ul li:first-child:before {
      display: none; }
    /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer ul li:before {
      content: "|";
      color: rgba(255, 255, 255, 0.4);
      padding: 0 0.8125rem 0 0; }
    /* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
    #footer ul li a {
      text-decoration: underline; }
      /* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_footer.scss */
      #footer ul li a:hover {
        color: #2a80b9;
        text-decoration: none; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
.text-content {
  padding: 2.5rem 0 1.875rem 0; }
  /* line 4, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
  .text-content p, .text-content li, .text-content td {
    color: #ffffff; }
    /* line 7, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
    .text-content p strong, .text-content li strong, .text-content td strong {
      color: #ffffff; }
    /* line 11, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
    .text-content p small, .text-content li small, .text-content td small {
      color: rgba(255, 255, 255, 0.7); }
  /* line 16, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
  .text-content a {
    color: #ffffff;
    text-decoration: underline; }
    /* line 20, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
    .text-content a:hover {
      color: #b0babf;
      text-decoration: none; }
  /* line 26, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    color: #ffffff; }
  /* line 30, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
  .text-content ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style-type: none; }
    /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
    .text-content ul li {
      position: relative;
      padding: 0.3125rem 0 0.3125rem 1.5625rem; }
      /* line 39, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_pages.scss */
      .text-content ul li:before {
        content: "\f061";
        font-family: "FontAwesome";
        color: #e56f2d;
        position: absolute;
        top: 0.3125rem;
        left: 0; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
.blog-list {
  padding: 1.875rem 0 0 0; }

/* line 5, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
#breadcrumbs {
  font-size: 0.8125rem;
  color: #333 !important; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  #breadcrumbs a {
    color: #2a80b9; }
    /* line 12, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    #breadcrumbs a:hover {
      color: #2a80b9;
      text-decoration: underline; }

/* line 19, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
.blog-entry {
  margin-bottom: 2.5rem; }
  /* line 22, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .blog-entry h1.entry-title {
    font-size: 2rem;
    color: #2c3e50; }
  /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .blog-entry .entry-title {
    margin-bottom: 0.625rem;
    font-size: 1.5625rem;
    font-family: "PT Sans", sans-serif;
    font-weight: 500; }
    /* line 37, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .entry-title a {
      color: #2c3e50; }
      /* line 40, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
      .blog-entry .entry-title a:hover {
        color: #2a80b9; }
  /* line 46, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .blog-entry .meta {
    color: rgba(102, 102, 102, 0.6);
    font-size: 0.875rem; }
    /* line 50, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .meta.border {
      border-bottom: 0.0625rem solid rgba(102, 102, 102, 0.1);
      padding-bottom: 0.625rem !important;
      margin-bottom: 0.625rem !important; }
    /* line 57, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .meta span:before {
      content: "|";
      color: rgba(102, 102, 102, 0.3);
      padding: 0 0.625rem 0 0.4375rem; }
    /* line 64, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .meta span:first-child:before {
      display: none; }
    /* line 69, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .meta span a {
      color: #2a80b9; }
      /* line 72, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
      .blog-entry .meta span a:hover {
        color: #e56f2d; }
  /* line 79, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .blog-entry .date {
    width: 8.5rem;
    height: 8.5rem;
    display: table;
    table-layout: fixed;
    background-color: #2a80b9;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 1; }
    /* line 90, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .date .inner {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      font-size: 1.5rem;
      font-family: "PT Sans", sans-serif;
      font-weight: 300; }
    /* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry .date span {
      display: block;
      font-size: 3.4375rem;
      font-weight: 600; }
  /* line 107, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .blog-entry ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style-type: none; }
    /* line 112, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .blog-entry ul li {
      position: relative;
      padding: 0.3125rem 0 0.3125rem 1.5625rem; }
      /* line 116, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
      .blog-entry ul li:before {
        content: "\f061";
        font-family: "FontAwesome";
        color: #e56f2d;
        position: absolute;
        top: 0.3125rem;
        left: 0; }

/* line 128, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
.page-navi {
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(102, 102, 102, 0.1); }
  /* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
  .page-navi a, .page-navi span {
    display: inline-block;
    padding: 0.3125rem 0.6875rem;
    border-radius: 0.1875rem;
    color: #666666;
    margin: 0 0.0625rem; }
    /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .page-navi a.current, .page-navi span.current {
      background-color: #e56f2d;
      color: #ffffff; }
    /* line 144, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_posts.scss */
    .page-navi a:hover, .page-navi span:hover {
      background-color: #2a80b9;
      color: #ffffff; }

/* line 2, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.top-home.padding {
  padding: 2.5rem 0 0 0; }

/* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.top-home .top {
  padding: 0 0 3.125rem 0; }
  /* line 9, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home .top .logo {
    display: inline-block;
    line-height: 3.3125rem; }
  /* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home .top img {
    max-height: 3.3125rem;
    vertical-align: middle; }
  /* line 19, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home .top p {
    font-weight: 700;
    line-height: 3.3125rem; }
    /* line 23, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .top-home .top p span {
      display: inline-block;
      padding: 0 0.625rem; }
      /* line 27, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
      .top-home .top p span:first-child {
        padding: 0 0.625rem 0 0; }
      /* line 31, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
      .top-home .top p span:last-child {
        padding: 0 0 0 0.625rem; }

/* line 38, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.top-home h1, .top-home h3 {
  color: #2c3e50;
  margin-bottom: 0.9375rem;
  line-height: 1; }

/* line 45, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.top-home p {
  margin: 0; }
  /* line 48, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home p.kreska {
    display: inline-block;
    padding: 0 0 0.625rem 0;
    background: url(../../dist/images/kreska-1.png) no-repeat bottom right; }

/* line 55, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.top-home .photo {
  display: table;
  width: 100%;
  margin: 0.9375rem 0 0 0; }
  /* line 60, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home .photo .inner {
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

/* line 70, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.horizontal-center {
  display: table;
  width: 100%;
  margin: 0; }
  /* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .horizontal-center .inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

/* line 83, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.calc {
  padding: 0 0 3.125rem 0;
  margin-bottom: 1.875rem; }
  /* line 87, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .calc p.result {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0; }
    /* line 94, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .calc p.result strong {
      display: inline-block;
      padding: 0.1875rem 0.375rem;
      color: #ffffff;
      background: #e56f2d;
      border-radius: 0.3125rem; }

/* line 104, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.trail-button {
  position: relative; }
  /* line 108, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .trail-button.no-after:after {
    display: none; }
  /* line 113, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .trail-button:after {
    content: "";
    position: absolute;
    top: 0.6875rem;
    left: 100%;
    margin: 0 0 0 0.625rem;
    width: 7.5rem;
    height: 4.125rem;
    background: url(../../dist/images/arrow.gif) no-repeat center center;
    background-size: contain; }

/* line 126, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.text-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  /* line 131, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .text-table .text-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }
    /* line 137, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .text-table .text-table-cell.table-cell-bottom {
      vertical-align: bottom !important; }

/* line 143, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.quote {
  position: relative; }
  /* line 146, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .quote p {
    font-size: 1.5625rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.2;
    margin: 0;
    font-style: italic;
    position: relative;
    z-index: 55; }
  /* line 156, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .quote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 5rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.1);
    top: -1.875rem;
    left: -1.875rem; }
  /* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .quote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 5rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.1);
    bottom: -1.875rem;
    right: -1.875rem; }

/* line 180, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.reviews-slider .gallery-cell {
  width: 100% !important; }

/* line 185, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.vs-line {
  position: relative;
  width: 0.125rem;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto; }
  /* line 191, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .vs-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.25rem;
    font-family: "PT Sans", sans-serif;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 3.125rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #2a80b9;
    border-radius: 0.3125rem; }

/* line 206, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.frame {
  display: table;
  height: 5rem;
  width: 100%;
  table-layout: fixed;
  background-color: rgba(44, 62, 80, 0.5);
  padding: 0.625rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3125rem; }
  /* line 217, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .frame.red p {
    font-size: 1.75rem;
    color: #e74c3c; }
    /* line 221, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .frame.red p u {
      display: inline-block;
      font-size: 2.125rem;
      color: #e74c3c; }
  /* line 229, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .frame p {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 1.375rem;
    line-height: 1; }
    /* line 237, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .frame p.kreska {
      padding: 0 0 0.625rem 0;
      background: url(../../dist/images/kreska-1.png) no-repeat bottom center; }
    /* line 242, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .frame p span {
      display: block;
      font-size: 1.75rem; }

/* line 249, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.price {
  display: block;
  padding: 0.625rem 0.625rem;
  margin: 2.1875rem 0;
  position: relative; }
  /* line 256, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price.popular:before {
    content: "most poular";
    line-height: 1.875rem;
    position: absolute;
    top: -2.125rem;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #00618f; }
  /* line 272, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price.orangebg {
    border-top: 0.25rem solid #faa928;
    background-color: #ffffff; }
    /* line 276, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.orangebg p.name {
      color: #faa928;
      font-weight: bold; }
    /* line 281, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.orangebg .price-number-inner {
      font-size: 1.125rem; }
  /* line 286, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price.bluebg {
    border-top: 0.25rem solid #56be8e;
    background-color: #0093d4; }
    /* line 290, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.bluebg p.name {
      color: #ffffff;
      font-weight: bold; }
    /* line 295, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.bluebg * {
      color: #ffffff; }
    /* line 299, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.bluebg .price-number-inner {
      font-size: 1.5625rem;
      color: #ffffff !important; }
  /* line 305, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price.lightbg {
    border-top: 0.25rem solid #3ea9f5;
    background-color: #e2f0f4; }
    /* line 309, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.lightbg p.name {
      color: #3ea9f5;
      font-weight: bold; }
    /* line 314, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.lightbg .price-number-inner {
      font-size: 1.5625rem; }
  /* line 319, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price.bluebg2 {
    border-top: 0.25rem solid #3769cc;
    background-color: #ffffff; }
    /* line 323, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.bluebg2 p.name {
      color: #3769cc;
      font-weight: bold; }
    /* line 328, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price.bluebg2 .price-number-inner {
      font-size: 1.5625rem; }
  /* line 333, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price .price-number {
    width: 100%;
    height: 3.125rem;
    display: table;
    table-layout: fixed;
    margin-bottom: 0.8rem; }
    /* line 340, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price .price-number .price-number-inner {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      display: table-cell;
      color: #666666; }
  /* line 349, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price h1, .price h2, .price h3, .price h4, .price h5, .price h6 {
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0.8rem;
    line-height: 1.3; }
  /* line 355, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price hr {
    margin-bottom: 0.8rem; }
  /* line 359, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price p {
    display: block;
    margin-bottom: 0 !important;
    padding: 0 0 0.75rem 0;
    line-height: 1.1;
    font-size: 1rem; }
  /* line 367, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price h6 {
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    line-height: 1.1;
    padding: 0 0 0.625rem 0; }
  /* line 374, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price .button {
    margin-top: 1rem; }
  /* line 378, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price .paragraph {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0; }
    /* line 384, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price .paragraph.paragraph-first {
      height: 5.625rem; }
      /* line 387, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
      .price .paragraph.paragraph-first .inner-paragraph {
        vertical-align: middle !important; }
    /* line 392, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price .paragraph .inner-paragraph {
      display: table-cell;
      vertical-align: top;
      width: 100%;
      height: 100%; }
      /* line 399, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
      .price .paragraph .inner-paragraph p:last-child {
        padding: 0 !important; }
  /* line 406, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .price .paragraph2 {
    display: table;
    height: 1.875rem;
    table-layout: fixed;
    width: 100%;
    padding: 0 0; }
    /* line 413, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .price .paragraph2 .inner-paragraph {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      /* line 420, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
      .price .paragraph2 .inner-paragraph p:last-child {
        padding: 0 !important; }

/* line 429, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
ul.includes li {
  font-size: 1.1875rem !important; }

/* line 434, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
.small-rev {
  margin-top: 3.75rem;
  margin-bottom: 1.25rem; }
  /* line 439, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .small-rev .content p {
    font-style: italic;
    font-size: 1.375rem;
    line-height: 1.39;
    color: #2c3e50; }
  /* line 447, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .small-rev p {
    font-size: 1.125rem; }

@media only screen and (max-width: 39.9375rem) {
  /* line 455, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .top-home .top p {
    line-height: normal !important;
    margin-top: 1.25rem !important; }
  /* line 463, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .trail-button:after {
    display: none !important; }
  /* line 468, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .vs-line {
    margin: 2.5rem 0 !important;
    width: 100% !important;
    height: 0.125rem !important; }
  /* line 474, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .paragraph, .paragraph2 {
    height: auto !important; } }

@media only screen and (max-width: 64.0625rem) {
  /* line 480, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .horizontal-center {
    height: auto !important; }
    /* line 483, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .horizontal-center .inner {
      text-align: center !important; }
  /* line 488, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
  .quote {
    margin-bottom: 1.25rem !important; }
    /* line 491, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .quote:after {
      display: none !important; }
    /* line 495, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_index.scss */
    .quote:before {
      display: none !important; } }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
#mainnav {
  background: #ffffff;
  padding: 0.625rem 0;
  position: static; }
  /* line 6, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  #mainnav.menu_fixed {
    position: fixed;
    top: 0;
    z-index: 777;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  /* line 14, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  #mainnav .logo {
    display: inline-block;
    line-height: 3.3125rem; }
  /* line 19, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  #mainnav img {
    max-height: 3.3125rem;
    vertical-align: middle; }
  /* line 24, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  #mainnav ul {
    display: inline-block;
    line-height: 3.3125rem; }
    /* line 29, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    #mainnav ul li {
      display: inline-block;
      vertical-align: middle;
      line-height: 2.5rem;
      font-size: 1.125rem; }
      /* line 35, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
      #mainnav ul li a {
        padding: 0 0.6875rem 0 0.9375rem;
        border-left: 0.125rem solid rgba(44, 62, 80, 0.3);
        font-weight: 700;
        color: #2c3e50; }
        /* line 41, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
        #mainnav ul li a:hover {
          color: #35ad70; }
      /* line 47, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
      #mainnav ul li:first-child a {
        border: none; }
  /* line 54, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  #mainnav .button {
    font-size: 1.125rem; }

/* line 59, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
.mobilemenu-btn {
  width: 40px;
  height: 44px;
  position: relative;
  margin: 0.5rem 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right; }
  /* line 75, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e56f2d;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    /* line 86, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    .mobilemenu-btn span:nth-child(1) {
      top: 8px; }
    /* line 91, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    .mobilemenu-btn span:nth-child(2),
    .mobilemenu-btn span:nth-child(3) {
      top: 18px; }
    /* line 95, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    .mobilemenu-btn span:nth-child(4) {
      top: 28px; }
  /* line 100, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  /* line 106, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu-btn.open span:nth-child(2) {
    transform: rotate(45deg); }
  /* line 110, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu-btn.open span:nth-child(3) {
    transform: rotate(-45deg); }
  /* line 114, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/* line 121, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
.mobilemenu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #ffffff;
  text-align: center;
  padding: 4.625rem 0 0 0;
  z-index: 666;
  display: none; }
  /* line 132, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu .inner {
    box-shadow: inset 0 0.1875rem 0 0 #e56f2d;
    overflow: auto;
    width: 100%;
    height: 100%; }
  /* line 139, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
  .mobilemenu ul {
    padding: 0.9375rem;
    list-style-type: none;
    overflow: auto;
    margin: 0; }
    /* line 145, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    .mobilemenu ul li {
      font-size: 1.125rem;
      font-family: "PT Sans", sans-serif;
      font-weight: 400; }
      /* line 152, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
      .mobilemenu ul li a {
        color: #666666;
        display: block;
        font-weight: 700;
        padding: 0.4375rem 0;
        border-bottom: 0.0625rem solid #ffffff;
        background: rgba(102, 102, 102, 0.06); }
    /* line 162, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
    .mobilemenu ul ul {
      margin: 0;
      box-shadow: none;
      padding: 0; }
      /* line 167, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_menu.scss */
      .mobilemenu ul ul a {
        font-weight: 400; }

/* line 1, D:/www/helpsquad/wp-content/themes/helpsquad/assets/styles/layouts/_tinymce.scss */
body#tinymce {
  margin: 12px !important; }

/*# sourceMappingURL=main.css.map */