/* 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" /> */
/** scaffold **/
/* line 11, ../sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 12, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Overpass;
}

/* line 13, ../sass/style.scss */
h1 {
  font-size: 42px;
  font-weight: 800;
}

/* line 14, ../sass/style.scss */
blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 15, ../sass/style.scss */
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}

/** header **/
/* line 18, ../sass/style.scss */
.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  transition: 1s all;
}
/* line 19, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav:before, .main-nav:after {
  content: " ";
  display: table;
}
/* line 27, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav:after {
  clear: both;
}
/* line 32, ../sass/style.scss */
.main-nav.shown {
  background-color: white;
  box-shadow: 0 1px 2px #000;
}
/* line 35, ../sass/style.scss */
.main-nav.shown .page-title {
  color: black;
}
/* line 36, ../sass/style.scss */
.main-nav.shown .page-title span {
  color: #cc0000;
}
/* line 37, ../sass/style.scss */
.main-nav.shown .menu-button {
  color: #252527;
}
/* line 38, ../sass/style.scss */
.main-nav.shown li {
  color: #252527;
}
/* line 40, ../sass/style.scss */
.main-nav .inner {
  margin-left: -15px;
  margin-right: -15px;
  height: 40px;
}
/* line 19, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav .inner:before, .main-nav .inner:after {
  content: " ";
  display: table;
}
/* line 27, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav .inner:after {
  clear: both;
}
/* line 41, ../sass/style.scss */
.main-nav .page-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.05em;
  color: white;
}
@media (min-width: 768px) {
  /* line 41, ../sass/style.scss */
  .main-nav .page-title {
    float: left;
    width: 16.66667%;
  }
}
/* line 49, ../sass/style.scss */
.main-nav .menu-button {
  float: right;
  font-size: 45px;
  display: block;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 15px;
  color: white;
}
@media (min-width: 768px) {
  /* line 49, ../sass/style.scss */
  .main-nav .menu-button {
    display: none;
  }
}
/* line 62, ../sass/style.scss */
.main-nav nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 62, ../sass/style.scss */
  .main-nav nav {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  /* line 62, ../sass/style.scss */
  .main-nav nav {
    left: 8.33333%;
  }
}
@media (min-width: 768px) {
  /* line 62, ../sass/style.scss */
  .main-nav nav {
    height: 40px;
  }
}
/* line 68, ../sass/style.scss */
.main-nav nav ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  display: none;
  padding: 0;
  border-bottom: 1px solid #252527;
}
/* line 19, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav nav ul:before, .main-nav nav ul:after {
  content: " ";
  display: table;
}
/* line 27, ../sass/vendor/bootstrap/_mixins.scss */
.main-nav nav ul:after {
  clear: both;
}
@media (max-width: 767px) {
  /* line 75, ../sass/style.scss */
  .main-nav nav ul.open {
    display: block;
  }
  /* line 76, ../sass/style.scss */
  .main-nav nav ul.open li {
    color: #252527;
    background: white;
  }
}
@media (min-width: 768px) {
  /* line 68, ../sass/style.scss */
  .main-nav nav ul {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
  }
}
/* line 88, ../sass/style.scss */
.main-nav nav li {
  display: block;
  padding: 5px;
  text-align: right;
  color: white;
  transition: 1s .2s all;
}
@media (min-width: 768px) {
  /* line 88, ../sass/style.scss */
  .main-nav nav li {
    display: inline-block;
  }
}
/* line 97, ../sass/style.scss */
.main-nav nav li a {
  font-weight: 600;
  color: inherit;
  font-size: 16px;
  padding: 0 15px;
}
/* line 104, ../sass/style.scss */
.main-nav nav ul[data-position*="aboutopenorg"] .aboutopenorg-link a,
.main-nav nav ul[data-position*="aboutjim"] .aboutjim-link a,
.main-nav nav ul[data-position*="excerpt"] .excerpt-link a {
  color: #cc0000;
}
/* line 107, ../sass/style.scss */
.main-nav nav ul[data-position*="aboutthebook"] .aboutthebook-link a {
  color: #cc0000;
}

