/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*********************
Media mixin with IE8 fallback
*********************/
/* line 1, ../sass/base/_reset.scss */
html, body {
  font-size: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */ }

/* line 7, ../sass/base/_reset.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 8, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 9, ../sass/base/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 10, ../sass/base/_reset.scss */
q, blockquote {
  quotes: none; }

/* line 11, ../sass/base/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 12, ../sass/base/_reset.scss */
a img {
  border: none; }

/* line 13, ../sass/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 18, ../sass/base/_reset.scss */
button, input {
  line-height: normal; }

/* line 19, ../sass/base/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 20, ../sass/base/_reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible; }

/* line 21, ../sass/base/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 22, ../sass/base/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 23, ../sass/base/_reset.scss */
a {
  cursor: pointer; }

/* line 26, ../sass/base/_reset.scss */
img {
  max-width: 100%; }

/* line 29, ../sass/base/_reset.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Typography */
/* --------------------------------------- */
/* line 5, ../sass/base/_typography.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

/* line 11, ../sass/base/_typography.scss */
body {
  background-color: #f2f2f2;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0f0f0f;
  /* [3] */
  /* [3] */
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  /* [8] */
  font-size: 1.6rem;
  /* [8] */ }

/* line 22, ../sass/base/_typography.scss */
a, .a-link, a strong, a b, .a-link strong, .a-link b, b a, strong a, .bold a {
  -webkit-transition: .15s all;
  -moz-transition: .15s all;
  -ms-transition: .15s all;
  -o-transition: .15s all;
  transition: .15s all;
  text-decoration: none;
  color: #0f0f0f; }
  /* line 30, ../sass/base/_typography.scss */
  a:hover, a:active, a:focus, .a-link:hover, a strong:hover, a b:hover, .a-link strong:hover, .a-link b:hover, b a:hover, strong a:hover, .bold a:hover, .a-link:active, a strong:active, a b:active, .a-link strong:active, .a-link b:active, b a:active, strong a:active, .bold a:active, .a-link:focus, a strong:focus, a b:focus, .a-link strong:focus, .a-link b:focus, b a:focus, strong a:focus, .bold a:focus {
    text-decoration: none;
    color: #ff6600; }

/* line 40, ../sass/base/_typography.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig=1, liga=1, lnum=1, kern=1';
  -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizelegibility; }

/* line 56, ../sass/base/_typography.scss */
.script {
  font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400; }

/* line 65, ../sass/base/_typography.scss */
h1, .alpha {
  font-size: 2.8rem;
  margin: 0 0 0.53333em 0;
  color: #0f0f0f;
  margin-bottom: 3rem;
  text-transform: uppercase; }
  @media screen and (min-width: 30em) {
    /* line 65, ../sass/base/_typography.scss */
    h1, .alpha {
      font-size: 3.8rem; } }

/* line 76, ../sass/base/_typography.scss */
h2, .beta {
  font-size: 3.2rem;
  margin: 0.88889em 0 0.44444em 0;
  color: #0f0f0f;
  text-transform: none;
  font-weight: 400; }

/* line 84, ../sass/base/_typography.scss */
h3, .gamma {
  font-size: 1.375em;
  line-height: 1.45455em;
  margin: 1.45455em 0 0.72727em 0;
  color: #0f0f0f;
  text-transform: none;
  font-weight: 400; }

/* line 92, ../sass/base/_typography.scss */
h4, .delta {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 0 0 0.44444em 0;
  color: #0f0f0f; }

/* line 98, ../sass/base/_typography.scss */
h5, .epsilon {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  color: #0f0f0f; }

/* line 104, ../sass/base/_typography.scss */
h6, .zeta {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  color: #0f0f0f; }

/* line 110, ../sass/base/_typography.scss */
.followon {
  font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 3rem;
  margin-top: 2rem; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .followon {
    font-size: 4.6rem; }
  @media screen and (min-width: 37.5em) {
    /* line 110, ../sass/base/_typography.scss */
    .followon {
      font-size: 4.6rem; } }

/* line 126, ../sass/base/_typography.scss */
h1 + p, h1 + ol, h1 + ul, h1 + blockquote p, h1 + pre,
.alpha + p, .alpha + ol, .alpha + ul, .alpha + blockquote p, .alpha + pre,
h2 + p, h2 + ol, h2 + ul, h2 + blockquote p, h2 + pre,
.beta + p, .beta + ol, .beta + ul, .beta + blockquote p, .beta + pre,
img + p, img + ol, img + ul, img + blockquote p, img + pre {
  margin-top: 2rem; }

/* line 136, ../sass/base/_typography.scss */
p, pre, label {
  margin: 0 0 1em 0; }

/* line 141, ../sass/base/_typography.scss */
p {
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -moz-font-feature-settings: 'kern=1, onum=1, liga=1';
  -ms-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -o-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  letter-spacing: 0.1rem;
  line-height: 3.4rem; }
  /* line 149, ../sass/base/_typography.scss */
  p a {
    color: #ff6600; }
    /* line 151, ../sass/base/_typography.scss */
    p a:hover {
      text-transform: underline;
      color: #cc5200; }

/* line 158, ../sass/base/_typography.scss */
ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 2em 0; }
  /* line 161, ../sass/base/_typography.scss */
  ol li, ul li {
    -moz-font-feature-settings: 'kern=1, onum=1, liga=1';
    -ms-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
    -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
    -o-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
    font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
    margin-left: 2rem;
    line-height: auto; }

/* line 183, ../sass/base/_typography.scss */
h1 + .caption, .alpha + .caption, h2 + .caption, .beta + .caption, h3 + .caption, .gamma + .caption, img + .caption {
  margin-top: 0; }

/* line 188, ../sass/base/_typography.scss */
b, strong, .bold {
  font-weight: 500;
  color: #333333; }

/* line 197, ../sass/base/_typography.scss */
em, i, .italic {
  font-style: italic; }

/* line 202, ../sass/base/_typography.scss */
small, .caption {
  font-size: 0.75em;
  line-height: 1.33333em; }

/* line 207, ../sass/base/_typography.scss */
hr {
  color: #ccc;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 214, ../sass/base/_typography.scss */
hr.dotted {
  border-bottom: 1px dotted #ccc; }

/* line 219, ../sass/base/_typography.scss */
code {
  background: #f2f2f2;
  padding: 1rem;
  display: block;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: scroll; }

/* line 229, ../sass/base/_typography.scss */
code, pre {
  font-size: 0.75em;
  line-height: 1.33333em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  line-height: 0.5rem; }

/* line 235, ../sass/base/_typography.scss */
pre {
  display: block;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 2rem; }

/* line 244, ../sass/base/_typography.scss */
blockquote {
  padding-left: em-font(16px);
  border-left: em-font(5px) solid gray;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin: 0; }
  /* line 249, ../sass/base/_typography.scss */
  blockquote p {
    font-style: italic;
    margin: 0;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 1.2em 0 1.2em 0; }

/* line 257, ../sass/base/_typography.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 0.37rem solid;
  border-right: 0.37rem solid transparent;
  border-left: 0.37rem solid transparent; }

/* line 268, ../sass/base/_typography.scss */
.post li a {
  color: #FF6600; }

/* line 1, ../sass/base/_forms.scss */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  border: 2px solid #ff6600;
  padding: 3.15rem 3rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400; }
  /* line 21, ../sass/base/_forms.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    outline: 0; }
  /* line 25, ../sass/base/_forms.scss */
  .form-control__danger input[type="text"], .form-control__danger
  input[type="email"], .form-control__danger
  input[type="password"], .form-control__danger
  textarea {
    border-color: #993d00;
    color: #993d00; }
  /* line 29, ../sass/base/_forms.scss */
  .form-control__success input[type="text"], .form-control__success
  input[type="email"], .form-control__success
  input[type="password"], .form-control__success
  textarea {
    border-color: #9fbb58;
    color: #9fbb58; }

/* line 35, ../sass/base/_forms.scss */
.form-group, .form-actions {
  text-align: center; }

/* line 38, ../sass/base/_forms.scss */
.form-control {
  margin-bottom: 2rem; }
  /* line 40, ../sass/base/_forms.scss */
  .form-control .label {
    font-weight: 300;
    font-size: 1.2rem;
    margin-top: 5px; }

/* line 46, ../sass/base/_forms.scss */
.form-control__notice {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  color: #fff; }

/* line 52, ../sass/base/_forms.scss */
.form-control__label {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0;
  padding: 0;
  margin: 0; }

/* line 56, ../sass/base/_forms.scss */
.label--success {
  color: #43b51f; }

/* line 59, ../sass/base/_forms.scss */
.label--error {
  color: #d54937; }

/* line 65, ../sass/base/_forms.scss */
.form-control--error input {
  border-color: #d54937; }

/* line 70, ../sass/base/_forms.scss */
.form-control--success input {
  border-color: #43b51f; }

/* line 75, ../sass/base/_forms.scss */
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 1.5em; }

/* line 78, ../sass/base/_forms.scss */
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em; }

/* line 81, ../sass/base/_forms.scss */
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 1.5em; }

/* line 84, ../sass/base/_forms.scss */
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  line-height: 1.5em; }

/* line 88, ../sass/base/_forms.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc; }

/* line 91, ../sass/base/_forms.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc; }

/* line 94, ../sass/base/_forms.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc; }

/* line 97, ../sass/base/_forms.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc; }

/* line 100, ../sass/base/_forms.scss */
.ck_form {
  background: #fff;
  line-height: 3.4rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 10px 0px; }

/* line 108, ../sass/base/_forms.scss */
#ck_success_msg p {
  text-align: center; }

/* line 111, ../sass/base/_forms.scss */
.ck_form .ck_subscribe_button {
  display: block;
  margin: 0 auto;
  width: 50%; }

/* line 116, ../sass/base/_forms.scss */
.ck_form, .ck_form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 121, ../sass/base/_forms.scss */
#ck_subscribe_form {
  clear: both; }

/* line 124, ../sass/base/_forms.scss */
.ck_form_content, .ck_form_fields {
  width: 50%;
  float: left;
  padding: 5%; }

/* line 129, ../sass/base/_forms.scss */
.ck_form_content {
  border-bottom: none; }

/* line 132, ../sass/base/_forms.scss */
.ck_form.ck_vertical {
  background: #fff; }

/* line 135, ../sass/base/_forms.scss */
.ck_vertical .ck_form_content, .ck_vertical .ck_form_fields {
  padding: 7%;
  width: 100%;
  float: none; }

/* line 140, ../sass/base/_forms.scss */
.ck_vertical .ck_form_content {
  padding-bottom: 0; }

@media all and (max-width: 499px) {
  /* line 144, ../sass/base/_forms.scss */
  .ck_form_content, .ck_form_fields {
    padding: 10%;
    width: 100%;
    float: none; } }
/* line 150, ../sass/base/_forms.scss */
.ck_form_content h3 {
  margin: 0px 0px 15px;
  padding: 0px; }

/* line 154, ../sass/base/_forms.scss */
.ck_errorArea {
  display: none; }

/* line 157, ../sass/base/_forms.scss */
.ck_label {
  font-weight: bold; }

/* line 160, ../sass/base/_forms.scss */
.ck_form input[type="text"], .ck_form input[type="email"] {
  padding: 15px 12px;
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #f8f7f7;
  /* layer fill content */
  margin-bottom: 7%;
  height: auto;
  border-radius: 0.3rem;
  font-weight: 400;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* line 171, ../sass/base/_forms.scss */
.ck_form .ck_opt_in_prompt {
  margin-left: 4px; }

/* line 174, ../sass/base/_forms.scss */
.ck_form .ck_opt_in_prompt p {
  display: inline; }

/* line 177, ../sass/base/_forms.scss */
.ck_form .ck_guarantee {
  text-align: center;
  padding: 5px 0px;
  display: block; }

/* line 182, ../sass/base/_forms.scss */
.ck_converted_content {
  display: none;
  padding: 5%;
  background: #fff; }

/* line 187, ../sass/base/_forms.scss */
.ck_form_container.ck_slide_up {
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  z-index: 500;
  display: none;
  max-width: 320px;
  min-width: 300px; }

/* line 196, ../sass/base/_forms.scss */
.ck_form_container.ck_slide_up.visible {
  display: block; }

/* line 199, ../sass/base/_forms.scss */
.ck_form_container.ck_slide_up .ck_form {
  margin: 0px; }

/* line 202, ../sass/base/_forms.scss */
.ck_close_link {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #777;
  -webkit-border-radius: 15x;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  display: none; }

/* line 219, ../sass/base/_forms.scss */
.ck_form_container.ck_slide_up {
  right: 50px; }

/* line 223, ../sass/base/_forms.scss */
label.big-label {
  padding-bottom: .4rem;
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 1.4;
  display: block; }

/* line 231, ../sass/base/_forms.scss */
.input-radio {
  margin-bottom: 1rem; }

/* line 235, ../sass/base/_forms.scss */
.input-radio input {
  margin-right: 1rem; }

@font-face {
  font-family: 'jacks';
  src: url("../fonts/jacks/jacks.eot");
  src: url("../fonts/jacks/jacks.eot?#iefix") format("embedded-opentype"), url("../fonts/jacks/jacks.woff") format("woff"), url("../fonts/jacks/jacks.ttf") format("truetype"), url("../fonts/jacks/jacks.svg#jacks") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: signpainter;
  src: url("../fonts/jacks/signpainter.ttf"); }
/* line 17, ../sass/base/_fonts.scss */
[class^="icon-"], [class*=" icon-"], .icon {
  font-family: 'jacks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 31, ../sass/base/_fonts.scss */
.icon-welcome:before {
  content: "\e608"; }

/* line 34, ../sass/base/_fonts.scss */
.icon-jack:before {
  content: "\e609"; }

/* line 37, ../sass/base/_fonts.scss */
.icon-jacks:before {
  content: "\e60a"; }

/* line 40, ../sass/base/_fonts.scss */
.icon-left:before {
  content: "\e607"; }

/* line 43, ../sass/base/_fonts.scss */
.icon-right:before {
  content: "\e606"; }

/* line 46, ../sass/base/_fonts.scss */
.icon-menu:before {
  content: "\e600"; }

/* line 49, ../sass/base/_fonts.scss */
.icon-phone:before {
  content: "\e602"; }

/* line 52, ../sass/base/_fonts.scss */
.icon-mail:before {
  content: "\e605"; }

/* line 55, ../sass/base/_fonts.scss */
.icon-clock:before {
  content: "\e601"; }

/* line 58, ../sass/base/_fonts.scss */
.icon-facebook:before {
  content: "\e603"; }

/* line 61, ../sass/base/_fonts.scss */
.icon-twitter:before {
  content: "\e604"; }

/* line 1, ../sass/modules/_media.scss */
.media {
  width: 100%;
  position: relative;
  padding-top: 10px; }
  /* line 3, ../sass/base/_mixins.scss */
  .media:before, .media:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .media:after {
    clear: both; }
  /* line 6, ../sass/modules/_media.scss */
  .media .image, .media .body {
    text-align: left; }
  /* line 9, ../sass/modules/_media.scss */
  .media .image {
    padding: 0;
    float: left;
    margin-right: 20px; }
  /* line 14, ../sass/modules/_media.scss */
  .media .image.pull-right {
    margin-left: 1rem; }
  /* line 17, ../sass/modules/_media.scss */
  .media .image img {
    display: block; }
  /* line 20, ../sass/modules/_media.scss */
  .media .body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
    position: relative; }
    /* line 25, ../sass/modules/_media.scss */
    .media .body > span {
      display: block; }

/* line 1, ../sass/modules/_nav.scss */
.nav, .post__breadcrumbs, .social, .footer nav, .categories, header[role=header] nav {
  height: auto;
  text-transform: uppercase; }
  /* line 4, ../sass/modules/_nav.scss */
  .nav ul, .post__breadcrumbs ul, .social ul, .footer nav ul, .categories ul, header[role=header] nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 3, ../sass/base/_mixins.scss */
    .nav ul:before, .post__breadcrumbs ul:before, .social ul:before, .footer nav ul:before, .categories ul:before, header[role=header] nav ul:before, .nav ul:after, .post__breadcrumbs ul:after, .social ul:after, .footer nav ul:after, .categories ul:after, header[role=header] nav ul:after {
      display: table;
      content: ""; }
    /* line 7, ../sass/base/_mixins.scss */
    .nav ul:after, .post__breadcrumbs ul:after, .social ul:after, .footer nav ul:after, .categories ul:after, header[role=header] nav ul:after {
      clear: both; }
  /* line 10, ../sass/modules/_nav.scss */
  .nav a, .post__breadcrumbs a, .social a, .footer nav a, .categories a, header[role=header] nav a {
    display: block; }

/* line 16, ../sass/modules/_nav.scss */
.nav--inline ul > li, header[role=header] nav ul > li {
  display: block;
  margin: 0; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .nav--inline ul > li, .lt-ie9 header[role=header] nav ul > li, header[role=header] .lt-ie9 nav ul > li {
    float: left; }
  @media screen and (min-width: 48em) {
    /* line 16, ../sass/modules/_nav.scss */
    .nav--inline ul > li, header[role=header] nav ul > li {
      float: left; } }

@media screen and (max-width: 47.9375em) {
  /* line 24, ../sass/modules/_nav.scss */
  .nav--collapse, header[role=header] nav {
    height: 0;
    overflow: hidden; } }

/* line 30, ../sass/modules/_nav.scss */
.nav--expand {
  height: auto !important;
  overflow: visible !important; }

/* line 35, ../sass/modules/_nav.scss */
nav[role=navigation] {
  padding-top: 40px; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 nav[role=navigation] {
    padding: 0;
    margin-top: 3px;
    float: right; }
  @media screen and (min-width: 48em) {
    /* line 35, ../sass/modules/_nav.scss */
    nav[role=navigation] {
      padding: 0;
      margin-top: 3px;
      float: right; } }
  @media screen and (max-width: 47.9375em) {
    /* line 44, ../sass/modules/_nav.scss */
    nav[role=navigation] ul {
      padding-top: 5px; } }
  @media screen and (max-width: 47.9375em) {
    /* line 50, ../sass/modules/_nav.scss */
    nav[role=navigation] li {
      border-top: 1px solid #d8d8d8; }
      /* line 53, ../sass/modules/_nav.scss */
      nav[role=navigation] li:first-child {
        border-top: 0; }
      /* line 56, ../sass/modules/_nav.scss */
      nav[role=navigation] li:last-child {
        border-top: 0; } }
  /* line 62, ../sass/modules/_nav.scss */
  nav[role=navigation] a {
    padding: 5px 0; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 nav[role=navigation] a {
      line-height: 1.4rem;
      padding: 13px 15px;
      margin-right: 2rem; }
    @media screen and (min-width: 48em) {
      /* line 62, ../sass/modules/_nav.scss */
      nav[role=navigation] a {
        line-height: 1.4rem;
        padding: 13px 15px;
        margin-right: 2rem; } }
  /* line 70, ../sass/modules/_nav.scss */
  nav[role=navigation] a.btn {
    margin-right: 0;
    padding: 13px 15px; }

/* line 76, ../sass/modules/_nav.scss */
a[data-toggle=nav-toggle] {
  display: block;
  padding: 4px 0; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 a[data-toggle=nav-toggle] {
    display: none; }
  @media screen and (min-width: 48em) {
    /* line 76, ../sass/modules/_nav.scss */
    a[data-toggle=nav-toggle] {
      display: none; } }

/* line 1, ../sass/modules/_logo.scss */
.logo {
  background-image: url(../img/jack.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 240px auto;
  padding-bottom: 140px;
  padding-left: 15px;
  width: 240px;
  margin: auto;
  display: block; }
  /* line 11, ../sass/modules/_logo.scss */
  .logo h1 {
    font-size: 2.2rem; }
    @media screen and (min-width: 30em) {
      /* line 11, ../sass/modules/_logo.scss */
      .logo h1 {
        font-size: 2.8rem; } }

/* line 19, ../sass/modules/_logo.scss */
.logo--longtext {
  width: 100%;
  padding-left: 0; }

/* line 24, ../sass/modules/_logo.scss */
.why-choose-jack .logo--longtext p {
  text-align: center; }

/* line 28, ../sass/modules/_logo.scss */
.logo--heading {
  width: 100%;
  padding-left: 0; }

/* line 1, ../sass/modules/_mascot.scss */
.mascot {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background-image: url(../img/logo.png);
  background-size: cover; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .mascot {
    height: 47px;
    width: 47px; }
  @media screen and (min-width: 48em) {
    /* line 1, ../sass/modules/_mascot.scss */
    .mascot {
      height: 47px;
      width: 47px; } }

/* line 1, ../sass/modules/_buttons.scss */
.btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  padding: 13px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  white-space: nowrap;
  border-radius: 0.3rem;
  -webkit-transition: .1s all;
  -moz-transition: .1s all;
  -ms-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all; }
  /* line 23, ../sass/modules/_buttons.scss */
  .btn i {
    vertical-align: middle;
    position: absolute;
    font-size: 2rem;
    margin-top: -3px; }
  /* line 29, ../sass/modules/_buttons.scss */
  .btn.with-icon-left {
    padding-left: 40px; }
    /* line 31, ../sass/modules/_buttons.scss */
    .btn.with-icon-left i {
      left: 15px; }
  /* line 35, ../sass/modules/_buttons.scss */
  .btn.with-icon-right {
    padding-right: 40px; }
    /* line 37, ../sass/modules/_buttons.scss */
    .btn.with-icon-right i {
      right: 15px; }

/* line 43, ../sass/modules/_buttons.scss */
.btn--primary {
  background-color: #ff6600;
  color: #fff; }
  /* line 46, ../sass/modules/_buttons.scss */
  .btn--primary:hover {
    background-color: #f56200;
    color: #fff; }

/* line 52, ../sass/modules/_buttons.scss */
.btn--secondary {
  background-color: #d5e8ee;
  color: #2d9ab7; }
  /* line 55, ../sass/modules/_buttons.scss */
  .btn--secondary:hover {
    color: #2d9ab7;
    background-color: #b1d4df; }

/* line 61, ../sass/modules/_buttons.scss */
.btn--large {
  padding: 3.47rem 3rem;
  border: 0;
  line-height: normal; }

/* line 67, ../sass/modules/_buttons.scss */
.gamma .btn {
  float: right;
  margin-left: 10px;
  margin-top: -5px; }

/* line 1, ../sass/modules/_hero.scss */
.hero {
  position: relative;
  background-image: url(../img/ink-large.png);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding-top: 20px;
  text-align: center; }
  /* line 9, ../sass/modules/_hero.scss */
  .hero .logo {
    margin-bottom: 80px; }

/* line 15, ../sass/modules/_hero.scss */
.ie9 .logo h1,
.ie10 .logo h1,
.ie11 .logo h1 {
  margin-bottom: 50%; }

/* line 1, ../sass/modules/_callout.scss */
.callout {
  margin-bottom: 100px;
  position: relative;
  background: #fff;
  border: 1px solid #ededee;
  text-align: center;
  border-radius: 0.3rem;
  padding: 20px; }
  /* line 3, ../sass/base/_mixins.scss */
  .callout:before, .callout:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .callout:after {
    clear: both; }
  /* line 10, ../sass/modules/_callout.scss */
  .callout > div {
    margin: 0; }

/* line 16, ../sass/modules/_callout.scss */
.callout--special:before {
  content: '';
  position: absolute;
  top: -40px;
  left: -10px;
  background-image: url(../img/special.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 94px;
  height: 64px; }

/* line 29, ../sass/modules/_callout.scss */
.callout--share {
  margin-bottom: 0; }
  /* line 31, ../sass/modules/_callout.scss */
  .callout--share .gamma {
    font-size: 1.8rem;
    text-align: left; }
    @media screen and (max-width: 42.4375em) {
      /* line 31, ../sass/modules/_callout.scss */
      .callout--share .gamma {
        margin-bottom: 10px;
        text-align: center; } }
    @media screen and (max-width: 42.4375em) {
      /* line 38, ../sass/modules/_callout.scss */
      .callout--share .gamma > span {
        display: block; } }
  /* line 44, ../sass/modules/_callout.scss */
  .callout--share .icon-twitter, .callout--share .icon-facebook {
    width: 32px;
    height: 32px;
    font-size: 2rem;
    display: inline-block; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .callout--share .icon-twitter, .lt-ie9 .callout--share .icon-facebook {
      float: right;
      margin-left: 10px;
      margin-top: -3px; }
    @media screen and (min-width: 42.5em) {
      /* line 44, ../sass/modules/_callout.scss */
      .callout--share .icon-twitter, .callout--share .icon-facebook {
        float: right;
        margin-left: 10px;
        margin-top: -3px; } }

/* Quote iframe page */
/* line 3, ../sass/modules/_quote.scss */
.quote-iframe {
  background-color: #fff;
  padding: 25px 25px;
  border-radius: 4px;
  border: 4px rgba(0, 0, 0, 0.1) solid; }

/* End quote iframe page */
/* Redirect modal */
/* line 14, ../sass/modules/_quote.scss */
.redirectModal {
  background: #FFF;
  width: 275px;
  margin-left: -137px;
  margin-top: -125px;
  position: fixed;
  left: 50%;
  padding: 24px 16px 8px;
  top: 40%;
  z-index: 100001;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: none;
  text-align: center; }
  /* line 30, ../sass/modules/_quote.scss */
  .redirectModal p {
    line-height: 1.6; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .redirectModal {
    width: 350px;
    margin-left: -175px;
    margin-top: -75px; }
  @media screen and (min-width: 25.625em) {
    /* line 14, ../sass/modules/_quote.scss */
    .redirectModal {
      width: 350px;
      margin-left: -175px;
      margin-top: -75px; } }

/* line 42, ../sass/modules/_quote.scss */
.loading-gif {
  width: 25px; }

/* line 46, ../sass/modules/_quote.scss */
.modalOverlay {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: radial, ellipse closest-corner 50% 50%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  display: none; }

/* line 61, ../sass/modules/_quote.scss */
.modal-ibj-logo {
  width: 37px;
  vertical-align: middle; }

/* line 66, ../sass/modules/_quote.scss */
.modal-sb-logo {
  width: 34px;
  vertical-align: middle; }

/* line 71, ../sass/modules/_quote.scss */
.modal-plus {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
  font-weight: bold;
  opacity: .4; }

/* line 80, ../sass/modules/_quote.scss */
.modal-logo-wrap {
  margin-top: 1.5em;
  margin-bottom: 1.25em; }

/* End redirect modal */
/* line 87, ../sass/modules/_quote.scss */
.quote {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/ink-large.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  /* line 94, ../sass/modules/_quote.scss */
  .quote h2, .quote em {
    text-align: center;
    display: block;
    margin-bottom: 40px; }
  /* line 99, ../sass/modules/_quote.scss */
  .quote em {
    font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 400;
    margin-top: -35px;
    margin-bottom: 40px; }

/* line 107, ../sass/modules/_quote.scss */
.form--quote {
  position: relative;
  text-align: center; }
  /* line 113, ../sass/modules/_quote.scss */
  .form--quote .form-control {
    width: 100%;
    margin: 0; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .form--quote .form-control {
      padding-right: 140px; }
    @media screen and (min-width: 37.5em) {
      /* line 113, ../sass/modules/_quote.scss */
      .form--quote .form-control {
        padding-right: 140px; } }
    @media screen and (max-width: 37.4375em) {
      /* line 119, ../sass/modules/_quote.scss */
      .form--quote .form-control input[type=text] {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .form--quote .form-action {
    width: auto;
    position: absolute;
    top: 0;
    right: 2rem;
    margin: 0; }
  @media screen and (min-width: 37.5em) {
    /* line 128, ../sass/modules/_quote.scss */
    .form--quote .form-action {
      width: auto;
      position: absolute;
      top: 0;
      right: 2rem;
      margin: 0; } }
  /* line 136, ../sass/modules/_quote.scss */
  .form--quote .form-action .btn {
    width: 100%; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .form--quote .form-action .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    @media screen and (min-width: 37.5em) {
      /* line 136, ../sass/modules/_quote.scss */
      .form--quote .form-action .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    @media screen and (max-width: 37.4375em) {
      /* line 136, ../sass/modules/_quote.scss */
      .form--quote .form-action .btn {
        border-top-right-radius: 0;
        border-top-left-radius: 0; } }

/* line 3, ../sass/modules/_post.scss */
.post header h1 {
  text-transform: none; }
/* line 6, ../sass/modules/_post.scss */
.post header h3, .post header h2 {
  margin-bottom: 10px;
  font-weight: bold; }
/* line 10, ../sass/modules/_post.scss */
.post header li {
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -moz-font-feature-settings: 'kern=1, onum=1, liga=1';
  -ms-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; }
/* line 17, ../sass/modules/_post.scss */
.post .post__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px; }
  /* line 3, ../sass/base/_mixins.scss */
  .post .post__meta:before, .post .post__meta:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .post .post__meta:after {
    clear: both; }
  /* line 24, ../sass/modules/_post.scss */
  .post .post__meta li {
    margin-left: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    display: block;
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400; }
@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  /* line 24, ../sass/modules/_post.scss */
  .post .post__meta li {
    float: left;
    margin-left: 10px; } }

    /* line 39, ../sass/modules/_post.scss */
    .post .post__meta li img {
      border: 0; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .post .post__meta li {
      float: left;
      margin-left: 20px; }
    @media screen and (min-width: 62.5em) {
      /* line 24, ../sass/modules/_post.scss */
      .post .post__meta li {
        float: left;
        margin-left: 20px; } }
    /* line 46, ../sass/modules/_post.scss */
    .post .post__meta li:first-child {
      margin-left: 0; }
  /* line 50, ../sass/modules/_post.scss */
  .post .post__meta .icon-clock:before {
    margin-right: 12px;
    vertical-align: middle;
    font-size: 2.4rem; }
  /* line 55, ../sass/modules/_post.scss */
  .post .post__meta img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px; }
/* line 64, ../sass/modules/_post.scss */
.post img {
  border: 5px solid #fff; }
/* line 68, ../sass/modules/_post.scss */
.posts .post {
  background-image: url(../img/rope.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 130px;
  margin-bottom: 60px; }

/* line 78, ../sass/modules/_post.scss */
.post__user {
  margin: 30px 0 60px 0;
  background-image: url(../img/ink-large.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  /* line 84, ../sass/modules/_post.scss */
  .post__user h4 {
    text-transform: uppercase; }
  /* line 87, ../sass/modules/_post.scss */
  .post__user img {
    border-radius: 100%;
    border: 5px solid #fff;
    width: 60px; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .post__user img {
      width: 120px; }
    @media screen and (min-width: 50em) {
      /* line 87, ../sass/modules/_post.scss */
      .post__user img {
        width: 120px; } }
  /* line 95, ../sass/modules/_post.scss */
  .post__user p {
    font-size: 1.4rem;
    line-height: 2.4rem; }

/* line 101, ../sass/modules/_post.scss */
.post__breadcrumbs {
  margin-bottom: 20px; }
  /* line 104, ../sass/modules/_post.scss */
  .post__breadcrumbs ul > li {
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    margin-left: 10px;
    float: left;
    color: #5f5f5f; }
    /* line 111, ../sass/modules/_post.scss */
    .post__breadcrumbs ul > li:first-child {
      margin-left: 0; }
    /* line 114, ../sass/modules/_post.scss */
    .post__breadcrumbs ul > li a {
      display: inline-block;
      margin-right: 6px;
      color: #5f5f5f; }
      /* line 118, ../sass/modules/_post.scss */
      .post__breadcrumbs ul > li a:hover {
        color: #ff6600; }

/* line 1, ../sass/modules/_social.scss */
.icon-twitter, .icon-facebook, .icon-mail, .icon-phone {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #ccc;
  display: block;
  text-align: center;
  font-size: 3rem;
  position: relative;
  color: #fff; }
  /* line 11, ../sass/modules/_social.scss */
  .icon-twitter:before, .icon-facebook:before, .icon-mail:before, .icon-phone:before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    line-height: 0; }
  /* line 19, ../sass/modules/_social.scss */
  .icon-twitter span, .icon-facebook span, .icon-mail span, .icon-phone span {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    height: 0;
    padding: 0;
    margin: 0; }

/* line 26, ../sass/modules/_social.scss */
.social ul, .footer nav ul {
  display: inline-block; }
/* line 29, ../sass/modules/_social.scss */
.social ul > li, .footer nav ul > li {
  margin-left: 15px;
  float: left; }
  /* line 32, ../sass/modules/_social.scss */
  .social ul > li:first-child, .footer nav ul > li:first-child {
    margin-left: 0; }

/* line 40, ../sass/modules/_social.scss */
.icon-twitter {
  background-color: #3e97da; }
  /* line 43, ../sass/modules/_social.scss */
  .icon-twitter:hover {
    background-color: #257dc0;
    color: #fff; }

/* line 48, ../sass/modules/_social.scss */
.icon-facebook {
  background-color: #3b5998; }
  /* line 51, ../sass/modules/_social.scss */
  .icon-facebook:hover {
    background-color: #2d4373;
    color: #fff; }

/* line 56, ../sass/modules/_social.scss */
.icon-mail {
  background-color: #d54937; }
  /* line 59, ../sass/modules/_social.scss */
  .icon-mail:hover {
    background-color: #b33626;
    color: #fff; }

/* line 64, ../sass/modules/_social.scss */
.icon-phone {
  background-color: #43b51f; }
  /* line 67, ../sass/modules/_social.scss */
  .icon-phone:hover {
    color: #fff;
    background-color: #338918; }

/* line 73, ../sass/modules/_social.scss */
.jack-widget {
  display: inline;
  position: relative; }

/* line 78, ../sass/modules/_social.scss */
.jack-widget:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 116px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 10px;
  position: absolute;
  z-index: 98;
  width: 280px;
  text-align: center; }

/* line 93, ../sass/modules/_social.scss */
.jack-widget:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 110px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99; }

/* line 1, ../sass/modules/_content.scss */
.content, .why-choose-jack article, .about-jack article {
  position: relative;
  margin: 50px 0; }
  @media screen and (min-width: 37.5em) {
    /* line 1, ../sass/modules/_content.scss */
    .content, .why-choose-jack article, .about-jack article {
      display: block;
      padding-left: 45%;
      padding-right: 0;
      min-height: 340px; } }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .content, .lt-ie9 .why-choose-jack article, .why-choose-jack .lt-ie9 article, .lt-ie9 .about-jack article, .about-jack .lt-ie9 article {
    min-height: 380px;
    display: block;
    padding-left: 50%;
    padding-right: 5rem;
    padding-top: 2rem; }
  @media screen and (min-width: 62.5em) {
    /* line 1, ../sass/modules/_content.scss */
    .content, .why-choose-jack article, .about-jack article {
      min-height: 380px;
      display: block;
      padding-left: 50%;
      padding-right: 5rem;
      padding-top: 2rem; } }
  /* line 17, ../sass/modules/_content.scss */
  .content h3, .why-choose-jack article h3, .about-jack article h3 {
    text-transform: none; }
@media screen and (min-width: 30em) and (max-width: 37.4375em) {
  /* line 17, ../sass/modules/_content.scss */
  .content h3, .why-choose-jack article h3, .about-jack article h3 {
    padding-left: 90px;
    min-height: 64px; } }

@media screen and (min-width: 37.5em) {
  /* line 27, ../sass/modules/_content.scss */
  .content--alt, .why-choose-jack article:nth-child(odd), .about-jack article:nth-child(even) {
    padding-right: 45%;
    padding-left: 0; } }
/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 .content--alt, .lt-ie9 .why-choose-jack article:nth-child(odd), .why-choose-jack .lt-ie9 article:nth-child(odd), .lt-ie9 .about-jack article:nth-child(even), .about-jack .lt-ie9 article:nth-child(even) {
  padding-right: 50%;
  padding-left: 5rem; }
@media screen and (min-width: 62.5em) {
  /* line 27, ../sass/modules/_content.scss */
  .content--alt, .why-choose-jack article:nth-child(odd), .about-jack article:nth-child(even) {
    padding-right: 50%;
    padding-left: 5rem; } }
@media screen and (min-width: 37.5em) {
  /* line 36, ../sass/modules/_content.scss */
  .content--alt .content__img, .why-choose-jack article:nth-child(odd) .content__img, .about-jack article:nth-child(even) .content__img, .content--alt .why-choose-jack figure, .why-choose-jack .content--alt figure, .why-choose-jack article:nth-child(odd) figure, .content--alt .about-jack figure, .about-jack .content--alt figure, .about-jack article:nth-child(even) figure {
    left: auto;
    right: 0; } }

/* line 43, ../sass/modules/_content.scss */
.content__img, .why-choose-jack figure, .about-jack figure {
  text-align: center;
  margin: auto;
  width: 70px;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .content__img, .lt-ie9 .why-choose-jack figure, .why-choose-jack .lt-ie9 figure, .lt-ie9 .about-jack figure, .about-jack .lt-ie9 figure {
    margin-top: 0;
    display: block; }
  @media screen and (min-width: 30em) {
    /* line 43, ../sass/modules/_content.scss */
    .content__img, .why-choose-jack figure, .about-jack figure {
      margin-top: 0;
      display: block; } }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .content__img, .lt-ie9 .why-choose-jack figure, .why-choose-jack .lt-ie9 figure, .lt-ie9 .about-jack figure, .about-jack .lt-ie9 figure {
    width: 40%;
    padding: 50px;
    background-image: url(../img/ink-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  @media screen and (min-width: 37.5em) {
    /* line 43, ../sass/modules/_content.scss */
    .content__img, .why-choose-jack figure, .about-jack figure {
      width: 40%;
      padding: 50px;
      background-image: url(../img/ink-small.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto; } }
  /* line 66, ../sass/modules/_content.scss */
  .content__img img, .why-choose-jack figure img, .about-jack figure img {
    width: 100%; }

/* line 1, ../sass/modules/_newsletter.scss */
.newsletter {
  background: #d5e8ee;
  padding: 15px;
  border-radius: 6px;
  background-image: url(../img/ink-large.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }
  /* line 9, ../sass/modules/_newsletter.scss */
  .newsletter h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    color: #2d9ab7;
    margin: 0;
    margin-bottom: 10px; }
  /* line 17, ../sass/modules/_newsletter.scss */
  .newsletter .form-control {
    width: 100%;
    margin: 0; }
    /* line 20, ../sass/modules/_newsletter.scss */
    .newsletter .form-control input[type=text] {
      padding: 10px;
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  /* line 27, ../sass/modules/_newsletter.scss */
  .newsletter .btn {
    padding: 10px;
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

/* line 34, ../sass/modules/_newsletter.scss */
.unsubscribe {
  width: 60%;
  font-size: 80%;
  text-align: center !important;
  margin: auto;
  padding-top: 20px; }

/* line 1, ../sass/modules/_categories.scss */
.categories {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 40px; }
  /* line 6, ../sass/modules/_categories.scss */
  .categories h2 {
    padding: 15px 0 15px 15px;
    font-size: 1.6rem;
    margin-bottom: 0; }
  /* line 11, ../sass/modules/_categories.scss */
  .categories li {
    margin: 0; }
  /* line 14, ../sass/modules/_categories.scss */
  .categories a {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 30px 15px 30px 70px;
    border-top: 1px solid #F2F2F2;
    display: block;
    position: relative;
    color: #939393; }
    /* line 23, ../sass/modules/_categories.scss */
    .categories a:hover {
      color: #101010; }
    /* line 26, ../sass/modules/_categories.scss */
    .categories a:before {
      position: absolute;
      top: 15px;
      left: 15px; }
  /* line 32, ../sass/modules/_categories.scss */
  .categories .active a {
    background: #F8F8F8;
    color: #101010; }

/* line 38, ../sass/modules/_categories.scss */
.icon-categories, .icon-news, .icon-interviews, .icon-technolagy, .icon-insurance, .icon-design, .icon-business {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  /* line 40, ../sass/modules/_categories.scss */
  .icon-categories:before, .icon-news:before, .icon-interviews:before, .icon-technolagy:before, .icon-insurance:before, .icon-design:before, .icon-business:before {
    content: '';
    display: block;
    width: 44px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: auto 100%; }

/* line 51, ../sass/modules/_categories.scss */
.icon-categories:before {
  background-image: url(../img/icons/categories.png); }

/* line 57, ../sass/modules/_categories.scss */
.icon-news:before {
  background-image: url(../img/icons/news.png); }

/* line 63, ../sass/modules/_categories.scss */
.icon-interviews:before {
  background-image: url(../img/icons/interviews.png); }

/* line 69, ../sass/modules/_categories.scss */
.icon-technolagy:before {
  background-image: url(../img/icons/tech.png); }

/* line 75, ../sass/modules/_categories.scss */
.icon-insurance:before {
  background-image: url(../img/icons/insurance.png); }

/* line 81, ../sass/modules/_categories.scss */
.icon-design:before {
  background-image: url(../img/icons/design.png); }

/* line 88, ../sass/modules/_categories.scss */
.icon-business:before {
  background-image: url(../img/icons/business.png); }

/* line 1, ../sass/modules/_chat.scss */
.chat-window {
  max-width: 800px;
  margin: auto;
  min-height: 80vh; }
  /* line 5, ../sass/modules/_chat.scss */
  .chat-window .error {
    color: white;
    width: 100%;
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
    background: red;
    margin-top: 3rem; }
    /* line 13, ../sass/modules/_chat.scss */
    .chat-window .error p {
      margin-bottom: 0; }
  /* line 17, ../sass/modules/_chat.scss */
  .chat-window .inline-error {
    position: absolute;
    right: 120px;
    padding-top: 2rem;
    color: red;
    font-weight: 400;
    text-align: right; }
  /* line 25, ../sass/modules/_chat.scss */
  .chat-window ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFBE92; }
  /* line 28, ../sass/modules/_chat.scss */
  .chat-window :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFBE92;
    opacity: 1; }
  /* line 32, ../sass/modules/_chat.scss */
  .chat-window ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFBE92;
    opacity: 1; }
  /* line 36, ../sass/modules/_chat.scss */
  .chat-window :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFBE92; }

/* line 41, ../sass/modules/_chat.scss */
.chat-next {
  text-align: center;
  margin-top: 4rem;
  background-image: url(/img/ink-large.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40% auto;
  padding: 1rem 0 5rem; }
  /* line 49, ../sass/modules/_chat.scss */
  .chat-next .btn {
    font-size: 1.3rem;
    padding: 2rem 4.5rem; }
    /* line 52, ../sass/modules/_chat.scss */
    .chat-next .btn:active {
      color: rgba(255, 255, 255, 0.7); }

@keyframes pop {
  /* line 59, ../sass/modules/_chat.scss */
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(-10px); }

  /* line 63, ../sass/modules/_chat.scss */
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
/* line 69, ../sass/modules/_chat.scss */
.chat-message {
  padding: 3rem 0;
  text-align: left;
  animation: pop .6s forwards ease;
  opacity: 0;
  position: relative;
  padding-left: 5rem; }
  @media (min-width: 680px) {
    /* line 69, ../sass/modules/_chat.scss */
    .chat-message {
      padding-left: 8rem; } }
  /* line 79, ../sass/modules/_chat.scss */
  .chat-message.with-error {
    padding-bottom: 6rem; }

/* line 84, ../sass/modules/_chat.scss */
.chat-message--jack {
  animation-delay: .3s; }

/* line 88, ../sass/modules/_chat.scss */
.chat-message--user {
  text-align: right;
  animation-delay: 1.3s;
  padding-left: 0;
  padding-right: 5rem; }
  @media (min-width: 680px) {
    /* line 88, ../sass/modules/_chat.scss */
    .chat-message--user {
      padding-right: 9rem; } }

/* line 98, ../sass/modules/_chat.scss */
.chat-avatar {
  display: inline-block;
  width: 40px;
  position: absolute;
  overflow: visible;
  bottom: 5rem;
  left: 0; }
  @media (min-width: 680px) {
    /* line 98, ../sass/modules/_chat.scss */
    .chat-avatar {
      width: 80px; } }
  /* line 108, ../sass/modules/_chat.scss */
  .chat-avatar img {
    width: 100%;
    position: absolute;
    left: 0; }
    @media (min-width: 680px) {
      /* line 108, ../sass/modules/_chat.scss */
      .chat-avatar img {
        top: -3.5rem; } }

/* line 118, ../sass/modules/_chat.scss */
.chat-avatar--user {
  left: auto;
  right: 0; }
  /* line 121, ../sass/modules/_chat.scss */
  .chat-avatar--user img {
    width: 70%; }
    @media (min-width: 680px) {
      /* line 121, ../sass/modules/_chat.scss */
      .chat-avatar--user img {
        top: -2.5rem; } }

/* line 129, ../sass/modules/_chat.scss */
.chat-bubble {
  display: inline-block;
  margin-left: 2rem;
  width: 80%;
  max-width: 400px;
  padding: 1.5rem 2rem;
  border-radius: 24px;
  font-size: 1.1rem;
  position: relative; }
  @media (min-width: 680px) {
    /* line 129, ../sass/modules/_chat.scss */
    .chat-bubble {
      font-size: 1.6rem;
      padding: 2rem 2.4rem; } }
  /* line 142, ../sass/modules/_chat.scss */
  .chat-bubble p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
    text-align: left; }
  /* line 148, ../sass/modules/_chat.scss */
  .chat-bubble p + p {
    margin-top: 3.4rem; }

/* line 153, ../sass/modules/_chat.scss */
.chat-bubble--jack {
  color: black;
  background: white; }
  /* line 156, ../sass/modules/_chat.scss */
  .chat-bubble--jack:after {
    content: '';
    width: 19px;
    height: 30px;
    background-image: url("/img/speech-after-jack.png");
    display: block;
    position: absolute;
    left: -3px;
    bottom: 0;
    background-size: cover; }

/* line 169, ../sass/modules/_chat.scss */
.chat-bubble--user {
  color: white;
  background-color: #ff6600; }
  /* line 172, ../sass/modules/_chat.scss */
  .chat-bubble--user:after {
    content: '';
    width: 19px;
    height: 30px;
    background-image: url("/img/speech-after-user.png");
    display: block;
    position: absolute;
    right: -3px;
    bottom: 0;
    background-size: cover; }
  /* line 183, ../sass/modules/_chat.scss */
  .chat-bubble--user + .chat-bubble--user {
    margin-top: 3rem; }

/* line 188, ../sass/modules/_chat.scss */
.chat-input {
  display: block;
  padding-right: 20%; }

/* line 193, ../sass/modules/_chat.scss */
.chat-input--required {
  position: relative; }
  /* line 195, ../sass/modules/_chat.scss */
  .chat-input--required:after {
    content: '*';
    position: absolute;
    top: 10px;
    right: 15%; }

/* line 203, ../sass/modules/_chat.scss */
.chat-input--prefixed {
  padding-left: 20px;
  position: relative;
  font-size: 1.5rem; }
  /* line 207, ../sass/modules/_chat.scss */
  .chat-input--prefixed .chat-input--text[type="text"] {
    display: inline; }
  /* line 210, ../sass/modules/_chat.scss */
  .chat-input--prefixed .prefix {
    position: absolute;
    left: 0;
    bottom: 5px; }

/* line 217, ../sass/modules/_chat.scss */
.chat-input--text[type="text"],
.chat-input--text[type="email"],
.chat-input--text[type="number"] {
  background: none;
  padding: 1rem 0 .5rem;
  border-bottom: 1px solid white;
  color: white;
  font-size: 1.2em;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: 100; }

/* line 230, ../sass/modules/_chat.scss */
.multi-input {
  display: block;
  border: 1px solid white;
  border-radius: 6px;
  max-width: 200px;
  margin-top: 1.3rem; }
  /* line 236, ../sass/modules/_chat.scss */
  .multi-input.full {
    max-width: 400px; }
  /* line 239, ../sass/modules/_chat.scss */
  .multi-input .multi-input--option {
    display: block;
    text-align: left;
    cursor: pointer;
    color: white;
    padding: .7rem 1rem;
    font-size: 1.1rem; }
    @media (min-width: 680px) {
      /* line 239, ../sass/modules/_chat.scss */
      .multi-input .multi-input--option {
        padding: 1.3rem 2rem;
        font-size: 1.4rem; } }
    /* line 250, ../sass/modules/_chat.scss */
    .multi-input .multi-input--option[data-active-option] {
      background: white;
      color: #ff6600;
      font-weight: normal; }
      /* line 254, ../sass/modules/_chat.scss */
      .multi-input .multi-input--option[data-active-option] b {
        color: #ff6600; }
      /* line 257, ../sass/modules/_chat.scss */
      .multi-input .multi-input--option[data-active-option]:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      /* line 261, ../sass/modules/_chat.scss */
      .multi-input .multi-input--option[data-active-option]:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    /* line 266, ../sass/modules/_chat.scss */
    .multi-input .multi-input--option b {
      color: white; }

/* line 272, ../sass/modules/_chat.scss */
.chat-btn {
  background: white;
  color: #ff6600;
  border-radius: 4px;
  border: none;
  padding: 1rem 1.4rem;
  -webkit-appearance: none;
  clear: both;
  margin-top: 2rem;
  float: left; }

/* line 284, ../sass/modules/_chat.scss */
.chat-range {
  width: 100%;
  margin-top: 2.5rem;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 2.5rem; }

/* line 292, ../sass/modules/_chat.scss */
.chat-range--readout {
  font-weight: 900;
  color: white; }

/* line 297, ../sass/modules/_chat.scss */
.chat-input--range {
  width: 100%; }

/* line 301, ../sass/modules/_chat.scss */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 8px;
  background: transparent; }

/* line 308, ../sass/modules/_chat.scss */
input[type=range]:focus {
  outline: none; }

/* Special styling for WebKit/Blink */
/* line 313, ../sass/modules/_chat.scss */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 26px;
  width: 26px;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  margin-top: -9px;
  box-shadow: none;
  border: 2px solid #ff6600; }

/* All the same stuff for Firefox */
/* line 327, ../sass/modules/_chat.scss */
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 26px;
  width: 26px;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  margin-top: -9px;
  box-shadow: none;
  border: 2px solid #ff6600; }

/* All the same stuff for IE */
/* line 341, ../sass/modules/_chat.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 36px;
  width: 36px;
  border-radius: 999px;
  background: #000;
  cursor: pointer;
  box-shadow: none; }

/* line 351, ../sass/modules/_chat.scss */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  border: none; }

/* line 361, ../sass/modules/_chat.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.5); }

/* line 365, ../sass/modules/_chat.scss */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  border: none; }

/* line 375, ../sass/modules/_chat.scss */
input[type=range]::-ms-track {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  border: none;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

/* line 387, ../sass/modules/_chat.scss */
input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 5.4px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  border: none; }

/* line 396, ../sass/modules/_chat.scss */
input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.5); }

/* line 399, ../sass/modules/_chat.scss */
input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 999px;
  box-shadow: none; }

/* line 405, ../sass/modules/_chat.scss */
input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.5); }

/* line 410, ../sass/modules/_chat.scss */
#risk-form .error {
  color: white;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  background: red;
  margin-top: 3rem;
  margin-bottom: 4rem; }
  /* line 419, ../sass/modules/_chat.scss */
  #risk-form .error p {
    margin-bottom: 0; }

/* line 426, ../sass/modules/_chat.scss */
.risk-questions h4 {
  text-align: center;
  background-image: url(../img/ink-med.png);
  background-repeat: no-repeat;
  height: 100px;
  padding-top: 25px; }
/* line 433, ../sass/modules/_chat.scss */
.risk-questions p {
  text-align: center; }
/* line 436, ../sass/modules/_chat.scss */
.risk-questions .form-control {
  border-left: 2px solid #FF6600;
  padding-left: 25px;
  margin: 70px 0; }
/* line 441, ../sass/modules/_chat.scss */
.risk-questions .form-control:first-of-type, .risk-questions .form-control:nth-of-type(2), .risk-questions .form-control:last-of-type {
  border: none; }
/* line 444, ../sass/modules/_chat.scss */
.risk-questions .form-control:first-of-type {
  margin: 0; }
/* line 447, ../sass/modules/_chat.scss */
.risk-questions .input-radio {
  display: inline-block; }
/* line 450, ../sass/modules/_chat.scss */
.risk-questions .input-radio label {
  margin-right: 17px;
  font-weight: bold; }
/* line 454, ../sass/modules/_chat.scss */
.risk-questions .btn {
  margin: 0 auto 80px;
  display: block; }
/* line 458, ../sass/modules/_chat.scss */
.risk-questions li {
  color: #FF6600;
  line-height: 1.5em; }
/* line 462, ../sass/modules/_chat.scss */
.risk-questions li p {
  color: rgba(15, 15, 15, 0.6);
  text-align: left;
  margin-bottom: 7px; }

/* line 469, ../sass/modules/_chat.scss */
.chat-link-user {
  width: 80%;
  max-width: 400px;
  margin-left: 2rem;
  text-align: center;
  display: block;
  float: right;
  padding-top: 2rem; }

/* line 479, ../sass/modules/_chat.scss */
.script {
  font-family: signpainter;
  font-size: 3rem;
  margin-right: 20px;
  color: #FF6600; }

/* line 487, ../sass/modules/_chat.scss */
.risk-question-form .logo--longtext {
  width: 80%;
  margin: 0 auto; }
/* line 491, ../sass/modules/_chat.scss */
.risk-question-form ol {
  display: inline-block; }
/* line 494, ../sass/modules/_chat.scss */
.risk-question-form ol li {
  list-style-type: none;
  text-align: left;
  line-height: 2.5em; }
/* line 499, ../sass/modules/_chat.scss */
.risk-question-form .mascot {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background-image: url(../img/logo.png);
  background-size: cover; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .risk-question-form .mascot {
    height: 47px;
    width: 47px; }
  @media screen and (min-width: 48em) {
    /* line 499, ../sass/modules/_chat.scss */
    .risk-question-form .mascot {
      height: 47px;
      width: 47px; } }
/* line 511, ../sass/modules/_chat.scss */
.risk-question-form header[role=header] .mascot {
  float: none;
  margin: 0 auto; }

/* line 519, ../sass/modules/_chat.scss */
.payment-details .form-control {
  border: none; }

/* line 524, ../sass/modules/_chat.scss */
.line-separator {
  height: 1px;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottm: 1px solid #d4d4d4;
  margin: 50px 0; }

/* line 1, ../sass/modules/_benefits.scss */
.benefits-row {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30vh;
  position: relative; }
  /* line 3, ../sass/base/_mixins.scss */
  .benefits-row:before, .benefits-row:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .benefits-row:after {
    clear: both; }
  /* line 6, ../sass/modules/_benefits.scss */
  .benefits-row h1 {
    font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: .75rem; }
  /* line 12, ../sass/modules/_benefits.scss */
  .benefits-row h4 {
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-bottom: 1.2rem; }
  /* line 19, ../sass/modules/_benefits.scss */
  .benefits-row p {
    margin-bottom: 10vh; }
    @media (min-width: 760px) {
      /* line 21, ../sass/modules/_benefits.scss */
      .benefits-row p.cushion {
        margin-bottom: 20vh; } }
  /* line 27, ../sass/modules/_benefits.scss */
  .benefits-row .benefits-info {
    width: 100%;
    padding: 0 5%; }
    @media (min-width: 760px) {
      /* line 27, ../sass/modules/_benefits.scss */
      .benefits-row .benefits-info {
        margin-left: 10%;
        padding-left: 0;
        max-width: 540px;
        float: left; } }
  /* line 37, ../sass/modules/_benefits.scss */
  .benefits-row .benefits-images {
    width: 100%; }
    @media (min-width: 760px) {
      /* line 37, ../sass/modules/_benefits.scss */
      .benefits-row .benefits-images {
        position: absolute;
        right: 0;
        bottom: -5px;
        max-width: calc(100% - 680px);
        overflow: hidden; } }
    /* line 46, ../sass/modules/_benefits.scss */
    .benefits-row .benefits-images img {
      width: 100%; }
      @media (min-width: 760px) {
        /* line 46, ../sass/modules/_benefits.scss */
        .benefits-row .benefits-images img {
          height: 400px;
          width: auto;
          max-width: none;
          border-radius: 4px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }

/* line 60, ../sass/modules/_benefits.scss */
.benefits-summary {
  padding: 20vh 5% 0;
  text-align: center; }
  /* line 63, ../sass/modules/_benefits.scss */
  .benefits-summary h1 {
    font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: .75rem;
    max-width: 800px;
    margin: auto;
    font-size: 3.1rem; }
  /* line 72, ../sass/modules/_benefits.scss */
  .benefits-summary .btn {
    margin-top: 3rem; }
  /* line 75, ../sass/modules/_benefits.scss */
  .benefits-summary .chat-next {
    margin-top: 0; }

/* line 80, ../sass/modules/_benefits.scss */
.benefits-contact {
  margin-top: 10rem;
  border-top: 1px solid #e8e8e8;
  padding: 10rem 5% 5rem; }
  /* line 84, ../sass/modules/_benefits.scss */
  .benefits-contact p {
    max-width: 900px;
    margin: auto;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center; }
    /* line 91, ../sass/modules/_benefits.scss */
    .benefits-contact p:before {
      content: 'psst';
      color: #ff6600;
      position: absolute;
      left: -20px;
      top: -20px;
      transform: rotate(-18deg);
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.6rem; }

/* line 1, ../sass/modules/_products.scss */
.products {
  background: #d5e8ee;
  padding: 15px;
  border-radius: 6px;
  background-image: url(../img/ink-large.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 30.3%;
  float: left;
  margin: 1.5%;
  text-align: left;
  min-height: 340px; }
  @media (max-width: 800px) {
    /* line 1, ../sass/modules/_products.scss */
    .products {
      width: 100%;
      min-height: 290px; } }
  /* line 19, ../sass/modules/_products.scss */
  .products h2 {
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    color: #2d9ab7;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 10px; }
  /* line 28, ../sass/modules/_products.scss */
  .products .btn {
    margin: 0 auto;
    display: block; }
  /* line 32, ../sass/modules/_products.scss */
  .products .btn:hover {
    background-color: #f56200;
    color: #fff; }
  /* line 36, ../sass/modules/_products.scss */
  .products li {
    line-height: 1.5;
    list-style-image: url("/img/icons/tick.svg");
    margin-bottom: 0.9em; }
  /* line 41, ../sass/modules/_products.scss */
  .products li:last-child {
    margin-bottom: 20px; }

/* line 46, ../sass/modules/_products.scss */
.insurance-products {
  display: inline-block;
  padding-top: 10px; }

/* line 1, ../sass/modules/_testimonials.scss */
.testimonial-body {
  position: relative;
  width: 30.9%;
  float: left;
  margin: 1.2%;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  padding: 55px 20px 65px;
  min-height: 500px; }
  @media (max-width: 815px) {
    /* line 1, ../sass/modules/_testimonials.scss */
    .testimonial-body {
      width: 100%;
      min-height: 290px; } }

/* line 16, ../sass/modules/_testimonials.scss */
.testimonial-body p {
  line-height: 1.5em;
  letter-spacing: .5px;
  text-align: left; }

/* line 22, ../sass/modules/_testimonials.scss */
.testimonials .icon-twitter {
  position: relative;
  margin: 0 auto 20px;
  z-index: 2; }

/* line 1, ../sass/layouts/_general.scss */
body {
  padding-top: 80px; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 body {
    padding-top: 140px; }
  @media screen and (min-width: 48em) {
    /* line 1, ../sass/layouts/_general.scss */
    body {
      padding-top: 140px; } }

/* line 7, ../sass/layouts/_general.scss */
.container, .form--quote, .why-choose-jack, .quote, .latest-posts, .about-jack, .faq {
  width: 100%;
  max-width: 100rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  position: relative; }
  /* line 3, ../sass/base/_mixins.scss */
  .container:before, .form--quote:before, .why-choose-jack:before, .quote:before, .latest-posts:before, .about-jack:before, .faq:before, .container:after, .form--quote:after, .why-choose-jack:after, .quote:after, .latest-posts:after, .about-jack:after, .faq:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .container:after, .form--quote:after, .why-choose-jack:after, .quote:after, .latest-posts:after, .about-jack:after, .faq:after {
    clear: both; }

/* line 16, ../sass/layouts/_general.scss */
.container--medium, .form--quote, .latest-posts {
  max-width: 70rem; }

/* line 19, ../sass/layouts/_general.scss */
.container--small {
  max-width: 50rem; }

/* line 23, ../sass/layouts/_general.scss */
h2 .icon-jacks, h2 .icon-jack {
  color: #ff6600;
  font-size: 4.5rem;
  vertical-align: middle;
  display: block; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 h2 .icon-jacks, .lt-ie9 h2 .icon-jack {
    display: inline-block; }
  @media screen and (min-width: 31.25em) {
    /* line 23, ../sass/layouts/_general.scss */
    h2 .icon-jacks, h2 .icon-jack {
      display: inline-block; } }

/* line 3, ../sass/base/_mixins.scss */
section .row:before, section .row:after {
  display: table;
  content: ""; }
/* line 7, ../sass/base/_mixins.scss */
section .row:after {
  clear: both; }
/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 section .row {
  margin-left: -70px; }
  /* line 3, ../sass/base/_mixins.scss */
  .lt-ie9 section .row:before, .lt-ie9 section .row:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .lt-ie9 section .row:after {
    clear: both; }
@media screen and (min-width: 37.5em) {
  /* line 33, ../sass/layouts/_general.scss */
  section .row {
    margin-left: -70px; }
    /* line 3, ../sass/base/_mixins.scss */
    section .row:before, section .row:after {
      display: table;
      content: ""; }
    /* line 7, ../sass/base/_mixins.scss */
    section .row:after {
      clear: both; } }
/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 section .row > * {
  padding-left: 70px;
  float: left;
  width: 50%; }
  /* line 3, ../sass/base/_mixins.scss */
  .lt-ie9 section .row > *:before, .lt-ie9 section .row > *:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .lt-ie9 section .row > *:after {
    clear: both; }
@media screen and (min-width: 37.5em) {
  /* line 39, ../sass/layouts/_general.scss */
  section .row > * {
    padding-left: 70px;
    float: left;
    width: 50%; }
    /* line 3, ../sass/base/_mixins.scss */
    section .row > *:before, section .row > *:after {
      display: table;
      content: ""; }
    /* line 7, ../sass/base/_mixins.scss */
    section .row > *:after {
      clear: both; } }

/* line 49, ../sass/layouts/_general.scss */
.contact-details {
  padding: 20px 0; }

/* line 52, ../sass/layouts/_general.scss */
.contact-details__meta {
  position: relative; }
  /* line 54, ../sass/layouts/_general.scss */
  .contact-details__meta [class^="icon-"] {
    position: absolute; }
  /* line 57, ../sass/layouts/_general.scss */
  .contact-details__meta h4, .contact-details__meta span {
    display: block;
    padding-left: 90px;
    color: #5f5f5f; }
  /* line 62, ../sass/layouts/_general.scss */
  .contact-details__meta h4 {
    padding-top: 3px; }
  /* line 65, ../sass/layouts/_general.scss */
  .contact-details__meta span {
    font-weight: 500; }

/* line 70, ../sass/layouts/_general.scss */
.contact-details_info p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0; }
  @media screen and (max-width: 37.4375em) {
    /* line 70, ../sass/layouts/_general.scss */
    .contact-details_info p {
      padding-left: 90px;
      padding-top: 10px; } }

/* line 81, ../sass/layouts/_general.scss */
.divider {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Hoefler Text A", "Hoefler Text B", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  position: relative; }
  /* line 88, ../sass/layouts/_general.scss */
  .divider:before {
    content: '';
    height: 1px;
    background: #d9d9d9;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -10; }
  /* line 97, ../sass/layouts/_general.scss */
  .divider em {
    background: #f2f2f2;
    display: block;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-style: italic;
    -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig=1, liga=1, lnum=1, kern=1';
    -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

/* line 112, ../sass/layouts/_general.scss */
.testimonials {
  padding-bottom: 50px; }

/* line 115, ../sass/layouts/_general.scss */
.testimonials h2 {
  text-align: center;
  padding-bottom: 0.72727em; }

/* line 119, ../sass/layouts/_general.scss */
.testimonials span {
  font-weight: 100;
  line-height: 1.5em; }

/* line 2, ../sass/layouts/_home.scss */
.intro {
  text-align: center;
  margin-bottom: 100px; }
  /* line 5, ../sass/layouts/_home.scss */
  .intro p {
    text-align: left; }
  /* line 8, ../sass/layouts/_home.scss */
  .intro .container--small {
    margin-bottom: 20px; }

/* line 34, ../sass/layouts/_home.scss */
.latest-posts .post__meta {
  margin-bottom: 10px; }
/* line 37, ../sass/layouts/_home.scss */
.latest-posts .post__meta .icon-clock:before {
  margin-right: 6px;
  font-size: 1.4rem; }

/* line 43, ../sass/layouts/_home.scss */
.latest-posts {
  padding-top: 80px;
  padding-bottom: 80px; }
  /* line 46, ../sass/layouts/_home.scss */
  .latest-posts > h2 {
    text-align: center; }

/* line 1, ../sass/layouts/_faq.scss */
.faq {
  padding: 80px 0; }

/* line 1, ../sass/layouts/_blog.scss */
.posts {
  position: relative;
  padding-bottom: 80px; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .posts {
    padding-right: 250px;
    padding-right: 380px; }
  @media screen and (min-width: 48em) {
    /* line 1, ../sass/layouts/_blog.scss */
    .posts {
      padding-right: 250px;
      padding-right: 380px; } }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .posts {
    padding-right: 380px; }
  @media screen and (min-width: 62.5em) {
    /* line 1, ../sass/layouts/_blog.scss */
    .posts {
      padding-right: 380px; } }

/* line 13, ../sass/layouts/_blog.scss */
.posts__sidebar {
  padding-top: 20px;
  width: 240px;
  height: 900px;
  position: absolute;
  right: 0;
  padding-right: 20px;
  top: 0;
  display: none; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 .posts__sidebar {
    display: block; }
  @media screen and (min-width: 48em) {
    /* line 13, ../sass/layouts/_blog.scss */
    .posts__sidebar {
      display: block; } }

/* line 1, ../sass/layouts/_header.scss */
header[role=header] {
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%;
  z-index: 99999;
  top: 0;
  position: fixed;
  background: #fff;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  border-bottom: 1px solid #d8d8d8; }
  /* line 75, ../sass/base/_mixins.scss */
  .lt-ie9 header[role=header] {
    padding: 20px 0;
    background: none;
    border-bottom: 0; }
  @media screen and (min-width: 48em) {
    /* line 1, ../sass/layouts/_header.scss */
    header[role=header] {
      padding: 20px 0;
      background: none;
      border-bottom: 0; } }
  /* line 17, ../sass/layouts/_header.scss */
  header[role=header] .mascot {
    float: left; }
  /* line 20, ../sass/layouts/_header.scss */
  header[role=header] a[data-target=nav] {
    float: right; }
  /* line 28, ../sass/layouts/_header.scss */
  header[role=header] nav .active a {
    color: #ff6600; }
  /* line 32, ../sass/layouts/_header.scss */
  header[role=header] a {
    font-size: 1.15rem;
    font-weight: bold; }
  /* line 36, ../sass/layouts/_header.scss */
  header[role=header] .icon-menu {
    font-size: 3rem; }

/* line 42, ../sass/layouts/_header.scss */
.header--sticky header[role=header] {
  background: #fff;
  border-bottom: 1px solid #d8d8d8; }

/* line 1, ../sass/layouts/_footer.scss */
.footer {
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
  font-size: 1.4rem;
  padding: 40px 0; }
  /* line 7, ../sass/layouts/_footer.scss */
  .footer p {
    line-height: 2rem;
    padding-bottom: 10px; }
  /* line 12, ../sass/layouts/_footer.scss */
  .footer .fca {
    font-size: 75%;
    text-transform: none;
    padding-top: 35px; }
  /* line 18, ../sass/layouts/_footer.scss */
  .footer img {
    width: 125px; }
  /* line 22, ../sass/layouts/_footer.scss */
  .footer .logo {
    background-size: 130px auto;
    padding-bottom: 64px;
    padding-left: 10px;
    width: 130px;
    margin: 40px auto; }
    /* line 28, ../sass/layouts/_footer.scss */
    .footer .logo h1 {
      font-size: 1.5rem; }
  /* line 34, ../sass/layouts/_footer.scss */
  .footer nav ul {
    position: relative; }
    /* line 75, ../sass/base/_mixins.scss */
    .lt-ie9 .footer nav ul {
      padding-right: 85px; }
    @media screen and (min-width: 62.5em) {
      /* line 34, ../sass/layouts/_footer.scss */
      .footer nav ul {
        padding-right: 85px; } }

/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 .footer .call-us {
  position: absolute;
  left: 225px; }
@media screen and (min-width: 62.5em) {
  /* line 43, ../sass/layouts/_footer.scss */
  .footer .call-us {
    position: absolute;
    left: 225px; } }
/* line 48, ../sass/layouts/_footer.scss */
.footer .call-us .icon-phone {
  text-align: left;
  padding-left: 60px; }
  /* line 51, ../sass/layouts/_footer.scss */
  .footer .call-us .icon-phone span {
    font-size: 1.6rem;
    padding-right: 20px;
    line-height: 6rem; }
/* line 57, ../sass/layouts/_footer.scss */
.footer .call-us .icon-phone:before {
  left: 17px; }
/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 .footer .call-us .icon-phone:hover {
  white-space: nowrap;
  width: auto; }
@media screen and (min-width: 62.5em) {
  /* line 60, ../sass/layouts/_footer.scss */
  .footer .call-us .icon-phone:hover {
    white-space: nowrap;
    width: auto; } }
/* line 75, ../sass/base/_mixins.scss */
.lt-ie9 .footer .call-us .icon-phone:hover span {
  text-indent: 0;
  display: inline;
  height: auto;
  white-space: nowrap; }
@media screen and (min-width: 62.5em) {
  /* line 65, ../sass/layouts/_footer.scss */
  .footer .call-us .icon-phone:hover span {
    text-indent: 0;
    display: inline;
    height: auto;
    white-space: nowrap; } }

/* line 1, ../sass/layouts/_why-insurance.scss */
.why-insurance-groups {
  margin-top: 5em;
  margin-bottom: 3em; }
  /* line 3, ../sass/base/_mixins.scss */
  .why-insurance-groups:before, .why-insurance-groups:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .why-insurance-groups:after {
    clear: both; }
  /* line 5, ../sass/layouts/_why-insurance.scss */
  .why-insurance-groups.hide {
    display: none; }

/* line 10, ../sass/layouts/_why-insurance.scss */
.why-insurance-entry {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* line 17, ../sass/layouts/_why-insurance.scss */
.why-insurance-link {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  margin-bottom: 3rem;
  border-radius: 0.3rem;
  padding: 30px;
  font-size: 1.5em;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  /* line 27, ../sass/layouts/_why-insurance.scss */
  .why-insurance-link span {
    font-size: 15px;
    display: block;
    margin-bottom: 5px; }
  /* line 33, ../sass/layouts/_why-insurance.scss */
  .why-insurance-link img {
    float: left; }
  /* line 36, ../sass/layouts/_why-insurance.scss */
  .why-insurance-link.active {
    background-color: #F2F2F2; }

/* line 42, ../sass/layouts/_why-insurance.scss */
.activate-photography img {
  margin-top: 7px; }

/* line 48, ../sass/layouts/_why-insurance.scss */
.activate-dev img {
  height: 45px;
  margin-top: 4px; }

/* line 55, ../sass/layouts/_why-insurance.scss */
.activate-designer img {
  margin-top: 4px;
  width: 47px; }

/* line 62, ../sass/layouts/_why-insurance.scss */
.activate-consultant img {
  width: 51px;
  margin-top: 3px; }

/* line 68, ../sass/layouts/_why-insurance.scss */
.why-insurance-content {
  margin-top: 5em;
  margin-bottom: 3em;
  text-align: left;
  max-width: 70%;
  float: left;
  padding-right: 50px; }
  /* line 3, ../sass/base/_mixins.scss */
  .why-insurance-content:before, .why-insurance-content:after {
    display: table;
    content: ""; }
  /* line 7, ../sass/base/_mixins.scss */
  .why-insurance-content:after {
    clear: both; }
  /* line 76, ../sass/layouts/_why-insurance.scss */
  .why-insurance-content li {
    line-height: 2;
    margin-bottom: 1em;
    letter-spacing: 0.1rem; }

/* line 83, ../sass/layouts/_why-insurance.scss */
.why-insurance-others {
  float: left;
  width: 30%;
  margin-top: 5em;
  margin-bottom: 3em;
  padding-top: 0.88889em; }
  /* line 89, ../sass/layouts/_why-insurance.scss */
  .why-insurance-others .why-insurance-link {
    text-align: left;
    padding: 20px;
    font-size: 1.3em; }
    /* line 93, ../sass/layouts/_why-insurance.scss */
    .why-insurance-others .why-insurance-link img {
      margin-right: 20px;
      width: 30px;
      margin-top: 0;
      margin-bottom: 10px; }

@media only screen and (max-width: 815px) {
  /* line 103, ../sass/layouts/_why-insurance.scss */
  .why-insurance-content {
    float: none;
    width: 100%;
    max-width: 100%; }

  /* line 108, ../sass/layouts/_why-insurance.scss */
  .why-insurance-others {
    float: none;
    width: 100%; } }
@media only screen and (max-width: 800px) {
  /* line 116, ../sass/layouts/_why-insurance.scss */
  .why-insurance-link img {
    float: none;
    margin-bottom: 20px; } }
@media only screen and (max-width: 600px) {
  /* line 124, ../sass/layouts/_why-insurance.scss */
  .why-insurance-entry {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 405px) {
  /* line 133, ../sass/layouts/_why-insurance.scss */
  .why-insurance-link {
    font-size: 1.15em; } }
/* line 1, ../sass/base/_helpers.scss */
.pull-left {
  float: left; }

/* line 4, ../sass/base/_helpers.scss */
.pull-right {
  float: right; }

/* line 7, ../sass/base/_helpers.scss */
.text-center {
  text-align: center; }

/* line 10, ../sass/base/_helpers.scss */
.vertical-center {
  position: absolute;
  z-index: 90;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 0;
  line-height: 0;
  top: 50%;
  vertical-align: middle; }

/* line 21, ../sass/base/_helpers.scss */
.hide-text {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0;
  padding: 0;
  margin: 0; }

/* line 1, ../sass/base/_animation.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 8, ../sass/base/_animation.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 13, ../sass/base/_animation.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounceOutLeft {
  /* line 19, ../sass/base/_animation.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 25, ../sass/base/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  /* line 33, ../sass/base/_animation.scss */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 40, ../sass/base/_animation.scss */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
/* line 48, ../sass/base/_animation.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceInRight {
  /* line 54, ../sass/base/_animation.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 59, ../sass/base/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  /* line 65, ../sass/base/_animation.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  /* line 71, ../sass/base/_animation.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  /* line 76, ../sass/base/_animation.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  /* line 81, ../sass/base/_animation.scss */
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  /* line 88, ../sass/base/_animation.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 93, ../sass/base/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  /* line 100, ../sass/base/_animation.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  /* line 107, ../sass/base/_animation.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  /* line 113, ../sass/base/_animation.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  /* line 119, ../sass/base/_animation.scss */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
/* line 126, ../sass/base/_animation.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes fadeIn {
  /* line 132, ../sass/base/_animation.scss */
  0% {
    opacity: 0; }

  /* line 136, ../sass/base/_animation.scss */
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  /* line 142, ../sass/base/_animation.scss */
  0% {
    opacity: 0; }

  /* line 146, ../sass/base/_animation.scss */
  100% {
    opacity: 1; } }
/* line 151, ../sass/base/_animation.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes bounceInUp {
  /* line 157, ../sass/base/_animation.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 162, ../sass/base/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  /* line 168, ../sass/base/_animation.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 174, ../sass/base/_animation.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 179, ../sass/base/_animation.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  /* line 184, ../sass/base/_animation.scss */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  /* line 191, ../sass/base/_animation.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 196, ../sass/base/_animation.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  /* line 203, ../sass/base/_animation.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 210, ../sass/base/_animation.scss */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 216, ../sass/base/_animation.scss */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  /* line 222, ../sass/base/_animation.scss */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 229, ../sass/base/_animation.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }
