/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
.my-box {
    padding: 10px;
    @include for-size(phone-only) {}
    @include for-size(tablet-portrait-up) {}
    @include for-size(tablet-landscape-up) {}
    @include for-size(desktop-up) {}
    @include for-size(big-desktop-up) {}
}
*/
@font-face {
  font-family: "jostlight";
  src: url("/font/jost-300-light-webfont.woff2") format("woff2"), url("/font/jost-300-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "jostregular";
  src: url("/font/jost-400-book-webfont.woff2") format("woff2"), url("/font/jost-400-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "jostmedium";
  src: url("/font/jost-500-medium-webfont.woff2") format("woff2"), url("/font/jost-500-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "jostbold";
  src: url("/font/jost-700-bold-webfont.woff2") format("woff2"), url("/font/jost-700-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
h1 {
  font-size: 3.052em;
  font-family: "jostbold", sans-serif;
}

h2 {
  font-size: 2.441em;
  font-family: "jostmedium", sans-serif;
}

h3 {
  font-size: 1.953em;
  font-family: "jostregular", sans-serif;
}

h4 {
  font-size: 1.563em;
  font-family: "jostregular", sans-serif;
}

h5 {
  font-size: 1.25em;
  font-family: "jostlight", sans-serif;
}

p,
a,
li,
small,
select,
label,
form,
input,
span {
  font-family: "jostlight", sans-serif;
}

p {
  line-height: 1.4em;
}

strong {
  font-family: "jostmedium", sans-serif;
}

em {
  font-style: italic;
}

.force-lowercase {
  text-transform: none !important;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: 0.75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #ec018c;
  background: #000;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  font-family: "jostregular", sans-serif;
}
.menu-toggle span svg {
  fill: #ec018c;
  display: inline-block;
  height: 0.7em;
  margin: 0 0.5em 0 0;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #ec018c;
}

/*
   Default styles + Mobile first
   Offscreen menu style
  */
.main-menu {
  position: absolute;
  display: none;
  left: -300px;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.5);
  min-height: 100%;
  width: 300px;
  background: #1a1a1a;
}
.main-menu ul li:last-of-type {
  margin-left: auto;
}
.main-menu ul li:last-of-type a svg {
  float: left;
  display: block;
  margin-right: 0.5em;
}
.main-menu ul li a svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .main-menu ul li a svg {
    fill: #ec018c;
  }
}
@media (min-width: 768px) {
  .main-menu ul li a:hover svg {
    fill: #000;
  }
}

.main-menu svg {
  display: block;
  width: 2em;
  height: 1em;
  fill: #fff;
}

.main-menu a {
  display: block;
  padding: 0.75em 15px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .main-menu a {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  .main-menu a {
    font-size: 1.1em;
  }
}

.main-menu a:hover,
.main-menu a:focus {
  background: #ec018c;
  text-decoration: none;
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
   On small devices, allow it to toggle...
  */
/*
   :target for non-JavaScript
   [aria-expanded] will be used if/when JavaScript is added to improve interaction, though it's completely optional.
  */
.main-menu:target,
.main-menu[aria-expanded=true] {
  display: block;
  left: 0;
  outline: none;
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded=true] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded=true] ul {
  position: relative;
  z-index: 1000;
}

/* 
   We could us `.main-menu:target:after`, but
   it wouldn't be clickable.
  */
.main-menu:target + .backdrop,
.main-menu[aria-expanded=true] + .backdrop {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded=true] + .backdrop {
    position: fixed;
  }
}
/*
   Larger screen styling
   Horizontal menu
  */
@media (min-width: 768px) {
  .menu-toggle,
  .main-menu .menu-close {
    display: none;
  }
  /* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    display: block;
    background: #000;
  }
  .main-menu svg {
    padding: 0;
    width: 1em;
  }
  .main-menu svg#gab-icon {
    width: 1.5em;
  }
  .main-menu ul {
    display: flex;
    /* Undo off-canvas styling */
    padding: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    background: none;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-menu ul {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .main-menu ul {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .main-menu a {
    color: #ec018c;
    border: 0 !important;
    text-transform: uppercase;
    padding: 1.2em 1em 1em 1em;
    font-family: "jostregular", sans-serif;
    /* Remove borders from off-canvas styling */
  }
  .main-menu a:hover,
  .main-menu a:focus {
    background: #ec018c;
    /* Remove background from off-canvas styling */
    color: #000;
  }
}
/*
   Demo purposes only
  */
*,
*:before,
*:after {
  box-sizing: border-box;
}

header {
  padding: 20px;
  display: flex;
  align-items: baseline;
}

article {
  padding: 30px;
  max-width: 55em;
  font-size: 16px;
  line-height: 1.5em;
}

article h2 {
  font-weight: 500;
  font-size: 28px;
}

.logo {
  margin: 0 30px 0 10px;
  font-size: 1.5em;
}

header {
  margin: 0;
  padding: 0;
  background: url(../images/jim-goad-fantastic-banner_600.jpg) top center no-repeat;
  background-size: cover;
  height: 41.5833333333vw;
}
@media (min-width: 768px) {
  header {
    background: url(../images/jim-goad-fantastic-banner_900.jpg) top center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 900px) {
  header {
    background: url(../images/jim-goad-fantastic-banner_1200.jpg) top center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  header {
    background: url(../images/jim-goad-fantastic-banner_1800.jpg) top center no-repeat;
    background-size: 1200px;
    height: 498px;
  }
}

.powered-by-paypal {
  display: none !important;
}

.paypal-button-card {
  display: none !important;
}

.paypal-button-logo {
  display: none !important;
}

html#ecwid_html body#ecwid_body .ec-minicart.ec-minicart--pill {
  zoom: 1;
}
@media (min-width: 900px) {
  html#ecwid_html body#ecwid_body .ec-minicart.ec-minicart--pill {
    zoom: 1.25;
  }
}

.gwt-HTML {
  background: rgba(255, 255, 255, 0.95);
}

section {
  margin: 0 1em;
  padding: 0;
  width: auto;
}
@media (min-width: 900px) {
  section {
    margin: 0 auto;
    width: 1100px;
  }
}
section ul {
  margin: 0;
  padding: 0;
}
section li {
  padding: 0;
  margin: 0 0 2em 0;
  list-style: none;
  line-height: 1.2em;
}
section h1.banner {
  background: #000;
  color: #ec018c;
  text-align: center;
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
@media (min-width: 900px) {
  section h1.banner {
    font-size: 600%;
  }
}
section h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 160%;
  margin: 1em;
}
@media (min-width: 900px) {
  section h2 {
    text-align: left;
  }
}
section h2 span {
  font-size: 140%;
  display: block;
}
@media (min-width: 900px) {
  section h2 span {
    display: inline-block;
  }
}
section h3 {
  color: #ec018c;
  text-transform: uppercase;
}
section h4 {
  font-size: 200%;
  width: auto;
  text-transform: uppercase;
  background: #000;
  color: #ec018c;
  padding: 0.3em 0 0.2em 0.5em;
}
section .verify {
  margin: 0 0 1em 0;
  padding: 1em;
  text-align: center;
  background: repeating-linear-gradient(45deg, #eaeaea, #eaeaea 10px, #ffffff 10px, #ffffff 20px);
}
section .verify input {
  margin: 0 0.5em 0 0;
}
section .verify label {
  font-family: "jostmedium";
  text-transform: uppercase;
}
section .store {
  margin-top: 2em;
  display: grid;
  gap: 2em 8em;
  grid-template-columns: auto;
}
@media (min-width: 900px) {
  section .store {
    grid-template-columns: auto auto;
  }
}
section .store .offer h1 {
  font-size: 200%;
}
section .store .offer img {
  width: 100%;
}
section .store .offer:nth-child(1) {
  padding-bottom: 2em;
  border-bottom: 1px solid black;
}
section .store .offer:nth-child(2) {
  padding-bottom: 2em;
  border-bottom: 1px solid black;
}
section .store .item {
  padding: 0 0.5em 1em 0.5em;
  margin: 0 0 1em 0;
  display: flex;
  flex-direction: column;
}
section .store .item.books {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2em;
}
section .store .item.books img {
  max-height: 260px;
}
section .store .item.merchandise {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2em;
}
@media (min-width: 900px) {
  section .store .item.merchandise {
    justify-content: flex-start;
  }
}
section .store .item.merchandise img {
  max-height: 260px;
}
section .store .item.answer-me li {
  list-style: disc;
  margin: 0 0 1em 1em;
}
section .store .item.answer-me .info h3 {
  margin: 0 0 0.5em 0;
}
@media (min-width: 900px) {
  section .store .item {
    padding: 0 1.5em 1em 1.5em;
  }
}
section .store .item .info {
  flex: 1 0 auto;
}
section .store .item .info .more-info {
  text-align: center;
  margin: 2em 0;
}
section .store .item .info .more-info a {
  padding: 0.5em 1em;
  border: 1px solid #ec018c;
  color: #ec018c;
  border-radius: 10px;
  text-decoration: none;
}
section .store .item .info img {
  width: 100%;
  float: left;
  margin: 0 1em 1em 0;
}
@media (min-width: 768px) {
  section .store .item .info img {
    width: 48%;
  }
}
section .store .item .info img.wide {
  width: 100%;
}
section .store .item .info h3 {
  margin: 0;
  word-break: break-word;
}
section .store .item .info p.price {
  color: #ec018c;
}
section .store .item .info p.price del {
  text-decoration: line-through;
}
section .store .item .ecsp {
  border: 1px dotted black;
  border-radius: 10px;
  width: 100%;
  max-width: none !important;
  min-height: 160px;
}
@media (min-width: 900px) {
  section .store .item .ecsp {
    min-height: 118px;
  }
}
section .store .item.wide {
  grid-column: 1/span 1;
}
@media (min-width: 900px) {
  section .store .item.wide {
    grid-column: 1/span 2;
  }
}
section .store .item.wide .info img {
  width: 100%;
}
@media (min-width: 768px) {
  section .store .item.wide .info img {
    width: 48%;
  }
}
@media (min-width: 900px) {
  section .store .item.wide .info img {
    width: 300px;
  }
}
@media (min-width: 900px) {
  section .store .item.wide .info.wide img {
    width: 500px;
  }
}
section.book_page {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 900px) {
  section.book_page {
    flex-direction: row;
  }
}
section.book_page p {
  margin: 0 2em 1em 0;
}
section.book_page .ecsp {
  display: inline-block !important;
  border: 1px dotted black;
  border-radius: 10px;
  width: 100%;
  max-width: none !important;
  min-height: 160px;
}
@media (min-width: 900px) {
  section.book_page .ecsp {
    min-height: 118px;
  }
}
section.book_page h2 {
  margin: 1em 0;
}
section.book_page img {
  width: 100%;
  padding: 2em 2em 0 0;
}
section.book_page img.wide {
  width: 100%;
}
@media (min-width: 900px) {
  section.book_page img {
    width: 400px;
  }
}
section.book_page ol {
  padding-left: 1em;
}
section.book_page ol li {
  list-style: decimal;
}
section.book_page ul {
  padding-left: 1em;
}
section.book_page ul li {
  margin-bottom: 1.2em;
  list-style: disc;
}
section.contact img {
  width: 100%;
  margin: 1em 0 0 0;
}
@media (min-width: 900px) {
  section.contact img {
    width: 60%;
  }
}
section.contact img.qr-code {
  width: 40%;
}
@media (min-width: 900px) {
  section.contact img.qr-code {
    width: 25%;
  }
}
section.podcast h1 {
  margin-bottom: 0.8em;
}
section.podcast .rss-badges {
  display: flex;
  justify-content: center;
  margin: 2em 0 4em 0;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  section.podcast .rss-badges {
    flex-wrap: no-wrap;
  }
}
section.podcast .rss-badges .rss-badge {
  margin: 1em 0;
}
section.podcast .rss-badges .rss-badge img {
  width: 150px;
  border: none;
}
section.podcast .episode-list {
  padding: 0 0 3em 0;
  margin: 0 0 4em 0;
}
section.podcast .episode-list:not(:last-child) {
  border-bottom: 1px solid grey;
}
section.podcast .podcast-art {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 900px) {
  section.podcast .podcast-art {
    width: 40%;
  }
}
section.podcast audio {
  margin: 2em 0 1em 0;
  width: 100%;
  zoom: 1.25;
}
@media (min-width: 900px) {
  section.podcast audio {
    zoom: 1;
  }
}
section.podcast a {
  text-decoration: none;
  color: #ec018c;
  display: flex;
  align-items: center;
}
section.podcast a svg {
  fill: #ec018c;
  display: block;
  height: 3em;
  margin: 0 0.5em 0 0;
  flex-shrink: 0;
}
section.podcast a h3 {
  margin: 0;
}
section.podcast a img {
  width: 100px;
  border: 2px solid #ec018c;
  border-radius: 5px;
  margin: 0 1em 0 0;
}
section.podcast h5 {
  margin: 1em 0 0 0;
}
section.etc audio {
  display: block;
  margin: 0.5em 0 0 0;
}
section.etc video {
  display: block;
  margin: 0.5em 0 0 0;
}
section.etc h5 {
  font-family: "jostmedium", sans-serif;
}

video {
  margin: 0 0 0.5em 0;
}

footer {
  display: block;
  margin: 6em auto 0 auto;
  width: 100%;
  height: 100px;
}
footer small {
  text-align: center;
  display: block;
  margin: 2em 0;
}
