@charset "UTF-8";
/* line 17, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../vendor/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* apply a natural box layout model to all elements */
/* line 4, ../_sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*=======================================================================

	❤❤❤ Gumby by Digital Surgeons. ❤❤❤
	
	*** This is where you should keep all of your TEXT styles ***
 
 ========================================================================*/
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("/font/MonoSocialIconsFont-1.10.eot");
  src: url("/font/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("/font/MonoSocialIconsFont-1.10.woff") format("woff"), url("/font/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("/font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("/font/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 21, ../_sass/_text.scss */
.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* line 1, ../_sass/_tags.scss */
body, input, textarea, form {
  font-family: "elena-web-basic", Georgia, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

/* line 11, ../_sass/_tags.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading li, .wf-loading blockquote, .wf-loading div {
  visibility: hidden;
}

/* line 16, ../_sass/_tags.scss */
body {
  background-color: #e9e9e9;
}

/*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  padding: 2px;
  &:-webkit-scrollbar-button {
    &:start:decrement, &:end:increment {
      height: 0px;
      display: none;
      background-color: transparent; 
    } 
  }
  &:-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.2); 
  } 
}
body::-webkit-scrollbar-track-piece {
  background-color: $black;
}
::-webkit-scrollbar-thumb {
  &:vertical, &:horizontal {
    height: 20px;
    background-color: $purple_light;
    border: 3px solid $black;
    -webkit-border-radius: 4px;
  } 
}*/
/* line 47, ../_sass/_tags.scss */
a {
  color: #038f7f;
  text-decoration: underline;
}
/* line 50, ../_sass/_tags.scss */
a:hover {
  background-color: #7a6bcd;
  color: white;
  text-decoration: none;
}

/* line 56, ../_sass/_tags.scss */
a.image {
  text-decoration: none;
}
/* line 58, ../_sass/_tags.scss */
a.image:hover {
  background-color: transparent;
}

/* line 62, ../_sass/_tags.scss */
a.purple {
  text-decoration: none;
  background-color: #7a6bcd;
  color: white;
}
/* line 66, ../_sass/_tags.scss */
a.purple:hover {
  background-color: #442e6b;
  color: white;
}

/* line 72, ../_sass/_tags.scss */
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}
/* line 76, ../_sass/_tags.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  background-color: inherit;
  text-shadow: none;
}

/* line 82, ../_sass/_tags.scss */
hr {
  border-top: 1px solid #c8bafb;
  border-bottom: 0px;
  height: 1px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 91, ../_sass/_tags.scss */
p {
  margin: 0 0 20px;
}

/* line 95, ../_sass/_tags.scss */
h1, h2, h3, h4, .mock_h1 {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #005d53;
}

/* line 102, ../_sass/_tags.scss */
h1, h2.big, .mock_h1 {
  font-size: 42px;
  line-height: 70px;
  font-style: normal;
  color: white;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
/* line 105, ../_sass/_tags.scss */
h1 *, h2.big *, .mock_h1 * {
  font-weight: 400 !important;
}
/* line 108, ../_sass/_tags.scss */
h1 span, h2.big span, .mock_h1 span {
  background-color: #0c0e0c;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: none;
}
/* line 117, ../_sass/_tags.scss */
h1 span.separator, h2.big span.separator, .mock_h1 span.separator {
  display: inline;
  color: #666666;
  width: auto;
}
/* line 122, ../_sass/_tags.scss */
h1 a, h2.big a, .mock_h1 a {
  text-decoration: none;
}
/* line 132, ../_sass/_tags.scss */
h1:before, h2.big:before, .mock_h1:before {
  content: "";
  border-top: 35px solid #0c0e0c;
  border-bottom: 35px solid #0c0e0c;
  border-left: 20px inset transparent;
  background-color: transparent;
  -webkit-transform: rotate(360deg);
  height: 0px;
  display: block;
  float: left;
  width: 20px;
  overflow: hidden;
  margin-left: -40px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

/* line 151, ../_sass/_tags.scss */
h1.big, .mock_h1 {
  font-size: 60px;
  line-height: 0.9em;
  font-weight: 300;
  font-style: italic;
  color: #0c0e0c;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
}
/* line 160, ../_sass/_tags.scss */
h1.big:before, .mock_h1:before {
  display: none;
}
/* line 163, ../_sass/_tags.scss */
h1.big span, .mock_h1 span {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  /* line 168, ../_sass/_tags.scss */
  h1 span {
    padding: 10px;
    line-height: 1.2em;
  }

  /* line 172, ../_sass/_tags.scss */
  h1:before, h2.big:before {
    display: none;
  }

  /* line 175, ../_sass/_tags.scss */
  h1.big {
    font-size: 42px;
  }
  /* line 177, ../_sass/_tags.scss */
  h1.big span {
    padding: 0px;
  }

  /* line 181, ../_sass/_tags.scss */
  h1 {
    font-size: 34px;
  }
}
/* line 187, ../_sass/_tags.scss */
h2 {
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
/* line 194, ../_sass/_tags.scss */
h2 a {
  color: inherit;
}
/* line 196, ../_sass/_tags.scss */
h2 a:hover {
  color: inherit;
  background-color: transparent;
}

/* line 203, ../_sass/_tags.scss */
h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  background-color: #5f6986;
  padding: 10px;
  color: white;
}
/* line 211, ../_sass/_tags.scss */
h3 a {
  text-decoration: none;
  color: white;
}

/* line 217, ../_sass/_tags.scss */
h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "elena-web-basic", Georgia, sans-serif;
  color: #8b8b8b;
}

/* line 225, ../_sass/_tags.scss */
h5 {
  font-family: "elena-web-basic", Georgia, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .5em;
}

/* line 232, ../_sass/_tags.scss */
ul {
  list-style-type: square;
  margin-left: 30px;
  margin-bottom: 1em;
}
/* line 236, ../_sass/_tags.scss */
ul.checkmark {
  list-style-type: none;
  margin-left: 20px;
}
/* line 239, ../_sass/_tags.scss */
ul.checkmark li {
  background-image: url(/img/ui/checkmark.png);
  background-repeat: no-repeat;
  padding-left: 26px;
  background-size: 16px 11px;
  background-position-y: 5px;
  margin-bottom: 0.5em;
}

/* line 250, ../_sass/_tags.scss */
ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 1em;
}
/* line 254, ../_sass/_tags.scss */
ol li {
  margin-bottom: .5em;
}

@media only screen and (max-width: 768px) {
  /* line 260, ../_sass/_tags.scss */
  ul, li {
    text-align: left;
  }
}
/* line 265, ../_sass/_tags.scss */
em {
  font-weight: 600;
  font-style: italic;
  color: #005d53;
}

/* line 270, ../_sass/_tags.scss */
i {
  font-style: italic;
}

/* line 274, ../_sass/_tags.scss */
strong {
  color: #e66723;
}

/* line 277, ../_sass/_tags.scss */
b {
  font-weight: bold;
}

/* line 281, ../_sass/_tags.scss */
blockquote {
  display: block;
  background-color: #eeeafe;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 5px solid #7a6bcd;
}
/* line 286, ../_sass/_tags.scss */
blockquote p, blockquote * {
  color: #0c0e0c;
  line-height: 1.6em;
}
/* line 290, ../_sass/_tags.scss */
blockquote p:last-child {
  margin-bottom: 0px;
}

/* line 296, ../_sass/_tags.scss */
input[type="text"], input[type="email"], input[type="password"] {
  height: 50px;
  line-height: 50px;
  line-height: 1em;
  display: block;
  width: 100%;
  padding: 0px 10px;
}

/* line 305, ../_sass/_tags.scss */
input[type="text"], input[type="email"], input[type="password"], textarea {
  border: 2px solid #c8c8c8;
  background-color: #fff;
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

/* line 311, ../_sass/_tags.scss */
input[type=submit], button, .button {
  background-color: #038f7f;
  border: 2px solid #025d53;
  color: white;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  padding: 10px 20px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-box-align: center;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 2px 2px rgba(255, 255, 255, 0.2), inset -2px -2px rgba(0, 0, 0, 0.1), 3px 3px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  cursor: hand;
}
/* line 334, ../_sass/_tags.scss */
input[type=submit]:hover, input[type=submit].sign_up:hover, button:hover, button.sign_up:hover, .button:hover, .button.sign_up:hover {
  background-color: #7a6bcd;
  border-color: #0c0e0c;
  color: white;
}
/* line 339, ../_sass/_tags.scss */
input[type=submit].sign_up, button.sign_up, .button.sign_up {
  background-color: #e66723;
  border: 2px solid #923e11;
  height: 60px;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 350, ../_sass/_tags.scss */
form button.sign_up {
  float: left;
  width: 220px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 350, ../_sass/_tags.scss */
  form button.sign_up {
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 350, ../_sass/_tags.scss */
  form button.sign_up {
    margin-bottom: 0px;
  }
}
/* line 361, ../_sass/_tags.scss */
form ul.smaller {
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 361, ../_sass/_tags.scss */
  form ul.smaller {
    display: none;
  }
}

/* line 370, ../_sass/_tags.scss */
:-moz-placeholder {
  color: #c8c8c8;
}

/* line 371, ../_sass/_tags.scss */
::-webkit-input-placeholder {
  color: #c8c8c8;
}

/* line 374, ../_sass/_tags.scss */
span.break {
  clear: both;
  display: block;
}

@media only screen and (max-width: 768px) {
  /* line 379, ../_sass/_tags.scss */
  span.break {
    clear: none;
    display: inline;
  }
}
/* line 385, ../_sass/_tags.scss */
img.screenshot, .screenshot {
  display: block;
  border: 10px solid #e9e9e9;
  border-radius: 5px;
}
/* line 390, ../_sass/_tags.scss */
img.screenshot.center, .screenshot.center {
  margin: 20px auto;
}

/* line 395, ../_sass/_tags.scss */
img.center {
  display: block;
  margin: auto;
}

/* line 400, ../_sass/_tags.scss */
img.float {
  float: right;
  margin: 0px 0px 20px 20px;
}
@media only screen and (max-width: 480px) {
  /* line 400, ../_sass/_tags.scss */
  img.float {
    float: none;
    margin: 20px auto;
  }
}
/* line 407, ../_sass/_tags.scss */
img.float.small {
  width: 220px;
}

/* line 414, ../_sass/_tags.scss */
table tbody tr th {
  font-weight: bold;
  color: #666666;
}
/* line 418, ../_sass/_tags.scss */
table tbody tr td {
  font-size: .9em;
  line-height: 1.5em;
  color: #666666;
}
/* line 423, ../_sass/_tags.scss */
table tbody tr th, table tbody tr td {
  padding: 0.25em;
}

/* line 1, ../_sass/_classes.scss */
p.hlt {
  background-color: #fffbcc;
  padding: 10px;
  border-radius: 5px;
}

/* line 7, ../_sass/_classes.scss */
.hlt {
  background-color: #fffbcc;
}

/* line 11, ../_sass/_classes.scss */
.clear {
  clear: both;
  height: 0px;
  width: 0px;
}

/* line 17, ../_sass/_classes.scss */
.text-center {
  text-align: center;
}

/* line 21, ../_sass/_classes.scss */
.smaller {
  font-size: 13px;
  line-height: 1.5em;
}

/* line 26, ../_sass/_classes.scss */
.container.textured {
  background-color: #e9e9e9;
  background-image: url("/img/texture/billie_holiday.png");
  background-size: 100px 100px;
  -webkit-background-size: 100px 100px;
  border-top: 5px solid #038f7f;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), inset 0px -5px 0px rgba(0, 0, 0, 0.1);
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  .container.textured {
    background-image: url("/img/texture/billie_holiday@2x.png");
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, ../_sass/_classes.scss */
  .container.textured {
    box-shadow: 0px 0px transparent;
  }
}
/* line 34, ../_sass/_classes.scss */
.container.textured.drop_header {
  background-image: url("/img/ui/full_bg.png");
  min-height: 500px;
  background-size: 100px 6000px;
  background-position: 0px -50px;
  background-repeat: repeat-x;
  border-top: 0px;
  box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.1);
}
/* line 42, ../_sass/_classes.scss */
.container.textured.drop_header h1.big {
  font-weight: 200;
  font-style: italic;
  text-align: center;
  color: #47bfb2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../_sass/_classes.scss */
  .container.textured.drop_header h1.big {
    padding: 0px;
  }
}
/* line 54, ../_sass/_classes.scss */
.container.textured.drop_header .row {
  background-color: white;
}
/* line 55, ../_sass/_classes.scss */
.container.textured.drop_header .row:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../_sass/_classes.scss */
  .container.textured.drop_header {
    background-image: none;
    box-shadow: 0px;
  }
  /* line 64, ../_sass/_classes.scss */
  .container.textured.drop_header .row:first-child {
    border-radius: 0px;
  }
}
/* line 69, ../_sass/_classes.scss */
.container.textured .bg {
  background-color: white;
  border-left: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
}
/* line 73, ../_sass/_classes.scss */
.container.textured .bg:first-child {
  padding-top: 20px;
}
/* line 74, ../_sass/_classes.scss */
.container.textured .bg:last-child {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 69, ../_sass/_classes.scss */
  .container.textured .bg {
    border: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, ../_sass/_classes.scss */
  .container.textured {
    background-color: white;
    background-image: none;
  }
}

/* line 85, ../_sass/_classes.scss */
.mini_testimonials {
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  text-decoration: none;
  color: white;
}
/* line 91, ../_sass/_classes.scss */
.mini_testimonials h4 {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  white-space: nowrap;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}
/* line 99, ../_sass/_classes.scss */
.mini_testimonials a {
  text-decoration: none;
}
/* line 102, ../_sass/_classes.scss */
.mini_testimonials .frame {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #0c0e0c;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}
/* line 114, ../_sass/_classes.scss */
.mini_testimonials img {
  border: 1px solid #0c0e0c;
  display: block;
}
/* line 118, ../_sass/_classes.scss */
.mini_testimonials.black {
  text-shadow: 1px 1px black;
  border-top: 5px solid #0c0e0c;
  border-bottom: 5px solid #0c0e0c;
  padding-top: 20px;
  background-color: #0c0e0c !important;
  background-image: url("/img/texture/footer_signup_push.png");
  background-size: 5px 6px;
  -webkit-background-size: 5px 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  .mini_testimonials.black {
    background-image: url("/img/texture/footer_signup_push.png");
  }
}
/* line 125, ../_sass/_classes.scss */
.mini_testimonials.black .frame {
  border-color: #e9e9e9;
}
/* line 128, ../_sass/_classes.scss */
.mini_testimonials.black h4 {
  color: #c8bafb;
}
/* line 131, ../_sass/_classes.scss */
.mini_testimonials.black a {
  color: #c8c8c8;
}
/* line 133, ../_sass/_classes.scss */
.mini_testimonials.black a:hover {
  color: white;
  text-shadow: none;
}
/* line 138, ../_sass/_classes.scss */
.mini_testimonials.black :first-child.columns {
  padding-left: 20px;
  margin-left: 0px;
}
/* line 142, ../_sass/_classes.scss */
.mini_testimonials.black :last-child.columns {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 146, ../_sass/_classes.scss */
  .mini_testimonials.black .columns {
    padding: 0px 20px;
  }
}

/* line 153, ../_sass/_classes.scss */
div.testimonial_img {
  text-align: center;
  width: 100%;
}
/* line 156, ../_sass/_classes.scss */
div.testimonial_img img.big {
  display: block;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #0c0e0c;
  margin-bottom: 20px;
}

/* line 165, ../_sass/_classes.scss */
ul.social {
  list-style-type: none;
  margin-left: 0px;
}
/* line 168, ../_sass/_classes.scss */
ul.social li {
  font-size: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  width: auto;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  /* line 168, ../_sass/_classes.scss */
  ul.social li {
    float: none;
    width: auto;
    text-align: left;
  }
}
/* line 181, ../_sass/_classes.scss */
ul.social li a {
  display: block;
  color: #005d53;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  line-height: 31px;
  text-decoration: none;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
/* line 190, ../_sass/_classes.scss */
ul.social li a span {
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 10px;
  background-position: center;
  width: 31px;
  height: 31px;
  background-size: 31px 31px;
  background-color: transparent;
}
/* line 201, ../_sass/_classes.scss */
ul.social li a span.twitter {
  background-image: url(/img/ui/twitter.png);
}
/* line 202, ../_sass/_classes.scss */
ul.social li a span.google {
  background-image: url(/img/ui/google.png);
}
/* line 203, ../_sass/_classes.scss */
ul.social li a span.facebook {
  background-image: url(/img/ui/facebook.png);
}
/* line 204, ../_sass/_classes.scss */
ul.social li a span.subimage {
  background-image: url(/img/ui/copyright.png);
}
/* line 205, ../_sass/_classes.scss */
ul.social li a:hover {
  color: white;
  text-shadow: none;
}
/* line 208, ../_sass/_classes.scss */
ul.social li a:hover span.twitter {
  background-image: url(/img/ui/twitter_s2.png);
}
/* line 209, ../_sass/_classes.scss */
ul.social li a:hover span.google {
  background-image: url(/img/ui/google_s2.png);
}
/* line 210, ../_sass/_classes.scss */
ul.social li a:hover span.facebook {
  background-image: url(/img/ui/facebook_s2.png);
}
/* line 211, ../_sass/_classes.scss */
ul.social li a:hover span.subimage {
  background-image: url(/img/ui/copyright_s2.png);
}

/* line 217, ../_sass/_classes.scss */
.at-follow-btn:hover {
  background-color: transparent !important;
}

/* line 1, ../_sass/_ids.scss */
#signup_banner {
  background-color: #0c0e0c;
  background-image: url("/img/texture/footer_signup_push.png");
  background-size: 5px 6px;
  -webkit-background-size: 5px 6px;
  border-top: 5px solid #0c0e0c;
  border-bottom: 5px solid #0c0e0c;
  padding: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  #signup_banner {
    background-image: url("/img/texture/footer_signup_push.png");
  }
}
/* line 7, ../_sass/_ids.scss */
#signup_banner .button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../_sass/_ids.scss */
  #signup_banner .button {
    margin-bottom: 20px;
  }
}
/* line 13, ../_sass/_ids.scss */
#signup_banner p, #signup_banner ul {
  margin-bottom: 0px;
  color: #e6efc2;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 7px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

/* line 26, ../_sass/_ids.scss */
#testimonials h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 29, ../_sass/_ids.scss */
  #testimonials .three.columns .testimonial_img {
    display: none;
  }
}

/* line 37, ../_sass/_ids.scss */
#integration h4 {
  clear: both;
}
@media only screen and (max-width: 480px) {
  /* line 37, ../_sass/_ids.scss */
  #integration h4 {
    text-align: left;
  }
}
/* line 43, ../_sass/_ids.scss */
#integration .seven.columns p {
  font-size: 13px;
  line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
  /* line 43, ../_sass/_ids.scss */
  #integration .seven.columns p {
    text-align: left;
  }
}