/** footer **/
/* line 112, ../sass/style.scss */
footer {
  font-size: 12px;
  background-color: #252527;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 118, ../sass/style.scss */
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 119, ../sass/style.scss */
footer .traditional-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 119, ../sass/style.scss */
  footer .traditional-primary {
    float: left;
    width: 33.33333%;
  }
}
/* line 120, ../sass/style.scss */
footer .legal {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 120, ../sass/style.scss */
  footer .legal {
    float: left;
    width: 66.66667%;
  }
}
/* line 121, ../sass/style.scss */
footer .legal .logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 121, ../sass/style.scss */
  footer .legal .logo {
    float: left;
    width: 16.66667%;
  }
}
/* line 122, ../sass/style.scss */
footer .legal .logo img {
  max-width: 100%;
  height: auto;
  margin-top: -7%;
}
/* line 124, ../sass/style.scss */
footer .legal .menu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 124, ../sass/style.scss */
  footer .legal .menu {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 124, ../sass/style.scss */
  footer .legal .menu {
    margin-top: 0;
  }
}
/* line 132, ../sass/style.scss */
footer .legal .copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}
@media (min-width: 768px) {
  /* line 132, ../sass/style.scss */
  footer .legal .copyright {
    float: left;
    width: 33.33333%;
  }
}
/* line 133, ../sass/style.scss */
footer .legal li {
  display: inline-block;
  margin: 0 15px;
}
/* line 134, ../sass/style.scss */
footer .legal li a {
  color: #858585;
}
/* line 137, ../sass/style.scss */
footer .event-logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 137, ../sass/style.scss */
  footer .event-logo {
    float: left;
    width: 25%;
  }
}
/* line 138, ../sass/style.scss */
footer .social-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 138, ../sass/style.scss */
  footer .social-links {
    float: left;
    width: 75%;
  }
}
/* line 139, ../sass/style.scss */
footer .social-links ul {
  text-align: right;
}
/* line 140, ../sass/style.scss */
footer .social-links li {
  display: inline-block;
  margin-left: 15px;
}
/* line 141, ../sass/style.scss */
footer .social-links li a {
  color: white;
  padding-left: 25px;
  background: transparent url(img/logo_twitter_21x18.png) left center no-repeat;
  min-height: 20px;
  display: block;
}

/* line 146, ../sass/style.scss */
.cta-wrap {
  text-align: center;
  margin-top: 45px;
}

/* line 147, ../sass/style.scss */
.cta {
  background-color: #c00;
  margin-bottom: 30px;
  padding: 9px 40px;
  color: white;
  transition: .2s all;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
}
/* line 148, ../sass/style.scss */
.cta:hover {
  background-color: #900;
  color: white;
}

/** swaths **/
/* line 153, ../sass/style.scss */
.swath {
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 120px;
}
/* line 157, ../sass/style.scss */
.swath p {
  font-size: 20px;
}

