/* line 14, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 24, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 27, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
body {
  line-height: 1; }

/* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
ol, ul {
  list-style: none; }

/* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
blockquote, q {
  quotes: none; }

/* line 37, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 4, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/box-sizing */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/extends/button */
button, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  /* line 13, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/extends/button */
  button:hover, input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  /* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/extends/button */
  button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

/* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h1 {
  font-size: 2.25em; }

/* line 26, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h2 {
  font-size: 2em; }

/* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h3 {
  font-size: 1.75em; }

/* line 34, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h4 {
  font-size: 1.5em; }

/* line 38, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h5 {
  font-size: 1.25em; }

/* line 42, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
h6 {
  font-size: 1em; }

/* line 46, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
p {
  margin: 0 0 0.75em; }

/* line 50, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  /* line 55, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
  a:hover {
    color: #2c5999; }
  /* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

/* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 74, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
img, picture {
  margin: 0;
  max-width: 100%; }

/* line 79, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

/* line 86, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
cite {
  color: #737373;
  font-style: italic; }
  /* line 90, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/typography */
  cite:before {
    content: "\2014 \00A0"; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

/* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
input, label, select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

/* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
  label.required:after {
    content: "*"; }
  /* line 24, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
  label abbr {
    display: none; }

/* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  /* line 42, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  /* line 46, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

/* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
textarea {
  resize: vertical; }

/* line 57, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 62, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 67, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

/* line 72, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/forms */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 8, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/tables */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/tables */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

/* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/tables */
tr, td, th {
  vertical-align: middle; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/lists */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/lists */
dl {
  margin-bottom: 0.75em; }
  /* line 23, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/lists */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/lists */
  dl dd {
    margin: 0; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bitters/buttons */
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
body {
  background: #fff;
  color: #574C41;
  font-family: 'Lato', sans-serif; }

/* line 8, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .container::after {
    clear: both;
    content: "";
    display: table; }

/* line 13, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.email-signup-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .email-signup-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  /* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .email-signup-wrapper .email-signup-field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    padding-left: 2em; }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
    .email-signup-wrapper .email-signup-field:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1170px) {
      .email-signup-wrapper .email-signup-field {
        padding-left: 3em; } }
  /* line 23, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .email-signup-wrapper .email-signup-submit {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    padding-right: 2em; }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
    .email-signup-wrapper .email-signup-submit:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1170px) {
      .email-signup-wrapper .email-signup-submit {
        padding-right: 1.5em; } }

/* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
  padding: 2em 1.5em; }
  /* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content article {
    float: left;
    clear: both; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .content::after {
    clear: both;
    content: "";
    display: table; }
  /* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content.overlap {
    margin-top: -100px;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 768px) {
      .content.overlap {
        padding: 2em; } }
    @media only screen and (min-width: 1170px) {
      .content.overlap {
        padding: 2em; } }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 2em; } }
  @media only screen and (min-width: 480px) {
    .content {
      padding: 2em 1.5em; } }
  /* line 58, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content.stacked {
    padding-bottom: 0; }
  /* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content .two-columns {
    float: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
    .content .two-columns:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 720px) {
      .content .two-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content .two-columns:last-child {
          margin-right: 0; }
        /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns:nth-child(2n) {
          margin-right: 0; }
        /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns:nth-child(2n+1) {
          clear: left; } }
    /* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
    .content .two-columns:last {
      margin-right: 0px; }
    @media only screen and (min-width: 768px) {
      /* line 72, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
      .content .two-columns.sidebar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content .two-columns.sidebar-right:last-child {
          margin-right: 0; }
        /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns.sidebar-right:nth-child(2n) {
          margin-right: 0; }
        /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns.sidebar-right:nth-child(2n+1) {
          clear: left; }
 }
    @media only screen and (min-width: 1170px) {
      .content .two-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
        .content .two-columns.sidebar-right {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 36.02647%; }
          /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
          .content .two-columns.sidebar-right:last-child {
            margin-right: 0; }
          /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
          .content .two-columns.sidebar-right:nth-child(2n) {
            margin-right: 0; }
          /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
          .content .two-columns.sidebar-right:nth-child(2n+1) {
            clear: left; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content .two-columns:last-child {
          margin-right: 0; }
        /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns:nth-child(2n) {
          margin-right: 0; }
        /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .content .two-columns:nth-child(2n+1) {
          clear: left; } }
  /* line 86, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content .one-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0px; }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
    .content .one-column:last-child {
      margin-right: 0; }
  /* line 90, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content .one-column.sidebar-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0px; }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
    .content .one-column.sidebar-right:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .content .one-column.sidebar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content .one-column.sidebar-right:last-child {
          margin-right: 0; } }
  /* line 98, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .content aside.sidebar-right {
    display: none; }
    @media only screen and (min-width: 768px) {
      .content aside.sidebar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 1.5em;
        display: block; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content aside.sidebar-right:last-child {
          margin-right: 0; } }
    @media only screen and (min-width: 1170px) {
      .content aside.sidebar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 1.5em;
        display: block; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .content aside.sidebar-right:last-child {
          margin-right: 0; } }

/* line 118, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.signup-wrapper .two-columns {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  margin-right: 0px; }
  /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
  .signup-wrapper .two-columns:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .signup-wrapper .two-columns {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
      .signup-wrapper .two-columns:last-child {
        margin-right: 0; }
      /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .signup-wrapper .two-columns:nth-child(2n) {
        margin-right: 0; }
      /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .signup-wrapper .two-columns:nth-child(2n+1) {
        clear: left; } }
  @media only screen and (min-width: 1170px) {
    .signup-wrapper .two-columns {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
      .signup-wrapper .two-columns:last-child {
        margin-right: 0; }
      /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .signup-wrapper .two-columns:nth-child(2n) {
        margin-right: 0; }
      /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .signup-wrapper .two-columns:nth-child(2n+1) {
        clear: left; } }

/* line 133, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.columns-three {
  float: left;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
  .columns-three:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .columns-three {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
      .columns-three:last-child {
        margin-right: 0; }
      /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .columns-three:nth-child(3n) {
        margin-right: 0; }
      /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
      .columns-three:nth-child(3n+1) {
        clear: left; } }
  /* line 140, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .columns-three:last {
    margin-right: 0px; }

/* line 145, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.pagination-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
  .pagination-wrapper:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 1170px) {
    .pagination-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0; }
      /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
      .pagination-wrapper:last-child {
        margin-right: 0; } }

/* line 154, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.sales-crowd-blog {
  padding: 2em 1.5em; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-blog {
      padding: 2em 1em; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-blog {
      padding: 2em 0; } }
  /* line 163, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
  .sales-crowd-blog aside.sidebar-right {
    display: none; }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-blog aside.sidebar-right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-right: 0;
        margin-right: 0;
        margin-left: 1.5em;
        padding-left: 0;
        padding-right: 0;
        display: block; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .sales-crowd-blog aside.sidebar-right:last-child {
          margin-right: 0; } }

/* line 177, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/page */
.sales-crowd-main-content {
  min-height: 40vh; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 6, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
html {
  font-size: 62.5%; }

/* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
body {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  color: #574C41;
  background-color: #fff;
  min-height: 60vh; }
  @media only screen and (min-width: 480px) {
    body {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 1170px) {
    body {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 1169px) {
    /* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
    body.nav-on-left.overflow-hidden {
      overflow: hidden; }
 }

/* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
a {
  color: #e48648;
  text-decoration: none; }
  /* line 39, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  a:hover, a:focus {
    color: #803e13; }

/* line 44, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
img {
  /* make images responsive */
  max-width: 100%; }

/* line 49, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
input {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  box-shadow: none !important;
  -webkit-appearance: none !important; }

/* line 56, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
input[type="text"], textarea {
  border: 2px #DDD solid;
  box-shadow: none !important; }

/* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
  box-shadow: none !important; }

/* line 70, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* line 73, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
input, select, textarea, label {
  font-family: 'Lato', sans-serif; }

/* line 77, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
h1, h2, h3, p {
  margin: 0; }
  /* line 79, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  h1.text-center, h2.text-center, h3.text-center, p.text-center {
    text-align: center; }

/* line 84, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.text-center {
  text-align: center;
  width: 100%; }

/* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 97, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
p {
  color: #333;
  line-height: 1.5; }

/* line 102, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
p.lead {
  font-size: 1.1em;
  font-weight: 900; }

/* line 107, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
a {
  color: #e48648;
  text-decoration: none; }

/* line 112, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
em {
  font-style: italic; }

/* line 117, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-main-content article ol, .sales-crowd-main-content .page-content ol {
  list-style: decimal;
  list-style-position: inside; }
  /* line 120, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ol li, .sales-crowd-main-content .page-content ol li {
    margin-bottom: 1em;
    font-weight: 300; }
    /* line 123, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
    .sales-crowd-main-content article ol li strong, .sales-crowd-main-content .page-content ol li strong {
      font-weight: 900; }
/* line 129, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-main-content article ul, .sales-crowd-main-content .page-content ul {
  list-style: square;
  list-style-position: inside; }
  /* line 132, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ul li, .sales-crowd-main-content .page-content ul li {
    margin-bottom: 1em;
    font-weight: 300; }
    /* line 135, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
    .sales-crowd-main-content article ul li strong, .sales-crowd-main-content .page-content ul li strong {
      font-weight: 900; }
  /* line 139, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ul.condensed-list, .sales-crowd-main-content .page-content ul.condensed-list {
    margin-bottom: 1em; }
    /* line 141, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
    .sales-crowd-main-content article ul.condensed-list li, .sales-crowd-main-content .page-content ul.condensed-list li {
      margin-bottom: 0; }
  /* line 145, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ul.title-list, .sales-crowd-main-content .page-content ul.title-list {
    margin-bottom: 1em;
    list-style: none; }
    /* line 148, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
    .sales-crowd-main-content article ul.title-list li, .sales-crowd-main-content .page-content ul.title-list li {
      margin-bottom: 0; }
      /* line 150, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
      .sales-crowd-main-content article ul.title-list li li, .sales-crowd-main-content .page-content ul.title-list li li {
        list-style: square;
        margin-left: 2em; }
/* line 157, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-main-content article ul.tick-list, .sales-crowd-main-content .page-content ul.tick-list {
  list-style: none; }
  /* line 159, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ul.tick-list li, .sales-crowd-main-content .page-content ul.tick-list li {
    padding-left: 2em;
    position: relative; }
  /* line 163, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-main-content article ul.tick-list li:before, .sales-crowd-main-content .page-content ul.tick-list li:before {
    font-family: "sosocial" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    position: absolute;
    left: 0;
    font-size: 1.4em;
    top: 0.25em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "H";
    color: #a6c771; }

/* line 184, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 2em;
  padding: 0.1em 0;
  text-align: left;
  text-transform: uppercase; }

/* line 197, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.6em; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 2.4em; } }

/* line 211, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-promo.salescrowd-twitter h1 {
  color: #173338; }
/* line 217, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-promo.salescrowd-snapchat h1, .sales-crowd-promo .salescrowd-texture-1 h1 {
  color: #574C41; }
/* line 222, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-promo.salescrowd-texture-1 h1, .sales-crowd-promo.salescrowd-texture-1 h2 {
  color: #000; }
/* line 226, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-promo h1 {
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-size: 1.3em;
  font-weight: 900;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-promo h1 {
      font-size: 2.2em;
      font-weight: 900; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-promo h1 {
      font-size: 3em;
      font-weight: 900; } }
  /* line 244, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .sales-crowd-promo h1.smaller-title {
    font-size: 1.3em;
    font-weight: 900;
    padding-top: 1em; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo h1.smaller-title {
        font-size: 1.8em;
        font-weight: 900; } }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-promo h1.smaller-title {
        font-size: 2em;
        font-weight: 900; } }
/* line 259, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-promo h2 {
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 1px; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-promo h2 {
      font-size: 1.2em; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-promo h2 {
      font-size: 1.5em; } }

/* line 273, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.2em; }
  @media screen and (min-width: 40em) {
    h2 {
      font-size: 1.4em; } }

/* line 285, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.bullets h2 {
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4em; }

/* line 293, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
code {
  background: #F7F7F7;
  border-radius: 4.5px;
  border: 1px solid #E0E0E0;
  font-family: 'Monaco', 'Consolas', 'Lucida Console', monospace;
  font-size: 0.65em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap; }

/* line 304, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 314, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
p.date {
  color: rgba(51, 51, 51, 0.4);
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.5em; }

/* line 321, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 1;
  margin-bottom: 1.5em; }
  /* line 326, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  p.large-text {
    font-size: 1.3em; }
  /* line 329, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  p span {
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 335, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  p strong {
    font-weight: 900; }

/* line 340, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
hr {
  width: 100%; }

/* line 344, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
a.read-more {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase; }
  /* line 352, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  a.read-more span {
    font-size: 1.7em;
    position: absolute;
    right: -10px;
    top: -8px; }

/* line 360, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
p.author {
  font-family: 'Lato', sans-serif;
  font-style: italic; }

/* line 365, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.so-label {
  padding: 0.75em 1.5em;
  color: #fff;
  border: 0; }

/* line 372, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
blockquote.tweet-quote p {
  font-size: 1.5em;
  margin-bottom: 10px; }
  /* line 375, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  blockquote.tweet-quote p span {
    font-weight: 600;
    text-transform: none; }
/* line 380, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
blockquote.tweet-quote small {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right; }

/* line 387, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.white-text {
  color: #fff; }
  /* line 389, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .white-text p {
    color: #fff; }

/* line 394, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.callout, .action-box {
  padding: 2em;
  background: #f1f0ec;
  margin-bottom: 2em; }
  /* line 397, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .callout p, .action-box p {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 1.1em; }

/* line 405, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.action-box-small-dark {
  padding: 1em 1em 1em 1em;
  background: #e3e0db;
  margin-bottom: 1em; }

/* line 411, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.action-box-small {
  padding: 1em 1em 1em 1em;
  background: #f1f0ec;
  margin-bottom: 1em; }

/* line 417, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.redhead {
  padding: 1em 1em 1em 1em;
  background: #E36B6B;
  margin: 0;
  color: #fff;
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  font-size: 1.1em; }
  /* line 427, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
  .redhead a, .redhead a:hover, .redhead a:focus {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .redhead {
      font-size: 1.6em; } }

/* line 437, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.magnet-signup h2 {
  font-size: 1.8em;
  font-weight: 900;
  margin-bottom: 0.5em;
  line-height: 1.1em; }
  @media only screen and (min-width: 768px) {
    .magnet-signup h2 {
      font-size: 2.3em; } }
  @media only screen and (min-width: 1170px) {
    .magnet-signup h2 {
      font-size: 2.5em; } }

/* line 453, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.modal-inner h1 {
  font-size: 1.4em;
  padding-top: 2em; }
  @media only screen and (min-width: 768px) {
    .modal-inner h1 {
      font-size: 2.3em;
      padding-top: 0em; } }
  @media only screen and (min-width: 1170px) {
    .modal-inner h1 {
      font-size: 2.5em;
      padding-top: 0em; } }

/* line 469, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.sales-crowd-primary-nav .button-group a {
  height: 1.2em;
  padding: 0;
  border: 0;
  color: #574C41;
  line-height: 1.2em;
  font-weight: 900; }

/* line 480, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/typography */
.livicon {
  font-size: 1.2em;
  line-height: 1.2em;
  height: 1.4em;
  width: 1.4em;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #e48648; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
.label-switch {
  align-self: center;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 60px; }
  /* line 13, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
  .label-switch input[type="checkbox"] {
    display: none; }
    /* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
    .label-switch input[type="checkbox"] + .checkbox {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #e5e5e5;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      height: 30px;
      margin: 0;
      padding: 0;
      position: relative;
      width: 60px;
      z-index: 0; }
      /* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
      .label-switch input[type="checkbox"] + .checkbox:before {
        position: absolute;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 2px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: white;
        border-radius: 3px;
        content: "";
        height: 3px;
        width: 0px;
        z-index: 1; }
      /* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
      .label-switch input[type="checkbox"] + .checkbox:after {
        position: absolute;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 25px;
        width: 25px;
        background: white;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        content: "";
        z-index: 2; }
    /* line 54, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
    .label-switch input[type="checkbox"]:checked + .checkbox {
      background: #e48648; }
      /* line 57, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
      .label-switch input[type="checkbox"]:checked + .checkbox:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      /* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/switch */
      .label-switch input[type="checkbox"]:checked + .checkbox:after {
        left: 33px; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
button, input[type="submit"], .button {
  -webkit-font-smoothing: antialiased;
  background-color: #e48648;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  margin: 0.5em 2em 0.5em 0;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  /* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button:hover, input[type="submit"]:hover, button:focus, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #d96a20;
    color: white; }
  /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  /* line 24, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-small, input.button-small[type="submit"], .button.button-small {
    padding: 0.5em 0.5em;
    font-size: 0.9em; }
  /* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-large, input.button-large[type="submit"], .button.button-large {
    padding: 1em 2em;
    font-size: 1.2em; }
  /* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-wide-50, input.button-wide-50[type="submit"], .button.button-wide-50 {
    padding: 1em 2em;
    width: 50%; }
  /* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-wide-100, input.button-wide-100[type="submit"], .button.button-wide-100 {
    padding: 1em 2em;
    width: 100%; }
  /* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-supersize-me, input.button-supersize-me[type="submit"], .button.button-supersize-me {
    padding: 1em 2em;
    font-size: 1.5em;
    font-weight: 900; }
  /* line 45, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-square, input.button-square[type="submit"], .button.button-square {
    border-radius: 0; }
  /* line 48, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-red, input.button-red[type="submit"], .button.button-red {
    background-color: #E36B6B; }
    /* line 50, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    button.button-red:hover, input.button-red[type="submit"]:hover, button.button-red:focus, input.button-red[type="submit"]:focus, .button.button-red:hover, .button.button-red:focus {
      background-color: #db4040; }
  /* line 54, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-green, input.button-green[type="submit"], .button.button-green {
    background-color: #a6c771;
    color: #1f2910; }
    /* line 57, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    button.button-green:hover, input.button-green[type="submit"]:hover, button.button-green:focus, input.button-green[type="submit"]:focus, .button.button-green:hover, .button.button-green:focus {
      background-color: #8fb94c;
      color: #fff; }
  /* line 62, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-blue, input.button-blue[type="submit"], .button.button-blue {
    background-color: #5a85b1; }
    /* line 64, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    button.button-blue:hover, input.button-blue[type="submit"]:hover, button.button-blue:focus, input.button-blue[type="submit"]:focus, .button.button-blue:hover, .button.button-blue:focus {
      background-color: #456c93; }
  /* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-gold, input.button-gold[type="submit"], .button.button-gold {
    background-color: #E3C77B;
    color: #4e3e11; }
    /* line 71, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    button.button-gold:hover, input.button-gold[type="submit"]:hover, button.button-gold:focus, input.button-gold[type="submit"]:focus, .button.button-gold:hover, .button.button-gold:focus {
      background-color: #dab551; }
  /* line 75, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  button.button-earth, input.button-earth[type="submit"], .button.button-earth {
    background-color: #574C41; }
    /* line 77, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    button.button-earth:hover, input.button-earth[type="submit"]:hover, button.button-earth:focus, input.button-earth[type="submit"]:focus, .button.button-earth:hover, .button.button-earth:focus {
      background-color: #3a332b; }

/* line 103, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
.button-group input {
  display: none; }
/* line 107, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
.button-group label {
  margin-bottom: 0; }
  @media screen and (min-width: 53.75em) {
    .button-group label {
      float: left; } }
  /* line 114, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  .button-group label .button-group-item {
    background: #f1f0ec;
    border-radius: 0;
    color: #574C41;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0.75em 1em;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .button-group label .button-group-item {
        width: auto; } }
    /* line 131, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    .button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
      background-color: #ebe9e3; }
  /* line 136, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  .button-group label:first-child .button-group-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media screen and (min-width: 53.75em) {
      .button-group label:first-child .button-group-item {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 0; } }
  /* line 147, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  .button-group label:last-child .button-group-item {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    @media screen and (min-width: 53.75em) {
      .button-group label:last-child .button-group-item {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  /* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
  .button-group label input:checked + .button-group-item {
    background: #e48648; }
    /* line 160, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/buttons */
    .button-group label input:checked + .button-group-item a {
      color: #fff;
      font-weight: 900; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"] {
  display: none; }

/* line 6, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* line 17, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"] + label span {
  background-color: #ddd; }

/* line 21, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"]:hover + label span {
  background-color: #ccc; }

/* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"]:checked + label span {
  background-color: #e48648; }

/* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/radios */
input[type="radio"] + label span, input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type=checkbox] {
  display: none; }

/* line 6, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"] + label span {
  display: inline-block;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: #ddd; }

/* line 17, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"] + label span {
  background-color: #ddd; }

/* line 21, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"]:hover + label span {
  background-color: #ccc; }

/* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"]:checked + label span {
  background-color: #e48648;
  text-align: center;
  line-height: 20px;
  text-indent: -1px; }

/* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"]:checked + label span:after {
  content: "\2713";
  font-size: 14px;
  color: #fff;
  top: -1px;
  position: relative; }

/* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/checkboxes */
input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 15px; }

/* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select.disabled {
  opacity: 0.5; }

/* line 14, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #e48648; }

/* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select select:focus + div.trigger.open {
  box-shadow: none; }

/* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #e48648;
  border: 1px solid #e17732;
  border-top-color: #e17732;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 300px;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }

/* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  top: 20px;
  right: 9px; }

/* line 52, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select div.trigger.open {
  background: #e17732;
  border: 1px solid #e17732;
  color: #fff;
  box-shadow: none; }

/* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select div.trigger.open:after {
  border-top-color: #803e13; }

/* line 63, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #e48648;
  border-radius: 4px;
  border-top: 1px solid #e17732;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

/* line 84, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out; }

/* line 91, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

/* line 97, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out; }

/* line 103, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options li {
  padding: 8px 12px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }

/* line 114, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options li.selected {
  background: #803e13;
  color: #fff; }

/* line 121, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/select */
div.sales-crowd-select ul.options li.hover {
  color: #271306; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/articles */
article, main, .content {
  text-align: left; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  article::after, main::after, .content::after {
    clear: both;
    content: "";
    display: table; }

/* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/articles */
.content-image {
  margin-bottom: 2em; }

/* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/articles */
blockquote.tweet-quote {
  border: 0;
  margin: 1em 0;
  padding: 1.5em;
  background: #f1f0ec;
  border-radius: 3px; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  blockquote.tweet-quote .quote-wrapper::after {
    clear: both;
    content: "";
    display: table; }

/* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/articles */
.audio-play {
  padding: 1.5em;
  background: #f1f0ec;
  border-radius: 3px;
  margin-bottom: 2em; }

/* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/articles */
.video-play {
  margin-top: 1em;
  margin-bottom: 2em; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-menu-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .sales-crowd-menu-wrapper::after {
    clear: both;
    content: "";
    display: table; }

/* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
li.user-login {
  width: 100%; }
  @media only screen and (min-width: 1170px) {
    li.user-login {
      width: auto; } }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-main-content, .sales-crowd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

/* line 21, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-main-content, .sales-crowd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1169px) {
    /* line 26, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-main-content.nav-is-visible, .sales-crowd-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }

    /* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .nav-on-left .sales-crowd-main-content.nav-is-visible, .nav-on-left .sales-crowd-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); }
 }

/* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-main-content {
  z-index: 2;
  width: 100%; }

/* line 42, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-main-header {
  height: 50px;
  background: #fff;
  z-index: 3;
  min-height: 60px; }
  /* line 47, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .nav-is-fixed .sales-crowd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-main-header {
      height: 80px; }
      /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
      .sales-crowd-main-header::after {
        clear: both;
        content: "";
        display: table; } }

/* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-logo {
  position: absolute;
  left: 5%;
  top: 0%;
  z-index: 100; }
  /* line 66, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-logo img {
    display: block;
    margin-top: 17px;
    width: 100px;
    height: 30px; }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-logo img {
        width: 150px;
        height: 45px;
        margin-top: 20px; } }
  @media only screen and (max-width: 1169px) {
    /* line 79, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .nav-on-left .sales-crowd-logo {
      left: auto;
      right: 5%; }
 }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-logo {
      left: 4em; } }

/* line 91, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 5%; }
  /* line 96, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1169px) {
    /* line 101, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .nav-on-left .sales-crowd-header-buttons {
      right: auto;
      left: 5%; }
      /* line 105, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .nav-on-left .sales-crowd-header-buttons li {
        float: right; }
 }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-header-buttons {
      top: 18px;
      right: 4em; } }

/* line 117, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-search-trigger, .sales-crowd-nav-trigger {
  position: relative;
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

/* line 130, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-search-trigger {
  position: absolute;
  top: 0em;
  right: 3em; }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-search-trigger {
      right: 0.1em; } }
  /* line 137, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger::before, .sales-crowd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 148, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #574C41; }
  /* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #574C41;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 168, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  /* line 177, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger span::before, .sales-crowd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #574C41;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
  /* line 197, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 201, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 206, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger.search-is-visible::before, .sales-crowd-search-trigger.search-is-visible::after {
    /* hide search icon */
    opacity: 0; }
  /* line 211, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger.search-is-visible span::before, .sales-crowd-search-trigger.search-is-visible span::after {
    /* show close icon */
    opacity: 1; }
  /* line 216, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  /* line 220, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

/* line 226, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-nav-trigger {
  position: absolute;
  right: 0.1em;
  top: 0em; }
  /* line 230, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger span, .sales-crowd-nav-trigger span::before, .sales-crowd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #574C41; }
  /* line 239, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
  /* line 248, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger span::before, .sales-crowd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s; }
  /* line 260, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger span::before {
    /* menu icon top line */
    top: -6px; }
  /* line 265, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px; }
  /* line 271, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(87, 76, 65, 0); }
  /* line 276, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger.nav-is-visible span::before, .sales-crowd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #574c41; }
  /* line 281, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  /* line 285, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-nav-trigger {
      display: none; } }

/* line 295, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav, .sales-crowd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #574C41;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-primary-nav, .sales-crowd-primary-nav ul {
      position: relative; } }
  /* line 314, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav a, .sales-crowd-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #66594c;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  /* line 332, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav.is-hidden, .sales-crowd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 337, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav.moves-out > li > a, .sales-crowd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1169px) {
  /* line 345, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .nav-on-left .sales-crowd-primary-nav, .nav-on-left .sales-crowd-primary-nav ul {
    right: auto;
    left: 0; }
 }

/* line 353, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #e48648; }
  /* line 356, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .see-all a span {
    color: #e3a56b; }
/* line 361, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item, .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }
  /* line 366, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item h3, .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis; }
/* line 372, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item {
  padding-left: 90px; }
  /* line 375, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
/* line 386, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item {
  padding-left: 75px; }
  /* line 389, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item p {
    color: #574C41;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  /* line 396, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }
  /* line 411, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-1::before {
    background-image: url('../img/line-icon-1.svg'); }
  /* line 415, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-2::before {
    background-image: url('../img/line-icon-2.svg'); }
  /* line 419, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-3::before {
    background-image: url('../img/line-icon-3.svg'); }
  /* line 423, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-4::before {
    background-image: url('../img/line-icon-4.svg'); }
  /* line 427, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-5::before {
    background-image: url('../img/line-icon-5.svg'); }
  /* line 431, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-6::before {
    background-image: url('../img/line-icon-6.svg'); }
  /* line 435, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-7::before {
    background-image: url('../img/line-icon-7.svg'); }
  /* line 439, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item.item-8::before {
    background-image: url('../img/line-icon-8.svg'); }
@media only screen and (max-width: 1169px) {
  .sales-crowd-primary-nav {
    /* by default .sales-crowd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    /* line 449, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s; } }

@media only screen and (min-width: 1170px) {
  /* line 457, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav {
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
    .sales-crowd-primary-nav::after {
      clear: both;
      content: "";
      display: table; }
    /* line 466, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    /* line 471, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .button-group {
      margin-top: 16px; }
    /* line 474, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      /* line 482, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      /* line 487, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    /* line 494, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > li {
      float: left;
      margin-left: 3em; }
    /* line 499, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      padding: 0 10px;
      color: #574C41;
      overflow: visible;
      border-bottom: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -moz-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      /* line 511, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav > li > a:hover {
        color: #e48648; }
      /* line 515, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav > li > a.selected {
        color: #e48648;
        box-shadow: inset 0 -2px 0 #e48648; }
    /* line 521, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .go-back, .sales-crowd-primary-nav .see-all {
      display: none; }
    /* line 525, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav, .sales-crowd-primary-nav .sales-crowd-nav-gallery, .sales-crowd-primary-nav .sales-crowd-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 80px;
      z-index: 9999;
      width: 100vw;
      background: #fff;
      padding: 48px 64px 130px;
      box-shadow: inset 0 1px 0 #e3e0db, 0 3px 6px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s; }
      /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav::after, .sales-crowd-primary-nav .sales-crowd-nav-gallery::after, .sales-crowd-primary-nav .sales-crowd-nav-icons::after {
        clear: both;
        content: "";
        display: table; }
      /* line 540, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav.is-hidden, .sales-crowd-primary-nav .sales-crowd-nav-gallery.is-hidden, .sales-crowd-primary-nav .sales-crowd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s; }
      /* line 548, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav > .see-all, .sales-crowd-primary-nav .sales-crowd-nav-gallery > .see-all, .sales-crowd-primary-nav .sales-crowd-nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        /* line 561, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
        .sales-crowd-primary-nav .sales-crowd-secondary-nav > .see-all a, .sales-crowd-primary-nav .sales-crowd-nav-gallery > .see-all a, .sales-crowd-primary-nav .sales-crowd-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          z-index: 100;
          border-top: 1px solid #e3e0db;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
          /* line 579, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
          .sales-crowd-primary-nav .sales-crowd-secondary-nav > .see-all a:hover, .sales-crowd-primary-nav .sales-crowd-nav-gallery > .see-all a:hover, .sales-crowd-primary-nav .sales-crowd-nav-icons > .see-all a:hover {
            background: #574C41;
            border-color: #574C41;
            color: #fff; }
    /* line 590, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: 340px;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #e3e0db;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      position: relative;
      z-index: 999;
      -webkit-overflow-scrolling: touch; }
      /* line 604, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      /* line 610, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav > li > a {
        /* secondary nav title */
        color: #e48648;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 0.6em; }
    /* line 619, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: #574C41;
      border-bottom: none;
      font-size: 1.4rem; }
      /* line 627, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav a:hover {
        color: #e48648; }
    /* line 632, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    /* line 637, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      /* line 645, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      /* line 649, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav ul ul .go-back {
        display: block; }
        /* line 652, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
        .sales-crowd-primary-nav .sales-crowd-secondary-nav ul ul .go-back a {
          color: transparent; }
      /* line 657, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-secondary-nav ul ul .see-all {
        display: block; }
    /* line 662, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    /* line 669, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      /* line 674, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-gallery li:nth-child(4n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    /* line 680, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      /* line 686, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: 0.6em; }
      /* line 694, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-gallery .sales-crowd-nav-item h3 {
        color: #e48648;
        font-weight: bold;
        padding: 0 0.4em; }
    /* line 703, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-nav-icons li {
      /* set here number of columns - use width percentage */
      width: 32%;
      float: left;
      margin: 0 2% 20px 0; }
      /* line 708, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    /* line 714, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item {
      border-bottom: none;
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px; }
      /* line 720, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item:hover {
        background: #f5f4f2; }
      /* line 724, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item h3 {
        color: #e48648;
        font-weight: bold; }
      /* line 729, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item p {
        display: block; }
      /* line 733, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-primary-nav .sales-crowd-nav-icons .sales-crowd-nav-item::before {
        left: 25px; }
 }

/* line 741, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.has-children > a, .go-back a {
  position: relative; }
  /* line 744, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #746657;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 758, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 762, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1170px) {
    /* line 767, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #cdc7be; }

    /* line 771, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #e48648; }
 }

/* line 777, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.has-children > a {
  padding-right: 40px; }
  /* line 779, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a span.second-level-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 0.9em; }
  /* line 785, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

/* line 792, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-primary-nav .go-back a {
  padding-left: 40px; }
  /* line 795, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .go-back a::before, .sales-crowd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1170px) {
  /* line 805, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .has-children > a::before, .has-children > a::after {
    right: 15%; }

  /* line 810, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
    /* line 813, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a::before, .sales-crowd-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #cdc7be;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, -webkit-transform 0.3s;
      -moz-transition: width 0.3s, -moz-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    /* line 822, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a::before {
      right: 12px; }
    /* line 826, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a::after {
      right: 7px; }
    /* line 830, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a.selected::before, .sales-crowd-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    /* line 834, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    /* line 838, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

  /* line 843, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-secondary-nav > .has-children > a::before, .sales-crowd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  /* line 848, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-primary-nav .go-back a {
    padding-left: 20px; }
    /* line 851, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-primary-nav .go-back a::before, .sales-crowd-primary-nav .go-back a::after {
      left: 1px; }
 }

/* line 857, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  /* line 870, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search form {
    height: 100%;
    width: 100%; }
  /* line 875, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e3e0db, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    /* line 4, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/css3/placeholder */
    .sales-crowd-search input::-webkit-input-placeholder {
      color: #cdc7be; }
    /* line 4, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/css3/placeholder */
    .sales-crowd-search input::-moz-placeholder {
      color: #cdc7be; }
    /* line 4, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/css3/placeholder */
    .sales-crowd-search input:-moz-placeholder {
      color: #cdc7be; }
    /* line 4, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/css3/placeholder */
    .sales-crowd-search input:-ms-input-placeholder {
      color: #cdc7be; }
    /* line 889, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-search input:focus {
      outline: none;
      box-shadow: none !important; }
  /* line 895, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  /* line 903, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .nav-is-fixed .sales-crowd-search {
    position: fixed; }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-search {
      height: 120px;
      top: 80px; }
      /* line 911, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
      .sales-crowd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300; } }

/* line 923, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.sales-crowd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(228, 134, 72, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  /* line 938, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .sales-crowd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (max-width: 1169px) {
    /* line 945, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-overlay.is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }

    /* line 948, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .nav-on-left .sales-crowd-overlay.is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); }

    /* line 951, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
    .sales-crowd-overlay.is-visible.search-is-visible, .nav-on-left .sales-crowd-overlay.is-visible.search-is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
 }

/* -------------------------------- 

support for no js 

-------------------------------- */
/* line 963, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.no-js .sales-crowd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

/* line 972, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
.no-js .sales-crowd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1170px) {
  /* line 980, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .no-js .sales-crowd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  /* line 990, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/header */
  .no-js .nav-is-fixed .sales-crowd-primary-nav {
    position: relative; }
 }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
.footer {
  background: #574C41;
  padding: 3em 1.618em;
  width: 100%;
  float: left;
  clear: both; }
  /* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    /* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
    .footer .footer-logo img {
      height: 3em; }
  /* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer .footer-links {
    margin-bottom: 1.5em; }
    /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
    .footer .footer-links::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 40em) {
      .footer .footer-links {
        margin-left: 25.58941%; } }
  /* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer ul {
    margin-bottom: 3em; }
    @media screen and (min-width: 40em) {
      .footer ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/span-columns */
        .footer ul:last-child {
          margin-right: 0; }
        /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .footer ul:nth-child(3n) {
          margin-right: 0; }
        /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/neat/grid/omega */
        .footer ul:nth-child(3n+1) {
          clear: left; }
        /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
        .footer ul::after {
          clear: both;
          content: "";
          display: table; } }
  /* line 35, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer li {
    text-align: center; }
    @media screen and (min-width: 40em) {
      .footer li {
        text-align: left; } }
  /* line 43, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer li a {
    color: #e48648; }
    /* line 47, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
    .footer li a:focus, .footer li a:hover {
      color: white; }
  /* line 52, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer li h3 {
    color: white;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0.4em; }
  /* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer hr {
    border: 1px solid rgba(221, 221, 221, 0.7);
    margin: 0 auto 1.5em;
    width: 12em; }
  /* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer p {
    color: #DDD;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }
  /* line 73, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
  .footer .salescrowd-icon {
    margin: 0 auto 2em auto;
    color: #fff;
    position: relative;
    background: #e48648;
    border-radius: 100%;
    width: 4.2em;
    display: block;
    height: 4.2em;
    text-align: center; }
    /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/footer */
    .footer .salescrowd-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      font-size: 2em;
      padding-top: 8px; }

/* line 3, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
.blog .sales-crowd-promo {
  max-height: 600px; }

/* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
.gallery-cell {
  width: 100%;
  overflow: hidden;
  max-height: 600px; }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
.gallery:after {
  content: ''; }
  @media only screen and (min-width: 768px) {
    /* line 19, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .gallery:after .gallery:after {
      content: 'flickity';
      display: none; }
 }
  @media only screen and (min-width: 1170px) {
    /* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .gallery:after .gallery:after {
      content: 'flickity';
      display: none; }
 }

/* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
.sales-crowd-promo {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  padding: 4em 1em;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-promo {
      padding: 4em; } }
  /* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo.no-nav {
    padding: 3em 1em; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo.no-nav {
        padding: 3em; } }
  /* line 49, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo.admin-pages {
    text-align: right;
    padding-top: 0.75em; }
  /* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo.text-promo-center {
    position: relative;
    padding-bottom: 140px; }
    /* line 55, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .sales-crowd-promo.text-promo-center .text-wrap {
      position: relative;
      z-index: 1; }
    /* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .sales-crowd-promo.text-promo-center button, .sales-crowd-promo.text-promo-center .button {
      text-align: center; }
      @media only screen and (min-width: 480px) {
        .sales-crowd-promo.text-promo-center button, .sales-crowd-promo.text-promo-center .button {
          float: none;
          width: 100%;
          margin: 0 auto;
          text-align: center; } }
      @media only screen and (min-width: 768px) {
        .sales-crowd-promo.text-promo-center button, .sales-crowd-promo.text-promo-center .button {
          float: none;
          width: 50%;
          text-align: center; } }
      @media only screen and (min-width: 1170px) {
        .sales-crowd-promo.text-promo-center button, .sales-crowd-promo.text-promo-center .button {
          float: none;
          width: 30%;
          margin: 1em auto; } }
    /* line 80, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .sales-crowd-promo.text-promo-center .promo-label {
      margin: 0em auto 1em auto;
      width: 100%;
      background: transparent; }
    /* line 85, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .sales-crowd-promo.text-promo-center img {
      position: relative;
      bottom: -60px;
      z-index: 0;
      display: block;
      margin-top: -40px; }
      @media only screen and (min-width: 768px) {
        .sales-crowd-promo.text-promo-center img {
          position: absolute;
          bottom: -140px;
          z-index: 0; } }
  /* line 98, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo.video {
    padding: 0em;
    overflow: hidden;
    width: 100vm;
    background: #fff;
    height: auto;
    max-height: 600px;
    z-index: 2; }
  /* line 107, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo img {
    display: none;
    position: absolute;
    bottom: -70px;
    z-index: 0; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo img {
        display: block; } }
  /* line 116, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo img.promo-image {
    display: block;
    position: relative;
    bottom: 0;
    z-index: 10; }
    /* line 121, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
    .sales-crowd-promo img.promo-image.center {
      margin: 0 auto; }
  /* line 125, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo .promo-text-right {
    padding-bottom: 100px;
    float: right; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo .promo-text-right {
        text-align: right;
        position: relative;
        z-index: 1;
        top: 0;
        right: 0;
        width: 60%; } }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-promo .promo-text-right {
        width: 55%; } }
    /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
    .sales-crowd-promo .promo-text-right::after {
      clear: both;
      content: "";
      display: table; }
  /* line 141, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo .promo-label {
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.3);
    width: auto;
    float: none;
    font-size: 1.1em;
    font-weight: 900;
    margin: 0.5em 0 1em 0; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo .promo-label {
        float: right;
        font-size: 1.1em; } }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-promo .promo-label {
        float: right;
        font-size: 1.3em; } }
  /* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo button, .sales-crowd-promo .button {
    margin-right: 0px;
    clear: both;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .sales-crowd-promo button, .sales-crowd-promo .button {
        float: right;
        width: 70%; } }
    @media only screen and (min-width: 1170px) {
      .sales-crowd-promo button, .sales-crowd-promo .button {
        float: right;
        width: 50%; } }
  /* line 172, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/promo */
  .sales-crowd-promo .video-overlay {
    background: #000;
    opacity: 0.5;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 76, 65, 0.9);
  z-index: 900;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s; }
  /* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0; }
    /* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-user-modal.is-visible .sales-crowd-user-modal-container {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  /* line 26, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-user-modal .login-smiley {
    margin: 1em auto -2em auto;
    text-align: center; }
    /* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-user-modal .login-smiley i {
      font-size: 5em; }

/* line 35, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .sales-crowd-user-modal-container .sales-crowd-switcher::after {
    clear: both;
    content: "";
    display: table; }
  /* line 51, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-user-modal-container .sales-crowd-switcher li {
    width: 50%;
    float: left;
    text-align: center; }
    /* line 55, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-user-modal-container .sales-crowd-switcher li:first-child a {
      border-radius: 0.25em 0 0 0; }
    /* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-user-modal-container .sales-crowd-switcher li:last-child a {
      border-radius: 0 0.25em 0 0; }
  /* line 64, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-user-modal-container .sales-crowd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e3e0db;
    color: #e48648; }
    /* line 72, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-user-modal-container .sales-crowd-switcher a.selected {
      background: #FFF;
      color: #574C41; }
  @media only screen and (min-width: 480px) {
    .sales-crowd-user-modal-container {
      margin: 4em auto; }
      /* line 82, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .sales-crowd-user-modal-container .sales-crowd-switcher a {
        height: 70px;
        line-height: 70px; } }

/* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-form {
  padding: 1.4em; }
  /* line 92, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form .fieldset {
    position: relative;
    margin: 1.4em 0; }
    /* line 96, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form .fieldset:first-child {
      margin-top: 0; }
    /* line 100, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form .fieldset:last-child {
      margin-bottom: 0; }
  /* line 105, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form label {
    font-size: 0.9em; }
  /* line 109, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form input {
    margin: 2em 0;
    padding: 0;
    border-radius: 0.25em; }
    /* line 113, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input.full-width {
      width: 100%; }
    /* line 117, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input.has-padding {
      padding: 12px 20px 12px 20px;
      margin: 1em 0; }
    /* line 122, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input.has-border {
      border: 1px solid #e3e0db;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      /* line 126, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .sales-crowd-form input.has-border:focus {
        border-color: #574C41;
        box-shadow: 0 0 5px rgba(87, 76, 65, 0.1);
        outline: none; }
    /* line 133, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input.has-error {
      border: 2px solid #E36B6B; }
    /* line 137, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input[type=password] {
      /* space left for the HIDE button */
      padding-right: 15px; }
    /* line 142, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form input[type=submit] {
      padding: 16px 0;
      cursor: pointer;
      background: #e48648;
      color: #FFF;
      font-weight: bold;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      /* line 151, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .no-touch .sales-crowd-form input[type=submit]:hover, .no-touch .sales-crowd-form input[type=submit]:focus {
        background: #e7955e;
        outline: none; }
  /* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #e3e0db;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #574C41; }
  /* line 169, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form .sales-crowd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(227, 107, 107, 0.9);
    padding: 0.8em;
    z-index: 2;
    color: #FFF;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s; }
    /* line 188, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form .sales-crowd-error-message::after {
      /* triangle */
      content: '';
      position: absolute;
      left: 22px;
      bottom: 100%;
      height: 0;
      width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid rgba(227, 107, 107, 0.9); }
    /* line 197, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
    .sales-crowd-form .sales-crowd-error-message.is-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.2s 0, visibility 0 0;
      -moz-transition: opacity 0.2s 0, visibility 0 0;
      transition: opacity 0.2s 0, visibility 0 0; }
  @media only screen and (min-width: 480px) {
    .sales-crowd-form {
      padding: 2em; }
      /* line 208, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .sales-crowd-form .fieldset {
        margin: 2em 0; }
        /* line 211, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
        .sales-crowd-form .fieldset:first-child {
          margin-top: 0; }
        /* line 215, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
        .sales-crowd-form .fieldset:last-child {
          margin-bottom: 0; }
      /* line 220, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .sales-crowd-form input.has-padding {
        padding: 16px 20px 16px 20px; }
      /* line 224, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
      .sales-crowd-form input[type=submit] {
        padding: 16px 0; } }

/* line 230, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-form-message {
  padding: 1.4em 1.4em 0;
  line-height: 1.4;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .sales-crowd-form-message {
      padding: 2em 2em 0; } }

/* line 239, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center; }
  /* line 244, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
  .sales-crowd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline; }

/* line 250, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
.sales-crowd-close-form {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-close-form {
      display: none; } }

/* line 266, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
#sales-crowd-login, #sales-crowd-signup, #sales-crowd-reset-password {
  display: none; }

/* line 270, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/login */
#sales-crowd-login.is-selected, #sales-crowd-signup.is-selected, #sales-crowd-reset-password.is-selected {
  display: block; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
.sales-crowd-blog .placeholder {
  margin-bottom: 0; }
/* line 5, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
.sales-crowd-blog article {
  width: 100%;
  min-height: 200px;
  margin-bottom: 2em; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-blog article {
      margin-bottom: 2em; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-blog article {
      margin-bottom: 2em; } }
  /* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article img.article-grid-image {
    margin: 0;
    float: left; }
  /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article .article-content {
    background: #f1f0ec;
    color: #574C41;
    padding: 1.5em 1.5em;
    margin: 0; }
    /* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-content strong {
      font-weight: 900; }
    /* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-content p:last-child {
      margin-bottom: 0; }
  /* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article .article-type {
    font-size: 0.8em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 1em;
    font-weight: 900; }
  /* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article .byline-gradient {
    height: 70px;
    top: -70px;
    left: 0px;
    width: 100%;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 49%, rgba(0, 0, 0, 0.42) 79%, rgba(0, 0, 0, 0.57) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0.26)), color-stop(79%, rgba(0, 0, 0, 0.42)), color-stop(100%, rgba(0, 0, 0, 0.57)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 49%, rgba(0, 0, 0, 0.42) 79%, rgba(0, 0, 0, 0.57) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 49%, rgba(0, 0, 0, 0.42) 79%, rgba(0, 0, 0, 0.57) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 49%, rgba(0, 0, 0, 0.42) 79%, rgba(0, 0, 0, 0.57) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 49%, rgba(0, 0, 0, 0.42) 79%, rgba(0, 0, 0, 0.57) 100%);
    filter: none; }
  /* line 55, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article .article-byline {
    height: 50px;
    position: absolute;
    left: 1.5em;
    top: -25px;
    width: 100%; }
    /* line 61, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-byline .author-image {
      border-radius: 100%;
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 0.5em; }
    /* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-byline p.author-name {
      color: #fff;
      font-size: 0.6em;
      padding: 0.75em 0 0.15em 0;
      text-shadow: 1px 1px 0px #000;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 2px; }
      @media only screen and (min-width: 768px) {
        .sales-crowd-blog article .article-byline p.author-name {
          font-size: 0.8em;
          padding: 0.15em 0 0.15em 0; } }
      @media only screen and (min-width: 1170px) {
        .sales-crowd-blog article .article-byline p.author-name {
          font-size: 0.8em;
          padding: 0.15em 0 0.15em 0; } }
    /* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-byline p.article-dateline {
      color: #fff;
      font-size: 0.6em;
      text-shadow: 1px 1px 0px #000;
      padding: 0.65em 0 0.15em 0;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 2px;
      font-style: italic; }
      @media only screen and (min-width: 768px) {
        .sales-crowd-blog article .article-byline p.article-dateline {
          font-size: 0.8em;
          padding: 0.25em 0 0.15em 0; } }
      @media only screen and (min-width: 1170px) {
        .sales-crowd-blog article .article-byline p.article-dateline {
          font-size: 0.8em;
          padding: 0.25em 0 0.15em 0; } }
  /* line 108, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article .article-title {
    padding: 2.5em 1.5em 1em 1.5em;
    background: #574C41;
    position: relative;
    color: #fff;
    font-weight: 900;
    margin: 0;
    clear: both; }
    /* line 116, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
    .sales-crowd-blog article .article-title h4 {
      font-size: 1.4em;
      line-height: 1.2em;
      font-weight: 900;
      text-transform: capitalize;
      margin-bottom: 0; }
      @media only screen and (min-width: 1170px) {
        .sales-crowd-blog article .article-title h4 {
          font-size: 2em; } }
  /* line 130, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.google .article-title, .sales-crowd-blog article.google .article-type {
    background: #E36B6B;
    color: #fff; }
  /* line 136, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.facebook .article-title, .sales-crowd-blog article.facebook .article-type {
    background: #5a85b1;
    color: #fff; }
  /* line 142, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.twitter .article-title, .sales-crowd-blog article.twitter .article-type {
    background: #82c1cc;
    color: #fff; }
  /* line 148, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.snapchat .article-title, .sales-crowd-blog article.snapchat .article-type {
    background: #e8e77f;
    color: #38371E; }
  /* line 152, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.snapchat .alternative-style {
    background: #e8e77f;
    color: #574C41; }
  /* line 157, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.snapchat .article-type {
    margin-bottom: -2em !important; }
  /* line 161, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.snapchat .article-title {
    padding-top: 0; }
  /* line 166, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article.tumblr .article-title, .sales-crowd-blog article.tumblr .article-type {
    background: #576fb1;
    color: #fff; }
  /* line 171, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/grid */
  .sales-crowd-blog article a.article-readmore {
    margin: 0;
    text-align: left; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
.sidebar-content {
  background: #f1f0ec;
  padding: 1.5em;
  margin-bottom: 2em;
  display: block;
  clear: both; }
  /* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
  .sidebar-content .sidebar-nav {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em; }
    /* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
    .sidebar-content .sidebar-nav a {
      text-decoration: none;
      color: #574C41;
      font-size: 0.8em;
      text-transform: uppercase;
      letter-spacing: 2px; }
    /* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
    .sidebar-content .sidebar-nav li {
      border-bottom: 1px #e3e0db dotted; }
      /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
      .sidebar-content .sidebar-nav li > a {
        display: block;
        padding: 0.5em 0; }
        /* line 24, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
        .sidebar-content .sidebar-nav li > a:focus, .sidebar-content .sidebar-nav li > a:hover {
          color: #e48648; }
      /* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
      .sidebar-content .sidebar-nav li:focus, .sidebar-content .sidebar-nav li:hover {
        border-bottom: 1px #e3e0db dotted; }
    /* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
    .sidebar-content .sidebar-nav ul.sidebar-nav-submenu {
      display: none;
      padding-left: 1em; }
      /* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
      .sidebar-content .sidebar-nav ul.sidebar-nav-submenu li:last-child {
        border: none; }
    /* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
    .sidebar-content .sidebar-nav .is-expanded {
      display: block;
      padding-bottom: 0; }

/* line 46, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
.sidebar-ad {
  margin-bottom: 2em;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 54, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
  .sidebar-ad .flyin {
    position: absolute;
    left: 0;
    top: 0; }
  /* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
  .sidebar-ad a, .sidebar-ad img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
  /* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
  .sidebar-ad .ad-content {
    padding: 1em 2em;
    margin: 0;
    clear: both; }
    /* line 69, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
    .sidebar-ad .ad-content p {
      text-align: center;
      font-weight: 900;
      font-size: 1.1em;
      margin: 0; }
  /* line 76, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
  .sidebar-ad .button {
    margin: 0; }

/* line 81, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/sidebar */
.sales-crowd-blog .sidebar-content {
  padding: 1.5em; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/images */
figure {
  margin: 1em 0; }
  /* line 3, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/images */
  figure figcaption {
    font-style: italic; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
.signup-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f1f0ec;
  height: auto;
  margin: 0; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .signup-wrapper .content {
    background: #f1f0ec; }
    /* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .signup-wrapper .content img {
      margin-bottom: 1.5em; }

/* line 17, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
.modal {
  font-size: 1em; }
  /* line 19, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal h1 {
    margin: 0; }
  /* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal button, .modal .button {
    font-size: 1.1em;
    letter-spacing: 2px;
    font-weight: 900; }
    @media only screen and (min-width: 768px) {
      .modal button, .modal .button {
        font-size: 1.4em; } }
    @media only screen and (min-width: 1170px) {
      .modal button, .modal .button {
        font-size: 1.4em; } }
  /* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal p {
    color: #333;
    line-height: 1.5; }
  /* line 37, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal label {
    cursor: pointer;
    margin-bottom: 0; }
  /* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal label img {
    border-radius: 300px/2;
    display: block;
    max-width: 300px; }
  /* line 46, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-state {
    display: none; }
  /* line 50, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-open {
    overflow: hidden; }
  /* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-window {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.6em;
    text-align: left;
    visibility: hidden;
    z-index: 99999999999; }
    @media only screen and (min-width: 1170px) {
      .modal .modal-window {
        padding-top: 10em; } }
    /* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-window .modal-bg {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      cursor: pointer; }
  /* line 70, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 1.5em;
    width: 1.5em;
    background: #fff;
    cursor: pointer; }
    /* line 76, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-close:after, .modal .modal-close:before {
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 0;
      left: 50%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 1.5em;
      width: 0.15em;
      background: #DDD;
      content: '';
      display: block;
      margin: -3px 0 0 -1px; }
    /* line 86, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-close:hover:after, .modal .modal-close:hover:before {
      background: #c4c4c4; }
    /* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-close:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  /* line 93, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-inner {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    background: #fff;
    border-radius: 3px;
    margin-top: 0;
    margin: auto;
    max-height: 100%;
    overflow: hidden;
    padding: 1.5em;
    position: relative;
    width: 95%; }
    @media only screen and (min-width: 768px) {
      .modal .modal-inner {
        max-height: 95%;
        padding: 2em;
        width: 60%; } }
    @media only screen and (min-width: 1170px) {
      .modal .modal-inner {
        width: 50%;
        padding: 2em; } }
    /* line 113, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-inner input[type="email"], .modal .modal-inner input[type="text"] {
      margin: 1em 0;
      display: block;
      width: 100%;
      clear: both;
      border: 2px #DDD solid;
      padding: 0.5em 1em;
      font-size: 1.1em; }
      @media only screen and (min-width: 768px) {
        .modal .modal-inner input[type="email"], .modal .modal-inner input[type="text"] {
          padding: 1em 2em;
          font-size: 1.3em; } }
      @media only screen and (min-width: 1170px) {
        .modal .modal-inner input[type="email"], .modal .modal-inner input[type="text"] {
          padding: 1em 2em;
          font-size: 1.3em; } }
    /* line 130, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-inner h1 {
      margin-bottom: 0.6em;
      text-transform: capitalize; }
    /* line 134, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-inner .modal-intro {
      font-weight: 800; }
    @media only screen and (min-width: 768px) {
      .modal .modal-inner .modal-content {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em; } }
    /* line 142, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .modal .modal-inner a.cta {
      color: white;
      display: inline-block;
      margin-right: 0.5em;
      margin-top: 1em;
      font-size: 1em; }
      /* line 148, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
      .modal .modal-inner a.cta:last-child {
        padding: 0 2em; }
  /* line 153, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-state:checked + .modal-window {
    opacity: 1;
    visibility: visible; }
  /* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .modal .modal-state:checked + .modal-window .modal-inner {
    top: 0.5em; }

/* line 164, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
.email-signup-outer-wrapper {
  width: 100%;
  background: #e3e0db;
  position: relative; }
  /* line 168, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .email-signup-outer-wrapper .email-signup-wrapper {
    height: 60px;
    background: #e3e0db;
    width: 100%;
    display: block; }
    /* line 174, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .email-signup-outer-wrapper .email-signup-wrapper .email-signup-field input {
      background: #f7f7f7;
      border: 0;
      box-shadow: none;
      height: 60px;
      border-radius: 0;
      padding-left: 2em;
      padding-right: 2em; }
    /* line 185, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .email-signup-outer-wrapper .email-signup-wrapper .email-signup-submit input {
      width: 100%;
      height: 60px;
      line-height: 100%;
      margin: 0;
      border-radius: 0;
      float: left;
      display: block;
      font-size: 0.8em; }
      @media only screen and (min-width: 768px) {
        .email-signup-outer-wrapper .email-signup-wrapper .email-signup-submit input {
          font-size: 1em; } }
  /* line 200, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .email-signup-outer-wrapper ul.parsley-errors-list {
    position: absolute;
    z-index: 100;
    top: -2em; }
    /* line 204, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
    .email-signup-outer-wrapper ul.parsley-errors-list li {
      background: #E36B6B;
      border-radius: 0;
      padding: 0.5em 1em;
      line-height: 1.2em;
      color: #fff; }

/* line 215, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
ul.parsley-errors-list li {
  background: #E36B6B;
  border-radius: 3px;
  padding: 0.5em 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #fff;
  list-style: none; }

/* line 227, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
.sales-crowd-user-modal-container ul.parsley-errors-list {
  z-index: 2;
  margin: 0;
  padding: 0; }
  /* line 231, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/signup */
  .sales-crowd-user-modal-container ul.parsley-errors-list li {
    border-radius: 3px;
    background: #E36B6B;
    padding: 0.5em 1em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 5, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animated.delay {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

/* line 12, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes pulse {
  /* line 14, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    -webkit-transform: scale(1); }

  /* line 14, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  50% {
    -webkit-transform: scale(1.1); }

  /* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  /* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    -moz-transform: scale(1); }

  /* line 19, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  50% {
    -moz-transform: scale(1.4); }

  /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  /* line 23, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    -o-transform: scale(1); }

  /* line 24, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  50% {
    -o-transform: scale(1.4); }

  /* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  /* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    transform: scale(1); }

  /* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  50% {
    transform: scale(1.4); }

  /* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    transform: scale(1); } }

/* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@keyframes fadeInLeftBig {
  /* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  /* line 45, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1;
    transform: none; } }

/* line 51, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInDownBig {
  /* line 56, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  /* line 60, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1;
    transform: none; } }

/* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.fadeInDownBig {
  animation-name: fadeInDownBig; }

/* line 70, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 79, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.no-js .animsition {
  opacity: 1; }

/* line 82, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 94, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading"; }

/* line 104, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

@-webkit-keyframes fade-in {
  /* line 112, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0; }

  /* line 115, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  /* line 120, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0; }

  /* line 123, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1; } }

@keyframes fade-in {
  /* line 128, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0; }

  /* line 131, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1; } }

/* line 135, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  /* line 141, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 1; }

  /* line 144, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 0; } }

@-o-keyframes fade-out {
  /* line 149, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 1; }

  /* line 152, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 0; } }

@keyframes fade-out {
  /* line 157, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 1; }

  /* line 160, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 0; } }

/* line 164, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  /* line 170, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px); }

  /* line 175, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/animate */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
.pagination-wrapper {
  text-align: center; }

/* line 5, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
.pagination {
  text-align: center; }
  /* line 6, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
  .pagination ul {
    margin: 0;
    padding: 0; }
  /* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
  .pagination li {
    list-style: none; }
  /* line 13, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
  .pagination a {
    text-decoration: none; }
  /* line 17, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
  .pagination ul {
    display: inline;
    text-align: center; }
    /* line 20, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
    .pagination ul li {
      display: inline; }
    /* line 23, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
    .pagination ul ul li {
      display: none; }
      /* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
      @media screen and (min-width: 53.75em) {
        .pagination ul ul li {
          display: inline; } }
    /* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
    .pagination ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #f1f0ec;
      border-radius: 3px;
      border: #e3e0db;
      color: #574C41;
      outline: none;
      padding: 0.375em 0.809em; }
      /* line 48, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
      .pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a.page-prev:hover, .pagination ul li a.page-next:hover, .pagination ul li a.page-prev:focus, .pagination ul li a.page-next:focus {
        background: #e48648;
        color: #fff; }
      /* line 52, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
      .pagination ul li a.page-prev, .pagination ul li a.page-next {
        background: #574C41;
        color: #fff; }
      /* line 56, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/pagination */
      .pagination ul li a:active {
        background: #e48648;
        color: #fff; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
.bullets-wrapper {
  background: #f1f0ec;
  padding: 2em 0;
  width: 100%; }

/* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
.bullets-inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em; }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .bullets-inner::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 768px) {
    .bullets-inner {
      padding: 0.75em 2em; } }
  @media only screen and (min-width: 1170px) {
    .bullets-inner {
      padding: 0.75em 3em; } }

/* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
.bullets {
  margin: 1em 0;
  overflow: auto;
  padding: 0; }
  /* line 19, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets i {
    color: #fff;
    line-height: 0.5em;
    position: relative;
    top: -3px;
    left: -2px;
    text-align: center; }
  /* line 30, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets .bullet-icon {
    border-radius: 50%;
    text-align: center;
    width: 100%;
    padding: 1em 0;
    margin: 0 auto;
    height: 3.5em;
    padding: 0.875em;
    width: 3.5em; }
  /* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets .bullet-icon-1 {
    background: #e48648; }
  /* line 45, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets .bullet-icon-2 {
    background: #5a85b1; }
  /* line 49, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets .bullet-icon-3 {
    background: #E36B6B; }
  /* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bullets */
  .bullets .bullet-content {
    margin-bottom: 2em; }

@font-face {
  font-family: "sosocial";
  src: url("../fonts/sosocial.eot");
  src: url("../fonts/sosocial.eot?#iefix") format("embedded-opentype"), url("../fonts/sosocial.woff") format("woff"), url("../fonts/sosocial.ttf") format("truetype"), url("../fonts/sosocial.svg#sosocial") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
[data-icon]:before {
  font-family: "sosocial" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 29, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
[class^="salescrowd-icon-"]:before, [class*=" salescrowd-icon-"]:before {
  font-family: "sosocial" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 41, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
i {
  display: inline-block; }

/* line 44, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.icon {
  position: relative;
  top: 2px;
  font-size: 1em; }

/* line 49, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.icon-large {
  font-size: 2em; }

/* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-arrow-down:before {
  content: "a"; }

/* line 56, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-arrow-left:before {
  content: "b"; }

/* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-arrow-right:before {
  content: "c"; }

/* line 62, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-arrow-up:before {
  content: "d"; }

/* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-close:before {
  content: "e"; }

/* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-youtube-alt:before {
  content: "f"; }

/* line 71, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-google:before {
  content: "g"; }

/* line 74, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-facebook:before {
  content: "h"; }

/* line 77, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-twitter-alt:before {
  content: "i"; }

/* line 80, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-tumblr:before {
  content: "j"; }

/* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-vimeo:before {
  content: "k"; }

/* line 86, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-linkedin:before {
  content: "l"; }

/* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-path:before {
  content: "m"; }

/* line 92, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-youtube:before {
  content: "n"; }

/* line 95, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-whatsapp:before {
  content: "o"; }

/* line 98, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-heart:before {
  content: "q"; }

/* line 101, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-gift:before {
  content: "r"; }

/* line 104, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-dislike:before {
  content: "t"; }

/* line 107, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-like:before {
  content: "u"; }

/* line 110, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-camera:before {
  content: "s"; }

/* line 113, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-tag:before {
  content: "v"; }

/* line 116, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-dashboard:before {
  content: "w"; }

/* line 119, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-lock:before {
  content: "x"; }

/* line 122, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-unlock:before {
  content: "y"; }

/* line 125, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-user:before {
  content: "z"; }

/* line 128, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-chat:before {
  content: "A"; }

/* line 131, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-talk:before {
  content: "B"; }

/* line 134, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-salescrowd-smiley:before {
  content: "C"; }

/* line 137, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-salescrowd-smiley-logo:before {
  content: "p"; }

/* line 140, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-cloud-download:before {
  content: "D"; }

/* line 143, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-cloud-upload:before {
  content: "E"; }

/* line 146, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-check-square:before {
  content: "G"; }

/* line 149, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-check-mark-box:before {
  content: "F"; }

/* line 152, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-check-mark:before {
  content: "H"; }

/* line 155, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-amazon:before {
  content: "I"; }

/* line 158, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-creative-commons:before {
  content: "J"; }

/* line 161, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-prize-award:before {
  content: "K"; }

/* line 164, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-flash:before {
  content: "L"; }

/* line 167, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-bookmark:before {
  content: "M"; }

/* line 170, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-clock:before {
  content: "N"; }

/* line 173, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-smile:before {
  content: "O"; }

/* line 176, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-smile-frown:before {
  content: "P"; }

/* line 179, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/icons */
.salescrowd-icon-smile-meh:before {
  content: "Q"; }

/* line 1, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/tooltips */
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px; }

/* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/tooltips */
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

/* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/tooltips */
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto; }

/* line 33, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/tooltips */
#tooltip.left:after {
  left: 10px;
  margin: 0; }

/* line 39, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/tooltips */
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
.progress-bar {
  background-color: #f1f0ec;
  border-radius: 3px;
  height: 2em;
  margin: 2em auto;
  padding: 0;
  width: 100%;
  position: relative; }
  /* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  .progress-bar > span.meter {
    -webkit-animation: progress 0.7s linear infinite;
    -moz-animation: progress 0.7s linear infinite;
    animation: progress 0.7s linear infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5a85b1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
    background-size: 40px 40px;
    background-repeat: repeat-x;
    border-radius: 3px;
    display: block;
    height: 100%;
    width: 50%; }
  /* line 27, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  .progress-bar p {
    line-height: 0.8em;
    width: 100%;
    height: 0.8em;
    font-size: 0.8em;
    float: left;
    margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: center;
    z-index: 100;
    top: 0px; }

@-webkit-keyframes progress {
  /* line 44, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  0% {
    background-position: 0px 0px; }

  /* line 47, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  100% {
    background-position: 40px 0px; } }

@-moz-keyframes progress {
  /* line 53, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  0% {
    background-position: 0px 0px; }

  /* line 56, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  100% {
    background-position: 40px 0px; } }

@-ms-keyframes progress {
  /* line 62, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  0% {
    background-position: 0px 0px; }

  /* line 65, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  100% {
    background-position: 40px 0px; } }

@-o-keyframes progress {
  /* line 71, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  0% {
    background-position: 0px 0px; }

  /* line 74, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  100% {
    background-position: 40px 0px; } }

@keyframes progress {
  /* line 80, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  0% {
    background-position: 0px 0px; }

  /* line 83, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/progress_bars */
  100% {
    background-position: 40px 0px; } }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer {
  height: 2.5em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 1em 0 0 0;
  background: #574C41;
  border-radius: 3px; }

/* line 11, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto; }

/* line 15, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer > div {
  position: absolute; }

/* line 18, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playpause {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }

/* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

/* line 32, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playpause:hover, .audioplayer-playpause:focus {
  background-color: #e48648;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 36, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playpause a {
  display: block; }

/* line 39, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; }

/* line 51, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; }

/* line 60, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0; }

/* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

/* line 71, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

/* line 74, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-time {
  width: 4.375em;
  height: 100%;
  line-height: 2.375em;
  text-align: center;
  z-index: 2;
  top: 0; }

/* line 82, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em; }

/* line 87, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em; }

/* line 92, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

/* line 96, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-bar {
  height: 0.875em;
  background-color: #e48648;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  left: 6.875em;
  margin-top: -0.438em; }

/* line 106, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; }

/* line 109, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/* line 116, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-bar-loaded {
  background-color: #312b25;
  z-index: 1; }

/* line 120, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-bar-played {
  background: #e48648;
  z-index: 2; }

/* line 124, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

/* line 135, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume:hover, .audioplayer-volume:focus {
  background-color: #574C41; }

/* line 138, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

/* line 142, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-button a {
  width: 0.313em;
  height: 0.375em;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%; }

/* line 153, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

/* line 157, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; }

/* line 168, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  width: 0.313em;
  height: 0.313em;
  border: 0.25em double #fff;
  border-width: 0.25em 0.25em 0 0;
  left: 0.563em;
  top: -0.063em;
  -webkit-border-radius: 0 0.938em 0 0;
  -moz-border-radius: 0 0.938em 0 0;
  border-radius: 0 0.938em 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 184, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-adjust {
  height: 6.25em;
  cursor: default;
  position: absolute;
  left: 0;
  right: 0px;
  top: -9999px;
  background: #574C41;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/* line 199, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

/* line 202, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

/* line 206, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #574C41;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

/* line 215, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e48648; }

/* line 224, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-novolume .audioplayer-volume {
  display: none; }

/* line 229, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 236, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/audio */
.audioplayer *, .audioplayer *:before, .audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease; }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 5, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
*::after, *::before {
  content: ''; }

/* line 8, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  /* line 9, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/bourbon/addons/clearfix */
  .sales-crowd-faq::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-faq {
      position: relative;
      margin: 0em auto;
      box-shadow: none; } }

/* line 21, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 4em;
  line-height: 4em;
  padding: 0 1em 0 1em;
  background-color: #e3e0db;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #574C41;
  white-space: nowrap;
  border-bottom: 1px solid #eae7e4;
  text-overflow: ellipsis; }
  /* line 35, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-faq-categories a::before, .sales-crowd-faq-categories a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: white; }
  /* line 44, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-faq-categories a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
/* line 48, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-categories li:last-child a {
  border-bottom: none; }
@media only screen and (min-width: 768px) {
  .sales-crowd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
    /* line 55, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-categories a {
      font-weight: 600;
      padding-left: 2em;
      padding: 0 2em;
      -webkit-transition: background 0.2s, padding 0.2s;
      -moz-transition: background 0.2s, padding 0.2s;
      transition: background 0.2s, padding 0.2s; }
      /* line 60, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-categories a::before, .sales-crowd-faq-categories a::after {
        display: none; }
      /* line 63, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .no-touch .sales-crowd-faq-categories a:hover {
        background: #eae7e4; }
    /* line 67, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .no-js .sales-crowd-faq-categories {
      width: 100%;
      margin-bottom: 2em; } }
@media only screen and (min-width: 1170px) {
  .sales-crowd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2; }
    /* line 78, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-categories a::before {
      display: block;
      top: 0;
      right: auto;
      left: 0;
      height: 100%;
      width: 3px;
      background-color: #e48648;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    /* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-categories .selected {
      background: #d8d4cd !important; }
      /* line 92, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-categories .selected::before {
        opacity: 1; }
    /* line 96, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-categories.is-fixed {
      position: fixed; }
    /* line 99, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .no-js .sales-crowd-faq-categories {
      position: relative; } }

/* line 105, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-items {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  /* line 122, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%); }
  /* line 125, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .no-js .sales-crowd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  @media only screen and (min-width: 768px) {
    .sales-crowd-faq-items {
      position: static;
      height: auto;
      width: 78%;
      float: right;
      overflow: visible;
      -webkit-transform: translateZ(0) translateX(0);
      -moz-transform: translateZ(0) translateX(0);
      -ms-transform: translateZ(0) translateX(0);
      -o-transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0);
      padding: 0;
      background: transparent; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-faq-items {
      float: none;
      width: 100%;
      padding-left: 220px; }
      /* line 145, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .no-js .sales-crowd-faq-items {
        padding-left: 0; } }

/* line 151, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-group > li {
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-faq-group > li {
      background: #f1f0ec; } }
  @media only screen and (min-width: 1170px) {
    .sales-crowd-faq-group > li {
      background: #f1f0ec; } }

/* line 161, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s; }
  /* line 176, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-close-panel::before, .sales-crowd-close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #f1f0ec; }
  /* line 186, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 189, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 192, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-close-panel.move-left {
    right: 2%; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-close-panel {
      display: none; } }

/* line 200, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-group {
  display: none; }
  /* line 202, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-faq-group.selected {
    display: block; }
  /* line 205, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .sales-crowd-faq-group .sales-crowd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0; }
    /* line 209, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .no-touch .sales-crowd-faq-group .sales-crowd-faq-title:hover {
      box-shadow: none; }
    /* line 212, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-group .sales-crowd-faq-title h2 {
      text-transform: uppercase;
      font-weight: 700;
      color: #574C41; }
  /* line 218, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
  .no-js .sales-crowd-faq-group {
    display: block; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-faq-group {
      display: block; }
      /* line 223, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-group > li {
        background: #fff;
        list-style: none;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        -webkit-transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s; }
        /* line 229, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
        .no-touch .sales-crowd-faq-group > li:hover {
          box-shadow: 0 1px 10px rgba(241, 240, 236, 0.3); }
      /* line 233, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-group .sales-crowd-faq-title {
        margin: 2em 0 1em; }
      /* line 236, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-group:first-child .sales-crowd-faq-title {
        margin-top: 0; } }

/* line 242, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 0.4em;
  background: #fff;
  line-height: 1.2;
  color: #574C41;
  border: 0; }
  @media only screen and (min-width: 768px) {
    .sales-crowd-faq-trigger {
      font-size: 1.3em;
      font-weight: 300;
      margin: 0;
      padding: 1em 4em 1em 1.15em;
      background: #f7f7f7; }
      /* line 256, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-trigger::before, .sales-crowd-faq-trigger::after {
        /* arrow icon on the right */
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #f1c1a1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      /* line 269, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-trigger::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px; }
      /* line 273, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .sales-crowd-faq-trigger::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 276, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .content-visible .sales-crowd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 279, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
      .content-visible .sales-crowd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); } }

/* line 286, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
.sales-crowd-faq-content p {
  line-height: 1.4;
  color: #574C41;
  font-size: 1.1em; }
@media only screen and (min-width: 768px) {
  .sales-crowd-faq-content {
    display: none;
    padding: 1em 1.5em; }
    /* line 294, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .sales-crowd-faq-content p {
      line-height: 1.6; }
    /* line 297, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/faq */
    .no-js .sales-crowd-faq-content {
      display: block; } }

/* line 2, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.froala-box {
  margin-bottom: 30px; }

/* line 7, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-orange {
  background-color: #e48648; }

/* line 10, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-light-orange {
  background-color: #e3a56b; }

/* line 13, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-red {
  background-color: #E36B6B; }

/* line 16, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-red-text {
  color: #E36B6B; }

/* line 19, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-earth {
  background-color: #574C41; }

/* line 22, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-gold {
  background-color: #E3C77B; }

/* line 25, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-google {
  background-color: #E36B6B; }

/* line 28, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-facebook {
  background-color: #5a85b1; }

/* line 31, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-twitter {
  background-color: #82c1cc; }

/* line 34, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-snapchat {
  background-color: #e8e77f; }

/* line 37, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-green {
  background-color: #a6c771; }

/* line 40, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-warm-light-gray {
  background-color: #f1f0ec; }
  /* line 42, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
  .salescrowd-warm-light-gray .content {
    background-color: #f1f0ec; }

/* line 46, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.salescrowd-texture-1 {
  background: url(../images/social-pattern.png) repeat;
  background-size: 500px 500px; }

/* line 50, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.mobile-only {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mobile-only {
      display: none; } }
  @media only screen and (min-width: 1170px) {
    .mobile-only {
      display: none; } }

/* line 59, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.no-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .no-mobile {
      display: block; } }
  @media only screen and (min-width: 1170px) {
    .no-mobile {
      display: block; } }

/* line 68, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.no-tablet {
  display: none; }
  @media only screen and (min-width: 1170px) {
    .no-tablet {
      display: block; } }

/* line 74, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.desktop-only {
  display: none; }
  @media only screen and (min-width: 1170px) {
    .desktop-only {
      display: inline-block;
      margin-right: 0.4em; } }

/* line 81, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.hidden-desktop {
  display: inline-block;
  margin-right: 0.4em; }
  @media only screen and (min-width: 1170px) {
    .hidden-desktop {
      display: none; } }

/* line 89, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.content-wrapper {
  width: 100%;
  height: auto;
  float: left;
  clear: both; }

/* line 96, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.placeholder {
  width: 100%;
  min-height: 150px;
  margin-bottom: 2em; }

/* line 102, /Users/jonnygoddard/Desktop/Git/salescrowd-website/src/styles/scss/helpers */
.form-item-wrapper {
  width: 100%;
  overflow: hidden; }

/*# sourceMappingURL=styles.css.map */