/* line 54, ../_sass/_ids.scss */
#at3winheader h3, .at4win-wrapper h3, .at-whatsnext-content-inner h3 {
  background-color: transparent;
}

/* line 3, ../_sass/_header.scss */
#logo {
  text-align: center;
}

/* line 7, ../_sass/_header.scss */
#header {
  background-color: #47bfb2;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 12, ../_sass/_header.scss */
#header a {
  display: block;
  color: #005d53;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
/* line 19, ../_sass/_header.scss */
#header a.hlt {
  background-color: #99d9d2 !important;
}
/* line 22, ../_sass/_header.scss */
#header a:link, #header a:active, #header a:visited {
  background-color: transparent;
  color: #005d53;
}
/* line 26, ../_sass/_header.scss */
#header a:hover {
  color: #0c0e0c;
}
/* line 29, ../_sass/_header.scss */
#header .info {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
  font-size: 1.2em;
  line-height: 1.7em;
  color: #005d53;
}
/* line 31, ../_sass/_header.scss */
#header .info a {
  display: inline;
  color: #0c0e0c !important;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
}
/* line 36, ../_sass/_header.scss */
#header .info h1, #header .info h5 {
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../_sass/_header.scss */
  #header .info h1, #header .info h5 {
    font-size: 1.5em;
    line-height: 1.2em !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bcdeb1;
  }
  /* line 53, ../_sass/_header.scss */
  #header .info a {
    display: inline;
    white-space: normal;
  }
}
/* line 59, ../_sass/_header.scss */
#header .button {
  background-color: #e66723;
  border: 2px solid #923e11;
  color: white !important;
}
/* line 65, ../_sass/_header.scss */
#header .nav {
  margin-top: 10px;
  background-color: #b5e5e0;
  color: #005d53;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}
