@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");
/* line 6, app/assets/stylesheets/guides/audio_recordings.scss */
.faq .collapsible-q:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/guides/audio_recordings.scss */
.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* line 20, app/assets/stylesheets/guides/audio_recordings.scss */
div.section-container.accordion.guide-page.faq {
  padding: 0 !important;
}

/* line 24, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page {
  padding-bottom: 120px !important;
}

/* line 27, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page h3 {
  color: #2D919B;
}

/* line 31, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page h5 {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page p {
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 42, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page pre {
  padding: 0;
  margin: 0 0 20px 0;
  margin-left: 0;
  text-indent: 0;
  text-align: left;
  border: 0;
}

/* line 51, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .accordion, .guide-page .section-container section {
  border: none !important;
}

/* line 55, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .guide-nav {
  padding: 0 !important;
}

/* line 59, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .guide-nav-contents {
  list-style: none !important;
  text-align: center;
}

/* line 62, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .guide-nav-contents a {
  color: #1FA9A5 !important;
  text-decoration: underline !important;
}

/* line 66, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .guide-nav-contents hr {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 73, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-page .noindent {
  margin-left: -32px;
}

/* line 79, app/assets/stylesheets/guides/audio_recordings.scss */
h1 a {
  color: white !important;
  text-decoration: none !important;
}

/* line 83, app/assets/stylesheets/guides/audio_recordings.scss */
h1 a:hover, h1 a:focus {
  color: #1FA9A5 !important;
  text-decoration: underline !important;
}

/* line 90, app/assets/stylesheets/guides/audio_recordings.scss */
.guide-image {
  display: block;
  margin: 15px auto;
}

/* line 95, app/assets/stylesheets/guides/audio_recordings.scss */
.aff-disclaimer {
  background-color: lightgray;
  padding: 5px;
  border: 1px black gray;
  font-size: 12px;
  margin-bottom: 15px;
}

/* line 102, app/assets/stylesheets/guides/audio_recordings.scss */
.indent-small {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px !important;
}

/* line 107, app/assets/stylesheets/guides/audio_recordings.scss */
.arg-image {
  margin: 15px auto;
  width: calc(100vw/4);
}

/* line 112, app/assets/stylesheets/guides/audio_recordings.scss */
img.arg-image-skinny {
  margin: 15px auto;
  height: 15%;
  width: 15%;
}

/* line 118, app/assets/stylesheets/guides/audio_recordings.scss */
.callout-box {
  -webkit-box-shadow: -10px -10px 5px 0px #ebebeb;
  -moz-box-shadow: -10px -10px 5px 0px #ebebeb;
  box-shadow: -10px -10px 5px 0px #ebebeb;
  background-color: #fcceb0;
  margin: 10px;
  padding: 20px !important;
}

/* line 126, app/assets/stylesheets/guides/audio_recordings.scss */
.callout-box h3 {
  font-family: "FS Joey Web Regular", 'Source Sans Pro', Helvetica, Arial, Verdana , sans-serif;
  font-weight: 400;
  font-size-adjust: 0.49;
  font-size: 35px;
  color: #F5731E;
  line-height: 1em;
  text-align: center;
}

/* line 136, app/assets/stylesheets/guides/audio_recordings.scss */
.note-box {
  background-color: #ebebeb;
  padding: 15px !important;
  padding-left: 30px;
  border-left: 5px;
  border-left-color: #fcceb0;
  border-left-style: solid;
  margin: 10px;
}

/* line 146, app/assets/stylesheets/guides/audio_recordings.scss */
.code-inset {
  font-family: "FS Joey Web Light", 'Source Sans Pro', Helvetica, Arial, Verdana , sans-serif;
  font-weight: 200;
  font-size-adjust: 0.49;
  background-color: #ebebeb;
  font-size: 20px;
}

/* line 153, app/assets/stylesheets/guides/audio_recordings.scss */
button:hover:enabled, button:focus {
  background: none;
}

/* line 159, app/assets/stylesheets/guides/audio_recordings.scss */
.btn:hover:enabled, .btn:focus {
  background: #80F0FF;
}

/* line 164, app/assets/stylesheets/guides/audio_recordings.scss */
.card {
  border-radius: .5rem;
  margin-bottom: 30px;
}