@-webkit-keyframes standup {
  100% {
    box-shadow: 10px 10px 30px #ccc;
  }
}
@keyframes standup {
  100% {
    box-shadow: 10px 10px 30px #ccc;
  }
}
@-webkit-keyframes colorChange {
  100% {
    color: #c00;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes colorChange {
  100% {
    color: #c00;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 183, ../sass/style.scss */
.hero {
  -webkit-animation: 1s fadeIn forwards;
  animation: 1s fadeIn forwards;
  background: black url(img/shoe-sketch2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 0;
  min-height: 100vh;
  transition: 1s background-color;
}
/* line 192, ../sass/style.scss */
.hero.lightsdown {
  background: black !important;
}
/* line 195, ../sass/style.scss */
.hero .part1 {
  transition: 1s opacity, .1s max-height;
  height: inherit;
  display: none;
}
/* line 199, ../sass/style.scss */
.hero .part1.youreup {
  display: block;
}
/* line 200, ../sass/style.scss */
.hero .part1 .bookart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 200, ../sass/style.scss */
  .hero .part1 .bookart {
    float: left;
    width: 41.66667%;
  }
}
/* line 201, ../sass/style.scss */
.hero .part1 .bookart img {
  max-width: 100%;
  -webkit-animation: 2s standup forwards;
  animation: 2s standup forwards;
}
/* line 203, ../sass/style.scss */
.hero .part1 article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  height: 90vh;
  padding-top: 20vh;
}
@media (min-width: 768px) {
  /* line 203, ../sass/style.scss */
  .hero .part1 article {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 768px) {
  /* line 203, ../sass/style.scss */
  .hero .part1 article {
    left: 16.66667%;
  }
}
/* line 204, ../sass/style.scss */
.hero .part1 .book-title {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-animation: 1s .5s fadeIn forwards;
  animation: 1s .5s fadeIn forwards;
}
/* line 212, ../sass/style.scss */
.hero .part1 .book-title span {
  -webkit-animation: 2s 1s colorChange forwards;
  animation: 2s 1s colorChange forwards;
}
@media (min-width: 768px) {
  /* line 204, ../sass/style.scss */
  .hero .part1 .book-title {
    font-size: 54px;
  }
}
/* line 218, ../sass/style.scss */
.hero .part1 h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  margin-top: 0;
  -webkit-animation: 2s 1s fadeIn forwards;
  animation: 2s 1s fadeIn forwards;
}
/* line 222, ../sass/style.scss */
.hero .part1 .triggerwarning {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  min-height: 100px;
  margin-bottom: 100px;
  margin-top: 60px;
  position: relative;
  transition: 1s color;
}
/* line 230, ../sass/style.scss */
.hero .part1 .triggerwarning:hover {
  color: white;
}
/* line 231, ../sass/style.scss */
.hero .part1 .triggerwarning:hover .visual {
  border: 2px solid white;
}
/* line 232, ../sass/style.scss */
.hero .part1 .triggerwarning span.text {
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
/* line 240, ../sass/style.scss */
.hero .part1 .triggerwarning span.visual {
  display: block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  content: '\25b6';
  width: 100%;
  text-align: center;
  font-size: 64px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 50%;
  margin: 30px auto;
  padding: .5% 0 0 1.5%;
}
/* line 263, ../sass/style.scss */
.hero .part1 img.amazon {
  width: 30%;
  display: block;
  margin: 0 auto;
}
/* line 264, ../sass/style.scss */
.hero .part1 p.amazon {
  text-align: center;
}
/* line 266, ../sass/style.scss */
.hero .part2 {
  display: none;
  height: inherit;
}
/* line 269, ../sass/style.scss */
.hero .part2 .inner {
  margin-top: 15vh;
}
/* line 270, ../sass/style.scss */
.hero .part2.youreup {
  display: block;
}
/* line 272, ../sass/style.scss */
.hero .arrow {
  text-align: center;
  clear: both;
  margin-top: 30px;
}
/* line 273, ../sass/style.scss */
.hero .arrow a {
  color: black;
  font-size: 12px;
  color: #ccc;
}
/* line 274, ../sass/style.scss */
.hero .arrow a:before {
  display: block;
  content: '\25bc';
  font-size: 16px;
  color: #d2d3d4;
}
/* line 276, ../sass/style.scss */
.hero.lightsdown .arrow a:before {
  color: black;
}

/* line 1, ../sass/_hero2.scss */
.hero2 {
  -webkit-animation: 1s fadeIn forwards;
  animation: 1s fadeIn forwards;
  background: black url(img/shoe-sketch2.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 0;
  min-height: 100vh;
  transition: 1s background-color;
}
/* line 9, ../sass/_hero2.scss */
.hero2.lightsdown {
  background: black !important;
}
/* line 12, ../sass/_hero2.scss */
.hero2 .part1 {
  transition: 1s opacity, .1s max-height;
  height: inherit;
  display: none;
}
/* line 16, ../sass/_hero2.scss */
.hero2 .part1.youreup {
  display: block;
}
/* line 17, ../sass/_hero2.scss */
.hero2 .part1 .bookart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 17, ../sass/_hero2.scss */
  .hero2 .part1 .bookart {
    float: left;
    width: 41.66667%;
  }
}
/* line 18, ../sass/_hero2.scss */
.hero2 .part1 .bookart img {
  max-width: 100%;
  -webkit-animation: 2s standup forwards;
  animation: 2s standup forwards;
}
/* line 20, ../sass/_hero2.scss */
.hero2 .part1 article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  height: 90vh;
  padding-top: 15vh;
}
@media (min-width: 768px) {
  /* line 20, ../sass/_hero2.scss */
  .hero2 .part1 article {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 768px) {
  /* line 20, ../sass/_hero2.scss */
  .hero2 .part1 article {
    left: 8.33333%;
  }
}
/* line 21, ../sass/_hero2.scss */
.hero2 .part1 .book-title {
  text-transform: uppercase;
  text-align: center;
  color: white;
  opacity: 0;
  font-size: 34px;
  margin-bottom: 15vh;
  -webkit-animation: 1s .5s fadeIn forwards;
  animation: 1s .5s fadeIn forwards;
}
/* line 30, ../sass/_hero2.scss */
.hero2 .part1 .book-title span {
  -webkit-animation: 2s 1s colorChange forwards;
  animation: 2s 1s colorChange forwards;
}
@media (min-width: 768px) {
  /* line 21, ../sass/_hero2.scss */
  .hero2 .part1 .book-title {
    font-size: 60px;
  }
}
/* line 38, ../sass/_hero2.scss */
.hero2 .part1 h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  margin-top: 0;
  -webkit-animation: 2s 1s fadeIn forwards;
  animation: 2s 1s fadeIn forwards;
}
@media (min-width: 768px) {
  /* line 38, ../sass/_hero2.scss */
  .hero2 .part1 h2 {
    font-size: 32px;
  }
}
/* line 45, ../sass/_hero2.scss */
.hero2 .part1 .triggerwarning {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  min-height: 100px;
  margin-bottom: 100px;
  margin-top: 60px;
  position: relative;
  transition: 1s color;
}
/* line 53, ../sass/_hero2.scss */
.hero2 .part1 .triggerwarning:hover {
  color: white;
}
/* line 54, ../sass/_hero2.scss */
.hero2 .part1 .triggerwarning:hover .visual:hover {
  box-shadow: inset 0 0 0 4px white;
}
/* line 55, ../sass/_hero2.scss */
.hero2 .part1 .triggerwarning span.text {
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
/* line 63, ../sass/_hero2.scss */
.hero2 .part1 .triggerwarning span.visual {
  display: block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  content: '\25b6';
  width: 100%;
  text-align: center;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 50%;
  margin: 30px auto;
  padding: .5% 0 0 1.3%;
  transition: 1s all;
}
/* line 87, ../sass/_hero2.scss */
.hero2 .part1 img.amazon {
  width: 30%;
  display: block;
  margin: 0 auto;
}
/* line 88, ../sass/_hero2.scss */
.hero2 .part1 p.amazon {
  text-align: center;
}
/* line 90, ../sass/_hero2.scss */
.hero2 .part2 {
  display: none;
  height: inherit;
}
/* line 93, ../sass/_hero2.scss */
.hero2 .part2 .inner {
  margin-top: 15vh;
}
/* line 94, ../sass/_hero2.scss */
.hero2 .part2.youreup {
  display: block;
}
/* line 96, ../sass/_hero2.scss */
.hero2 .arrow {
  text-align: center;
  clear: both;
  margin-top: 30px;
}
/* line 97, ../sass/_hero2.scss */
.hero2 .arrow a {
  color: black;
  font-size: 12px;
  color: #ccc;
}
/* line 98, ../sass/_hero2.scss */
.hero2 .arrow a:before {
  display: block;
  content: '\25bc';
  font-size: 16px;
  color: #d2d3d4;
}
/* line 100, ../sass/_hero2.scss */
.hero2.lightsdown .arrow a:before {
  color: black;
}

/* line 279, ../sass/style.scss */
.sting {
  padding: 20px 0;
  text-align: center;
  position: relative;
  background: #252527;
}
/* line 284, ../sass/style.scss */
.sting a {
  color: white;
}
/* line 286, ../sass/style.scss */
.sting a:after {
  content: '\25bc';
  font-size: 30%;
  margin-left: 1em;
}
/* line 291, ../sass/style.scss */
.sting a img {
  margin-right: 1em;
}
/* line 293, ../sass/style.scss */
.sting:after {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: 2px;
  background-color: #c00;
  content: "";
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  z-index: -1;
}
/* line 308, ../sass/style.scss */
.sting.gogogo:after {
  width: 100%;
}

/* line 312, ../sass/style.scss */
.sidekick {
  padding-top: 0;
  transition: 1s all;
}
/* line 315, ../sass/style.scss */
.sidekick small {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
/* line 315, ../sass/style.scss */
.sidekick small a {
  color: #252527;
  text-decoration: underline;
}
/* line 316, ../sass/style.scss */
.sidekick .part1 {
  transition: 1s opacity, .1s max-height;
  height: inherit;
  padding-top: 60px;
}
/* line 320, ../sass/style.scss */
.sidekick .part1 .bookart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 400px;
}
@media (min-width: 768px) {
  /* line 320, ../sass/style.scss */
  .sidekick .part1 .bookart {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  /* line 320, ../sass/style.scss */
  .sidekick .part1 .bookart {
    left: 8.33333%;
  }
}
/* line 321, ../sass/style.scss */
.sidekick .part1 .bookart img {
  max-width: 100%;
  transition: 2s box-shadow;
}
@media (max-width: 767px) {
  /* line 323, ../sass/style.scss */
  .sidekick .part1 .bookart img {
    max-height: 400px;
  }
}
/* line 326, ../sass/style.scss */
.sidekick .part1 article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
}
@media (min-width: 768px) {
  /* line 326, ../sass/style.scss */
  .sidekick .part1 article {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 768px) {
  /* line 326, ../sass/style.scss */
  .sidekick .part1 article {
    left: 16.66667%;
  }
}
/* line 328, ../sass/style.scss */
.sidekick .part1 article h1 {
  font-size: 32px;
  font-weight: 600;
}
/* line 330, ../sass/style.scss */
.sidekick .part1 img.amazon {
  width: 30%;
  display: block;
  margin: 0 auto;
}
/* line 331, ../sass/style.scss */
.sidekick .part1 p.amazon {
  text-align: center;
}
/* line 332, ../sass/style.scss */
.sidekick .part1 strong {
  font-weight: 600;
}
/* line 334, ../sass/style.scss */
.sidekick.gogogo .bookart img {
  box-shadow: 10px 10px 30px #ccc;
}

/* line 336, ../sass/style.scss */
.press {
  background-color: #f0f0f0;
  color: #252527;
}
/* line 339, ../sass/style.scss */
.press header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 339, ../sass/style.scss */
  .press header {
    float: left;
    width: 100%;
  }
}
/* line 342, ../sass/style.scss */
.press header small {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 344, ../sass/style.scss */
.press article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  /* line 344, ../sass/style.scss */
  .press article {
    float: left;
    width: 50%;
  }
}
/* line 351, ../sass/style.scss */
.press .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 351, ../sass/style.scss */
  .press .social {
    float: left;
    width: 100%;
  }
}
/* line 354, ../sass/style.scss */
.press .social p {
  font-size: 32px;
}
/* line 355, ../sass/style.scss */
.press .social a {
  color: #cc0000;
}
/* line 357, ../sass/style.scss */
.press h2 {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 359, ../sass/style.scss */
.press h2 + p {
  font-size: 18px;
}

/* line 363, ../sass/style.scss */
.quote {
  background-color: #252527;
  color: white;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: 0px;
  position: relative;
}
/* line 370, ../sass/style.scss */
.quote .next-button {
  float: right;
  color: white;
  font-weight: 800;
}
/* line 371, ../sass/style.scss */
.quote .next-button:after {
  content: '\25b8';
  margin-left: .1em;
}
/* line 374, ../sass/style.scss */
.quote#quote1 article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 374, ../sass/style.scss */
  .quote#quote1 article {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 374, ../sass/style.scss */
  .quote#quote1 article {
    padding: 60px;
  }
  /* line 379, ../sass/style.scss */
  .quote#quote1 article:last-of-type {
    border-left: 1px solid #333;
  }
}
/* line 383, ../sass/style.scss */
.quote blockquote {
  letterspacing: .1em;
  line-height: 1.44;
}
/* line 386, ../sass/style.scss */
.quote blockquote p {
  font-size: 20px;
}
/* line 387, ../sass/style.scss */
.quote blockquote small {
  font-size: 22px;
  color: white;
}
/* line 390, ../sass/style.scss */
.quote blockquote small span {
  font-weight: 600;
}
/* line 393, ../sass/style.scss */
.quote:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 5px;
  background-color: #c00;
  content: "";
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
/* line 407, ../sass/style.scss */
.quote#quote2:after {
  background-color: white;
}
/* line 408, ../sass/style.scss */
.quote.gogogo:after {
  width: 100%;
}
/* line 409, ../sass/style.scss */
.quote .carousel-indicators {
  bottom: -30px;
}