/* line 78, ../_sass/_header.scss */
#header .nav.center {
  font-size: 20px;
}
/* line 82, ../_sass/_header.scss */
#header .nav.center .row div.columns {
  border-right: 2px solid #47bfb2;
  height: 70px;
}
/* line 84, ../_sass/_header.scss */
#header .nav.center .row div.columns:last-child {
  border-right: 0px;
}
/* line 87, ../_sass/_header.scss */
#header .nav.center .row a {
  line-height: 70px;
  padding: 0px 10px;
}
/* line 94, ../_sass/_header.scss */
#header .nav.right {
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
/* line 100, ../_sass/_header.scss */
#header .nav.right:last-child {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  /* line 108, ../_sass/_header.scss */
  #header .nav.center .row div.columns {
    border-right: 0px;
    height: 30px;
  }

  /* line 112, ../_sass/_header.scss */
  #header .nav, #header .nav.right {
    border-radius: 0px;
    margin: 0px;
    text-shadow: none;
    background-color: transparent;
  }

  /* line 118, ../_sass/_header.scss */
  #header .nav a {
    font-size: 16px;
    line-height: 30px !important;
    padding: 0px !important;
    text-overflow: none !important;
  }

  /* line 125, ../_sass/_header.scss */
  .nav.login {
    display: none;
  }

  /* line 126, ../_sass/_header.scss */
  #logo {
    margin-top: 15px;
    float: left;
    width: 60%;
  }

  /* line 131, ../_sass/_header.scss */
  #nav_container {
    float: right;
    width: 40%;
  }
  /* line 134, ../_sass/_header.scss */
  #nav_container * {
    text-align: right;
    padding-right: 0px;
  }
}
/* line 1, ../_sass/_footer.scss */
#footer {
  border-top: 5px solid #038f7f;
  background-color: #47bfb2;
  padding: 20px;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
/* line 6, ../_sass/_footer.scss */
#footer h3 {
  padding: 0px;
  background-color: transparent;
  color: #005d53;
}
/* line 11, ../_sass/_footer.scss */
#footer a {
  text-decoration: none;
}
/* line 14, ../_sass/_footer.scss */
#footer ul {
  list-style-type: none;
  margin: 0px;
}
/* line 18, ../_sass/_footer.scss */
#footer ul.social li {
  display: block;
  float: left;
  width: 50%;
}
/* line 23, ../_sass/_footer.scss */
#footer .links {
  background-color: #005d53;
  border-radius: 10px;
  padding: 20px;
  min-height: 300px;
  font-size: 20px;
  line-height: 1.5em;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  /* line 23, ../_sass/_footer.scss */
  #footer .links {
    min-height: 50px;
    margin-bottom: 20px;
  }
}
/* line 35, ../_sass/_footer.scss */
#footer .links ul {
  font-weight: 300;
}
/* line 37, ../_sass/_footer.scss */
#footer .links ul a {
  padding-left: 10px;
  display: block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 46, ../_sass/_footer.scss */
#footer .links a {
  color: white;
  color: rgba(255, 255, 255, 0.75);
}
/* line 50, ../_sass/_footer.scss */
#footer .links h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #47bfb2;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 60, ../_sass/_footer.scss */
#email_banner {
  display: block;
  background-color: white;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #666666;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 60, ../_sass/_footer.scss */
  #email_banner {
    text-align: center;
  }
}
/* line 71, ../_sass/_footer.scss */
#email_banner h3 {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 79, ../_sass/_footer.scss */
#email_banner img {
  float: left;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 79, ../_sass/_footer.scss */
  #email_banner img {
    float: none;
    margin-top: 0px;
  }
}
/* line 87, ../_sass/_footer.scss */
#email_banner span {
  display: block;
  float: left;
  max-width: 280px;
  margin-left: 10px;
  padding: 0px 10px;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../_sass/_footer.scss */
  #email_banner span {
    margin-top: 10px;
    margin-left: 0px;
    clear: both;
    float: none;
    max-width: 700px;
  }
}
/* line 101, ../_sass/_footer.scss */
#email_banner p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0px;
  font-family: "elena-web-basic", Georgia, sans-serif;
  color: #8b8b8b;
}

/* line 111, ../_sass/_footer.scss */
a#email_banner:hover h3, a#email_banner:hover span, a#email_banner:hover p {
  background-color: #7a6bcd;
  color: white;
}

/* line 1, ../_sass/_home.scss */
#home_intro_container {
  background-color: #47bfb2;
  padding-bottom: 35px;
}
/* line 4, ../_sass/_home.scss */
#home_intro_container .title {
  background-color: #e9e9e9;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("/img/texture/home_title.png");
  background-size: 5px 5px;
  -webkit-background-size: 5px 5px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #c8c8c8;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  #home_intro_container .title {
    background-image: url("/img/texture/home_title@2x.png");
  }
}
/* line 12, ../_sass/_home.scss */
#home_intro_container .title .money {
  display: inline;
  color: #61c4b9;
}
/* line 17, ../_sass/_home.scss */
#home_intro_container .desc {
  background-color: #e9e9e9;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 20px;
}
/* line 24, ../_sass/_home.scss */
#home_intro_container .desc button {
  float: left;
  margin-bottom: 20px;
}
/* line 29, ../_sass/_home.scss */
#home_intro_container .title, #home_intro_container .desc {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}

/* line 35, ../_sass/_home.scss */
#what_cashboard_can_do {
  background-color: #b5e5e0;
  background-color: #bcdeb1;
  border-top: 5px solid #0c0e0c;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 42, ../_sass/_home.scss */
#what_cashboard_can_do .tool {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 510px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 44, ../_sass/_home.scss */
#what_cashboard_can_do .tool img {
  display: block;
  margin: 0px auto;
}
/* line 48, ../_sass/_home.scss */
#what_cashboard_can_do .tool h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 62, ../_sass/_home.scss */
#what_cashboard_can_do .tool.mobile img {
  float: left;
  margin-right: 20px;
}
/* line 66, ../_sass/_home.scss */
#what_cashboard_can_do .tool.mobile h2 {
  text-align: left;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 71, ../_sass/_home.scss */
#what_cashboard_can_do .tool.mobile p {
  margin: 0px;
}
/* line 76, ../_sass/_home.scss */
#what_cashboard_can_do .button {
  text-align: left;
  width: 100%;
  line-height: 1.5em;
  display: block;
}
/* line 83, ../_sass/_home.scss */
#what_cashboard_can_do .tool.mobile, #what_cashboard_can_do .button {
  height: auto;
  min-height: 100px;
}

@media only screen and (max-width: 767px) {
  /* line 91, ../_sass/_home.scss */
  #home_intro_container {
    background-color: #e9e9e9;
  }
  /* line 96, ../_sass/_home.scss */
  #home_intro_container .title, #home_intro_container .desc {
    border-radius: 0px;
    box-shadow: none;
  }
  /* line 101, ../_sass/_home.scss */
  #home_intro_container .desc button {
    float: none;
  }
  /* line 103, ../_sass/_home.scss */
  #home_intro_container ul.smaller {
    display: none;
  }

  /* line 108, ../_sass/_home.scss */
  #what_cashboard_can_do .tool {
    text-align: left;
    height: auto;
  }
}
/* line 116, ../_sass/_home.scss */
#design_inside_testimonial div.multicolumn {
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 116, ../_sass/_home.scss */
  #design_inside_testimonial div.multicolumn {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 116, ../_sass/_home.scss */
  #design_inside_testimonial div.multicolumn {
    -moz-column-count: 0;
    -moz-column-gap: 0px;
    -webkit-column-count: 0;
    -webkit-column-gap: 0px;
    column-count: 0;
    column-gap: 0px;
  }
}

