@charset "UTF-8";
/* line 4, /usr/local/bundle/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, /usr/local/bundle/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

@keyframes full-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
/* line 21, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 26, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
caption, th, td {
  text-align: inherit;
  font-weight: normal;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 41, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 45, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
img {
  max-width: 100%;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/bitters/_reset.scss */
.image_border {
  border: 1px solid;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_forms.scss */
form {
  margin: 1.5rem 0;
}

/* line 5, /var/lpub/current/app/assets/stylesheets/bitters/_forms.scss */
fieldset + fieldset {
  margin-top: 1.5rem;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/bitters/_forms.scss */
fieldset + h3 {
  margin-top: 1.5rem;
}

/* line 13, /var/lpub/current/app/assets/stylesheets/bitters/_forms.scss */
legend {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0.75rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select {
  -webkit-transition: border-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition: border-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  transition: border-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0.125em;
  border: 2px solid #dedede;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 0.875em;
}
/* line 2, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
textarea:active, textarea:focus, textarea:focus:hover,
input[type="color"]:active,
input[type="color"]:focus,
input[type="color"]:focus:hover, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:focus:hover, input[type="datetime"]:active, input[type="datetime"]:focus, input[type="datetime"]:focus:hover, input[type="datetime-local"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:focus:hover, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus:hover, input[type="month"]:active, input[type="month"]:focus, input[type="month"]:focus:hover, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus:hover, input[type="search"]:active, input[type="search"]:focus, input[type="search"]:focus:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus:hover, input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus:hover, input[type="time"]:active, input[type="time"]:focus, input[type="time"]:focus:hover, input[type="url"]:active, input[type="url"]:focus, input[type="url"]:focus:hover, input[type="week"]:active, input[type="week"]:focus, input[type="week"]:focus:hover, input:not([type]):active, input:not([type]):focus, input:not([type]):focus:hover, textarea:active, textarea:focus, textarea:focus:hover,
select:active,
select:focus,
select:focus:hover {
  border-color: #007acd;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select:hover {
  border-color: #0198ff;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select:hover {
  border-color: #c5c5c5;
}
/* line 18, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
textarea:disabled,
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
textarea::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
textarea::-moz-placeholder,
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
textarea:-moz-placeholder,
input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
textarea:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 29, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
label {
  color: #222;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
label .lowlight {
  text-transform: none;
}

/* line 45, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
label > input {
  margin-right: 0.875rem;
  vertical-align: text-bottom;
}

/* line 51, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
select::-ms-expand {
  display: none;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/bitters/_inputs.scss */
input + input {
  margin-top: 8px;
}

/* line 2, /var/lpub/current/app/assets/stylesheets/bitters/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 7, /var/lpub/current/app/assets/stylesheets/bitters/_layout.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/bitters/_layout.scss */
html,
body {
  background-color: #fff;
  min-height: 100%;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_links.scss */
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
p a, p a:link, p a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
p a:focus, p a:hover, p a:active {
  color: #3eb1ff;
}

/* line 4, /var/lpub/current/app/assets/stylesheets/bitters/_lists.scss */
ul,
ol {
  margin: 0 0 1.5rem 0;
  padding: 0;
}
/* line 9, /var/lpub/current/app/assets/stylesheets/bitters/_lists.scss */
ul, ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /var/lpub/current/app/assets/stylesheets/bitters/_lists.scss */
dl {
  margin: 0 0 1.5rem 0;
}

/* line 23, /var/lpub/current/app/assets/stylesheets/bitters/_lists.scss */
dt {
  margin: 0 0 0.75rem 0;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/bitters/_lists.scss */
dd {
  margin: 0 0 0.75rem 0;
  padding-left: 0.75rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_tables.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1.5rem 0;
  table-layout: auto;
  width: 100%;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/bitters/_tables.scss */
th {
  background-color: white;
  border: 0;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-align: left;
}

/* line 17, /var/lpub/current/app/assets/stylesheets/bitters/_tables.scss */
td {
  border: 0;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

/* line 23, /var/lpub/current/app/assets/stylesheets/bitters/_tables.scss */
tbody {
  background-color: #fff;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  margin: 0 0 1.5rem 0;
}

/* line 24, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h1 {
  font-size: 2.25em;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 26, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h3 {
  font-size: 1.75em;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h4 {
  font-size: 1.5em;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h5 {
  font-size: 1.25em;
}

/* line 29, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
p {
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
em {
  font-style: italic;
}

/* line 37, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
strong, b {
  font-weight: 700;
}

/* line 38, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
s {
  text-decoration: line-through;
}

/* line 40, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
hr {
  border-bottom: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem auto;
}

/* line 48, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
blockquote {
  border-left: 3px solid #dedede;
  color: #8b8b8b;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
cite {
  color: #8b8b8b;
  font-style: italic;
}
/* line 59, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 64, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
code,
pre {
  font-family: "Lucida Console", monospace;
  overflow-x: auto;
}

/* line 71, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
li > code,
p > code {
  background: #efefef;
  border-radius: 0.125em;
  color: #000;
  display: inline;
  margin: 0 .125rem;
  padding: .0625em .25rem;
  font-size: .9em;
}

/* line 82, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
pre {
  margin-bottom: 1.5rem;
}

/* line 86, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
sub {
  vertical-align: sub;
  font-size: 0.8125em;
}

/* line 91, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
sup {
  vertical-align: super;
  font-size: 0.8125em;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/bitters/_typography.scss */
figcaption {
  color: #8b8b8b;
  font-style: italic;
  margin-top: .45rem;
  text-align: center;
  font-weight: 500;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #fff;
  background-color: #222;
  cursor: initial;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  min-width: 275px;
  min-height: 200px;
  z-index: 3;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu.is-open {
  display: block;
  font-size: 14px;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu.is-open hr {
  margin: 5px 0;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 1.5rem;
  list-style-type: none;
  margin: 0;
}
/* line 33, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__list-wrapper > li {
  padding: 5px 0;
}

/* line 38, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav,
[class^="account-menu__nav--"],
[class*=" account-menu__nav--"] {
  width: 275px;
  padding-right: 0.75rem;
  margin-bottom: 1.05rem;
}
@media screen and (min-width: 48em) {
  /* line 38, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
  .account-menu__nav,
  [class^="account-menu__nav--"],
  [class*=" account-menu__nav--"] {
    width: 200px;
  }
}
/* line 49, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav h5,
[class^="account-menu__nav--"] h5,
[class*=" account-menu__nav--"] h5 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
/* line 54, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav a,
[class^="account-menu__nav--"] a,
[class*=" account-menu__nav--"] a {
  display: block;
  font-size: 14px;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.account-menu__nav a, .account-menu__nav a:link, .account-menu__nav a:visited,
[class^="account-menu__nav--"] a,
[class^="account-menu__nav--"] a:link,
[class^="account-menu__nav--"] a:visited,
[class*=" account-menu__nav--"] a,
[class*=" account-menu__nav--"] a:link,
[class*=" account-menu__nav--"] a:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.account-menu__nav a:focus, .account-menu__nav a:hover, .account-menu__nav a:active,
[class^="account-menu__nav--"] a:focus,
[class^="account-menu__nav--"] a:hover,
[class^="account-menu__nav--"] a:active,
[class*=" account-menu__nav--"] a:focus,
[class*=" account-menu__nav--"] a:hover,
[class*=" account-menu__nav--"] a:active {
  color: #383838;
}
/* line 59, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav a + a,
[class^="account-menu__nav--"] a + a,
[class*=" account-menu__nav--"] a + a {
  margin-top: 0.5rem;
}
/* line 63, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav a:hover,
[class^="account-menu__nav--"] a:hover,
[class*=" account-menu__nav--"] a:hover {
  text-decoration: underline;
}
/* line 68, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__nav hr,
[class^="account-menu__nav--"] hr,
[class*=" account-menu__nav--"] hr {
  margin: 0.75rem 0;
  width: 5em;
  text-align: left;
}

/* line 75, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__actions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background-color: #fafafa;
  border-bottom-left-radius: 0.125em;
  border-bottom-right-radius: 0.125em;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.account-menu__action a, .account-menu__action a:link, .account-menu__action a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.account-menu__action a:focus, .account-menu__action a:hover, .account-menu__action a:active {
  color: #3eb1ff;
}

/* line 91, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__email {
  color: #8b8b8b;
  margin-right: 0.75rem;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__user {
  display: flex;
  margin-top: 20px;
  padding: 0 1.5rem;
  align-items: center;
}
/* line 101, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__user .account-menu__image-container {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/* line 105, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__user .account-menu__image-container > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 113, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__user .account-menu__user-name {
  font-size: 14px;
}
/* line 116, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__user .account-menu__user-email {
  font-size: 12px;
  color: grey;
}

/* line 121, /var/lpub/current/app/assets/stylesheets/common/_account-menu.scss */
.account-menu__sign-out {
  background: #333;
  color: #999;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_spinner.scss */
.spinner-wrapper {
  position: relative;
  min-height: 15em;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/common/_spinner.scss */
.spinner-wrapper > * {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/common/_spinner.scss */
.spinner-wrapper > * > div {
  background-color: #007acd;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert,
[class^="alert--"],
[class*=" alert--"] {
  font-weight: 400;
  border-radius: 0.125em;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}
/* line 10, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert.alert--no-icon:before,
[class^="alert--"].alert--no-icon:before,
[class*=" alert--"].alert--no-icon:before {
  display: none;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert:before,
[class^="alert--"]:before,
[class*=" alert--"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert a,
[class^="alert--"] a,
[class*=" alert--"] a {
  text-decoration: underline;
}
/* line 24, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert strong,
[class^="alert--"] strong,
[class*=" alert--"] strong {
  font-weight: 700;
}
/* line 28, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert .list,
[class^="alert--"] .list,
[class*=" alert--"] .list {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert--error {
  color: #ad191f;
  background-color: #fbe3e4;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.alert--error:before {
  content: "\f071";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--error a, .alert--error a:link, .alert--error a:visited {
  color: #ad191f;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--error a:focus, .alert--error a:hover, .alert--error a:active {
  color: #e65056;
}

/* line 41, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert--warning {
  color: #c39000;
  background-color: #fff6dd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.alert--warning:before {
  content: "\f06a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--warning a, .alert--warning a:link, .alert--warning a:visited {
  color: #c39000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--warning a:focus, .alert--warning a:hover, .alert--warning a:active {
  color: #ffca34;
}

/* line 48, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert--info {
  color: #0072d7;
  background-color: #f1f8ff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.alert--info:before {
  content: "\f05a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--info a, .alert--info a:link, .alert--info a:visited {
  color: #0072d7;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--info a:focus, .alert--info a:hover, .alert--info a:active {
  color: #48a9ff;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/common/_alerts.scss */
.alert--success {
  color: #339353;
  background-color: #e8f7ed;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.alert--success:before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--success a, .alert--success a:link, .alert--success a:visited {
  color: #339353;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.alert--success a:focus, .alert--success a:hover, .alert--success a:active {
  color: #6bcc8b;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar,
[class^='avatar--'],
[class*='avatar--'] {
  position: relative;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar a,
[class^='avatar--'] a,
[class*='avatar--'] a {
  display: inline-block;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar__image {
  background-color: #fff;
  display: block;
  font-size: 0;
  margin: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

/* line 22, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar--full .avatar__image {
  border-radius: 75px;
  height: 150px;
  line-height: 150px;
  width: 150px;
  min-width: 150px;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar--medium .avatar__image {
  border-radius: 50px;
  height: 100px;
  line-height: 100px;
  width: 100px;
  min-width: 100px;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar--small .avatar__image {
  border-radius: 37.5px;
  height: 75px;
  line-height: 75px;
  width: 75px;
  min-width: 75px;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_avatars.scss */
.avatar--tiny .avatar__image {
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  min-width: 32px;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner,
[class^='banner--'],
[class*=' banner--'] {
  padding: 1em 1.5rem;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner p,
[class^='banner--'] p,
[class*=' banner--'] p {
  margin-bottom: 0;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner-inner {
  margin: 0 auto;
  max-width: 80em;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.banner-inner::after {
  clear: both;
  content: "";
  display: table;
}

/* line 17, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner--theme-shark {
  background-color: #222;
  color: #efefef;
  color: white;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner--theme-shark .banner__title-icon {
  color: #fff;
}
/* line 25, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner--theme-shark .banner-inner {
  padding: 0;
}
@media screen and (min-width: 56.25em) {
  /* line 25, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
  .banner--theme-shark .banner-inner {
    padding: 0 2.5rem;
  }
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.banner--theme-shark .banner__actions a, .banner--theme-shark .banner__actions a:link, .banner--theme-shark .banner__actions a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.banner--theme-shark .banner__actions a:focus, .banner--theme-shark .banner__actions a:hover, .banner--theme-shark .banner__actions a:active {
  color: #3eb1ff;
}

/* line 39, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner--theme-alice {
  background-color: rgba(0, 122, 205, 0.04);
  color: rgba(0, 0, 0, 0.8);
}
/* line 42, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner--theme-alice .banner__title-icon {
  color: #007acd;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.banner--theme-alice .banner__actions a, .banner--theme-alice .banner__actions a:link, .banner--theme-alice .banner__actions a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.banner--theme-alice .banner__actions a:focus, .banner--theme-alice .banner__actions a:hover, .banner--theme-alice .banner__actions a:active {
  color: #3eb1ff;
}

/* line 53, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner-left,
.banner-right {
  margin: .5em 0;
  padding: 0 6px;
  float: left;
}
@media screen and (min-width: 56.25em) {
  /* line 53, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
  .banner-left,
  .banner-right {
    margin: 1em 0;
    width: 50%;
    margin: 0;
  }
}

/* line 66, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__title,
.banner__subtitle {
  display: block;
  margin-right: 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 74, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__subtitle {
  margin: 0;
}
@media screen and (min-width: 56.25em) {
  /* line 74, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
  .banner__subtitle {
    margin-left: 48px;
  }
}

/* line 82, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__title-icon {
  display: inline-block;
  margin-right: 0.5rem;
  text-align: center;
  width: 40px;
}

/* line 89, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__actions {
  font-size: 0.875rem;
  margin-top: 6px;
}
/* line 92, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__actions a {
  white-space: pre;
}
/* line 93, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.banner__actions i {
  margin-right: 3px;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.cookies-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  font-size: 1em;
  z-index: 1;
  display: none;
  background: #000;
  color: #fff;
}
/* line 109, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.cookies-banner.shown {
  display: block;
}
/* line 113, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.cookies-banner .btn {
  color: white;
  text-decoration: none;
}
/* line 117, /var/lpub/current/app/assets/stylesheets/common/_banners.scss */
.cookies-banner .btn:hover {
  color: white;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-title {
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}

/* line 2, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.438em;
  margin: 0.375rem 0 0 0;
}

/* line 3, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-author {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin: 0.5rem 0 0 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 4, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-description {
  color: #000;
  font-weight: 400;
  margin: 1.5rem 0 0 0;
  font-family: "Inter";
  line-height: 1.813em;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-cover {
  position: relative;
}
/* line 9, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-cover img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  display: block;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: auto;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list {
  text-transform: uppercase;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.book-details-list::after {
  clear: both;
  content: "";
  display: table;
}
/* line 19, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list.vertical .detail {
  display: block;
  margin-bottom: 1em;
}
/* line 24, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail {
  text-align: center;
  display: inline-block;
}
/* line 29, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail > span {
  display: block;
  margin-bottom: 3px;
  line-height: 1.125;
  font-size: 1.75em;
  color: #222;
}
/* line 37, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail > p {
  font-size: .75em;
  color: #4a4a4a;
  letter-spacing: 1px;
}
/* line 43, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail.percentage span {
  padding-left: 1em;
}
/* line 46, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail.percentage span::after {
  content: '%';
  font-size: .8125em;
  margin-left: 1px;
}
/* line 53, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .detail.complete p, .book-details-list .detail.complete span {
  color: #007acd;
}
/* line 58, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .fa {
  font-size: 2em;
  color: #222;
}
/* line 62, /var/lpub/current/app/assets/stylesheets/common/_books.scss */
.book-details-list .leanpub-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
}

/* line 3, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 10, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet,
[class^='bullet--'],
[class*=' bullet--'] {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 40em) {
  /* line 16, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 99%;
    -moz-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:nth-child(1n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:not(:nth-child(1n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 48em) {
  /* line 16, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 16, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of3:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}

@media screen and (min-width: 40em) {
  /* line 28, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 99%;
    -moz-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of2:nth-child(1n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of2:not(:nth-child(1n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 28, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of2:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of2:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}

@media screen and (min-width: 40em) {
  /* line 37, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 99%;
    -moz-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:nth-child(1n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:not(:nth-child(1n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 48em) {
  /* line 37, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 37, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
  .bullet--1of4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 24%;
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .bullet--1of4:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}

/* line 49, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-icon {
  color: #007acd;
  overflow: visible;
  font-size: 2rem;
  color: #007acd;
}
/* line 56, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-icon.royalties {
  width: auto;
  font-size: 2em;
  line-height: 1;
}
/* line 61, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-icon.royalties:before {
  content: "80%";
  font-weight: 500;
}
/* line 67, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-icon + .bullet-icon {
  margin-left: 4px;
}

/* line 72, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-title {
  color: #000;
}

/* line 76, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet-content {
  padding: 0 0.75rem;
  margin-top: 0.75rem;
}

/* line 82, /var/lpub/current/app/assets/stylesheets/common/_bullet_points.scss */
.bullet__actions > * + * {
  margin-left: 0.75rem;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/common/_bundles.scss */
.bundle-list-item {
  display: inline-block;
  margin-bottom: 3rem;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/_bundles.scss */
.bundle-list-item-title {
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  white-space: normal;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/_bundles.scss */
.bundle-list-item-book-count {
  color: #8b8b8b;
}

/* line 29, /var/lpub/current/app/assets/stylesheets/common/_bundles.scss */
.bundle-list-item-author {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin: 0.5rem 0 0 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: normal;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  text-align: center;
  direction: ltr;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
button.pending, button:disabled,
input[type='button'].pending,
input[type='button']:disabled,
input[type='reset'].pending,
input[type='reset']:disabled,
input[type='submit'].pending,
input[type='submit']:disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
/* line 22, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
button > i + span,
button > span + i,
input[type='button'] > i + span,
input[type='button'] > span + i,
input[type='reset'] > i + span,
input[type='reset'] > span + i,
input[type='submit'] > i + span,
input[type='submit'] > span + i {
  margin-left: 0.5rem;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid,
[class^='btn--solid--'],
[class*=' btn--solid--'] {
  -webkit-transition: background-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  transition: background-color 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  color: #fff;
  background-color: #007acd;
  border-radius: 8px;
  border: 0;
  display: inline-block;
  font-weight: 700;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.5em;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:hover,
[class^='btn--solid--']:hover,
[class*=' btn--solid--']:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:active, .btn--solid:focus,
[class^='btn--solid--']:active,
[class^='btn--solid--']:focus,
[class*=' btn--solid--']:active,
[class*=' btn--solid--']:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:hover,
[class^='btn--solid--']:hover,
[class*=' btn--solid--']:hover {
  background-color: #006bb4;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:active, .btn--solid:focus,
[class^='btn--solid--']:active,
[class^='btn--solid--']:focus,
[class*=' btn--solid--']:active,
[class*=' btn--solid--']:focus {
  background-color: #0065a9;
}
/* line 51, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid:disabled,
[class^='btn--solid--']:disabled,
[class*=' btn--solid--']:disabled {
  color: #fff;
  background-color: #8b8b8b;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:disabled:hover,
[class^='btn--solid--']:disabled:hover,
[class*=' btn--solid--']:disabled:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:disabled:active, .btn--solid:disabled:focus,
[class^='btn--solid--']:disabled:active,
[class^='btn--solid--']:disabled:focus,
[class*=' btn--solid--']:disabled:active,
[class*=' btn--solid--']:disabled:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:disabled:hover,
[class^='btn--solid--']:disabled:hover,
[class*=' btn--solid--']:disabled:hover {
  background-color: #7e7e7e;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid:disabled:active, .btn--solid:disabled:focus,
[class^='btn--solid--']:disabled:active,
[class^='btn--solid--']:disabled:focus,
[class*=' btn--solid--']:disabled:active,
[class*=' btn--solid--']:disabled:focus {
  background-color: #797979;
}

/* line 57, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid--shark {
  color: #fff;
  background-color: #222;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--shark:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--shark:active, .btn--solid--shark:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--shark:hover {
  background-color: #151515;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--shark:active, .btn--solid--shark:focus {
  background-color: #101010;
}

/* line 62, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid--red {
  color: #fff;
  background-color: #ad191f;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--red:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--red:active, .btn--solid--red:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--red:hover {
  background-color: #97161b;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--red:active, .btn--solid--red:focus {
  background-color: #8e1419;
}

/* line 67, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid--green {
  color: #fff;
  background-color: #339353;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--green:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--green:active, .btn--solid--green:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--green:hover {
  background-color: #2c8048;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--green:active, .btn--solid--green:focus {
  background-color: #2a7844;
}

/* line 72, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid--oslo {
  color: #fff;
  background-color: #8b8b8b;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--oslo:hover {
  color: #f2f2f2;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--oslo:active, .btn--solid--oslo:focus {
  color: #ededed;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--oslo:hover {
  background-color: #7e7e7e;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--oslo:active, .btn--solid--oslo:focus {
  background-color: #797979;
}

/* line 77, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--solid--iron {
  color: #222;
  background-color: #dedede;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--iron:hover {
  color: #151515;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--iron:active, .btn--solid--iron:focus {
  color: #101010;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--iron:hover {
  background-color: #d1d1d1;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--solid--iron:active, .btn--solid--iron:focus {
  background-color: #cccccc;
}

/* line 85, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--hollow,
[class^='btn--hollow--'],
[class*=' btn--hollow--'] {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0.125em;
  background: transparent;
  display: inline-block;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.375em 0.75em;
  color: rgba(0, 0, 0, 0.8);
}
/* line 97, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--hollow.--interactive,
[class^='btn--hollow--'].--interactive,
[class*=' btn--hollow--'].--interactive {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 99, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--hollow.--interactive:hover,
[class^='btn--hollow--'].--interactive:hover,
[class*=' btn--hollow--'].--interactive:hover {
  color: #fff;
  background: #007acd;
  border-color: #005c9a;
}

/* line 107, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--hollow--azure {
  border-color: #007acd;
  color: #005c9a;
  font-weight: bold;
}

/* line 113, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--hollow--shark {
  color: #222;
  border-color: #222;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--hollow--shark:hover {
  color: #151515;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--hollow--shark:active, .btn--hollow--shark:focus {
  color: #101010;
}

/* line 121, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--plain,
[class^='btn--plain--'],
[class*=' btn--plain--'] {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  background-color: transparent;
  border: 2px solid;
  border-color: transparent;
  padding: 0.375em 0.75em;
}

/* line 132, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--plain {
  color: #000;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain:hover {
  color: black;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain:active, .btn--plain:focus {
  color: black;
}

/* line 136, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--plain--shark {
  color: #222;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--shark:hover {
  color: #151515;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--shark:active, .btn--plain--shark:focus {
  color: #101010;
}

/* line 140, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--plain--azure {
  color: #007acd;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--azure:hover {
  color: #006bb4;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--azure:active, .btn--plain--azure:focus {
  color: #0065a9;
}

/* line 144, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--plain--subtle {
  text-decoration: underline;
  font-size: small;
  color: #222;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--subtle:hover {
  color: #151515;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
.btn--plain--subtle:active, .btn--plain--subtle:focus {
  color: #101010;
}

/* line 155, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--close {
  background-color: transparent;
  border: 0;
  padding: 0;
}

/* line 161, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.button--full-width {
  display: block;
  width: 100%;
}

/* line 166, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn__text + .btn__icon,
.btn__icon + .btn__text {
  margin-left: 0.5rem;
}

/* line 171, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--stripe {
  background-color: #5469d4;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.5rem;
  height: 55px;
  max-width: 750px;
  width: 100%;
  margin: 0.75rem 0;
}
/* line 183, /var/lpub/current/app/assets/stylesheets/common/_buttons.scss */
.btn--stripe > i {
  margin-right: 0.75rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group {
  margin-bottom: 1.125rem;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group.hidden {
  display: none;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group .hint {
  margin-bottom: 0;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--error textarea,
.control-group--error input[type="color"], .control-group--error input[type="date"], .control-group--error input[type="datetime"], .control-group--error input[type="datetime-local"], .control-group--error input[type="email"], .control-group--error input[type="month"], .control-group--error input[type="number"], .control-group--error input[type="password"], .control-group--error input[type="search"], .control-group--error input[type="tel"], .control-group--error input[type="text"], .control-group--error input[type="time"], .control-group--error input[type="url"], .control-group--error input[type="week"], .control-group--error input:not([type]), .control-group--error textarea,
.control-group--error select,
.control-group--error .Select-control {
  border-color: #ad191f;
}
/* line 2, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.control-group--error textarea:active, .control-group--error textarea:focus, .control-group--error textarea:focus:hover,
.control-group--error input[type="color"]:active,
.control-group--error input[type="color"]:focus,
.control-group--error input[type="color"]:focus:hover, .control-group--error input[type="date"]:active, .control-group--error input[type="date"]:focus, .control-group--error input[type="date"]:focus:hover, .control-group--error input[type="datetime"]:active, .control-group--error input[type="datetime"]:focus, .control-group--error input[type="datetime"]:focus:hover, .control-group--error input[type="datetime-local"]:active, .control-group--error input[type="datetime-local"]:focus, .control-group--error input[type="datetime-local"]:focus:hover, .control-group--error input[type="email"]:active, .control-group--error input[type="email"]:focus, .control-group--error input[type="email"]:focus:hover, .control-group--error input[type="month"]:active, .control-group--error input[type="month"]:focus, .control-group--error input[type="month"]:focus:hover, .control-group--error input[type="number"]:active, .control-group--error input[type="number"]:focus, .control-group--error input[type="number"]:focus:hover, .control-group--error input[type="password"]:active, .control-group--error input[type="password"]:focus, .control-group--error input[type="password"]:focus:hover, .control-group--error input[type="search"]:active, .control-group--error input[type="search"]:focus, .control-group--error input[type="search"]:focus:hover, .control-group--error input[type="tel"]:active, .control-group--error input[type="tel"]:focus, .control-group--error input[type="tel"]:focus:hover, .control-group--error input[type="text"]:active, .control-group--error input[type="text"]:focus, .control-group--error input[type="text"]:focus:hover, .control-group--error input[type="time"]:active, .control-group--error input[type="time"]:focus, .control-group--error input[type="time"]:focus:hover, .control-group--error input[type="url"]:active, .control-group--error input[type="url"]:focus, .control-group--error input[type="url"]:focus:hover, .control-group--error input[type="week"]:active, .control-group--error input[type="week"]:focus, .control-group--error input[type="week"]:focus:hover, .control-group--error input:not([type]):active, .control-group--error input:not([type]):focus, .control-group--error input:not([type]):focus:hover, .control-group--error textarea:active, .control-group--error textarea:focus, .control-group--error textarea:focus:hover,
.control-group--error select:active,
.control-group--error select:focus,
.control-group--error select:focus:hover,
.control-group--error .Select-control:active,
.control-group--error .Select-control:focus,
.control-group--error .Select-control:focus:hover {
  border-color: #ad191f;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.control-group--error textarea:hover,
.control-group--error input[type="color"]:hover, .control-group--error input[type="date"]:hover, .control-group--error input[type="datetime"]:hover, .control-group--error input[type="datetime-local"]:hover, .control-group--error input[type="email"]:hover, .control-group--error input[type="month"]:hover, .control-group--error input[type="number"]:hover, .control-group--error input[type="password"]:hover, .control-group--error input[type="search"]:hover, .control-group--error input[type="tel"]:hover, .control-group--error input[type="text"]:hover, .control-group--error input[type="time"]:hover, .control-group--error input[type="url"]:hover, .control-group--error input[type="week"]:hover, .control-group--error input:not([type]):hover, .control-group--error textarea:hover,
.control-group--error select:hover,
.control-group--error .Select-control:hover {
  border-color: #da1f27;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__control {
  position: relative;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__input {
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 35, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__input.control-group__input--textarea {
  min-height: 5rem;
}

/* line 40, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__checkbox-label {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  align-items: flex-end;
}
/* line 49, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__checkbox-label [type='checkbox'] {
  cursor: pointer;
}
/* line 51, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__checkbox-label [type='checkbox']:hover, .control-group__checkbox-label [type='checkbox']:active, .control-group__checkbox-label [type='checkbox']:focus {
  outline: 1px solid #007acd;
}

/* line 61, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__actions {
  margin-top: 1.5rem;
}

/* line 65, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--prepend,
.control-group--append {
  border-collapse: separate;
  display: table;
  position: relative;
  margin-bottom: .625em;
  width: 100%;
  line-height: 1;
}
/* line 74, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--prepend .add-on,
.control-group--append .add-on {
  background: #efefef;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  display: table-cell;
  font-size: 0.875rem;
  line-height: inherit;
  padding: 0.5rem 0.75rem;
  position: relative;
  vertical-align: middle;
  width: 1px;
}
/* line 87, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--prepend input,
.control-group--prepend .add-on + input,
.control-group--append input,
.control-group--append .add-on + input {
  display: table-cell;
  margin: 0;
  width: 100%;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--prepend .add-on {
  border-bottom-left-radius: 0.125em;
  border-top-left-radius: 0.125em;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  white-space: nowrap;
}
/* line 102, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--prepend input,
.control-group--prepend .add-on + input {
  border-bottom-right-radius: 0.125em;
  border-top-right-radius: 0.125em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 110, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--append .add-on {
  border-bottom-right-radius: 0.125em;
  border-top-right-radius: 0.125em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 115, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group--append input,
.control-group--append .add-on + input {
  border-bottom-left-radius: 0.125em;
  border-top-left-radius: 0.125em;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 122, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__image-upload {
  border: 2px solid #dedede;
  background-color: #fff;
  display: flex;
}
/* line 127, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__image-upload > .control-group__image-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-right: 2px solid #dedede;
  width: 25%;
  height: 15rem;
}
/* line 136, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__image-upload > .control-group__image-preview img {
  max-width: 100%;
  max-height: 100%;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__image-upload > label {
  cursor: pointer;
  color: #8b8b8b;
  border: 2px dashed darkgray;
  border-radius: 10px;
  margin: 0.5rem;
  width: 100%;
  padding: 0.5rem;
}
/* line 151, /var/lpub/current/app/assets/stylesheets/common/_controls.scss */
.control-group__image-upload > label i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

/* line 3, /var/lpub/current/app/assets/stylesheets/common/_copy.scss */
.leanpub-motto h2 {
  text-transform: uppercase;
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 5px;
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/_copy.scss */
.leanpub-motto p {
  font-size: 14px;
}

/* line 5, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
#js-flash-prototype {
  display: none !important;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash,
[class^="flash--"],
[class*=" flash--"] {
  background: #efefef;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 6px 8px;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 48em) {
  /* line 14, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
  .flash,
  [class^="flash--"],
  [class*=" flash--"] {
    padding: 0.75rem 5em;
  }
}
/* line 31, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash.closeable.persistent .flash__close-icon,
[class^="flash--"].closeable.persistent .flash__close-icon,
[class*=" flash--"].closeable.persistent .flash__close-icon {
  display: inline-block;
}
/* line 37, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash.closeable:not(.persistent),
[class^="flash--"].closeable:not(.persistent),
[class*=" flash--"].closeable:not(.persistent) {
  position: fixed;
  top: 50px;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash.closeable:not(.persistent) .flash__close-icon,
[class^="flash--"].closeable:not(.persistent) .flash__close-icon,
[class*=" flash--"].closeable:not(.persistent) .flash__close-icon {
  display: inline-block;
}
/* line 47, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash.persistent:not(.closeable) .flash__close-icon,
[class^="flash--"].persistent:not(.closeable) .flash__close-icon,
[class*=" flash--"].persistent:not(.closeable) .flash__close-icon {
  display: none;
}
/* line 52, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash .container--large,
[class^="flash--"] .container--large,
[class*=" flash--"] .container--large {
  position: relative;
}
/* line 56, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash a,
[class^="flash--"] a,
[class*=" flash--"] a {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash a, .flash a:link, .flash a:visited,
[class^="flash--"] a,
[class^="flash--"] a:link,
[class^="flash--"] a:visited,
[class*=" flash--"] a,
[class*=" flash--"] a:link,
[class*=" flash--"] a:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash a:focus, .flash a:hover, .flash a:active,
[class^="flash--"] a:focus,
[class^="flash--"] a:hover,
[class^="flash--"] a:active,
[class*=" flash--"] a:focus,
[class*=" flash--"] a:hover,
[class*=" flash--"] a:active {
  color: #383838;
}

/* line 62, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.app-without-header .flash {
  top: 0;
}

/* line 66, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash__progress-bar {
  -webkit-transition: width 0.25s ease-in;
  -moz-transition: width 0.25s ease-in;
  transition: width 0.25s ease-in;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: -1;
}

/* line 78, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash .container--large {
  text-align: center;
}

/* line 82, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash__message {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 48em) {
  /* line 82, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
  .flash__message {
    padding-left: 5em;
    padding-right: 5em;
  }
}
/* line 92, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash__message::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

/* line 99, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash__close-icon {
  cursor: pointer;
}
/* line 102, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash__close-icon svg {
  height: 0.875rem;
  fill: currentColor;
}

/* line 108, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--error {
  color: #ad191f;
  background-color: #fbe3e4;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.flash--error .flash__message:before {
  content: "\f071";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 115, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--error .flash__progress-bar {
  background-color: #f8cdcf;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--error a, .flash--error a:link, .flash--error a:visited {
  color: #ad191f;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--error a:focus, .flash--error a:hover, .flash--error a:active {
  color: #e65056;
}

/* line 123, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--warning {
  color: #c39000;
  background-color: #fff6dd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.flash--warning .flash__message:before {
  content: "\f06a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 130, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--warning .flash__progress-bar {
  background-color: #ffefc3;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--warning a, .flash--warning a:link, .flash--warning a:visited {
  color: #c39000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--warning a:focus, .flash--warning a:hover, .flash--warning a:active {
  color: #ffca34;
}

/* line 138, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--info {
  color: #0072d7;
  background-color: #f1f8ff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.flash--info .flash__message:before {
  content: "\f05a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 145, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--info .flash__progress-bar {
  background-color: #d7ecff;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--info a, .flash--info a:link, .flash--info a:visited {
  color: #0072d7;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--info a:focus, .flash--info a:hover, .flash--info a:active {
  color: #48a9ff;
}

/* line 153, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--success {
  color: #339353;
  background-color: #e8f7ed;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.flash--success .flash__message:before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 160, /var/lpub/current/app/assets/stylesheets/common/_flashes.scss */
.flash--success .flash__progress-bar {
  background-color: #d5f0de;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--success a, .flash--success a:link, .flash--success a:visited {
  color: #339353;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.flash--success a:focus, .flash--success a:hover, .flash--success a:active {
  color: #6bcc8b;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer {
  background-color: #222;
  color: #efefef;
  padding-top: 3rem;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer li a {
  font-size: .8125rem;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer li a:hover {
  text-decoration: underline;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-logo {
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: auto;
  margin-bottom: 1.5rem;
  width: 96px;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-logo a {
  background-repeat: no-repeat;
  background-size: 96px 67px;
  display: block;
  height: 67px;
  width: 96px;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-links {
  display: block;
  margin: 3rem 0 0.75rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.footer-links::after {
  clear: both;
  content: "";
  display: table;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-list {
  margin-bottom: 1.5rem;
}
/* line 38, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-list .footer-headings {
  width: 100%;
}
@media screen and (min-width: 40em) {
  /* line 35, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
  .footer-list {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  /* line 35, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
  .footer-list {
    float: left;
    display: block;
    margin-right: 0.57291608%;
    width: 49.71354196%;
  }
  /* line 89, /usr/local/bundle/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  .footer-list:last-child {
    margin-right: 0;
  }
  /* line 49, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
  .footer-list + .footer-list {
    padding-left: 10px;
  }
}

/* line 56, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-list-title {
  margin-bottom: 0.75rem;
  font-size: 0.75em;
  font-weight: 700;
}

/* line 62, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-list-break {
  margin-bottom: 3rem;
}

/* line 66, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-copyright {
  padding: 1.5rem;
  display: block;
  font-size: .75em;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.footer-copyright a, .footer-copyright a:link, .footer-copyright a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.footer-copyright a:focus, .footer-copyright a:hover, .footer-copyright a:active {
  color: #3eb1ff;
}
/* line 76, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-copyright a:hover {
  text-decoration: underline;
}

/* line 82, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-headings {
  font-weight: 700;
  font-size: 0.75em;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}

/* line 89, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-slogan {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

/* line 95, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.path {
  margin-bottom: 1.5rem;
}

/* line 99, /var/lpub/current/app/assets/stylesheets/common/_footer.scss */
.footer-descriptions-top {
  font-size: 0.5em;
  margin-bottom: 1.5rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.form--session {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}

/* line 8, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.form__footer {
  margin-top: 1.5rem;
}

/* line 13, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.label__character-counter,
[class^='label__character-counter--'],
[class*=' label__character-counter--'] {
  margin-left: 0.375rem;
  color: #8b8b8b;
  text-transform: initial;
  letter-spacing: initial;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.label__character-counter:before,
[class^='label__character-counter--']:before,
[class*=' label__character-counter--']:before {
  content: '(';
}
/* line 22, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.label__character-counter:after,
[class^='label__character-counter--']:after,
[class*=' label__character-counter--']:after {
  content: ')';
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.label__character-counter--error {
  color: #ad191f;
}

/* line 29, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
form.button_to {
  display: inline-block;
}

/* line 33, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
form.button_to + p.hint {
  margin-top: -10px;
}

/* line 37, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
form .control-group.attachment img {
  display: block;
  margin: 0.75em 0;
}

/* line 46, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.datetime .controls select {
  display: inline-block;
}

/* line 50, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.index-search-form {
  text-align: right;
}
/* line 52, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.index-search-form form {
  margin-bottom: 0;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.index-search-form input {
  display: inline-block;
  font-size: 0.75em;
  padding: 0.75em;
}

/* line 61, /var/lpub/current/app/assets/stylesheets/common/_forms.scss */
.index-search-form input[type="submit"] {
  margin-left: 1em;
  padding: 1em;
  float: right;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_hide.scss */
.trimmed {
  position: relative;
  overflow: hidden;
}
/* line 5, /var/lpub/current/app/assets/stylesheets/common/_hide.scss */
.trimmed.expanded {
  max-height: none !important;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/common/_hide.scss */
.trimmed + .show-more {
  display: inline-block;
  border-top: 1px solid #dedede;
  padding-top: 14px;
  font-size: 13px;
  text-align: left;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.trimmed + .show-more, .trimmed + .show-more:link, .trimmed + .show-more:visited {
  color: #222;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.trimmed + .show-more:focus, .trimmed + .show-more:hover, .trimmed + .show-more:active {
  color: #5a5a5a;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/common/_hide.scss */
.trimmed + .show-more:hover {
  cursor: pointer;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.help-block,
.hint,
[class^="hint--"],
[class*=" hint--"] {
  font-weight: 400;
  border-radius: 0.125em;
  color: #8b8b8b;
  font-size: 0.75em;
  margin-top: .85em;
  padding: 0;
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.help-block + .hint,
.hint + .hint,
[class^="hint--"] + .hint,
[class*=" hint--"] + .hint {
  margin-top: 2px;
}
/* line 16, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.help-block:before,
.hint:before,
[class^="hint--"]:before,
[class*=" hint--"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
/* line 22, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.help-block a,
.hint a,
[class^="hint--"] a,
[class*=" hint--"] a {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.help-block a, .help-block a:link, .help-block a:visited,
.hint a,
.hint a:link,
.hint a:visited,
[class^="hint--"] a,
[class^="hint--"] a:link,
[class^="hint--"] a:visited,
[class*=" hint--"] a,
[class*=" hint--"] a:link,
[class*=" hint--"] a:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.help-block a:focus, .help-block a:hover, .help-block a:active,
.hint a:focus,
.hint a:hover,
.hint a:active,
[class^="hint--"] a:focus,
[class^="hint--"] a:hover,
[class^="hint--"] a:active,
[class*=" hint--"] a:focus,
[class*=" hint--"] a:hover,
[class*=" hint--"] a:active {
  color: #383838;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.help-block strong,
.hint strong,
[class^="hint--"] strong,
[class*=" hint--"] strong {
  font-weight: 700;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.hint--notification:before {
  content: "\f0f3";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.error-block,
.hint--error {
  color: #ad191f;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.error-block a, .error-block a:link, .error-block a:visited,
.hint--error a,
.hint--error a:link,
.hint--error a:visited {
  color: #ad191f;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.error-block a:focus, .error-block a:hover, .error-block a:active,
.hint--error a:focus,
.hint--error a:hover,
.hint--error a:active {
  color: #e65056;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.error-block:before,
.hint--error:before {
  content: "\f071";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 43, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.hint--warning {
  color: #c39000;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--warning a, .hint--warning a:link, .hint--warning a:visited {
  color: #c39000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--warning a:focus, .hint--warning a:hover, .hint--warning a:active {
  color: #ffca34;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.hint--warning:before {
  content: "\f06a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.hint--info {
  color: #0072d7;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--info a, .hint--info a:link, .hint--info a:visited {
  color: #0072d7;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--info a:focus, .hint--info a:hover, .hint--info a:active {
  color: #48a9ff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.hint--info:before {
  content: "\f05a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/common/_hints.scss */
.hint--success {
  color: #339353;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--success a, .hint--success a:link, .hint--success a:visited {
  color: #339353;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.hint--success a:focus, .hint--success a:hover, .hint--success a:active {
  color: #6bcc8b;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.hint--success:before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 5, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.format-icon::after, .format-icon::before,
[class^='format-icon--']::after,
[class^='format-icon--']::before,
[class*=' format-icon--']::after,
[class*=' format-icon--']::before {
  margin: 0 .1875em;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.format-icon--pdf:after {
  content: "\f109";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.format-icon--epub:after {
  content: "\f10b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.format-icon--epub:before {
  content: "\f10a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.format-icon--mobi:after {
  content: "\f10a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 24, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.icon-link,
[class^='icon-link--'],
[class*=' icon-link--'] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  font-size: inherit;
  font-style: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link:link,
[class^='icon-link--']:link,
[class*=' icon-link--']:link {
  text-decoration: none;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--twitter, .icon-link--twitter:link, .icon-link--twitter:visited {
  color: #4099ff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--twitter:focus, .icon-link--twitter:hover, .icon-link--twitter:active {
  color: #0060cf;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--twitter:after {
  content: "\f099";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--github, .icon-link--github:link, .icon-link--github:visited {
  color: #171515;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--github:focus, .icon-link--github:hover, .icon-link--github:active {
  color: #524b4b;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--github:after {
  content: "\f09b";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--facebook, .icon-link--facebook:link, .icon-link--facebook:visited {
  color: #3b5998;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--facebook:focus, .icon-link--facebook:hover, .icon-link--facebook:active {
  color: #7893cb;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--facebook:after {
  content: "\f09a";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--instagram:after {
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--linkedin, .icon-link--linkedin:link, .icon-link--linkedin:visited {
  color: #0e76a8;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--linkedin:focus, .icon-link--linkedin:hover, .icon-link--linkedin:active {
  color: #38b3ee;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--linkedin:after {
  content: "\f08c";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--youtube, .icon-link--youtube:link, .icon-link--youtube:visited {
  color: red;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--youtube:focus, .icon-link--youtube:hover, .icon-link--youtube:active {
  color: #ff7070;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--youtube:after {
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--mastodon:after {
  content: "\f4f6";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--embed, .icon-link--embed:link, .icon-link--embed:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.icon-link--embed:focus, .icon-link--embed:hover, .icon-link--embed:active {
  color: #383838;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--embed:after {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 69, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.icon-link--edit {
  text-decoration: underline;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--edit:after {
  content: "\f303";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--cart:after {
  content: "\f07a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--heart:after {
  content: "\f004";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.icon-link--bell:after {
  content: "\f0f3";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 86, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.icon--plus {
  background-image: url(/assets/plus-05a5c8a00a7ecf9f83bba806a4f1d24c.svg);
  background-image: url(/assets/plus-05a5c8a00a7ecf9f83bba806a4f1d24c.svg);
  background-repeat: no-repeat;
}

/* line 91, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.icon--minus {
  background-image: url(/assets/minus-cb282fbcd63554b290c90340b36723c9.svg);
  background-image: url(/assets/minus-cb282fbcd63554b290c90340b36723c9.svg);
  background-repeat: no-repeat;
}

/* line 100, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.error-page-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 15em;
  margin-bottom: 3rem;
}
/* line 108, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.error-page-image.not-found {
  background-image: url(/assets/logos/logo-black-and-question-on-grey-f31ae18f474e226ca58eb1880c0e25c1.svg);
  background-image: url(/assets/logos/logo-black-and-question-on-grey-f31ae18f474e226ca58eb1880c0e25c1.svg);
}
/* line 111, /var/lpub/current/app/assets/stylesheets/common/_icons.scss */
.error-page-image.maintenance {
  background-image: url(/assets/logos/logo-under-construction-249c5733dfc3b639708425e07e42385f.svg);
  background-image: url(/assets/logos/logo-under-construction-249c5733dfc3b639708425e07e42385f.svg);
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
.Admin__Tabs {
  display: none;
}
@media screen and (min-width: 56.25em) {
  /* line 1, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
  .Admin__Tabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  /* line 6, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
  .Admin__Tabs a {
    display: inline-block;
    padding: 12px 16px;
    border-bottom: 2px solid transparent;
  }
  /* line 11, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
  .Admin__Tabs a.active {
    border-bottom: 2px solid #007acd;
    color: #007acd;
  }
  /* line 17, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
  .Admin__Tabs > li, .Admin__Tabs > a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
  }
  /* line 22, /var/lpub/current/app/assets/stylesheets/common/_tabs.scss */
  .Admin__Tabs > li.active a, .Admin__Tabs > a.active a {
    border-bottom: 2px solid #007acd;
    color: #007acd;
  }
}

/* line 7, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.radio, .radio label,
.checkbox,
.checkbox label,
.boolean,
.boolean label {
  text-transform: initial;
  letter-spacing: initial;
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.radio label,
.checkbox label,
.boolean label {
  font-size: 1rem;
}

/* line 23, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox {
  cursor: pointer;
  display: block;
  position: relative;
  user-select: none;
}
/* line 29, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox, .Checkbox .Checkbox__Checkmark {
  height: 22px;
  width: 22px;
}
/* line 34, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox .Checkbox__Checkmark svg {
  height: 16px;
  width: 16px;
  margin: 1px;
}

/* line 41, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox__Input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  display: none;
}

/* line 48, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox__Checkmark {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  border: 2px solid #dedede;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 0.125em;
}
/* line 56, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox__Checkmark svg {
  display: none;
  position: absolute;
}

/* line 66, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox:hover .Checkbox__Input ~ .Checkbox__Checkmark {
  border-color: #c5c5c5;
}
/* line 69, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox:hover .Checkbox__Input ~ .Checkbox__Checkmark svg {
  display: block;
}
/* line 72, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox:hover .Checkbox__Input ~ .Checkbox__Checkmark svg #checkmark {
  fill: #c5c5c5;
}

/* line 78, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox .Checkbox__Input:checked ~ .Checkbox__Checkmark {
  background-color: #007acd;
  border: 2px solid #007acd;
}

/* line 83, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox .Checkbox__Input:checked ~ .Checkbox__Checkmark svg {
  display: block;
}
/* line 86, /var/lpub/current/app/assets/stylesheets/common/inputs/_checkbox.scss */
.Checkbox .Checkbox__Input:checked ~ .Checkbox__Checkmark svg #checkmark {
  fill: white;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/inputs/_file.scss */
input[type='file'] {
  background: #efefef;
  border: 2px solid #dedede;
  border-radius: 0.125em;
  color: #000;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0.75rem;
  text-transform: initial;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio i {
  display: inline-block;
  margin-right: 4px;
  width: 30px;
  text-align: center;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio i:before {
  color: inherit;
  font-size: 1.5em;
  vertical-align: middle;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio, .radio label {
  text-transform: initial;
  letter-spacing: initial;
}
/* line 25, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio label {
  font-weight: 400;
}
/* line 29, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio [type=radio]:checked + i,
.radio [type=radio]:checked + label {
  color: #007acd;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-contents-wrapper {
  background-color: #fafafa;
  border-radius: 0.125em;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

/* line 44, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-button-group label {
  display: inline-block;
  margin: 0;
  padding: 0.375em 0.75em;
  border: 1px solid #dedede;
  cursor: pointer;
}
/* line 52, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-button-group input {
  display: none;
}
/* line 56, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-button-group input:checked + label {
  background-color: #007acd;
  color: #fff;
  font-weight: 700;
  border: 1px solid #007acd;
}
/* line 63, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-button-group label:first-of-type {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
  border-right: 0;
}
/* line 68, /var/lpub/current/app/assets/stylesheets/common/inputs/_radio.scss */
.radio-button-group label:last-of-type {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-left: 0;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.select .control-group__control:before {
  content: "\f0d8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
.select .control-group__control:after {
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 5, /var/lpub/current/app/assets/stylesheets/common/inputs/_select.scss */
.select .control-group__control select {
  padding-right: 1.875em;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/common/inputs/_select.scss */
.select .control-group__control select.placeholder {
  color: #8b8b8b;
}
/* line 15, /var/lpub/current/app/assets/stylesheets/common/inputs/_select.scss */
.select .control-group__control:before, .select .control-group__control:after {
  position: absolute;
  right: 0.625em;
  color: #dedede;
  height: 0.625em;
  line-height: 0.625em;
  pointer-events: none;
}
/* line 25, /var/lpub/current/app/assets/stylesheets/common/inputs/_select.scss */
.select .control-group__control:before {
  top: 0.5em;
}
/* line 29, /var/lpub/current/app/assets/stylesheets/common/inputs/_select.scss */
.select .control-group__control:after {
  bottom: 0.5em;
}

/* line 12, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch,
[class^='Switch--'],
[class*=' Switch--'] {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-bottom: 0;
  position: relative;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch input,
[class^='Switch--'] input,
[class*=' Switch--'] input {
  display: none;
}

/* line 26, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Small {
  width: 56px;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Medium {
  width: 75px;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Large {
  width: 150px;
}

/* line 38, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #efefef;
  border: 2px solid #efefef;
  border-radius: 32px;
}
/* line 45, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__handle::before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background-color: white;
  border-radius: 50%;
  content: '';
  height: 24px;
  width: 24px;
}

/* line 56, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__text {
  color: #efefef;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
/* line 67, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__text .yes,
.Switch__text .no {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  height: 100%;
  line-height: 32px;
  position: absolute;
}
/* line 77, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__text .yes {
  left: 12px;
  opacity: 0;
}
/* line 82, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch__text .no {
  color: #efefef;
  opacity: 1;
  right: 12px;
}

/* line 92, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
input:checked + .Switch__handle {
  background-color: #007acd;
  border-color: #007acd;
}
/* line 96, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
input:checked + .Switch__handle + .Switch__text .yes {
  color: #007acd;
  opacity: 1;
}
/* line 101, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
input:checked + .Switch__handle + .Switch__text .no {
  opacity: 0;
}

/* line 106, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Small input:checked + .Switch__handle::before {
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}

/* line 110, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Medium input:checked + .Switch__handle::before {
  -webkit-transform: translateX(43px);
  -moz-transform: translateX(43px);
  -ms-transform: translateX(43px);
  -o-transform: translateX(43px);
  transform: translateX(43px);
}

/* line 114, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
.Switch--Large input:checked + .Switch__handle::before {
  -webkit-transform: translateX(118px);
  -moz-transform: translateX(118px);
  -ms-transform: translateX(118px);
  -o-transform: translateX(118px);
  transform: translateX(118px);
}

/* line 121, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
input:disabled + .Switch__handle,
input:disabled + .Switch__handle + .Switch__text {
  cursor: auto;
  opacity: .5;
  pointer-events: none;
}

/* line 128, /var/lpub/current/app/assets/stylesheets/common/inputs/_switch.scss */
input:focus + .Switch__handle {
  box-shadow: 0 0 1px #007acd;
}

/* line 3, /var/lpub/current/app/assets/stylesheets/common/inputs/_textarea.scss */
.Textarea--Code {
  font-family: "Lucida Console", monospace;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book {
  max-width: 100%;
  overflow: visible;
  position: relative;
  width: inherit;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book .book-cover {
  margin-bottom: 0.75rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book.--selected {
  color: #007acd;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book.--selected img {
  box-shadow: 0 0 12px #007acd;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book__title {
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  white-space: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book__subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.438em;
  margin: 0.375rem 0 0 0;
}

/* line 32, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book__author {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin: 0.5rem 0 0 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  overflow: hidden;
  white-space: normal;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-top: 0.125rem;
}

/* line 44, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book__actions {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem;
  margin: 0 1px 1px 1px;
  border-top: 1px solid #dedede;
}
/* line 54, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane-item--book__actions > * {
  padding: 0.25rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item--book__actions .fa-eye, .lane-item--book__actions .fa-eye:link, .lane-item--book__actions .fa-eye:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item--book__actions .fa-eye:focus, .lane-item--book__actions .fa-eye:hover, .lane-item--book__actions .fa-eye:active {
  color: #3eb1ff;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item--book__actions .fa-eye-slash, .lane-item--book__actions .fa-eye-slash:link, .lane-item--book__actions .fa-eye-slash:visited,
.lane-item--book__actions .fa-pencil,
.lane-item--book__actions .fa-pencil:link,
.lane-item--book__actions .fa-pencil:visited,
.lane-item--book__actions .fa-gear,
.lane-item--book__actions .fa-gear:link,
.lane-item--book__actions .fa-gear:visited {
  color: #8b8b8b;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item--book__actions .fa-eye-slash:focus, .lane-item--book__actions .fa-eye-slash:hover, .lane-item--book__actions .fa-eye-slash:active,
.lane-item--book__actions .fa-pencil:focus,
.lane-item--book__actions .fa-pencil:hover,
.lane-item--book__actions .fa-pencil:active,
.lane-item--book__actions .fa-gear:focus,
.lane-item--book__actions .fa-gear:hover,
.lane-item--book__actions .fa-gear:active {
  color: #535353;
}

/* line 69, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane__contents--book {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}
/* line 72, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
.lane__contents--book > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 29%;
  -moz-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  margin-bottom: 1.5rem;
  margin-left: 0;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.lane__contents--book > *:nth-child(3n+1) {
  margin-left: 0;
}
/* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.lane__contents--book > *:not(:nth-child(3n+1)) {
  margin-left: 5%;
}
@media screen and (min-width: 40em) {
  /* line 72, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
  .lane__contents--book > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 31%;
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
}
@media screen and (min-width: 48em) {
  /* line 72, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
  .lane__contents--book > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 72, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
  .lane__contents--book > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 18.25%;
    -moz-flex: 0 0 18.25%;
    -ms-flex: 0 0 18.25%;
    flex: 0 0 18.25%;
    max-width: 18.25%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:nth-child(5n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:not(:nth-child(5n+1)) {
    margin-left: 1.75%;
  }
}
@media screen and (min-width: 80em) {
  /* line 72, /var/lpub/current/app/assets/stylesheets/common/lane_items/_book.scss */
  .lane__contents--book > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 14.75%;
    -moz-flex: 0 0 14.75%;
    -ms-flex: 0 0 14.75%;
    flex: 0 0 14.75%;
    max-width: 14.75%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:nth-child(6n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--book > *:not(:nth-child(6n+1)) {
    margin-left: 2.25%;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course {
  border-radius: 0.1875em;
  border-radius: 0.1875em;
  border: 1px solid #dedede;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
/* line 9, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course .course-cover {
  margin-bottom: 0;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course.--selected {
  color: #007acd;
  box-shadow: 0 0 12px #007acd;
}
/* line 18, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course img {
  display: block;
  border-top-left-radius: 0.125em;
  border-top-right-radius: 0.125em;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__text {
  border-top: 1px solid #dedede;
  padding: 0.875rem 1.125rem 1.75rem;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: normal;
}

/* line 39, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.438em;
  margin: 0.375rem 0 0 0;
}

/* line 43, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__author {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.6875rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-top: 0.375rem;
  overflow: hidden;
  white-space: normal;
}

/* line 53, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__attempt {
  text-align: center;
  padding: 0.25rem 0 0.25rem 0;
}
/* line 56, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane-item--course__attempt hr {
  margin: 0.25rem 0 0;
}

/* line 61, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane__contents--course {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  align-items: stretch;
}
/* line 65, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
.lane__contents--course > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 95%;
  -moz-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
  margin-bottom: 2.25rem;
  margin-left: 0;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.lane__contents--course > *:nth-child(1n+1) {
  margin-left: 0;
}
/* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.lane__contents--course > *:not(:nth-child(1n+1)) {
  margin-left: 5%;
}
@media screen and (min-width: 40em) {
  /* line 65, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
  .lane__contents--course > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 47%;
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:not(:nth-child(2n+1)) {
    margin-left: 3%;
  }
}
@media screen and (min-width: 48em) {
  /* line 65, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
  .lane__contents--course > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 31%;
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 65, /var/lpub/current/app/assets/stylesheets/common/lane_items/_course.scss */
  .lane__contents--course > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--course > *:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle,
[class^='lane-item--bundle--'],
[class*=' lane-item--bundle--'] {
  text-align: center;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle .book-cover,
[class^='lane-item--bundle--'] .book-cover,
[class*=' lane-item--bundle--'] .book-cover {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item-wrapper--bundle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__name {
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  margin: 0.75rem 0 0 0;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__book-count {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.6875rem;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__purchase {
  position: relative;
  margin-top: 0.5rem;
}
/* line 34, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__purchase .price__value {
  font-size: 14px;
}
/* line 38, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__purchase .btn--solid {
  margin-top: 1.875rem;
  width: 100%;
}

/* line 44, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane-item--bundle__name {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane__contents--bundle {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
/* line 53, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane__contents--bundle > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
/* line 59, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
.lane__contents--bundle > * + * {
  padding-left: .5%;
}
@media screen and (min-width: 40em) {
  /* line 53, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
  .lane__contents--bundle > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 48em) {
  /* line 53, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
  .lane__contents--bundle > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 53, /var/lpub/current/app/assets/stylesheets/common/lane_items/_bundle.scss */
  .lane__contents--bundle > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 24%;
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--bundle > *:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial {
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 40em) {
  /* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
  .LaneItem--Testimonial {
    padding: 0 3rem;
  }
}
/* line 9, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial .lane-item__blurb {
  margin-top: 0.75rem;
  font-size: 1em;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial .lane-item__blurb p:before {
  content: '\201C';
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial .lane-item__blurb p:after {
  content: '\201D';
}

/* line 20, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial__Title {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-top: 0.375rem;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.LaneItem--Testimonial__Name {
  color: #222;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
.lane__contents--testimonial > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 3rem;
  padding: 0;
}
@media screen and (min-width: 48em) and (max-width: 80em) {
  /* line 35, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
  .lane__contents--testimonial > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--testimonial > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--testimonial > *:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 80em) {
  /* line 35, /var/lpub/current/app/assets/stylesheets/common/lane_items/_testimonial.scss */
  .lane__contents--testimonial > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--testimonial > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .lane__contents--testimonial > *:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItemWrapper--CourseSet {
  max-width: 300px;
  background: #efefef;
  border-radius: 0.25em;
  overflow: hidden;
  transition: box-shadow 0.25s;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItemWrapper--CourseSet:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItemWrapper--CourseSet.isSelected {
  box-shadow: 0 0 20px 0 rgba(0, 122, 205, 0.5);
}

/* line 17, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet {
  max-width: 100%;
  overflow: visible;
  position: relative;
}
/* line 22, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet .CourseSetCoverWrapper img.LaneItem--CourseSet__Cover {
  border: none;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet__CoverWrapper {
  overflow: hidden;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet__Content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  min-height: 100px;
}

/* line 42, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet__Name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 46, /var/lpub/current/app/assets/stylesheets/common/lane_items/course_set.scss */
.LaneItem--CourseSet__CourseCount {
  color: #4a4a4a;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane,
[class^='lane--'],
[class*=' lane--'] {
  display: block;
}

/* line 7, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__heading {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.25rem;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__header,
[class^='lane__header--'],
[class*=' lane__header--'] {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 21, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__header--left {
  text-align: left;
}

/* line 26, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__header--center h4 {
  color: #505050;
  font-size: 1.875rem;
  font-weight: 740;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 2rem 0;
  text-align: center;
}

/* line 37, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.section-toc {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 42, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__contents,
[class^='lane__contents--'],
[class*=' lane__contents--'] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

/* line 50, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__contents--center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 54, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane__contents--left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

/* line 58, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane--empty {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 30vh;
  text-align: center;
}

/* line 65, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane--empty .lane__heading {
  color: #8b8b8b;
  margin-bottom: 0;
}

/* line 71, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__actions {
  text-align: center;
}

/* line 75, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__action--message {
  font-size: 0.875rem;
}

/* line 79, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__blurb {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  margin: 1.5rem 0 0 0;
}
/* line 134, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h1 {
  font-size: 1.375rem;
}
/* line 135, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h2 {
  font-size: 1.25rem;
}
/* line 136, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h3 {
  font-size: 1.125rem;
}
/* line 137, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h4 {
  font-size: 1rem;
}
/* line 138, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h5 {
  font-size: 0.875rem;
}
/* line 139, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb h6 {
  font-size: 0.75rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item__blurb a, .lane-item__blurb a:link, .lane-item__blurb a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item__blurb a:focus, .lane-item__blurb a:hover, .lane-item__blurb a:active {
  color: #3eb1ff;
}
/* line 141, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ol, .lane-item__blurb ol li {
  list-style-type: decimal;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__blurb ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__blurb ul, .lane-item__blurb ul li {
  list-style-type: disc;
}
/* line 85, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__blurb ul, .lane-item__blurb ol {
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__author_blurb {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  margin: 1.5rem 0 0 0;
}
/* line 134, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h1 {
  font-size: 1.375rem;
}
/* line 135, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h2 {
  font-size: 1.25rem;
}
/* line 136, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h3 {
  font-size: 1.125rem;
}
/* line 137, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h4 {
  font-size: 1rem;
}
/* line 138, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h5 {
  font-size: 0.875rem;
}
/* line 139, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb h6 {
  font-size: 0.75rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item__author_blurb a, .lane-item__author_blurb a:link, .lane-item__author_blurb a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.lane-item__author_blurb a:focus, .lane-item__author_blurb a:hover, .lane-item__author_blurb a:active {
  color: #3eb1ff;
}
/* line 141, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ol, .lane-item__author_blurb ol li {
  list-style-type: decimal;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.lane-item__author_blurb ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.lane-item__author_blurb ul, .lane-item__author_blurb ul li {
  list-style-type: disc;
}
/* line 102, /var/lpub/current/app/assets/stylesheets/common/_lanes.scss */
.lane-item__author_blurb ul, .lane-item__author_blurb ol {
  max-width: 600px;
  text-align: left;
}

/* line 4, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.row {
  display: block;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.row::after {
  clear: both;
  content: "";
  display: table;
}

/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--very-small {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--very-small::after {
  clear: both;
  content: "";
  display: table;
}

/* line 21, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--small {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--small::after {
  clear: both;
  content: "";
  display: table;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--medium {
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  word-break: break-word;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--medium::after {
  clear: both;
  content: "";
  display: table;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--course {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  word-break: break-word;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--course::after {
  clear: both;
  content: "";
  display: table;
}

/* line 42, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--standalone {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 47, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--large {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--large::after {
  clear: both;
  content: "";
  display: table;
}

/* line 53, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.container--very-large {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--very-large::after {
  clear: both;
  content: "";
  display: table;
}

/* line 62, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
[class*=columns-] {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 71, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
[class*=columns-] .lane-item--book {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

/* line 76, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
[class*=columns-] .lane-item--course {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

/* line 81, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
[class*=columns-] .bundle-list-item {
  padding: 0 0.75rem;
  margin-bottom: 3rem;
}

/* line 87, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.columns-1 > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* line 91, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.columns-2 > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  /* line 91, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-2 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-2 > *:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}

/* line 99, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.columns-3 > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 56.25em) {
  /* line 99, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-3 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-3 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-3 > *:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 80em) {
  /* line 99, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-3 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-3 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-3 > *:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}

/* line 110, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.columns-4 > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 49%;
  -moz-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.columns-4 > *:nth-child(2n+1) {
  margin-left: 0;
}
/* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.columns-4 > *:not(:nth-child(2n+1)) {
  margin-left: 1%;
}
@media screen and (min-width: 40em) {
  /* line 110, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-4 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 110, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-4 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 80em) {
  /* line 110, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-4 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 24%;
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-4 > *:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}

/* line 124, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.columns-6 > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.columns-6 > *:nth-child(3n+1) {
  margin-left: 0;
}
/* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
.columns-6 > *:not(:nth-child(3n+1)) {
  margin-left: 1%;
}
@media screen and (min-width: 40em) {
  /* line 124, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-6 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 24%;
    -moz-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-6 > *:nth-child(4n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-6 > *:not(:nth-child(4n+1)) {
    margin-left: 1%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 124, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
  .columns-6 > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-6 > *:nth-child(6n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .columns-6 > *:not(:nth-child(6n+1)) {
    margin-left: 1%;
  }
}

/* line 136, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.block {
  display: block;
}

/* line 137, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.inline-block {
  display: inline-block;
}

/* line 140, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
html, body, #react-root, .app, .react-main {
  height: 100%;
  min-height: 100%;
}

/* line 145, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.html, body {
  overflow: hidden;
}

/* line 149, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.react-main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
/* line 153, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.react-main .main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

/* line 158, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  height: calc(100% - 50px);
  min-height: 100%;
  min-height: calc(100% - 50px);
  position: relative;
  overflow: scroll;
}
/* line 167, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.scroll-wrapper.--noScroll {
  overflow: initial;
}
/* line 171, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.scroll-wrapper.full-height {
  height: 100%;
}

/* line 176, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.quiz-response-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 560px;
  margin-bottom: 1.5rem;
  background-color: #efefef;
  -webkit-overflow-scrolling: touch;
}
/* line 177, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.quiz-response-scroll pre {
  margin-bottom: 0rem;
}

/* line 189, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.no-scroll-wrapper {
  overflow: hidden;
}
/* line 192, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.no-scroll-wrapper .mathjax-container {
  overflow: scroll;
}

/* line 197, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.ruby-main {
  padding-left: calc(100vw - 100%);
}

/* line 201, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.app-without-header .scroll-wrapper {
  top: 0 !important;
  height: 100%;
  min-height: 100%;
}

/* line 208, /var/lpub/current/app/assets/stylesheets/common/_layout.scss */
.grecaptcha-badge {
  visibility: collapse !important;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link,
[class^='link--'],
[class*=' link--'] {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link, .link:link, .link:visited,
[class^='link--'],
[class^='link--']:link,
[class^='link--']:visited,
[class*=' link--'],
[class*=' link--']:link,
[class*=' link--']:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link:focus, .link:hover, .link:active,
[class^='link--']:focus,
[class^='link--']:hover,
[class^='link--']:active,
[class*=' link--']:focus,
[class*=' link--']:hover,
[class*=' link--']:active {
  color: #383838;
}

/* line 8, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--red {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--red, .link--red:link, .link--red:visited {
  color: #ad191f;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--red:focus, .link--red:hover, .link--red:active {
  color: #e65056;
}

/* line 13, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--blue {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--blue, .link--blue:link, .link--blue:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--blue:focus, .link--blue:hover, .link--blue:active {
  color: #3eb1ff;
}

/* line 18, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--white {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--white, .link--white:link, .link--white:visited {
  color: #fafafa;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--white:focus, .link--white:hover, .link--white:active {
  color: #c2c2c2;
}

/* line 23, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--disabled {
  cursor: not-allowed;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--disabled, .link--disabled:link, .link--disabled:visited {
  color: #8b8b8b;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--disabled:focus, .link--disabled:hover, .link--disabled:active {
  color: #535353;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--disabled:active {
  pointer-events: none;
}

/* line 32, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
.link--edit-book {
  background-color: #007acd;
  text-decoration: none;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0.375em 0.625em;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--edit-book, .link--edit-book:link, .link--edit-book:visited {
  color: #fff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.link--edit-book:focus, .link--edit-book:hover, .link--edit-book:active {
  color: #c7c7c7;
}

/* line 48, /var/lpub/current/app/assets/stylesheets/common/_links.scss */
a[name]:not([href]) {
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  position: relative;
  visibility: hidden;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.list--inline {
  display: block;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.list--inline > li {
  display: inline-block;
}
/* line 24, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.list--inline > li + li {
  margin-left: 0.75rem;
}

/* line 8, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.table-list,
[class^="table-list--"],
[class*=" table-list--"] {
  display: block;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  /* line 8, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .table-list,
  [class^="table-list--"],
  [class*=" table-list--"] {
    display: table;
  }
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.table-list--row-scope .table-list__item-cell:first-child {
  font-weight: 700;
}

/* line 24, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.table-list__item {
  display: block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  /* line 24, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .table-list__item {
    display: table-row;
  }
}

/* line 33, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.table-list__item-cell {
  display: block;
  padding: 0.5rem 1rem/2 0.5rem 1rem;
}
@media screen and (min-width: 56.25em) {
  /* line 33, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .table-list__item-cell {
    display: table-cell;
  }
}

/* line 44, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list {
  display: block;
  margin-bottom: 0;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.stats__list > li {
  display: inline-block;
}
/* line 24, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.stats__list > li + li {
  margin-left: 0.75rem;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item {
  text-transform: uppercase;
  text-align: center;
}
/* line 53, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item + .stats__list-item {
  margin-left: 0.75rem;
}

/* line 58, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item-icon {
  padding: 0 2px;
  color: #8b8b8b;
}

/* line 64, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item--leanpub-icon svg {
  max-height: 1em;
  width: 1.5em;
}
/* line 69, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item--leanpub-icon path {
  fill: #8b8b8b;
}

/* line 74, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item-metric {
  letter-spacing: -0.25px;
  color: #8b8b8b;
  font-size: 0.875rem;
}

/* line 80, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item__title {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.6875rem;
  margin-bottom: 0;
}

/* line 86, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.stats__list-item--highlight {
  color: #007acd;
}

/* line 93, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.list {
  margin-top: 1.05rem;
  margin-left: 1.5rem;
  list-style-position: outside;
}
/* line 98, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.list li + li {
  margin-top: 0.375rem;
}

/* line 103, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
ol.list {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.list li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.list li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.list, ol.list li {
  list-style-type: decimal;
}

/* line 107, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
ul.list {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.list li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.list li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.list, ul.list li {
  list-style-type: disc;
}

/* line 114, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
dt {
  font-weight: 700;
  color: #000;
}

/* line 122, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.download-links-list {
  display: block;
  margin-bottom: 0.625em;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.download-links-list > li {
  display: inline-block;
}
/* line 24, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.download-links-list > li + li {
  margin-left: 0.75rem;
}
/* line 128, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.download-links-list + ul li {
  display: block;
}

/* line 136, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 0.75rem;
  flex-wrap: wrap;
  direction: ltr;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 40em) {
  /* line 136, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .meta-list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

/* line 150, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list__item + .meta-list__item {
  font-size: 0.875rem;
}

/* line 154, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list__item {
  direction: ltr;
}
/* line 157, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list__item a {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.meta-list__item a, .meta-list__item a:link, .meta-list__item a:visited {
  color: #313131;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.meta-list__item a:focus, .meta-list__item a:hover, .meta-list__item a:active {
  color: dimgray;
}
/* line 162, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list__item li {
  color: #313131;
}

/* line 167, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.categories {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  gap: 0.75rem 1.5rem;
  max-width: 26rem;
}

/* line 175, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-list__item-title {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

/* line 185, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-box {
  margin-bottom: 1.5rem;
}
/* line 188, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.meta-box a {
  text-decoration: underline;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.meta-box a, .meta-box a:link, .meta-box a:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.meta-box a:focus, .meta-box a:hover, .meta-box a:active {
  color: #383838;
}

/* line 195, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list, .details-list-stacked {
  display: block;
  margin: 0 auto 2em;
  text-align: left;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.details-list::after, .details-list-stacked::after {
  clear: both;
  content: "";
  display: table;
}
/* line 201, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list .detail-list-title, .details-list-stacked .detail-list-title {
  margin-bottom: 0.625em;
  text-transform: uppercase;
  text-align: inherit;
  color: #000;
}
/* line 208, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list > li, .details-list-stacked > li {
  float: left;
  margin-right: 1.93559539%;
}
/* line 212, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list > li:last-child, .details-list-stacked > li:last-child {
  margin-right: 0;
}

/* line 218, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.detail-list li {
  font-size: 0.8125em;
  margin-bottom: 0.625em;
}

/* line 226, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list-stacked > li {
  float: none;
  margin-bottom: 1.5em;
}
/* line 229, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.details-list-stacked > li:last-child {
  margin-bottom: 0;
}

/* line 237, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.delete-links-list li {
  background-color: #fff;
  border-radius: 0.125em;
  border: 1px solid #dedede;
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 0;
  padding-top: 3em;
  position: relative;
}
/* line 247, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.delete-links-list li a:hover {
  text-decoration: none;
}
/* line 252, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.delete-links-list li p {
  font-size: 0.625em;
  margin-bottom: 1em;
  text-align: center;
}
/* line 258, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.delete-links-list li p::before, .delete-links-list li p::after {
  top: -40px;
  color: inherit;
}
/* line 264, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.delete-links-list li p:hover {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  /* line 237, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .delete-links-list li {
    margin-right: 0;
  }
  /* line 271, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .delete-links-list li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  /* line 286, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .TitledListItem + .TitledListItem {
    margin-top: 0.75rem;
  }
}
/* line 291, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem + .TitledListItem {
  margin-top: 1.5rem;
}
/* line 295, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem .ListItem__Title {
  color: black;
  font-size: 0.875rem;
  margin: 0;
}
/* line 300, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem .ListItem__Title::before {
  content: "•";
  font-size: 1.25em;
  line-height: 1;
  margin-right: 0.625rem;
  color: #007acd;
}
/* line 309, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem .ListItem__Description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  margin: 0;
}

/* line 316, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem--Left {
  margin-top: 1.125rem;
}
/* line 319, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem--Left::before {
  display: none;
}
/* line 323, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
.TitledListItem--Left .ListItem__Description {
  margin-top: 0.875rem;
}
@media screen and (min-width: 48em) {
  /* line 316, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .TitledListItem--Left {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  /* line 332, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .TitledListItem--Left::before {
    display: block;
  }
  /* line 336, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .TitledListItem--Left .ListItem__Title {
    flex: 0 0 250px;
  }
  /* line 340, /var/lpub/current/app/assets/stylesheets/common/_lists.scss */
  .TitledListItem--Left .ListItem__Description {
    margin: 0;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.75, 0.033, 0.355, 1);
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  color: #000;
  overflow-y: auto;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 8;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0.75rem;
}
@media screen and (min-width: 48em) {
  /* line 19, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
  .mobile-menu__header {
    padding: 1.5rem;
  }
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__header__logo, .mobile-menu__header__logo svg {
  width: 3.5rem;
  max-height: 3.5rem;
}

/* line 37, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__nav {
  text-align: center;
  margin-bottom: 0;
}
/* line 41, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__nav li {
  margin-bottom: 8px;
}
/* line 45, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__nav li a {
  display: block;
  font-size: 1.5rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.mobile-menu__nav li a, .mobile-menu__nav li a:link, .mobile-menu__nav li a:visited {
  color: #000;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.mobile-menu__nav li a:focus, .mobile-menu__nav li a:hover, .mobile-menu__nav li a:active {
  color: #383838;
}

/* line 52, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__search {
  padding-left: calc(50% - 8rem);
  padding-right: calc(50% - 8rem);
  margin-bottom: 0.75rem;
}
/* line 57, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__search .search__input {
  text-align: center;
}
/* line 60, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__search .search__input:focus {
  text-align: left;
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
.mobile-menu__search .search__input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
.mobile-menu__search .search__input:focus::-moz-placeholder {
  visibility: hidden;
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
.mobile-menu__search .search__input:focus:-moz-placeholder {
  visibility: hidden;
}
/* line 4, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/css3/_placeholder.scss */
.mobile-menu__search .search__input:focus:-ms-input-placeholder {
  visibility: hidden;
}

/* line 69, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__cart {
  position: relative;
  overflow: visible;
}

/* line 74, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__session-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
/* line 78, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__session-links a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.875rem;
  text-align: center;
  border-radius: 0.125em;
  padding: 0.75rem;
}
/* line 86, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__session-links a:nth-child(1) {
  border: 2px solid #222;
  color: shark;
}
/* line 90, /var/lpub/current/app/assets/stylesheets/common/_mobile-menu.scss */
.mobile-menu__session-links a:nth-child(2) {
  background-color: #222;
  border: 2px solid #222;
  color: white;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter,
[class^='royalties-counter--'],
[class*=' royalties-counter--'] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0;
  text-align: center;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter-title {
  font-weight: 700;
  margin-bottom: 1.875rem;
  font-size: 1.9375rem;
  font-weight: 700;
  color: #fff;
}

/* line 21, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
#royalties-counter {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 26, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter--dark {
  background-color: #222;
  color: #efefef;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter--light {
  background-color: #fff;
  color: #000;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter__string {
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #fff;
}
/* line 41, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter__string a.link {
  color: #fff;
}
/* line 43, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter__string a.link:hover {
  color: #eee;
}
@media screen and (min-width: 56.25em) {
  /* line 34, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
  .royalties-counter__string {
    font-size: 16px;
    display: inline-block;
  }
}

/* line 54, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter__price {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  margin: 0 .375rem;
}
/* line 59, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter__price:hover {
  color: #fff;
}

/* line 66, /var/lpub/current/app/assets/stylesheets/common/_royalties-counter.scss */
.royalties-counter--loading {
  height: 1.5rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section,
[class^='section--'],
[class*=' section--'] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 7, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.breathingroom {
  padding-bottom: 2.25rem;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section--white {
  background-color: #fff;
  color: #000;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section--alabaster {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.8);
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section--athens-gray {
  background-color: #efefef;
  color: #000;
}

/* line 23, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section--earth-green {
  background-color: #288828;
  color: #000;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section--shark {
  background-color: #222;
  color: #efefef;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section__title {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #505050;
  display: block;
  font-size: 1.875rem;
  font-weight: 740;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 2rem 0;
  text-align: center;
}

/* line 43, /var/lpub/current/app/assets/stylesheets/common/_sections.scss */
.section__subtitle {
  color: #8b8b8b;
  text-align: center;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table,
[class^='table--'],
[class*=' table--'] {
  margin: 0 0 1.5rem 0;
  width: 100%;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table--zebra tr:nth-child(odd) {
  background-color: #f8f8f8;
}

/* line 15, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table--small th {
  font-size: 0.75em;
}
/* line 16, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table--small td {
  font-size: 0.8125em;
}

/* line 19, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table__actions {
  text-align: right;
  margin: 0;
}
/* line 23, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
.table__actions > * + * {
  margin-left: 0.5rem;
}

@media screen and (min-width: 56.25em) {
  /* line 35, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive {
    display: table;
  }
}
/* line 38, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive > a {
  color: #000;
}
/* line 41, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive > a:hover {
  background-color: #fafafa;
  color: #007acd;
}
/* line 47, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive li > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 51, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive li, ul.table--responsive > a {
  border-top: 1px solid #dedede;
  background-color: #fff;
}
@media screen and (min-width: 56.25em) {
  /* line 51, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive li, ul.table--responsive > a {
    display: table-row;
  }
}
/* line 58, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive li > div, ul.table--responsive a > div {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 56.25em) {
  /* line 58, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive li > div, ul.table--responsive a > div {
    vertical-align: top;
    border-bottom: 1px solid #dedede;
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  /* line 66, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive li > div.max-200, ul.table--responsive a > div.max-200 {
    max-width: 200px;
  }
  /* line 69, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive li > div.w-300, ul.table--responsive a > div.w-300 {
    width: 300px;
  }
}
/* line 75, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive .table-header {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 13px;
  background-color: #f8f8f8;
  display: none;
}
@media screen and (min-width: 56.25em) {
  /* line 75, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive .table-header {
    display: table-row;
  }
}
/* line 86, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive .table-header > div {
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dedede;
}
/* line 92, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive .table-header + li {
  border-top: none;
}
/* line 96, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive span.title,
ul.table--responsive span.data {
  display: inline-block;
}
/* line 101, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive span.title {
  width: 30%;
  color: #8b8b8b;
  font-size: 14px;
}
@media screen and (min-width: 56.25em) {
  /* line 101, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive span.title {
    display: none;
  }
}
/* line 109, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive span.title + span.data {
  width: 70%;
  text-align: right;
}
@media screen and (min-width: 56.25em) {
  /* line 109, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive span.title + span.data {
    width: initial;
    text-align: initial;
  }
}
/* line 118, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive .actions {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 56.25em) {
  /* line 118, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.table--responsive .actions {
    text-align: right;
  }
}
/* line 126, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.table--responsive .actions > a + a {
  margin-left: 0.5rem;
}

/* line 134, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--sortable tbody tr:first-child button[data-dir="up"],
table.table--sortable tbody tr:last-child button[data-dir="down"] {
  display: none;
}
/* line 139, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--sortable button[data-dir] {
  color: #4a4a4a;
  display: block;
  background: transparent;
  border: 0;
  font-size: 1.15rem;
  line-height: .75rem;
  margin: 0 auto;
}
/* line 4, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
table.table--sortable button[data-dir]:hover {
  color: #3d3d3d;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_buttons.scss */
table.table--sortable button[data-dir]:active, table.table--sortable button[data-dir]:focus {
  color: #383838;
}
/* line 148, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--sortable button[data-dir].disabled {
  pointer-events: none;
  opacity: .5;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
table.table--sortable button[data-dir="up"]:after {
  content: "\f106";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_icons.scss */
table.table--sortable button[data-dir="down"]:after {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
}

/* line 163, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--bordered {
  border-bottom: 1px solid #dedede;
  border-collapse: separate;
}
/* line 167, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--bordered tbody td,
table.table--bordered tbody th {
  border-top: 1px solid #dedede;
}
/* line 172, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
table.table--bordered th {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  background-color: #f8f8f8;
  border-top: 1px solid #dedede;
}

/* line 180, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .grid-table--row {
  background-color: #fff;
  margin: 0 -0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dedede;
  box-shadow: 0px 3px 7px #8b8b8b;
}
/* line 187, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .grid-table--row:nth-of-type(odd) {
  background-color: #fcfcfc;
}
@media screen and (min-width: 56.25em) {
  /* line 180, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .grid-table--row {
    border-bottom: none;
    margin: 0;
    box-shadow: none;
  }
}
/* line 198, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .grid-table--head {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: block;
  background-color: #dedede;
  border-top: 1px solid #dedede;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 56.25em) {
  /* line 198, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .grid-table--head {
    display: none;
  }
}
/* line 212, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table li, ul.grid-table > a {
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 56.25em) {
  /* line 212, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table li, ul.grid-table > a {
    display: grid;
    grid-template-columns: 200px 0.75fr 1fr 1.5fr;
  }
}
/* line 221, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table li > div, ul.grid-table a > div {
  border-bottom: none;
}
/* line 225, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .table-header {
  display: none;
}
@media screen and (min-width: 56.25em) {
  /* line 225, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .table-header {
    display: grid;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 231, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table div.nowrap-text span.data {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 240, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .actions {
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 56.25em) {
  /* line 240, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .actions {
    padding-bottom: 0;
    border: none;
    display: block;
  }
}
/* line 248, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .actions > a {
  padding-right: 18px;
}
@media screen and (min-width: 56.25em) {
  /* line 248, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .actions > a {
    padding-right: 0;
  }
}
/* line 254, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .note {
  display: block;
  font-size: 14px;
  grid-column: 1/5;
  padding-bottom: 1rem;
  border-top: 1px solid #dedede;
}
/* line 261, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .note .title {
  width: initial;
  display: initial;
  font-weight: bold;
}
/* line 266, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
ul.grid-table .note .contents {
  width: unset;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
@media screen and (min-width: 56.25em) {
  /* line 254, /var/lpub/current/app/assets/stylesheets/common/_tables.scss */
  ul.grid-table .note {
    border: none;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc, #leanpub-toc {
  font-family: "Inter";
  color: #000;
  font-size: 1.125rem;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc ul, .toc ol, #leanpub-toc ul, #leanpub-toc ol {
  list-style-type: none;
}
/* line 10, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc ul, #leanpub-toc ul {
  margin: .75em 0;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc li, #leanpub-toc li {
  margin-bottom: 8px;
  padding-left: 0;
}
/* line 19, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc li > ul > li, .toc li > ol > li, #leanpub-toc li > ul > li, #leanpub-toc li > ol > li {
  padding-left: 1em;
}

/* line 25, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.section-number {
  margin-right: 8px;
  color: gray;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.has-parts > li {
  font-size: 20px;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.no-parts > li,
#leanpub-toc .columns > ol > li {
  font-size: 18px;
}

/* line 41, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.has-parts > li > ul > li {
  font-size: 86.66666667%;
}

/* line 46, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.no-parts > li > ul > li,
.toc.has-parts > li > ul > li > ul > li,
#leanpub-toc ol .section {
  font-size: 86.66666667%;
}

/* line 53, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.no-parts > li > ul > li > ul > li,
.toc.has-parts > li > ul > li > ul > li > ul > li,
#leanpub-toc ol .subsection {
  font-size: 86.66666667%;
}

/* line 60, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.no-parts > li > ul > li > ul > li > ul > li,
.toc.has-parts > li > ul > li > ul > li > ul > li > ul > li,
#leanpub-toc ol .subsubsection {
  font-size: 86.66666667%;
}

/* line 67, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.no-parts > li > ul > li > ul > li > ul > li > ul > li,
.toc.has-parts > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#leanpub-toc ol .subsubsubsection {
  font-size: 86.66666667%;
}

/* line 74, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
ol.toc.old {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.toc.old li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.toc.old li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ol.toc.old, ol.toc.old li {
  list-style-type: decimal;
}

/* line 75, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
ul.toc.old {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.toc.old li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.toc.old li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
ul.toc.old, ul.toc.old li {
  list-style-type: disc;
}

/* line 77, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.old .section {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 82, /var/lpub/current/app/assets/stylesheets/common/_toc.scss */
.toc.old .chapter {
  margin-top: 1.05rem;
  margin-left: -1.5rem;
  list-style-type: none;
  font-size: 1.5rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 0;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item.more-info {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
}
/* line 16, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item.more-info:hover {
  color: #007acd;
}
/* line 21, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  transition-timing-function: cubic-bezier(0.75, 0.033, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.125em;
  bottom: 120%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: white;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  left: 50%;
  margin-left: -6em;
  min-width: 12em;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  text-align: center;
  visibility: hidden;
}
/* line 39, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip a {
  color: white;
  text-decoration: underline;
}
/* line 43, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip a:hover {
  color: #007acd;
}
/* line 48, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip p {
  margin: 0;
}
/* line 49, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip p + p {
  margin-top: 1.33em;
}
/* line 52, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip form {
  margin: 1.33em 0 0 0;
}
/* line 54, /var/lpub/current/app/assets/stylesheets/common/_tooltips.scss */
.tooltip-item .tooltip:after {
  bottom: -8px;
  content: '';
  left: calc(50% - 4px);
  margin-left: -5px;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
}

/* line 5, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.rtl,
[dir='rtl'] {
  direction: rtl !important;
  text-align: right;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.ltr,
[dir='ltr'] {
  direction: ltr !important;
}

/* line 17, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
::selection {
  background-color: #007acd;
  color: #fff;
  text-shadow: 0 0 0 transparent;
}

/* line 24, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.bold,
.text-bold {
  font-weight: 700;
}

/* line 26, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.force-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.word-break {
  word-break: break-word;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.lowlight {
  color: #8b8b8b;
}

/* line 29, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.italic {
  font-style: italic;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.line-through {
  text-decoration: line-through;
}

/* line 31, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 32, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.text-center {
  text-align: center;
}

/* line 33, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.text-left {
  text-align: left;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.text-right {
  text-align: right;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.underline {
  text-decoration: underline;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.underline {
  text-decoration: underline;
}

/* line 37, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 39, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.font--serif {
  font-family: "Inter";
}

/* line 40, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.font--sans-serif {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 42, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
.section-title {
  position: relative;
  color: #000;
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  padding: .5em 0;
  text-transform: uppercase;
}
/* line 218, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.section-title:after {
  width: 55px;
  background-color: #007acd;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
/* line 244, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.section-title a {
  color: inherit;
}

/* line 46, /var/lpub/current/app/assets/stylesheets/common/_typography.scss */
article.no-uppercase * {
  text-transform: none !important;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/common/_videos.scss */
.video {
  position: relative;
  margin: auto;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/common/_videos.scss */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 12, /var/lpub/current/app/assets/stylesheets/common/_videos.scss */
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group {
  margin-bottom: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.button-group::after {
  clear: both;
  content: "";
  display: table;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group input {
  display: none;
}
/* line 17, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label {
  margin-bottom: 0;
  font-size: 0.6rem;
}
@media screen and (min-width: 56.25em) {
  /* line 17, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
  .button-group label {
    float: left;
  }
}
/* line 25, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label .button-group-item {
  background: #fff;
  border-left: 1px solid #dedede;
  border-radius: 0;
  border-right: 1px solid #dedede;
  color: #4d4d4d;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: .75em 1em;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  /* line 25, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
  .button-group label .button-group-item {
    border-bottom: 1px solid #dedede;
    border-left: 0;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    width: auto;
  }
}
/* line 47, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label .button-group-item:hover {
  background-color: #f7f7f7;
}
/* line 52, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label .is-active {
  font-weight: 700;
  color: #fff;
  background: #007acd;
}
/* line 58, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label:first-child .button-group-item {
  border-top-left-radius: 0.125em;
  border-top-right-radius: 0.125em;
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 56.25em) {
  /* line 58, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
  .button-group label:first-child .button-group-item {
    border-bottom-left-radius: 0.125em;
    border-left: 1px solid #dedede;
    border-top-left-radius: 0.125em;
    border-top-right-radius: 0;
  }
}
/* line 71, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label:last-child .button-group-item {
  border-bottom-left-radius: 0.125em;
  border-bottom-right-radius: 0.125em;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 56.25em) {
  /* line 71, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
  .button-group label:last-child .button-group-item {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.125em;
    border-right: 1px solid #dedede;
    border-top-right-radius: 0.125em;
  }
}
/* line 84, /var/lpub/current/app/assets/stylesheets/rails/_button_groups.scss */
.button-group label input:checked + .button-group-item {
  background: #007acd;
  border: 1px solid #004c81;
  box-shadow: inset 0 1px 2px #005c9a;
  color: #fff;
}

/*!
 * Cropper.js v1.3.4
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-31T06:49:06.196Z
 */
/* line 10, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper {
  margin-bottom: 1.125rem;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper,
.cropper .cropper-wrapper {
  position: relative;
  display: inline-block;
}
/* line 19, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper .cropper-cancel {
  display: none;
  border: 0;
  color: #ad191f;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper--active .cropper-cancel {
  display: block;
}

/* line 32, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
/* line 36, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-actions .control-group {
  margin: 0;
}

/* line 42, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-wrapper img {
  display: block;
  max-height: 600px;
  max-width: 100%;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 62, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-container img {
                       /*Avoid margin top issue (Occur only when margin-top <= -height)
*/
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

/* line 74, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 86, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

/* line 91, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-modal {
  background-color: #000;
  opacity: .5;
}

/* line 101, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

/* line 110, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

/* line 117, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

/* line 126, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

/* line 135, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 145, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

/* line 153, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

/* line 160, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* line 167, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

/* line 177, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

/* line 183, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-line {
  background-color: #39f;
}

/* line 187, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

/* line 194, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

/* line 201, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

/* line 208, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

/* line 215, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

/* line 222, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

/* line 229, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

/* line 236, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

/* line 243, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

/* line 250, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

/* line 256, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

/* line 262, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

/* line 268, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  /* line 278, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  /* line 285, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 292, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}
/* line 299, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

/* line 311, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-invisible {
  opacity: 0;
}

/* line 315, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

/* line 319, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 326, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-hidden {
  display: none !important;
}

/* line 330, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-move {
  cursor: move;
}

/* line 334, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-crop {
  cursor: crosshair;
}

/* line 338, /var/lpub/current/app/assets/stylesheets/rails/_cropper.scss */
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* line 4, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 8, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 12, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--gutters {
  margin: -0.75rem 0 -0.75rem;
}
/* line 15, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--gutters > .grid-cell:not(:first-child) {
  padding-left: 0.75rem;
}
/* line 19, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--gutters > .grid-cell {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0.75rem;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--top {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

/* line 28, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* line 29, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--basline {
  -webkit-box-align: basline;
  -moz-box-align: basline;
  box-align: basline;
  -webkit-align-items: basline;
  -moz-align-items: basline;
  -ms-align-items: basline;
  -o-align-items: basline;
  align-items: basline;
  -ms-flex-align: basline;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

/* line 33, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid-cell--top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}

/* line 34, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid-cell--center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid-cell--bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}

/* line 38, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--fit > .grid-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 41, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--full > .grid-cell {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* line 44, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--1of2 > .grid-cell {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/* line 47, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--1of3 > .grid-cell {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

/* line 50, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
.grid--1of4 > .grid-cell {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media screen and (min-width: 40em) {
  /* line 56, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .very-small-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* line 59, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .very-small-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* line 62, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .very-small-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  /* line 65, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .very-small-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  /* line 68, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .very-small-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 48em) {
  /* line 75, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .small-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* line 78, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .small-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* line 81, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .small-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  /* line 84, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .small-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  /* line 87, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .small-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 94, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .medium-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* line 97, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .medium-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* line 100, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .medium-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  /* line 103, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .medium-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  /* line 106, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .medium-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 80em) {
  /* line 113, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .large-grid--fit > .grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* line 116, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .large-grid--full > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* line 119, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .large-grid--1of2 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  /* line 122, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .large-grid--1of3 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  /* line 125, /var/lpub/current/app/assets/stylesheets/rails/_grid.scss */
  .large-grid--1of4 > .grid-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_graph.scss */
.graph,
[class^="graph--"],
[class*=" graph--"] {
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/rails/_graph.scss */
.graph--line path {
  stroke: #007acd;
}
/* line 13, /var/lpub/current/app/assets/stylesheets/rails/_graph.scss */
.graph--line circle {
  fill: #007acd;
}

/* line 18, /var/lpub/current/app/assets/stylesheets/rails/_graph.scss */
.graph__title {
  margin-bottom: 0.75rem;
}

/* line 22, /var/lpub/current/app/assets/stylesheets/rails/_graph.scss */
.graph__sale {
  padding-bottom: 2rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_invitations.scss */
.invitation__note {
  margin-bottom: 1.5rem;
  margin-top: 0.75rem;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/rails/_invitations.scss */
.invitation__actions {
  margin-top: 1.5rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect {
  display: inline-block;
  position: relative;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__ArrowBox {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 1.5rem;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}

/* line 17, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__Arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  margin-top: 1rem;
}

/* line 27, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__Input[type='number'] {
  padding-right: 1.5rem;
}
/* line 31, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__Input[type='number']::-webkit-outer-spin-button, .NumberSelect__Input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 38, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__Input:focus + .NumberSelect__List {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: auto;
  border: 1px solid #dedede;
  border-top: 0;
  z-index: 3;
}

/* line 49, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__List {
  position: absolute;
  background-color: white;
  height: 0;
  overflow: hidden;
}

/* line 56, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__ListItem {
  padding: 0.25rem 0.4375rem;
  background-color: inherit;
  cursor: pointer;
  font-size: 0.875rem;
}
/* line 62, /var/lpub/current/app/assets/stylesheets/rails/_number_select.scss */
.NumberSelect__ListItem:hover {
  background-color: #f0f8ff;
}

/* line 2, /var/lpub/current/app/assets/stylesheets/rails/_pagination.scss */
.pagination {
  color: #8b8b8b;
  display: block;
  font-size: 1em;
  margin: 0.75rem 0 0 0;
  padding: 0 0.75rem;
  text-align: center;
  width: 100%;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/rails/_pagination.scss */
.pagination > * + * {
  display: inline-block;
  margin-left: 0.375rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.pagination a, .pagination a:link, .pagination a:visited {
  color: #8b8b8b;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.pagination a:focus, .pagination a:hover, .pagination a:active {
  color: #535353;
}

/* line 21, /var/lpub/current/app/assets/stylesheets/rails/_pagination.scss */
.pagination .current {
  color: #007acd;
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: 2px solid #007acd;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile,
[class^='profile--'],
[class*=' profile--'] {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  /* line 1, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
  .profile,
  [class^='profile--'],
  [class*=' profile--'] {
    padding: 1.5rem;
  }
}

/* line 13, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__avatar {
  margin-bottom: 0.75rem;
}
/* line 15, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__avatar img {
  object-fit: cover;
}

/* line 20, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  display: block;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: auto;
}

/* line 24, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__name {
  color: #222;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin: 0;
}

/* line 30, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__title {
  color: #8b8b8b;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin: 0.375rem 0 0 0;
}

/* line 35, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__slogan {
  margin: 0.75rem 0 0 0;
}

/* line 39, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__video {
  margin: 10px;
}

/* line 43, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__icons {
  font-size: 1.5em;
  margin-top: 0.5rem;
}

/* line 48, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__blurb {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.125rem;
  margin: 0.75rem 0 0 0;
}
/* line 134, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h1 {
  font-size: 1.375rem;
}
/* line 135, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h2 {
  font-size: 1.25rem;
}
/* line 136, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h3 {
  font-size: 1.125rem;
}
/* line 137, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h4 {
  font-size: 1rem;
}
/* line 138, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h5 {
  font-size: 0.875rem;
}
/* line 139, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb h6 {
  font-size: 0.75rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.profile__blurb a, .profile__blurb a:link, .profile__blurb a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.profile__blurb a:focus, .profile__blurb a:hover, .profile__blurb a:active {
  color: #3eb1ff;
}
/* line 141, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ol, .profile__blurb ol li {
  list-style-type: decimal;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.profile__blurb ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.profile__blurb ul, .profile__blurb ul li {
  list-style-type: disc;
}

/* line 57, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile--cause .profile__logo {
  max-height: 200px;
}

/* line 63, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}
/* line 68, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast__card {
  border: 1px solid #bfbfbf;
  border-radius: 0.125rem;
}
/* line 72, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast__card:hover, .profile__podcast__section .profile__podcast__card:active, .profile__podcast__section .profile__podcast__card:focus {
  border-color: black;
}
/* line 79, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 345px;
  width: 100%;
}
/* line 87, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .podcast__header-logo {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  background-color: #f5f5f5;
  margin: 3px 3px 0;
  padding: 1.375rem 1.875rem 1.25rem;
}
/* line 94, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .podcast__header-logo img {
  width: 100%;
  height: auto;
}
/* line 100, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  text-align: left;
  padding: 1.25rem 1.875rem;
  width: 100%;
}
/* line 109, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__text p {
  margin-bottom: 0;
}
/* line 112, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__text p:first-of-type {
  margin-bottom: 0.375rem;
}
/* line 117, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__text .avatar__image {
  background-color: #fff;
  display: block;
  font-size: 0;
  margin: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
/* line 128, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__text .avatar--tiny .avatar__image {
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  min-width: 32px;
}
/* line 133, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast_episode_number {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.6875em;
  margin: 0.3125em 0 0 0;
  color: #4a4a4a;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__link {
  color: black;
  text-decoration: underline;
  font-weight: 800;
  font-size: 14px;
}
/* line 148, /var/lpub/current/app/assets/stylesheets/rails/_profiles.scss */
.profile__podcast__section .profile__podcast .profile__podcast__link:hover, .profile__podcast__section .profile__podcast .profile__podcast__link:active, .profile__podcast__section .profile__podcast .profile__podcast__link:focus {
  color: #4a4a4a;
}

/* rake generate:pygments:styles[default] */
/* line 3, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.hll {
  background-color: #ffffcc;
}

/* line 4, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.c {
  color: #408080;
  font-style: italic;
}

/* Comment */
/* line 5, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.err {
  color: #FF0000;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.k {
  color: #008000;
  font-weight: 600;
}

/* Keyword */
/* line 7, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.o {
  color: #666666;
}

/* Operator */
/* line 8, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.cm {
  color: #408080;
  font-style: italic;
}

/* Comment.Multiline */
/* line 9, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.cp {
  color: #BC7A00;
}

/* Comment.Preproc */
/* line 10, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.c1 {
  color: #408080;
  font-style: italic;
}

/* Comment.Single */
/* line 11, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.cs {
  color: #408080;
  font-style: italic;
}

/* Comment.Special */
/* line 12, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gd {
  color: #A00000;
}

/* Generic.Deleted */
/* line 13, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.ge {
  font-style: italic;
}

/* Generic.Emph */
/* line 14, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gr {
  color: #FF0000;
}

/* Generic.Error */
/* line 15, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gh {
  color: #000080;
  font-weight: 600;
}

/* Generic.Heading */
/* line 16, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gi {
  color: #00A000;
}

/* Generic.Inserted */
/* line 17, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.go {
  color: #888888;
}

/* Generic.Output */
/* line 18, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gp {
  color: #000080;
  font-weight: 600;
}

/* Generic.Prompt */
/* line 19, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gs {
  font-weight: 600;
}

/* Generic.Strong */
/* line 20, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gu {
  color: #800080;
  font-weight: 600;
}

/* Generic.Subheading */
/* line 21, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.gt {
  color: #0044DD;
}

/* Generic.Traceback */
/* line 22, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kc {
  color: #008000;
  font-weight: 600;
}

/* Keyword.Constant */
/* line 23, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kd {
  color: #008000;
  font-weight: 600;
}

/* Keyword.Declaration */
/* line 24, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kn {
  color: #008000;
  font-weight: 600;
}

/* Keyword.Namespace */
/* line 25, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kp {
  color: #008000;
}

/* Keyword.Pseudo */
/* line 26, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kr {
  color: #008000;
  font-weight: 600;
}

/* Keyword.Reserved */
/* line 27, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.kt {
  color: #B00040;
}

/* Keyword.Type */
/* line 28, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.m {
  color: #666666;
}

/* Literal.Number */
/* line 29, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.s {
  color: #BA2121;
}

/* Literal.String */
/* line 30, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.na {
  color: #7D9029;
}

/* Name.Attribute */
/* line 31, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nb {
  color: #008000;
}

/* Name.Builtin */
/* line 32, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nc {
  color: #0000FF;
  font-weight: 600;
}

/* Name.Class */
/* line 33, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.no {
  color: #880000;
}

/* Name.Constant */
/* line 34, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nd {
  color: #AA22FF;
}

/* Name.Decorator */
/* line 35, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.ni {
  color: #999999;
  font-weight: 600;
}

/* Name.Entity */
/* line 36, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.ne {
  color: #D2413A;
  font-weight: 600;
}

/* Name.Exception */
/* line 37, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nf {
  color: #0000FF;
}

/* Name.Function */
/* line 38, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nl {
  color: #A0A000;
}

/* Name.Label */
/* line 39, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nn {
  color: #0000FF;
  font-weight: 600;
}

/* Name.Namespace */
/* line 40, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nt {
  color: #008000;
  font-weight: 600;
}

/* Name.Tag */
/* line 41, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.nv {
  color: #19177C;
}

/* Name.Variable */
/* line 42, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.ow {
  color: #AA22FF;
  font-weight: 600;
}

/* Operator.Word */
/* line 43, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.w {
  color: #bbbbbb;
}

/* Text.Whitespace */
/* line 44, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.mf {
  color: #666666;
}

/* Literal.Number.Float */
/* line 45, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.mh {
  color: #666666;
}

/* Literal.Number.Hex */
/* line 46, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.mi {
  color: #666666;
}

/* Literal.Number.Integer */
/* line 47, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.mo {
  color: #666666;
}

/* Literal.Number.Oct */
/* line 48, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sb {
  color: #BA2121;
}

/* Literal.String.Backtick */
/* line 49, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sc {
  color: #BA2121;
}

/* Literal.String.Char */
/* line 50, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sd {
  color: #BA2121;
  font-style: italic;
}

/* Literal.String.Doc */
/* line 51, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.s2 {
  color: #BA2121;
}

/* Literal.String.Double */
/* line 52, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.se {
  color: #BB6622;
  font-weight: 600;
}

/* Literal.String.Escape */
/* line 53, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sh {
  color: #BA2121;
}

/* Literal.String.Heredoc */
/* line 54, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.si {
  color: #BB6688;
  font-weight: 600;
}

/* Literal.String.Interpol */
/* line 55, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sx {
  color: #008000;
}

/* Literal.String.Other */
/* line 56, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.sr {
  color: #BB6688;
}

/* Literal.String.Regex */
/* line 57, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.s1 {
  color: #BA2121;
}

/* Literal.String.Single */
/* line 58, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.ss {
  color: #19177C;
}

/* Literal.String.Symbol */
/* line 59, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.bp {
  color: #008000;
}

/* Name.Builtin.Pseudo */
/* line 60, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.vc {
  color: #19177C;
}

/* Name.Variable.Class */
/* line 61, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.vg {
  color: #19177C;
}

/* Name.Variable.Global */
/* line 62, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.vi {
  color: #19177C;
}

/* Name.Variable.Instance */
/* line 63, /var/lpub/current/app/assets/stylesheets/rails/_pygments.scss */
.il {
  color: #666666;
}

/* Literal.Number.Integer.Long */
/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 9, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-clipboard {
  left: -100000px;
  position: absolute;
  top: 50%;
}

/* line 14, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 18, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor {
  -moz-tab-size: 4;
  border: 1px solid #dedede;
  cursor: text;
  height: 100%;
  line-height: 1.5;
  max-height: 350px;
  outline: none;
  overflow-y: auto;
  padding: 0.75rem;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-bottom-left-radius: 0.125em;
  border-bottom-right-radius: 0.125em;
}
/* line 2, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.ql-editor:active, .ql-editor:focus, .ql-editor:focus:hover {
  border-color: #007acd;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.ql-editor:hover {
  border-color: #0198ff;
}

/* line 36, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8;
}

/* line 51, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ol, .ql-editor ol li {
  list-style-type: decimal;
}

/* line 55, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.ql-editor ul, .ql-editor ul li {
  list-style-type: disc;
}

/* line 58, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol > li {
  list-style-type: none;
}

/* line 61, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol {
  list-style-type: none;
  position: relative;
}

/* line 65, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8;
  counter-increment: list-num;
}

/* line 69, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li:before {
  content: counter(list-num,decimal) ". ";
  margin-right: -16px;
  position: absolute;
  right: 100%;
  text-align: right;
}

/* line 76, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 79, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". ";
  margin-right: -56px;
}

/* line 83, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8;
}

/* line 86, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 89, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". ";
  margin-right: -96px;
}

/* line 93, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8;
}

/* line 96, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 99, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". ";
  margin-right: -136px;
}

/* line 103, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8;
}

/* line 106, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 109, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". ";
  margin-right: -176px;
}

/* line 113, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8;
}

/* line 116, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 119, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". ";
  margin-right: -216px;
}

/* line 123, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8;
}

/* line 126, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 129, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". ";
  margin-right: -256px;
}

/* line 133, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8;
}

/* line 136, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 139, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". ";
  margin-right: -296px;
}

/* line 143, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8;
}

/* line 146, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 149, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". ";
  margin-right: -336px;
}

/* line 153, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-1 {
  padding-left: 40px;
}

/* line 156, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-2 {
  padding-left: 80px;
}

/* line 159, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-3 {
  padding-left: 120px;
}

/* line 162, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-4 {
  padding-left: 160px;
}

/* line 165, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-5 {
  padding-left: 200px;
}

/* line 168, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-6 {
  padding-left: 240px;
}

/* line 171, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-7 {
  padding-left: 280px;
}

/* line 174, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-indent-8 {
  padding-left: 320px;
}

/* line 177, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 181, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 184, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 187, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 190, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 193, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 196, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 199, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 202, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-blue {
  background-color: #007acd;
}

/* line 205, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 208, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 211, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 214, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 217, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 220, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 223, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-blue {
  color: #007acd;
}

/* line 226, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 229, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 232, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 235, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-size-small {
  font-size: 10px;
}

/* line 238, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-size-large {
  font-size: 18px;
}

/* line 241, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-size-huge {
  font-size: 32px;
}

/* line 244, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 248, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 251, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 254, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 257, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

/* line 264, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-hidden {
  display: none;
}

/* line 267, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-tooltip {
  position: absolute;
}

/* line 270, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 274, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar:after,
.ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 280, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar * {
  box-sizing: border-box;
}

/* line 283, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 287, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  outline: none;
  padding: 3px 5px;
  width: 28px;
}

/* line 298, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 302, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar button:hover,
.ql-toolbar button.ql-active,
.ql-toolbar .ql-picker-label:hover,
.ql-toolbar .ql-picker-label.ql-active,
.ql-toolbar .ql-picker-item:hover,
.ql-toolbar .ql-picker-item.ql-selected {
  color: #007acd;
}

/* line 310, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar button:hover .ql-fill,
.ql-toolbar button.ql-active .ql-fill,
.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #007acd;
}

/* line 324, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar button:hover .ql-stroke,
.ql-toolbar button.ql-active .ql-stroke,
.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-toolbar button:hover .ql-stroke-mitter,
.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #007acd;
}

/* line 338, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-stroke {
  fill: none;
  stroke: #4a4a4a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 345, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-stroke-mitter {
  fill: none;
  stroke: #4a4a4a;
  stroke-mitterlimit: 10;
  stroke-width: 2;
}

/* line 351, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-fill,
.ql-toolbar .ql-stroke.ql-fill {
  fill: #4a4a4a;
}

/* line 355, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-empty {
  fill: none;
}

/* line 358, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-even {
  fill-rule: evenodd;
}

/* line 361, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-thin,
.ql-toolbar .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 365, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-transparent {
  opacity: 0.4;
}

/* line 368, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-direction svg:last-child {
  display: none;
}

/* line 371, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 374, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 377, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h1 {
  font-size: 2em;
}

/* line 380, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h2 {
  font-size: 1.5em;
}

/* line 383, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h3 {
  font-size: 1.17em;
}

/* line 386, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h4 {
  font-size: 1em;
}

/* line 389, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h5 {
  font-size: 0.83em;
}

/* line 392, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor h6 {
  font-size: 0.67em;
}

/* line 395, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor pre {
  white-space: pre-wrap;
}

/* line 398, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor a {
  text-decoration: underline;
}

/* line 401, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor blockquote {
  border-left: 4px solid #dedede;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 407, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor pre.hljs {
  overflow: visible;
}

/* line 410, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor code,
.ql-editor pre:not(.hljs) {
  background-color: #efefef;
}

/* line 414, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor code,
.ql-editor pre {
  border-radius: 3px;
}

/* line 418, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 423, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor code:before,
.ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}

/* line 428, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor *:not(pre) + pre,
.ql-editor pre:first-of-type {
  margin-top: 5px;
  padding-top: 5px;
}

/* line 433, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor pre {
  margin-bottom: 5px;
  padding: 0px 10px 5px;
}

/* line 437, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor pre + pre {
  margin-top: -10px;
}

/* line 440, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-editor img {
  max-width: 100%;
}

/* line 443, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker {
  color: #4a4a4a;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 452, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 461, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 465, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 473, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 479, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-expanded .ql-picker-label {
  color: #dedede;
  z-index: 2;
}

/* line 483, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #dedede;
}

/* line 486, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #dedede;
}

/* line 489, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 495, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker,
.ql-icon-picker {
  width: 28px;
}

/* line 499, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker .ql-picker-label,
.ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 503, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker .ql-picker-label svg,
.ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 507, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 510, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-icon-picker .ql-picker-item {
  height: 24px;
  padding: 2px 4px;
}

/* line 514, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 518, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 526, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker .ql-picker-item.ql-primary-color {
  margin-bottom: toolbarPadding;
}

/* line 529, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 536, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 544, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header {
  width: 98px;
}

/* line 547, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label::before,
.ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 551, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 555, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 559, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 563, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 567, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 571, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 575, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 578, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 581, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 584, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 587, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 590, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 593, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font {
  width: 108px;
}

/* line 596, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font .ql-picker-label::before,
.ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 600, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 604, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 608, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 611, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 614, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size {
  width: 98px;
}

/* line 617, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-label::before,
.ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 621, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 625, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 629, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 633, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 636, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 639, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 642, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 645, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 648, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip {
  padding: 10px;
  text-align: center;
  width: 300px;
}

/* line 653, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip input[type=text] {
  height: 30px;
  width: 100%;
}

/* line 657, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip a.ql-cancel,
.ql-snow .ql-image-tooltip a.ql-action {
  border: 1px solid #007acd;
  display: inline-block;
  float: left;
  line-height: 18px;
  padding: 5px;
  width: 50%;
}

/* line 666, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip a.ql-cancel::before {
  color: #007acd;
  content: 'Cancel';
}

/* line 670, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip a.ql-action {
  background-color: #007acd;
}

/* line 673, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip a.ql-action::before {
  color: #fff;
  content: 'Insert';
}

/* line 677, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip .ql-preview {
  height: 200px;
  margin: 10px 0px;
  position: relative;
}

/* line 682, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip .ql-preview img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 692, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-image-tooltip .ql-empty.ql-preview::before {
  border: 1px dashed #dedede;
  color: #dedede;
  content: 'Preview';
  display: block;
  line-height: 200px;
}

/* line 699, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 704, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip {
  margin-top: 10px;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 709, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip input[type=text] {
  display: none;
  height: 26px;
  width: 170px;
}

/* line 714, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 721, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip a.ql-action::before {
  color: #4a4a4a;
  content: '-';
  line-height: 26px;
  margin-left: 8px;
}

/* line 727, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip a.ql-action::after {
  border-right: 1px solid #dedede;
  content: 'Edit';
  margin-left: 8px;
  padding-right: 8px;
}

/* line 733, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 737, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip a {
  line-height: 26px;
}

/* line 740, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-link-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 744, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 747, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-link-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

/* line 752, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow {
  border-top-right-radius: 0.125em;
  border-top-left-radius: 0.125em;
  border: 1px solid #dedede;
  border-bottom: 0;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

/* line 761, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 764, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 767, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 771, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #dedede;
}

/* line 774, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #dedede;
}

/* line 777, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 781, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border-radius: 0.125em;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 5px #ddd;
  color: #4a4a4a;
}

/* line 788, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-snow .ql-tooltip input[type=text] {
  border: 1px solid #dedede;
  font-size: 13px;
  margin: 0px;
  padding: 3px 5px;
}

/* line 794, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-container.ql-snow {
  box-sizing: border-box;
}

/* line 797, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-container.ql-snow a {
  color: #007acd;
}

/* line 800, /var/lpub/current/app/assets/stylesheets/rails/_quill.scss */
.ql-container.ql-snow * {
  box-sizing: border-box;
  word-break: break-word;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_rte.scss */
.rte,
[class^='rte--'],
[class*=' rte--'] {
  max-width: 100%;
}

/* line 2, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.rte--error .ql-editor:active, .rte--error .ql-editor:focus, .rte--error .ql-editor:focus:hover {
  border-color: #ad191f;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/mixins/_inputs.scss */
.rte--error .ql-editor:hover {
  border-color: #da1f27;
}

/* line 11, /var/lpub/current/app/assets/stylesheets/rails/_rte.scss */
.rte__editor {
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: auto;
}

/* line 2, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.main > article {
  font-family: "Inter";
  padding-right: calc(50% - 26rem);
  padding-left: calc(50% - 26rem);
  margin: 0 auto 3rem;
}
/* line 42, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h1 {
  font-size: 1.776889em;
}
/* line 43, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h2 {
  font-size: 1.68792198em;
}
/* line 44, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h3 {
  font-size: 1.333em;
}
/* line 45, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h4 {
  font-size: 1.26625805em;
}
/* line 46, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h5 {
  font-size: 1em;
}
/* line 47, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h6 {
  font-size: 0.94993102em;
}
/* line 49, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h1, .main > article h2, .main > article h3, .main > article h4, .main > article h5, .main > article h6 {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2.33rem;
}
/* line 54, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article figure {
  margin-top: 1.05rem;
}
/* line 58, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article figure > img {
  display: block;
}
/* line 62, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article pre {
  background-color: #efefef;
  line-height: 1.25rem;
  padding-bottom: 1.05rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.05rem;
  tab-size: 2;
  font-size: 1.125rem;
}
/* line 73, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article pre {
  display: block;
}
/* line 77, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ol, .main > article ol li {
  list-style-type: decimal;
}
/* line 78, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.main > article ul, .main > article ul li {
  list-style-type: disc;
}
/* line 80, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article li > a,
.main > article p > a,
.main > article dd > a {
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#007acd, #007acd);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 90%, 100% 90%, 0 90%;
  color: inherit;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.main > article li > a, .main > article li > a:link, .main > article li > a:visited,
.main > article p > a,
.main > article p > a:link,
.main > article p > a:visited,
.main > article dd > a,
.main > article dd > a:link,
.main > article dd > a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.main > article li > a:focus, .main > article li > a:hover, .main > article li > a:active,
.main > article p > a:focus,
.main > article p > a:hover,
.main > article p > a:active,
.main > article dd > a:focus,
.main > article dd > a:hover,
.main > article dd > a:active {
  color: #3eb1ff;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.main > article h1, .main > article h2, .main > article h3, .main > article h4, .main > article h5, .main > article h6, .main > article ol, .main > article ul, .main > article p, .main > article pre code, .main > article blockquote, .main > article address, .main > article .cta-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 48em) {
  /* line 6, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
  .main > article h1, .main > article h2, .main > article h3, .main > article h4, .main > article h5, .main > article h6, .main > article ol, .main > article ul, .main > article p, .main > article pre code, .main > article blockquote, .main > article address, .main > article .cta-box {
    padding-right: calc(50% - 23rem);
    padding-left: calc(50% - 23rem);
  }
}
@media screen and (min-width: 40em) {
  /* line 2, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .main > article {
    font-size: 100%;
  }
}
@media screen and (min-width: 48em) {
  /* line 2, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .main > article {
    font-size: 106.25%;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 2, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .main > article {
    font-size: 112.5%;
  }
}

/* line 10, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--essay {
  font-family: "Inter";
  font-size: 0.875rem;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 14px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 6rem;
}
/* line 95, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h1, .container--essay h2, .container--essay h3, .container--essay h4, .container--essay h5, .container--essay h6 {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 2.25rem;
}
/* line 101, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h1 {
  font-size: 1.85em;
}
/* line 102, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h2 {
  font-size: 1.55em;
}
/* line 103, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h3 {
  font-size: 1.4em;
}
/* line 104, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h4 {
  font-size: 1.25em;
}
/* line 105, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h5 {
  font-size: 1.15em;
}
/* line 106, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay h6 {
  font-size: 1em;
}
/* line 108, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay p {
  line-height: 1.25rem;
}
/* line 112, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay hr {
  width: 100%;
  margin: 1.5rem auto;
}
/* line 117, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ol, .container--essay ol li {
  list-style-type: decimal;
}
/* line 118, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.container--essay ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.container--essay ul, .container--essay ul li {
  list-style-type: disc;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.container--essay li a, .container--essay li a:link, .container--essay li a:visited,
.container--essay p a,
.container--essay p a:link,
.container--essay p a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.container--essay li a:focus, .container--essay li a:hover, .container--essay li a:active,
.container--essay p a:focus,
.container--essay p a:hover,
.container--essay p a:active {
  color: #3eb1ff;
}

/* line 16, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--feedback {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 22, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--feedback .feedback {
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  /* line 22, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .container--feedback .feedback {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -moz-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    padding: 0 1.5rem;
  }
}
/* line 31, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--feedback .sidebar {
  display: none;
}
@media screen and (min-width: 56.25em) {
  /* line 31, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .container--feedback .sidebar {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    display: block;
    padding: 0 1.5rem;
  }
}

/* line 41, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--in-progress {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--in-progress::after {
  clear: both;
  content: "";
  display: table;
}

/* line 47, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--session {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.container--session::after {
  clear: both;
  content: "";
  display: table;
}
/* line 57, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
.container--session .intro-text {
  max-width: 50%;
  font-size: 14px;
  display: none;
  padding-top: 30px;
  padding-right: 4.5rem;
}
@media screen and (min-width: 56.25em) {
  /* line 57, /var/lpub/current/app/assets/stylesheets/rails/_static.scss */
  .container--session .intro-text {
    display: block;
  }
}

/* line 2, /var/lpub/current/app/assets/stylesheets/rails/_static_caching.scss */
html.js .show_if_logged_in,
html.js .show_if_logged_out,
html.js .hide_if_logged_in,
html.js .hide_if_logged_out,
html.js .hidden,
html.js .hide-until-ready {
  display: none;
}
/* line 10, /var/lpub/current/app/assets/stylesheets/rails/_static_caching.scss */
html.js .no-vis {
  visibility: none;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats {
  text-align: center;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats h5 {
  text-align: left;
  margin-bottom: 0.75rem;
}
/* line 10, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats h5 span {
  display: inline;
}
/* line 15, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats .left-align {
  text-align: left;
}
/* line 19, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats ul {
  padding: 0;
}
/* line 23, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #005c9a;
  display: inline;
  float: left;
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 0 0.7em;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats li:first-child {
  padding-left: 0;
}
/* line 36, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats li:last-child {
  border-right: 0;
}
/* line 41, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats span {
  color: #000;
  display: block;
  font-size: 0.7em;
  font-weight: normal;
}
/* line 48, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
.stats p.large-stat {
  text-align: left;
  font-size: 3em;
  margin-bottom: 0 !important;
  line-height: 1em !important;
  color: #007acd;
}

@media screen and (max-width: 40em) {
  /* line 59, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
  .royalty_items li {
    padding-bottom: 1.0em;
    border-right: none;
    display: block;
    float: none;
    text-align: left;
    padding-left: 0;
  }
  /* line 67, /var/lpub/current/app/assets/stylesheets/rails/_stats.scss */
  .royalty_items li:last-child {
    padding-bottom: 0em;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/rails/_themes.scss */
.paper {
  background-color: #fff;
  border: 1px solid #dedede;
}

/* line 6, /var/lpub/current/app/assets/stylesheets/rails/_themes.scss */
.paper--flush-bottom {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 3rem;
}

/* line 12, /var/lpub/current/app/assets/stylesheets/rails/_themes.scss */
.backlight {
  background-image: -webkit-linear-gradient(top, #fff 0%, white 80%, #f0f8ff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, white 80%, #f0f8ff 100%);
}

/* line 16, /var/lpub/current/app/assets/stylesheets/rails/_themes.scss */
.well {
  background: #efefef;
  border-radius: 0.125em;
  color: #4a4a4a;
  margin-bottom: .625em;
  padding: 1em .75em;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
.author-hero {
  background-color: #fff;
  color: #000;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  text-align: center;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
.author-hero .process-graphic {
  width: 75%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 40em) {
  /* line 14, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
  .author-hero h1 > br {
    display: none;
  }
}

/* line 21, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
.intro-videos {
  background-color: #222;
  color: #efefef;
  text-align: center;
}
/* line 25, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
.intro-videos .container--large {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 32, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
.intro-video {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 56.25em) {
  /* line 32, /var/lpub/current/app/assets/stylesheets/static/authors.scss */
  .intro-video {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 0;
  }
  /* line 27, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .intro-video:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 31, /var/lpub/current/app/assets/stylesheets/mixins/_layout.scss */
  .intro-video:not(:nth-child(2n+1)) {
    margin-left: 1%;
  }
}

/* line 1, /var/lpub/current/app/assets/stylesheets/static/friends.scss */
.friend-image {
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: 0 auto 20px;
  width: 320px;
}
/* line 6, /var/lpub/current/app/assets/stylesheets/static/friends.scss */
.friend-image a {
  background-image: url(/assets/reedsy-320-100-7399571eb5c888e878464f5483736975.jpg);
  background-repeat: no-repeat;
  background-size: 320px 100px;
  display: block;
  height: 100px;
  width: 320px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 6, /var/lpub/current/app/assets/stylesheets/static/friends.scss */
  .friend-image a {
    background-image: url(/assets/reedsy-320-100-2x-c5a0ca88c731c3917b6bd21fc513bd01.jpg);
    background-size: 320px 100px;
  }
}

/* line 5, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance h1,
.genre--romance h2 {
  color: #000;
}
/* line 10, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance h2 {
  margin-bottom: 2.25rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .graphic-box {
  margin: 3rem auto;
  width: 100%;
}
/* line 18, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .graphic-box, .genre--romance .graphic-box svg {
  max-height: 12.5rem;
}
@media screen and (min-width: 56.25em) {
  /* line 23, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
  .genre--romance .graphic-box, .genre--romance .graphic-box svg {
    max-height: 15.625rem;
  }
}
/* line 29, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .fa-heart {
  font-size: 1.5em;
  vertical-align: middle;
}
/* line 34, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance,
.genre--romance .lane-item__blurb {
  color: #4a4a4a;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
/* line 39, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .text--red {
  color: #e71211;
}
/* line 43, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .bullet-content {
  padding: 0 12.5%;
}
@media screen and (min-width: 56.25em) {
  /* line 43, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
  .genre--romance .bullet-content {
    padding: 0 15%;
  }
}
@media screen and (min-width: 80em) {
  /* line 43, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
  .genre--romance .bullet-content {
    padding: 0 18%;
  }
}
/* line 55, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .list--faux p {
  margin-bottom: 0.75rem;
}
/* line 59, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .cta-box {
  margin-bottom: 1.5rem;
}
/* line 63, /var/lpub/current/app/assets/stylesheets/static/genres.scss */
.genre--romance .link--blue {
  text-decoration: none;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/static/static.scss */
.static-divider {
  border-top: 1px solid #dedede;
  margin-bottom: 3rem;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/static/thanks.scss */
.thanks--container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 59, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book_meta_description label .lowlight {
  letter-spacing: initial;
}

/* line 67, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
body[id^='panel-'] .dashboard {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
body[id^='panel-'] .dashboard::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  /* line 67, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
  body[id^='panel-'] .dashboard {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* line 79, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book-sidebar {
  padding: 1.5rem;
  background-color: #fafafa;
}
/* line 83, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book-sidebar .book-cover img {
  max-width: 120px;
}
/* line 87, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book-sidebar .lane-item--book {
  margin-bottom: 1.5rem;
}
/* line 90, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book-sidebar .avatar--small img {
  margin-right: 0.75rem;
}

/* line 99, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.about-leanpub-section .hidden {
  display: none;
}
/* line 103, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.about-leanpub-section .section__title {
  font-size: 2.25rem;
  color: #000;
}
/* line 108, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.about-leanpub-section section {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.125rem;
}

/* line 119, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.read-online {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
/* line 123, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.read-online > span {
  margin-right: 10px;
  height: 30px;
}
/* line 128, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.read-online svg {
  width: 30px;
  vertical-align: middle;
}
/* line 133, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.read-online a {
  text-decoration: underline;
}

/* line 139, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.book-read + .footer {
  display: none;
}

/* line 134, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h1 {
  font-size: 1.375rem;
}
/* line 135, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h2 {
  font-size: 1.25rem;
}
/* line 136, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h3 {
  font-size: 1.125rem;
}
/* line 137, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h4 {
  font-size: 1rem;
}
/* line 138, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h5 {
  font-size: 0.875rem;
}
/* line 139, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content h6 {
  font-size: 0.75rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.user-content a, .user-content a:link, .user-content a:visited {
  color: #007acd;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.user-content a:focus, .user-content a:hover, .user-content a:active {
  color: #3eb1ff;
}
/* line 141, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content ol {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ol li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ol li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 32, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ol, .user-content ol li {
  list-style-type: decimal;
}
/* line 142, /var/lpub/current/app/assets/stylesheets/mixins/_typography.scss */
.user-content ul {
  list-style-position: outside;
  margin-left: 1.88rem;
  margin-top: 1.05rem;
  margin-bottom: 1.5rem;
}
/* line 7, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ul li + li {
  margin-top: 0.375rem;
}
/* line 11, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ul li ul {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}
/* line 40, /var/lpub/current/app/assets/stylesheets/mixins/_lists.scss */
.user-content ul, .user-content ul li {
  list-style-type: disc;
}

/* line 148, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.lane-item--package__purchase .pricing .tooltip--pricing {
  display: none;
}

/* line 154, /var/lpub/current/app/assets/stylesheets/shared/_shame.scss */
.header__logo--black--centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 1, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.become-an-author {
  background: #383A56;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  color: #fff;
}
/* line 8, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.become-an-author a {
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 1.875rem;
}
/* line 14, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.become-an-author a, .become-an-author a:link, .become-an-author a:visited {
  color: #fff;
}
/* line 20, /var/lpub/current/app/assets/stylesheets/mixins/_links.scss */
.become-an-author a:focus, .become-an-author a:hover, .become-an-author a:active {
  color: #c7c7c7;
}

/* line 16, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.baa-title {
  font-weight: 700;
  margin-bottom: 1.25rem;
}

/* line 21, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.Subscription__Section--Hero {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
/* line 20, /usr/local/bundle/gems/bourbon-4.2.5/app/assets/stylesheets/addons/_clearfix.scss */
.Subscription__Section--Hero::after {
  clear: both;
  content: "";
  display: table;
}
/* line 27, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.Subscription__Section--Hero .HeroTitle {
  color: #000;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 3.125rem;
  font-weight: 740;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1.5625rem;
  max-width: 56.25em;
  text-align: center;
}
@media screen and (max-width: 48em) {
  /* line 27, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
  .Subscription__Section--Hero .HeroTitle {
    font-size: 1.875rem;
    word-break: break-word;
  }
}
/* line 43, /var/lpub/current/app/assets/stylesheets/shared/become_an_author.scss */
.Subscription__Section--Hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: left;
}
