@font-face {
  font-family: "CTATVF";
  src: url("/assets/fonts/atvf/ActionTextItalics-VF.woff2") format("woff2");
  font-style: italic;
  font-width: normal;
  font-weight: 400 900;
}
@font-face {
  font-family: "CTATVF";
  src: url("/assets/fonts/atvf/ActionTextUprights-VF.woff2") format("woff2");
  font-style: normal;
  font-width: normal;
  font-weight: 400 900;
}
@font-face {
  font-family: "CTACVF";
  src: url("/assets/fonts/atvf/ActionCondensed-Italic-VF.woff2") format("woff2");
  font-style: italic;
  font-width: normal;
  font-weight: 300 700;
}
@font-face {
  font-family: "CTACVF";
  src: url("/assets/fonts/atvf/ActionCondensed-VF.woff2") format("woff2");
  font-style: normal;
  font-width: normal;
  font-weight: 300 700;
}
@font-face {
  font-family: "Salmiak";
  src: url("/assets/fonts/catalog/salmiak/Salmiak_Plain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Salmiak";
  src: url("/assets/fonts/catalog/salmiak/Salmiak_Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "LTDGVF";
  src: url("/assets/fonts/ltd/LimitedVF-Upright.woff2") format("woff2");
  font-style: normal;
  font-width: normal;
  font-weight: 400 800;
}
@font-face {
  font-family: "LTDGVF";
  src: url("/assets/fonts/ltd/LimitedVF-Upright.woff2") format("woff2");
  font-style: italic;
  font-width: normal;
  font-weight: 400 800;
}
.type-tester__toolbar__input {
  width: 3ch !important;
}

.salmiak {
  font-family: "Salmiak";
  font-style: normal;
  font-weight: normal;
}

.large {
  font-size: 6em;
  line-height: 1em;
  text-align: center;
  color: rgb(108, 122, 137);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

* {
  box-sizing: border-box;
}

:root {
  --system: "CTATVF", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  margin: 0;
  font-family: var(--system);
  background-color: #ffffff;
}

.band h2, .band p {
  margin: 0;
}

.highlight {
  padding-top: 2pt;
  padding-bottom: 5pt;
  margin-bottom: 0pt;
}

.bannerimage {
  margin: 0;
  padding: 0;
  border: none;
}

.title {
  font-family: "CTATVF", sans-serif;
  font-size: 2rem;
  font-variation-settings: "grad" 0;
  font-weight: 700;
  line-height: 130%;
  background-color: rgba(132, 118, 157, 0.78);
  margin-top: none;
  padding-top: none;
  padding-top: 2pt;
  padding-bottom: 5pt;
  padding-left: 8pt;
  padding-right: 8pt;
}
@media (max-width: 660px) {
  .title {
    font-size: 12pt;
    font-variation-settings: "wght" 690, "grad" 0.5;
  }
  .title main {
    padding: 2rem 0vw;
    font-weight: 450;
  }
}

.bannerlink {
  font-family: "CTATVF", sans-serif;
  font-size: 2rem;
  font-variation-settings: "grad" 0;
  font-weight: 700;
  line-height: 130%;
  background-color: rgba(132, 118, 157, 0.78);
  color: white;
}
@media (max-width: 660px) {
  .bannerlink {
    font-size: 12pt;
  }
}

.title:hover {
  font-variation-settings: "wght" 700, "grad" 1;
}

.white {
  color: white;
}

.text {
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 450, "grad" 0.5;
  font-weight: normal;
  font-size: 12pt;
  color: black;
  line-height: 155%;
  margin-bottom: 1em;
  padding-left: 0.1em;
}

.link {
  margin-top: -20pt;
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 450, "grad" 0;
  font-size: 12pt;
  line-height: 160%;
}

.bands {
  padding: 0;
  margin: 0;
}

.pushitdownabit {
  padding-top: 5rem;
}

.band {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 90% 1fr;
  grid-template-rows: 1fr;
  padding: 0rem;
}

.band-tester {
  max-width: 98rem;
  display: grid;
}

.band--image {
  color: white;
  background-color: #fff;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  line-height: 1.5;
  padding: 2rem 2vw;
  font-weight: 450;
}

.pink {
  padding-left: 2rem;
  padding-right: 2rem;
  background: rgb(250, 251, 253);
  background: linear-gradient(90deg, rgb(250, 251, 253) 0%, rgb(239, 242, 249) 47%, rgb(225, 230, 244) 50%, rgb(219, 225, 241) 100%);
}
@media (max-width: 660px) {
  .pink {
    background: rgb(250, 251, 253);
    background: linear-gradient(180deg, rgb(250, 251, 253) 0%, rgb(239, 242, 249) 42%, rgb(225, 230, 244) 53%, rgb(219, 225, 241) 100%);
  }
}

.dark {
  background-color: rgba(10, 5, 10, 0.8);
}

.two-column img {
  width: 100%;
}

.fullwidth img {
  width: 100%;
}

.two-column p {
  margin-bottom: 1em;
}

body {
  font-family: "CTATVF", sans-serif;
  font-synthesis: none;
}

main {
  padding: 2rem 2vw;
  font-weight: 450;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.readingcolumn {
  max-width: 30em;
  margin-left: 1em;
  margin-right: 1em;
}

.column {
  grid-column: 2/3;
  grid-row: 1/-1;
  width: 100%;
  max-width: 40rem;
  justify-self: center;
  padding-bottom: 1em;
}
.column h2 {
  font-size: 12pt;
  line-height: 155%;
}
.column b {
  font-family: "CTATVF", sans-serif;
  font-weight: normal;
  font-variation-settings: "wght" 700, "grad" 0;
}
.column em, .column strong {
  font-family: "CTATVF", sans-serif;
  font-weight: normal;
  font-variation-settings: "wght" 700, "grad" 0;
}
.column p {
  font-size: 12pt;
  line-height: 155%;
  font-variation-settings: "wght" 450, "grad" 0.5;
  margin-bottom: 1em;
}
.column p.caption {
  font-size: 9pt;
  margin-top: -0.5em;
  margin-bottom: 2em;
  padding: 0;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-variation-settings: "wght" 450, "grad" 1;
}
.column .captions-tiny {
  margin-bottom: 1rem;
  font-size: 80%;
  line-height: 1.35;
}
.column p.credit {
  font-size: 6.75pt;
  margin-bottom: 20pt;
  padding-bottom: 20pt;
  margin-left: 0;
  padding-left: 0;
  color: gray;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-variation-settings: "wght" 450, "grad" 1;
}

.wide {
  grid-column: 2/3;
  grid-row: 1/-1;
  width: 100%;
  max-width: 40rem;
  justify-self: center;
}
.wide p {
  grid-column: 2/3;
  grid-row: 1/-1;
  width: 100%;
  max-width: 40rem;
  justify-self: center;
  font-size: 12pt;
  line-height: 155%;
  margin-bottom: 1em;
}

.image-container {
  height: calc(200px + 15vw);
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  margin: -1.5rem;
  background-color: #ffffff;
}
@media (max-width: 660px) {
  .image-container {
    height: auto;
    max-height: 400px;
    min-height: calc(200px + 15vw);
  }
}

.image-container svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

img {
  border: 0;
  outline: 0;
}

.tdcbadge {
  margin-left: 40pt;
  margin-top: 40pt;
  position: absolute;
  height: auto;
  max-width: 18%;
}

.ltrbadge {
  margin-left: 0pt;
  margin-top: 100pt;
  position: absolute;
  height: auto;
  max-width: 60%;
}

.dollarbadge {
  margin-left: 400pt;
  margin-top: 100pt;
  position: absolute;
  height: auto;
  max-width: 30%;
  align: right;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 10pt;
}

.column video {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10pt;
}

.column title {
  display: block;
  margin-top: 10pt;
  margin-bottom: 10pt;
  margin-left: -10%;
  margin-right: -10%;
  width: 120%;
}

h1 {
  font-size: 2em;
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 690, "grad" 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 12pt;
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 690, "grad" 0;
  font-weight: normal;
  display: inline;
  padding: 0;
  margin: 0;
  margin-top: 0.75em;
  line-height: 155%;
}

.highlight a {
  text-decoration: none;
  color: white;
  background-color: black;
}

.highlight a:hover {
  text-decoration: none;
  background-color: rgba(255, 192, 203, 0.5);
}

a {
  text-decoration: none;
  color: rgb(63, 121, 168);
  border: none;
  outline: none;
  padding-top: 2pt;
  padding-bottom: 2pt;
  background-color: rgba(250, 250, 250, 0.5);
}

a:hover {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: rgb(230, 242, 253);
  color: rgb(63, 121, 168);
}

.dark a {
  color: lightblue;
  border-bottom: gray 2px dotted;
  padding-top: 2pt;
  padding-bottom: 2pt;
  background-color: rgba(10, 5, 10, 0.8);
}

.dark a:hover {
  border: none;
  text-decoration: none;
  color: rgb(200, 200, 200);
}

.title {
  color: white;
  background-color: rgba(132, 118, 157, 0.78);
  padding-top: 2pt;
  padding-bottom: 5pt;
  padding-left: 8pt;
  padding-right: 8pt;
}

.readmore {
  color: white;
  background-color: rgba(132, 118, 157, 0.78);
  padding-top: 2pt;
  padding-bottom: 5pt;
  padding-left: 8pt;
  padding-right: 8pt;
  font-size: 12pt;
  font-variation-settings: "wght" 450, "grad" 0.5;
}

.readdescription {
  font-size: 12pt;
  font-variation-settings: "wght" 450, "grad" 1;
  color: white;
  background-color: rgba(132, 118, 157, 0.78);
  padding-top: 2pt;
  padding-bottom: 5pt;
  padding-left: 8pt;
  padding-right: 8pt;
}

.licensing {
  color: red;
}

.imageSmall {
  width: 100px;
}

.hideSmall {
  display: block;
}
@media (max-width: 660px) {
  .hideSmall {
    display: none;
  }
}

.hideBig {
  display: none;
}
@media (max-width: 660px) {
  .hideBig {
    display: block;
  }
}

a.orderbutton {
  font-size: 130%;
  padding: 5pt;
  margin-top: 25pt;
  margin-bottom: 20pt;
  list-style-type: none;
  border: 1px solid gray;
  background-color: transparent;
  font-variation-settings: "wght" 690, "grad" 0;
}

a.orderbutton:hover {
  background-color: rgb(230, 242, 253);
  font-variation-settings: "wght" 690, "grad" 1;
}

a.orderbutton_outofstock {
  color: lightgray;
  font-size: 130%;
  padding: 5pt;
  margin-top: 25pt;
  margin-bottom: 20pt;
  list-style-type: none;
  border: 1px dashed gray;
  background-color: transparent;
  font-variation-settings: "wght" 400, "grad" 0;
}

nav {
  font-size: 12pt;
  font-family: "CTATVF", sans-serif;
  padding: 0;
  margin: 0;
  margin-bottom: 20pt;
  padding-top: 1em;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display: inline;
}
nav .current {
  text-decoration: underline;
  text-decoration-style: dotted;
}
nav a {
  text-decoration: none;
  color: black;
}
nav a:hover {
  background-color: rgba(46, 204, 113, 0.5);
  color: black;
}
nav li:not(:last-of-type):after {
  content: ":";
}

ul .optionsmenu {
  padding: 0em;
  margin: 0;
  list-style-type: none;
  font-size: 120%;
  list-style-type: none;
  background-color: transparent;
}
ul .optionsmenu a {
  padding-left: 0.8em;
  background-color: transparent;
  color: rgba(16, 16, 90, 0.4);
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 690, "grad" 0;
}
ul .optionsmenu a:hover {
  color: rgba(16, 16, 90, 0.4);
  padding-left: 0.8em;
  color: black;
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 690, "grad" 1;
}
ul .optionsmenu li .menu {
  padding: 0.2em;
  margin-top: 0.2em;
  list-style-type: none;
  border: 1px solid gray;
  background-color: transparent;
}
ul .optionsmenu li .menu:hover {
  background-color: rgb(230, 242, 253);
}

li .menu {
  padding: 0.2em;
  margin-top: 0.2em;
  list-style-type: none;
  border: 1px solid gray;
  background-color: transparent;
}

li .menu:hover {
  background-color: rgb(230, 242, 253);
}

.number {
  font-family: "CTATVF";
  font-variation-settings: "wght" 690, "grad" 0;
  background-color: rgb(255, 249, 222);
}

@keyframes hideshow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
li .stack {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20pt;
}

li {
  line-height: 155%;
}

.numberCircle {
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 15pt;
  background-color: rgba(244, 142, 0, 0.78);
  color: white;
  margin: 20pt;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: transparent;
  padding: 5pt;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5pt;
  text-align: left;
  vertical-align: center;
  object-fit: cover;
}

.grid-item > img {
  object-position: right top;
  object-fit: contain;
  width: 100%;
}

.productblock {
  margin-bottom: 60pt;
}

#caseButton {
  width: 17em;
  height: 17em;
  margin-left: -1em;
  margin-bottom: 20pt;
  margin-top: 20pt;
}
@media (max-width: 660px) {
  #caseButton {
    margin-left: 0;
    width: 120pt;
    height: 120pt;
  }
}

.customCases {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 60pt;
  margin-top: 10pt;
}
@media (max-width: 660px) {
  .customCases {
    margin-bottom: 20pt;
  }
}
.customCases td {
  vertical-align: top;
}
.customCases td p {
  font-variation-settings: "grad" 1;
  font-weight: 300;
  color: gray;
  font-size: 0.9em;
  line-height: 1.5em;
  max-width: 20em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 660px) {
  .customCases td p {
    max-width: 14em;
    font-size: 0.86em;
    line-height: 1.5em;
  }
}

.pricing {
  table-layout: fixed;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border: none;
}
.pricing td {
  font-variation-settings: "grad" 1;
  font-weight: 450;
  vertical-align: top;
  font-size: 95%;
  line-height: 155%;
  padding: 4pt;
  border-top: 1px dotted gray;
}
.pricing .title {
  font-size: 105%;
  line-height: 100%;
  background-color: white;
  font-weight: 750;
}
.pricing .solid {
  border-top: 2px solid black;
}
.pricing .nodots {
  border-top: none;
}
.pricing .smol {
  height: 25px;
  width: auto;
}
.pricing .e-img {
  height: 100px;
}
.pricing .proofs {
  width: 100%;
  height: auto;
  align: center;
}
.pricing em {
  font-variation-settings: "grad" 0.5;
  font-weight: 690;
  padding: 20pt 20pt;
  color: #fff;
  border-radius: 100pt;
  background: lightgray;
  margin-bottom: 5%;
  margin-left: 5%;
}

span.slider_1 {
  height: 100%;
}

span.slider_2 {
  height: 100%;
}

.two-column img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testercontainer {
  margin-left: 20pt;
  margin-right: 20pt;
}

.verybaubletester {
  color: white;
}

.type-tester__text__font-style {
  color: red;
}

h3.bookshop_title {
  font-size: 20pt;
  font-weight: 700;
  line-height: 120%;
  color: darkslategrayray;
  align: left;
  padding: 5pt;
}

.bookshop_label {
  color: gray;
  font-size: 90%;
}

img.bookshop_thumb {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.bookshop_text {
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 450, "grad" 0.5;
  font-weight: normal;
  line-height: 155%;
  padding-left: 0.1em;
}

.bookshop_caption {
  font-size: 9pt;
  font-family: "CTATVF", sans-serif;
  font-variation-settings: "wght" 450, "grad" 0.5;
  font-weight: normal;
  line-height: 155%;
  margin-bottom: 1em;
  padding-left: 0.1em;
}

table.bookshop_table tr > td {
  text-align: left;
  vertical-align: top;
  padding: 5pt;
}

table.bookshop_table th > h3 {
  text-align: left;
  vertical-align: top;
  padding: 5pt;
}

.bookshop_border {
  border-top: gray dotted 1px;
}

a.bookshop_inquiry {
  border: dotted black 1px;
  padding: 10pt;
  color: black;
  margin-top: 30pt;
}

.bookshop_price {
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 15pt;
  font-weight: bold;
  background-color: rgba(244, 142, 0, 0.78);
  color: black;
  margin: 20pt;
}

.bookshop_price_sold {
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 15pt;
  font-weight: bold;
  background-color: white;
  border: dotted gray 1px;
  color: gray;
  margin: 20pt;
}

.fitimage {
  width: 100%;
}

.navLogoNarrow {
  display: none;
}

.navLogoWide {
  width: 42pt;
}

.bold {
  font-weight: 700;
}

.navTop {
  background: rgb(70, 70, 70);
  background: linear-gradient(-90deg, rgb(50, 50, 50) 0%, rgb(50, 50, 50) 20%, rgb(75, 75, 85) 100%);
}

.navBottom {
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(50, 50, 50) 0%, rgb(50, 50, 50) 20%, rgb(75, 75, 85) 100%);
  background-color: rgb(245, 245, 245);
  border-top: dashed rgba(0, 0, 0, 0.5) 1pt;
}

.navBars {
  display: grid;
  column-gap: 8pt;
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
  padding: 10pt 10pt 15pt 10pt;
}
@media (max-width: 600px) {
  .navBars {
    padding: 10pt 0pt 15pt 25pt;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.navBars a {
  border-bottom: transparent;
  padding-top: 2pt;
  padding-bottom: 2pt;
}
.navBars a:hover {
  background-color: black;
  color: yellow;
}

.navItemTop {
  color: white;
  clear: both;
  float: left;
  font-size: 12pt;
  line-height: 14pt;
  background-color: transparent;
  text-decoration: none;
  border-botton: transparent;
}

.navItemBottom {
  color: white;
  clear: both;
  float: left;
  font-size: 11pt;
  line-height: 14pt;
  background-color: transparent;
  text-decoration: none;
  border-bottom: transparent;
}

.navItemPadded {
  margin-bottom: 1em;
}

.navCaption {
  font-size: 80%;
  color: rgba(255, 255, 255, 0.7);
  clear: both;
  float: left;
  padding: 0;
}

.hideSmall {
  display: block;
}
@media (max-width: 660px) {
  .hideSmall {
    display: none;
  }
}

/*# sourceMappingURL=bandstyles.css.map */