/* line 2, ../_sass/_pricing.scss */
#pricing .row.bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 6, ../_sass/_pricing.scss */
#pricing .row.every_account {
  padding: 0px 20px;
}
/* line 8, ../_sass/_pricing.scss */
#pricing .row.every_account ul.colz {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 8, ../_sass/_pricing.scss */
  #pricing .row.every_account ul.colz {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 8, ../_sass/_pricing.scss */
  #pricing .row.every_account ul.colz {
    -moz-column-count: 0;
    -moz-column-gap: 0px;
    -webkit-column-count: 0;
    -webkit-column-gap: 0px;
    column-count: 0;
    column-gap: 0px;
  }
}
/* line 14, ../_sass/_pricing.scss */
#pricing .row.pricing {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../_sass/_pricing.scss */
  #pricing .row.pricing {
    padding: 0;
  }
}
/* line 21, ../_sass/_pricing.scss */
#pricing .faq li {
  margin-bottom: 1em;
}
/* line 25, ../_sass/_pricing.scss */
#pricing .plan_container {
  margin-bottom: 40px;
  background-color: #e9e9e9;
}
/* line 28, ../_sass/_pricing.scss */
#pricing .plan_container h3 {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  text-align: center;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px;
  margin-bottom: .5em;
  padding: .25em;
}
/* line 38, ../_sass/_pricing.scss */
#pricing .plan_container .button {
  display: block;
  width: auto;
  text-transform: uppercase;
  margin: 0;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  font-size: 1.2em;
}
/* line 51, ../_sass/_pricing.scss */
#pricing .plan_container.fill.premium h2 {
  background-color: #0c0e0c;
}
/* line 55, ../_sass/_pricing.scss */
#pricing .plan_container.fill h2 {
  background-color: #666666;
  text-align: center;
  text-shadow: none;
  color: white;
}
/* line 60, ../_sass/_pricing.scss */
#pricing .plan_container.fill h2 a {
  display: block;
}
/* line 61, ../_sass/_pricing.scss */
#pricing .plan_container.fill h2 span {
  float: none;
  font-size: .7em;
  color: #fffbcc;
}
/* line 67, ../_sass/_pricing.scss */
#pricing .plan_container.fill .button {
  background-color: #e66723;
}
/* line 70, ../_sass/_pricing.scss */
#pricing .plan_container.fill strong {
  color: #0c0e0c;
  font-weight: bold;
}
/* line 74, ../_sass/_pricing.scss */
#pricing .plan_container.fill .inner {
  color: #0c0e0c;
  padding: .5em;
  padding-top: 0;
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../_sass/_pricing.scss */
  #pricing .plan_container.fill .inner {
    min-height: 0;
  }
}
/* line 82, ../_sass/_pricing.scss */
#pricing .plan_container.fill .inner ul {
  list-style-type: none;
  margin-left: 0px;
}
/* line 85, ../_sass/_pricing.scss */
#pricing .plan_container.fill .inner ul ul {
  margin-left: 20px;
}
/* line 88, ../_sass/_pricing.scss */
#pricing .plan_container.fill .inner ul li {
  margin-bottom: .5em;
  clear: both;
}
/* line 92, ../_sass/_pricing.scss */
#pricing .plan_container.fill .inner ul li:before {
  content: '-';
  color: #038f7f;
  padding: 0 0.5em;
  float: left;
  height: 2em;
}
/* line 103, ../_sass/_pricing.scss */
#pricing .six.columns {
  padding: 0px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 103, ../_sass/_pricing.scss */
  #pricing .six.columns {
    padding: 0px;
  }
}
/* line 109, ../_sass/_pricing.scss */
#pricing p.info {
  margin: 0px 40px;
  font-size: 13px;
  line-height: 1.5em;
}
/* line 115, ../_sass/_pricing.scss */
#pricing h2 {
  text-align: left;
  font-size: 42px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 300;
}
/* line 121, ../_sass/_pricing.scss */
#pricing h2 span {
  float: right;
  font-size: 20px;
}
/* line 127, ../_sass/_pricing.scss */
#pricing h2.premium, #pricing h2.free {
  background-color: #038f7f;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 131, ../_sass/_pricing.scss */
#pricing h2.premium span, #pricing h2.free span {
  color: #fffbcc;
  font-size: 0.7em;
}
/* line 138, ../_sass/_pricing.scss */
#pricing h3.signup_push, #pricing h3.signup_push a, #pricing a h3.signup_push {
  color: #005d53;
  background-color: transparent;
  padding: 0px;
  font-family: "elena-web-basic", Georgia, sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
}
/* line 147, ../_sass/_pricing.scss */
#pricing h3.signup_push strong, #pricing h3.signup_push a strong, #pricing a h3.signup_push strong {
  text-transform: uppercase;
}
/* line 151, ../_sass/_pricing.scss */
#pricing div.pullquote {
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  width: 130px;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  color: #7a6bcd;
  font-style: italic;
  background-image: url(/img/ui/coffee.png);
  background-size: 32px 36px;
  background-position: 100% 40%;
  background-repeat: no-repeat;
}
/* line 163, ../_sass/_pricing.scss */
#pricing div.pullquote p {
  padding-right: 40px;
  margin-bottom: 0px;
}
/* line 167, ../_sass/_pricing.scss */
#pricing div.pullquote:before, #pricing div.pullquote:after {
  content: '';
  height: 5px;
  display: block;
  background-image: url(/img/ui/pullquote_hr_top.png);
  background-size: 130px 5px;
  margin-bottom: 10px;
}
/* line 175, ../_sass/_pricing.scss */
#pricing div.pullquote:after {
  background-image: url(/img/ui/pullquote_hr_bottom.png);
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  /* line 151, ../_sass/_pricing.scss */
  #pricing div.pullquote {
    float: none;
    width: auto;
    margin-bottom: 20px;
    text-align: left;
    background-size: 16px 18px;
    background-position: 0% 40%;
  }
  /* line 185, ../_sass/_pricing.scss */
  #pricing div.pullquote p {
    padding-left: 26px;
    padding-right: 0px;
  }
  /* line 190, ../_sass/_pricing.scss */
  #pricing div.pullquote:before, #pricing div.pullquote:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 196, ../_sass/_pricing.scss */
  #pricing .mini_testimonials {
    display: none;
  }
  /* line 197, ../_sass/_pricing.scss */
  #pricing .row.bg.prices {
    padding-top: 0px;
  }
  /* line 200, ../_sass/_pricing.scss */
  #pricing h2 {
    font-size: 26px;
    padding: 10px;
  }
  /* line 204, ../_sass/_pricing.scss */
  #pricing h3.signup_push {
    margin-top: 40px;
    font-size: 20px;
  }
}
/* line 210, ../_sass/_pricing.scss */
#pricing ul.spaced li {
  margin-bottom: 1em;
}

/* line 2, ../_sass/_tour.scss */
#tour hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 7, ../_sass/_tour.scss */
#tour .menu .sign_up {
  width: auto;
}
/* line 11, ../_sass/_tour.scss */
#tour .menu ul {
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  list-style-type: none;
  display: block;
  border-radius: 10px;
  background-color: #442e6b;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  /* line 11, ../_sass/_tour.scss */
  #tour .menu ul {
    width: 100%;
  }
  /* line 14, ../_sass/_tour.scss */
  #tour .menu ul li a {
    text-align: center;
  }
}
/* line 30, ../_sass/_tour.scss */
#tour .menu ul li {
  line-height: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 31, ../_sass/_tour.scss */
#tour .menu ul li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 35, ../_sass/_tour.scss */
#tour .menu ul li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 39, ../_sass/_tour.scss */
#tour .menu ul li a {
  padding: 10px 30px;
  color: white;
  text-decoration: none;
  display: block;
}
/* line 47, ../_sass/_tour.scss */
#tour .menu ul li.active {
  background-image: url(/img/ui/menu_indicator.png);
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: 10px 17px;
}
/* line 53, ../_sass/_tour.scss */
#tour .menu ul li:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 59, ../_sass/_tour.scss */
  #tour h1 {
    margin-left: 0px;
  }
  /* line 60, ../_sass/_tour.scss */
  #tour .sign_up {
    display: none;
  }
}

/* line 66, ../_sass/_tour.scss */
div#intelligent_solution {
  min-height: 610px;
  background-image: url(/img/ui/strong_guy.png);
  background-size: 600px 440px;
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 66, ../_sass/_tour.scss */
  div#intelligent_solution {
    min-height: 100px;
    background-image: none;
  }
  /* line 76, ../_sass/_tour.scss */
  div#intelligent_solution .seven.columns {
    width: auto;
  }
}