/* line 412, ../sass/style.scss */
.about-openorg {
  background: url(img/skyline-sketch2.jpg) center center no-repeat;
  background-size: cover;
}
/* line 415, ../sass/style.scss */
.about-openorg article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
@media (min-width: 768px) {
  /* line 415, ../sass/style.scss */
  .about-openorg article {
    float: left;
    width: 58.33333%;
  }
}
/* line 416, ../sass/style.scss */
.about-openorg h1 {
  font-size: 32px;
  font-weight: 800;
}
/* line 417, ../sass/style.scss */
.about-openorg h2 {
  font-size: 22px;
  font-weight: 800;
}

/* line 419, ../sass/style.scss */
.about-jim {
  background: url(img/bkgd-jim-final.jpg) center center no-repeat;
  background-size: cover;
}
/* line 422, ../sass/style.scss */
.about-jim article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
}
@media (min-width: 768px) {
  /* line 422, ../sass/style.scss */
  .about-jim article {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 768px) {
  /* line 422, ../sass/style.scss */
  .about-jim article {
    left: 41.66667%;
  }
}
/* line 423, ../sass/style.scss */
.about-jim h3 {
  font-size: 22px;
}

/* line 426, ../sass/style.scss */
.about-thebook {
  text-align: center;
  background: #f0f0f0 url(img/ending-sketch.png) center center no-repeat;
  min-height: 40vh;
}
/* line 430, ../sass/style.scss */
.about-thebook small {
  font-size: 14px;
  text-align: center;
  display: block;
}
/* line 430, ../sass/style.scss */
.about-thebook small a {
  color: white;
  text-decoration: underline;
}
/* line 431, ../sass/style.scss */
.about-thebook article {
  color: white;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  transition: .7s opacity;
}
@media (min-width: 992px) {
  /* line 431, ../sass/style.scss */
  .about-thebook article {
    float: left;
    width: 50%;
  }
}
/* line 434, ../sass/style.scss */
.about-thebook article .cta {
  background-color: white;
  color: #c00;
}
/* line 435, ../sass/style.scss */
.about-thebook article .cta:hover {
  background-color: #eee;
}
@media (min-width: 992px) {
  /* line 440, ../sass/style.scss */
  .about-thebook .container:hover article {
    opacity: .7;
  }
  /* line 441, ../sass/style.scss */
  .about-thebook .container:hover article:hover {
    opacity: 1;
  }
  /* line 442, ../sass/style.scss */
  .about-thebook .inner {
    display: flex;
  }
  /* line 443, ../sass/style.scss */
  .about-thebook article {
    padding: 0 60px 120px 60px;
  }
  /* line 444, ../sass/style.scss */
  .about-thebook article.community {
    border-left: 1px solid white;
  }
  /* line 445, ../sass/style.scss */
  .about-thebook article.community .cta {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 447, ../sass/style.scss */
  .about-thebook .cta-pair {
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
  }
  /* line 448, ../sass/style.scss */
  .about-thebook small {
    position: absolute;
    bottom: 0;
    padding-right: 60px;
  }
}

/* line 453, ../sass/style.scss */
.excerpt .inner {
  counter-reset: parts;
}
/* line 455, ../sass/style.scss */
.excerpt header small {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 454, ../sass/style.scss */
  .excerpt header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 454, ../sass/style.scss */
  .excerpt header {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 454, ../sass/style.scss */
  .excerpt header {
    left: 16.66667%;
  }
}

@media (min-width: 992px) {
  /* line 454, ../sass/style.scss */
  .excerpt header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  /* line 454, ../sass/style.scss */
  .excerpt header {
    float: left;
    width: 100%;
  }
}

/* line 465, ../sass/style.scss */
.excerpt article {
  border-bottom: 1px solid #eee;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  /* line 465, ../sass/style.scss */
  .excerpt article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 465, ../sass/style.scss */
  .excerpt article {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 465, ../sass/style.scss */
  .excerpt article {
    left: 16.66667%;
  }
}

@media (min-width: 992px) {
  /* line 465, ../sass/style.scss */
  .excerpt article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: initial;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  /* line 465, ../sass/style.scss */
  .excerpt article {
    float: left;
    width: 100%;
  }
}

/* line 480, ../sass/style.scss */
.excerpt article p {
  font-family: 'Lora', Lora, serif;
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1.44;
  text-align: justify;
  text-indent: 3em;
  margin-bottom: 0;
}
/* line 492, ../sass/style.scss */
.excerpt article:after {
  display: block;
  text-align: right;
  counter-increment: parts;
  content: counter(parts);
}
/* line 494, ../sass/style.scss */
.excerpt aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
/* line 497, ../sass/style.scss */
.excerpt aside p {
  font-size: 22px;
}
/* line 498, ../sass/style.scss */
.excerpt aside ul {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
}
/* line 19, ../sass/vendor/bootstrap/_mixins.scss */
.excerpt aside ul:before, .excerpt aside ul:after {
  content: " ";
  display: table;
}
/* line 27, ../sass/vendor/bootstrap/_mixins.scss */
.excerpt aside ul:after {
  clear: both;
}
/* line 502, ../sass/style.scss */
.excerpt aside ul li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 502, ../sass/style.scss */
  .excerpt aside ul li {
    float: left;
    width: 33.33333%;
  }
}
/* line 506, ../sass/style.scss */
.excerpt aside ul li img {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 508, ../sass/style.scss */
  .excerpt aside ul li:nth-child(2n+1) {
    clear: both;
  }
}

/* line 514, ../sass/style.scss */
.makingof {
  background: #f0f0f0;
  min-height: 0px;
}
/* line 517, ../sass/style.scss */
.makingof article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 517, ../sass/style.scss */
  .makingof article {
    float: left;
    width: 58.33333%;
  }
}
/* line 519, ../sass/style.scss */
.makingof article .cta {
  margin-top: 15px;
}
/* line 521, ../sass/style.scss */
.makingof aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 521, ../sass/style.scss */
  .makingof aside {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  /* line 521, ../sass/style.scss */
  .makingof aside {
    left: 8.33333%;
  }
}
/* line 524, ../sass/style.scss */
.makingof aside img {
  max-width: 100%;
}