/* line 81, ../_sass/_tour.scss */
div.frame {
  float: right;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #8b8b8b;
  overflow: hidden;
  text-align: center;
}
/* line 92, ../_sass/_tour.scss */
div.frame.noborder {
  border: 0px;
  box-shadow: none;
}
/* line 96, ../_sass/_tour.scss */
div.frame.left {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}
/* line 101, ../_sass/_tour.scss */
div.frame.nofloat {
  float: none;
  margin: 20px auto;
  width: auto;
}
@media only screen and (max-width: 480px) {
  /* line 81, ../_sass/_tour.scss */
  div.frame {
    float: none;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 112, ../_sass/_tour.scss */
div.frame img {
  display: block;
}

/* line 117, ../_sass/_tour.scss */
h2#paypal {
  background-image: url(/img/paypal_partner.png);
  background-size: 200px 29px;
  width: 200px;
  height: 29px;
}
/* line 122, ../_sass/_tour.scss */
h2#paypal span {
  display: none;
}

/* line 127, ../_sass/_tour.scss */
h2#moolah {
  background-image: url(/img/moolah_authorize_net.png);
  background-size: 480px 32px;
  width: 480px;
  height: 32px;
}
/* line 132, ../_sass/_tour.scss */
h2#moolah span {
  display: none;
}

/* line 137, ../_sass/_tour.scss */
h2#stripe {
  background-image: url(/img/stripe_logo.png);
  background-size: 200px 100px;
  width: 200px;
  height: 100px;
}
/* line 142, ../_sass/_tour.scss */
h2#stripe span {
  display: none;
}

/* line 1, ../_sass/_blog.scss */
#blog {
  background-color: #e9e9e9;
  background-image: url("/img/texture/billie_holiday.png");
  background-size: 100px 100px;
  -webkit-background-size: 100px 100px;
  border-top: 5px solid #038f7f;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), inset 0px -5px 0px rgba(0, 0, 0, 0.1);
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  #blog {
    background-image: url("/img/texture/billie_holiday@2x.png");
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../_sass/_blog.scss */
  #blog {
    box-shadow: 0px 0px transparent;
    padding: 0px;
  }
}
/* line 11, ../_sass/_blog.scss */
#blog #logo.landing_page {
  margin-top: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../_sass/_blog.scss */
  #blog #logo.landing_page {
    display: none;
  }
}
/* line 19, ../_sass/_blog.scss */
#blog #header {
  border-bottom: 5px solid #038f7f;
}
/* line 21, ../_sass/_blog.scss */
#blog #header * {
  background: inherit;
  background-image: none;
}
/* line 25, ../_sass/_blog.scss */
#blog #header h1, #blog #header h5 {
  font-family: "elena-web-basic", Georgia, sans-serif;
  font-size: 2em;
  line-height: 2.5em;
  background-image: none;
  box-shadow: none;
  font-weight: 600 !important;
}
/* line 32, ../_sass/_blog.scss */
#blog #header h1 *, #blog #header h5 * {
  font-weight: 600 !important;
}
/* line 35, ../_sass/_blog.scss */
#blog #header h1:before, #blog #header h5:before {
  display: none;
}
/* line 41, ../_sass/_blog.scss */
#blog h2 {
  color: #0c0e0c;
}
/* line 45, ../_sass/_blog.scss */
#blog strong {
  color: #666666;
  background-color: #fffbcc;
}
/* line 50, ../_sass/_blog.scss */
#blog .mock_h1 a {
  color: #8b8b8b;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  font-size: .8em;
}
/* line 54, ../_sass/_blog.scss */
#blog .mock_h1 a:hover {
  background-color: inherit;
  color: #038f7f;
}
/* line 60, ../_sass/_blog.scss */
#blog .subheader {
  margin-bottom: 20px;
}
/* line 64, ../_sass/_blog.scss */
#blog .index_link_container {
  float: left;
  color: #e66723;
}
/* line 67, ../_sass/_blog.scss */
#blog .index_link_container a {
  padding: .5em;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  /* line 64, ../_sass/_blog.scss */
  #blog .index_link_container {
    display: none;
  }
}
/* line 76, ../_sass/_blog.scss */
#blog .meta, #blog .index_link_container {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1em;
  font-size: 1em;
  font-weight: 600;
}
/* line 85, ../_sass/_blog.scss */
#blog .meta {
  float: right;
  text-align: right;
  color: #8b8b8b;
  text-transform: uppercase;
  text-align: right;
  background-color: #e9e9e9;
  border: 1px solid #c8c8c8;
  border-left: 0px;
  border-right: 0px;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 1em;
}
/* line 89, ../_sass/_blog.scss */
#blog .meta * {
  color: #8b8b8b;
}
@media only screen and (max-width: 480px) {
  /* line 85, ../_sass/_blog.scss */
  #blog .meta {
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
/* line 109, ../_sass/_blog.scss */
#blog .container.post .meta {
  margin: 0px;
  padding: .5em;
}
/* line 115, ../_sass/_blog.scss */
#blog .container.blog_index .row, #blog .container.post .row {
  background-image: url(/img/ui/blog_bg.png);
  repeat: repeat-y;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 114, ../_sass/_blog.scss */
  #blog .container.blog_index, #blog .container.post {
    padding-top: 20px;
    background-color: white;
  }
  /* line 123, ../_sass/_blog.scss */
  #blog .container.blog_index .row, #blog .container.post .row {
    background-image: none;
  }
}
/* line 128, ../_sass/_blog.scss */
#blog .container.blog_index .row {
  padding-top: 20px;
}
/* line 133, ../_sass/_blog.scss */
#blog .container.blog_index h2 {
  font-size: 2.3em;
  line-height: 1.4em;
}
/* line 139, ../_sass/_blog.scss */
#blog .post .entry {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.8em;
}
/* line 145, ../_sass/_blog.scss */
#blog .post .entry h2 {
  margin-top: 30px;
}
/* line 149, ../_sass/_blog.scss */
#blog .entry {
  color: #444;
  background-color: white;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
/* line 155, ../_sass/_blog.scss */
#blog .entry h1 {
  line-height: 1.3em;
}
/* line 157, ../_sass/_blog.scss */
#blog .entry h1:before {
  display: none;
}
/* line 160, ../_sass/_blog.scss */
#blog .entry h1 span {
  padding: 0.25em 0.5em;
}
/* line 164, ../_sass/_blog.scss */
#blog .entry h2 {
  border-bottom: 1px solid #bcdeb1;
  padding-bottom: .25em;
}
@media only screen and (max-width: 767px) {
  /* line 149, ../_sass/_blog.scss */
  #blog .entry {
    padding: 0px;
    margin-bottom: 40px;
    box-shadow: none;
    border-radius: 0px;
  }
}
/* line 176, ../_sass/_blog.scss */
#blog .footer {
  border-top: 1px solid #bcdeb1;
}
/* line 178, ../_sass/_blog.scss */
#blog .footer .author {
  float: right;
  color: #c8c8c8;
}
/* line 181, ../_sass/_blog.scss */
#blog .footer .author:after {
  content: '//';
  color: #bcdeb1;
  padding: 0 0.25em;
}
/* line 187, ../_sass/_blog.scss */
#blog .footer a.comment_count {
  font-weight: 900;
  float: right;
  color: #c8c8c8;
  text-decoration: none;
  background-image: url(/img/ui/comment.png);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 34px;
}
/* line 197, ../_sass/_blog.scss */
#blog .footer a.comment_count:hover {
  background-color: transparent;
  color: #c8c8c8;
}
/* line 204, ../_sass/_blog.scss */
#blog .footer, #blog .pagination {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 40px;
}
/* line 213, ../_sass/_blog.scss */
#blog a.more, #blog .pagination a {
  text-decoration: none;
  background-color: #c8bafb;
  color: #442e6b;
  display: inline-block;
  height: 40px;
  padding: 0px 10px;
  text-transform: uppercase;
}
/* line 223, ../_sass/_blog.scss */
#blog a.more {
  width: 200px;
  background-size: 20px 20px;
  background-position: 170px 10px;
  background-repeat: no-repeat;
}
/* line 231, ../_sass/_blog.scss */
#blog .pagination {
  text-align: center;
  text-transform: uppercase;
}
/* line 234, ../_sass/_blog.scss */
#blog .pagination span.pagecount {
  font-size: 20px;
  color: #c8c8c8;
}
/* line 238, ../_sass/_blog.scss */
#blog .pagination span.previous, #blog .pagination span.next {
  display: block;
  background-color: #c8c8c8;
  color: white;
}
/* line 244, ../_sass/_blog.scss */
#blog .pagination a, #blog .pagination span {
  text-align: center;
  padding: 0px 15px;
  margin-right: 5px;
  font-size: 16px;
}
/* line 250, ../_sass/_blog.scss */
#blog .pagination .previous {
  float: left;
  text-align: left;
}
/* line 254, ../_sass/_blog.scss */
#blog .pagination .next {
  float: right;
  text-align: right;
  margin-right: 0px;
}
/* line 259, ../_sass/_blog.scss */
#blog .pagination .previous, #blog .pagination .next {
  white-space: nowrap;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  /* line 259, ../_sass/_blog.scss */
  #blog .pagination .previous, #blog .pagination .next {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 269, ../_sass/_blog.scss */
#blog div.preview {
  width: 200px;
  min-height: 50px;
  float: left;
  border: 5px solid #e9e9e9;
  overflow: hidden;
  margin: 0px 20px 20px 0px;
}
/* line 277, ../_sass/_blog.scss */
#blog div.preview.no_border {
  border: 0px;
}
/* line 279, ../_sass/_blog.scss */
#blog div.preview.no_border * {
  border: 0px !important;
}
/* line 283, ../_sass/_blog.scss */
#blog div.preview a {
  display: block;
  border: 1px solid #c8c8c8;
  max-height: 200px;
  overflow: hidden;
}
/* line 289, ../_sass/_blog.scss */
#blog div.preview img {
  width: auto;
  max-width: auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  /* line 269, ../_sass/_blog.scss */
  #blog div.preview {
    float: none;
    margin: 20px auto;
  }
}

/* line 301, ../_sass/_blog.scss */
#blog_sidebar {
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

/* line 307, ../_sass/_blog.scss */
#blog_sidebar, #resource_sidebar {
  color: #005d53;
}
/* line 309, ../_sass/_blog.scss */
#blog_sidebar input[type="text"], #blog_sidebar input[type="email"], #resource_sidebar input[type="text"], #resource_sidebar input[type="email"] {
  border-color: #8fb2ab;
}
/* line 311, ../_sass/_blog.scss */
#blog_sidebar input[type="text"]:focus, #blog_sidebar input[type="email"]:focus, #resource_sidebar input[type="text"]:focus, #resource_sidebar input[type="email"]:focus {
  border-color: #038f7f;
}
/* line 316, ../_sass/_blog.scss */
#blog_sidebar a.button, #resource_sidebar a.button {
  color: white;
}
/* line 320, ../_sass/_blog.scss */
#blog_sidebar hr, #resource_sidebar hr {
  border-top: 1px solid #47bfb2;
  border-top: 1px solid #4e9040;
}
/* line 325, ../_sass/_blog.scss */
#blog_sidebar ul.social, #resource_sidebar ul.social {
  font-size: 16px;
}
/* line 327, ../_sass/_blog.scss */
#blog_sidebar ul.social li, #resource_sidebar ul.social li {
  background-color: #038f7f;
}
/* line 331, ../_sass/_blog.scss */
#blog_sidebar ul.social a, #resource_sidebar ul.social a {
  color: white;
  text-shadow: none;
}
/* line 337, ../_sass/_blog.scss */
#blog_sidebar .button, #resource_sidebar .button {
  width: 100%;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
}
/* line 344, ../_sass/_blog.scss */
#blog_sidebar input[type="submit"], #resource_sidebar input[type="submit"] {
  float: right;
  text-transform: uppercase;
  box-shadow: none;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  background-color: #7a6bcd;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  border: 0px;
  margin-top: -41px;
  margin-right: 5px;
  padding: 10px;
  text-shadow: none;
  z-index: 1;
  position: relative;
}
/* line 363, ../_sass/_blog.scss */
#blog_sidebar h3, #resource_sidebar h3 {
  margin-top: 20px;
  background-color: transparent;
  padding: 0px;
  color: #005d53;
  /*    font-size: 22px;
      line-height: 1.2em;*/
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
/* line 375, ../_sass/_blog.scss */
#blog_sidebar #sidebar_social, #resource_sidebar #sidebar_social {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 307, ../_sass/_blog.scss */
  #blog_sidebar, #resource_sidebar {
    padding-right: 0px;
  }
  /* line 381, ../_sass/_blog.scss */
  #blog_sidebar #sidebar_social, #resource_sidebar #sidebar_social {
    display: none;
  }
}

/* line 388, ../_sass/_blog.scss */
.author_info {
  font-size: 0.9em;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  background-color: #e9e9e9;
}
/* line 395, ../_sass/_blog.scss */
.author_info img {
  width: 125px;
  border: 10px solid #c8c8c8;
  float: left;
  margin-right: 1em;
}
/* line 401, ../_sass/_blog.scss */
.author_info .bio {
  padding: 1em;
}
/* line 405, ../_sass/_blog.scss */
.author_info .desc p:last-child {
  margin-bottom: 0px;
}
/* line 409, ../_sass/_blog.scss */
.author_info .social {
  float: right;
  font-size: 2em;
}
/* line 412, ../_sass/_blog.scss */
.author_info .social a {
  color: #666666;
  text-decoration: none;
}
/* line 415, ../_sass/_blog.scss */
.author_info .social a:hover {
  color: #e11d25;
  background-color: transparent;
}
/* line 420, ../_sass/_blog.scss */
.author_info .social ul {
  list-style-type: none;
  margin-left: 0px;
}
/* line 423, ../_sass/_blog.scss */
.author_info .social ul li {
  margin-left: .25em;
  float: left;
}

/* line 431, ../_sass/_blog.scss */
#page-navigation {
  background: none !important;
  margin-bottom: 20px;
}
/* line 434, ../_sass/_blog.scss */
#page-navigation .next {
  text-align: right;
}
/* line 438, ../_sass/_blog.scss */
#page-navigation .next a, #page-navigation .previous a {
  display: block;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  padding: 1em;
  min-height: 130px;
  background-color: #c8bafb;
  color: #442e6b;
}
/* line 445, ../_sass/_blog.scss */
#page-navigation .next a b, #page-navigation .previous a b {
  text-transform: uppercase;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  /* line 452, ../_sass/_blog.scss */
  #page-navigation .next, #page-navigation .previous {
    text-align: center;
    margin-bottom: 1em;
  }
  /* line 455, ../_sass/_blog.scss */
  #page-navigation .next a, #page-navigation .previous a {
    min-height: 0;
  }
}

/* line 463, ../_sass/_blog.scss */
#top_articles h3 {
  background-color: #442e6b;
  color: white;
  text-shadow: none;
  padding: .5em;
  text-align: center;
  text-transform: uppercase;
}
/* line 471, ../_sass/_blog.scss */
#top_articles ul {
  margin-left: 0px;
  list-style-type: none;
}
/* line 474, ../_sass/_blog.scss */
#top_articles ul li {
  margin-bottom: 20px;
}
/* line 476, ../_sass/_blog.scss */
#top_articles ul li a {
  color: white;
  background-color: #005d53;
  display: block;
  text-decoration: none;
  padding: .5em;
}
/* line 482, ../_sass/_blog.scss */
#top_articles ul li a:hover {
  background-color: #0c0e0c;
}

/* line 1, ../_sass/_downloads.scss */
body#downloads {
  background-color: #0c0e0c;
  background-image: url("/img/texture/footer_signup_push.png");
  background-size: 5px 6px;
  -webkit-background-size: 5px 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  body#downloads {
    background-image: url("/img/texture/footer_signup_push.png");
  }
}
/* line 5, ../_sass/_downloads.scss */
body#downloads img.screenshot {
  margin-bottom: 20px;
}
/* line 9, ../_sass/_downloads.scss */
body#downloads a.footer_link {
  color: #eb8751;
  padding-left: 20px;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
}
/* line 19, ../_sass/_downloads.scss */
body#downloads a.footer_link:hover {
  background-color: transparent;
}
/* line 24, ../_sass/_downloads.scss */
body#downloads #header {
  border-bottom: 5px solid #038f7f;
}
/* line 27, ../_sass/_downloads.scss */
body#downloads #logo.landing_page {
  margin-top: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../_sass/_downloads.scss */
  body#downloads #logo.landing_page {
    display: none;
  }
}
/* line 35, ../_sass/_downloads.scss */
body#downloads h1 {
  box-shadow: none;
  font-size: 2em;
  text-align: center;
}
/* line 39, ../_sass/_downloads.scss */
body#downloads h1 span {
  padding: 10px;
}
/* line 43, ../_sass/_downloads.scss */
body#downloads h1:before {
  display: none;
}
/* line 48, ../_sass/_downloads.scss */
body#downloads h2 {
  color: #0c0e0c;
}
/* line 52, ../_sass/_downloads.scss */
body#downloads .content {
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), inset 0px -5px 0px rgba(0, 0, 0, 0.1);
  background-color: #e9e9e9;
  background-image: url("/img/texture/billie_holiday.png");
  background-size: 100px 100px;
  -webkit-background-size: 100px 100px;
}
@media only screen and (max-width: 767px) {
  /* line 52, ../_sass/_downloads.scss */
  body#downloads .content {
    box-shadow: 0px 0px transparent;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 6, ../_sass/mixins/_retina.scss */
  body#downloads .content {
    background-image: url("/img/texture/billie_holiday@2x.png");
  }
}
/* line 59, ../_sass/_downloads.scss */
body#downloads .content .row {
  background-image: url(/img/ui/blog_bg.png);
  repeat: repeat-y;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 59, ../_sass/_downloads.scss */
  body#downloads .content .row {
    background-image: none;
  }
}
/* line 68, ../_sass/_downloads.scss */
body#downloads .entry {
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}
/* line 74, ../_sass/_downloads.scss */
body#downloads .entry .row {
  background: none;
}

/* line 81, ../_sass/_downloads.scss */
#resource_sidebar {
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../_sass/_downloads.scss */
  #resource_sidebar {
    display: none;
  }
}
/* line 85, ../_sass/_downloads.scss */
#resource_sidebar .button {
  width: 100%;
}
/* line 91, ../_sass/_downloads.scss */
#resource_sidebar input[type="text"], #resource_sidebar input[type="email"] {
  border-color: #8fb2ab;
}
/* line 93, ../_sass/_downloads.scss */
#resource_sidebar input[type="text"]:focus, #resource_sidebar input[type="email"]:focus {
  border-color: #038f7f;
}
/* line 97, ../_sass/_downloads.scss */
#resource_sidebar hr {
  border-top: 1px solid #8fb2ab;
  border-bottom: 0px;
}
/* line 101, ../_sass/_downloads.scss */
#resource_sidebar ul.social {
  margin-top: 20px;
  font-size: 16px;
}
/* line 104, ../_sass/_downloads.scss */
#resource_sidebar ul.social li {
  background-color: #038f7f;
  border-radius: 5px;
}
/* line 108, ../_sass/_downloads.scss */
#resource_sidebar ul.social a {
  color: white;
  text-shadow: none;
}
/* line 113, ../_sass/_downloads.scss */
#resource_sidebar h3 {
  margin-top: 30px;
  line-height: 200%;
  margin-bottom: 20px;
  background-color: transparent;
  color: #005d53;
  font-weight: 600;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  padding: 0px;
  padding-bottom: .75em;
  border-bottom: 1px solid #7a6bcd;
}

/* line 3, ../_sass/_mobile.scss */
#mobile .row.header h1.big {
  line-height: 1.1em;
}
/* line 5, ../_sass/_mobile.scss */
#mobile .row.header h1.big span {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../_sass/_mobile.scss */
  #mobile .row.header {
    background-color: #0c0e0c;
    background-image: url(/img/mobile/header.jpg);
    background-size: 48.93617% 109.1954%;
    background-repeat: no-repeat;
    background-position: 40px 10px;
  }
  /* line 19, ../_sass/_mobile.scss */
  #mobile .row.header h1.big {
    color: white;
    text-align: right;
    text-transform: none;
    line-height: 1.1em;
    padding-right: 40px;
    text-shadow: 1px 1px #0c0e0c;
  }
  /* line 26, ../_sass/_mobile.scss */
  #mobile .row.header h1.big span {
    color: #8b8b8b;
  }
}
@media only screen and (max-width: 768px) {
  /* line 32, ../_sass/_mobile.scss */
  #mobile .row.header .six.columns.push_six {
    width: 100%;
    margin: 0px;
  }
}
/* line 38, ../_sass/_mobile.scss */
#mobile .row .six.columns.text {
  padding: 20px;
}
/* line 41, ../_sass/_mobile.scss */
#mobile .row .six.columns.screenshots {
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 41, ../_sass/_mobile.scss */
  #mobile .row .six.columns.screenshots {
    display: none;
  }
}
/* line 50, ../_sass/_mobile.scss */
#mobile a.app_store {
  width: 200px;
  height: 60px;
  border-radius: 10px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  background-color: #0c0e0c;
  text-decoration: none;
  display: block;
}
/* line 57, ../_sass/_mobile.scss */
#mobile a.app_store:first-child {
  margin-right: 20px;
}
/* line 63, ../_sass/_mobile.scss */
#mobile a.app_store img {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 50, ../_sass/_mobile.scss */
  #mobile a.app_store {
    float: none;
    width: auto;
  }
  /* line 70, ../_sass/_mobile.scss */
  #mobile a.app_store:first-child {
    margin-right: 0px;
  }
}
/* line 76, ../_sass/_mobile.scss */
#mobile img.screenshot {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  /* line 38, ../_sass/style.scss */
  .show-for-small {
    display: inherit !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 43, ../_sass/style.scss */
  .hide-for-small {
    display: none !important;
  }
}
