<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BOX SIZING */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* NORMALIZE */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2.2em;
  margin: .67em 0; }

h2 {
  font-size: 1.7em;
  margin: 2em 0 .5em 0; }

h3 {
  font-size: 1.5em;
  margin: 1.5em 0 0.5em 0; }

h4 {
  font-size: 1.2em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #f3f34a;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  white-space: normal;
  margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure, form {
  margin: 0; }

p, pre, dl, menu, ol, ul {
  margin: 0 0 1em 0; }

/* CLEARFIX MICRO */
.cf:before, #content:before, .cf:after, #content:after {
  content: " ";
  display: table; }

.cf:after, #content:after {
  clear: both; }

.cf, #content {
  *zoom: 1; }

/* APP TOUCH HIGHLIGHT */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* OOCSS CLASSES */
.width-20 {
  width: 20%; }

.width-25 {
  width: 25%; }

.width-30 {
  width: 30%; }

.width-33 {
  width: 33%; }

.width-40 {
  width: 40%; }

.width-50 {
  width: 50%; }

.width-60 {
  width: 60%; }

.width-70 {
  width: 70%; }

.width-75 {
  width: 75%; }

.width-80 {
  width: 80%; }

.fs-up-1 {
  font-size: 1.1em; }

.fs-up-2 {
  font-size: 1.2em; }

.fs-up-3 {
  font-size: 1.3em; }

.fs-down-1 {
  font-size: 0.9em;
  line-height: 1.3em; }

.fs-down-2 {
  font-size: 0.8em; }

.fs-down-3 {
  font-size: 0.7em; }

.fs-0-5 {
  font-size: 0.5em; }

.fs-0-6 {
  font-size: 0.6em; }

.fs-0-7 {
  font-size: 0.7em; }

.fs-0-8 {
  font-size: 0.8em; }

.fs-0-9 {
  font-size: 0.9em; }

.fs-1-1 {
  font-size: 1.1em; }

.fs-1-2 {
  font-size: 1.2em; }

.fs-1-3 {
  font-size: 1.3em; }

.fs-1-4 {
  font-size: 1.4em; }

.fs-1-5 {
  font-size: 1.5em; }

.fs-2 {
  font-size: 2em; }

.fs-2-5 {
  font-size: 2.5em; }

.fs-3 {
  font-size: 3em; }

.lh-1 {
  line-height: 1em; }

.lh-1-1 {
  line-height: 1.1em; }

.lh-1-2 {
  line-height: 1.2em; }

.lh-1-3 {
  line-height: 1.3em; }

.lh-1-4 {
  line-height: 1.4em; }

.lh-1-5 {
  line-height: 1.5em; }

.bold {
  font-weight: bold; }

.w700 {
  font-weight: 700; }

.w900, .bold900 {
  font-weight: 900; }

.italic {
  font-style: italic; }

.ta-left {
  text-align: left; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.uppercase, .upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.pad-xs {
  padding: 5px; }

.pad-s {
  padding: 10px; }

.pad-m {
  padding: 20px; }

.pad-l {
  padding: 40px; }

.pad-vert-xl {
  padding-top: 60px;
  padding-bottom: 60px; }

.pad-vert-l {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad-vert-m {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-vert-s {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-vert-xs {
  padding-top: 5px;
  padding-bottom: 5px; }

.pad-horz-xl {
  padding-left: 60px;
  padding-right: 60px; }

.pad-horz-l {
  padding-left: 40px;
  padding-right: 40px; }

.pad-horz-m {
  padding-left: 20px;
  padding-right: 20px; }

.pad-horz-s {
  padding-left: 10px;
  padding-right: 10px; }

.pad-horz-xs {
  padding-left: 5px;
  padding-right: 5px; }

.pad-right-xl {
  padding-right: 80px; }

.pad-right-l {
  padding-right: 40px; }

.pad-right-m {
  padding-right: 20px; }

.pad-right-s {
  padding-right: 10px; }

.pad-right-xs {
  padding-right: 5px; }

.pad-right-no {
  padding-right: 0; }

.pad-left-xl {
  padding-left: 80px; }

.pad-left-l {
  padding-left: 40px; }

.pad-left-m {
  padding-left: 20px; }

.pad-left-s {
  padding-left: 10px; }

.pad-left-xs {
  padding-left: 5px; }

.pad-left-no {
  padding-left: 0; }

.pad-top-xl {
  padding-top: 80px; }

.pad-top-l, .main-item-text {
  padding-top: 40px; }

.pad-top-m {
  padding-top: 20px; }

.pad-top-s {
  padding-top: 10px; }

.pad-top-xs {
  padding-top: 5px; }

.pad-top-no {
  padding-top: 0px; }

.pad-bot-xl {
  padding-bottom: 80px; }

.pad-bot-l {
  padding-bottom: 40px; }

.pad-bot-m {
  padding-bottom: 20px; }

.pad-bot-s {
  padding-bottom: 10px; }

.pad-bot-xs {
  padding-bottom: 5px; }

.pad-bot-no {
  padding-bottom: 0; }

.pad-fa-right .fa {
  margin-right: 5px; }

.mar-lrg {
  margin: 40px; }

.mar-med {
  margin: 20px; }

.mar-sml {
  margin: 10px; }

.mar-xsml {
  margin: 5px; }

.mar-vert-l {
  margin-top: 40px;
  margin-bottom: 40px; }

.mar-top-l {
  margin-top: 40px; }

.mar-top-m {
  margin-top: 20px; }

.mar-top-s {
  margin-top: 10px; }

.mar-top-xs {
  margin-top: 5px; }

.mar-top-no {
  margin-top: 0; }

.mar-bot-l {
  margin-bottom: 40px; }

.mar-bot-m {
  margin-bottom: 20px; }

.mar-bot-s {
  margin-bottom: 10px; }

.mar-bot-xs {
  margin-bottom: 5px; }

.mar-bot-no {
  margin-bottom: 0; }

.mar-vert-no {
  margin-bottom: 0;
  margin-top: 0; }

.no-wrap {
  white-space: nowrap; }

#sidebar-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  background: #0870a8;
  color: #fff;
  padding: 20px 0 100px 0;
  overflow-y: scroll;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 9995;
  transition: height 0.25s cubic-bezier(0.52, 0.16, 0.24, 1); }
  #sidebar-header #logo {
    margin: 0px 0 5px 20px;
    max-width: 170px; }
  #sidebar-header .language-jumper {
    margin-top: -5px;
    margin-bottom: 15px;
    border-radius: 3px; }
    @media (max-width: 800px) {
      #sidebar-header .language-jumper {
        margin-right: 0;
        margin-bottom: 10px; } }
    #sidebar-header .language-jumper .pill {
      background: #065783;
      border: solid 1px #065783;
      display: flex;
      align-items: center;
      padding: 5px;
      gap: 3px; }
      #sidebar-header .language-jumper .pill label {
        font-size: 0.8em;
        padding: 0 5px;
        color: #fff; }
      #sidebar-header .language-jumper .pill span {
        margin-left: auto; }
        #sidebar-header .language-jumper .pill span a {
          font-size: 0.9em;
          color: #fff;
          font-weight: 400;
          padding: 5px 7px;
          background: rgba(255, 255, 255, 0.2);
          border-radius: 3px; }
          #sidebar-header .language-jumper .pill span a:hover {
            background: rgba(255, 255, 255, 0.4); }
        #sidebar-header .language-jumper .pill span a.selected {
          background: #fff;
          color: #0870a8;
          padding: 5px 7px;
          font-weight: 900; }
  #sidebar-header #main-navigation {
    text-align: left;
    padding: 5px 20px 120px 20px; }
    #sidebar-header #main-navigation ul, #sidebar-header #main-navigation ul li {
      padding: 0;
      margin: 0; }
    #sidebar-header #main-navigation nav a {
      font-size: 1.2em;
      line-height: 1em;
      color: #fff;
      margin: 0 0 2px;
      padding: 7px 10px;
      border-radius: 3px;
      font-weight: 900;
      transition: background 0.25s;
      font-family: 'D-DIN Condensed', sans-serif;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      #sidebar-header #main-navigation nav a:hover {
        background: rgba(0, 0, 0, 0.2); }
      #sidebar-header #main-navigation nav a.selected {
        background: #fff;
        color: #0870a8; }
        #sidebar-header #main-navigation nav a.selected .fa-user-circle {
          color: #fff; }
      #sidebar-header #main-navigation nav a i, #sidebar-header #main-navigation nav a svg {
        width: 30px;
        font-weight: 300;
        font-size: 16px; }
      #sidebar-header #main-navigation nav a i.fa-user-circle {
        width: 20px;
        height: 20px; }
      #sidebar-header #main-navigation nav a .badge {
        background: #fff;
        color: #0870a8;
        padding: 2px 5px;
        align-self: flex-end;
        font-size: 11px;
        line-height: 1em;
        margin-left: auto; }
      #sidebar-header #main-navigation nav a.selected .badge {
        background: #0870a8;
        color: #fff;
        align-self: flex-end;
        font-size: 11px;
        line-height: 1.1em;
        margin-left: auto; }
    #sidebar-header #main-navigation nav .smaller a {
      font-size: 0.9em;
      line-height: 1.1em;
      padding: 2px 10px;
      font-weight: 400; }
    #sidebar-header #main-navigation nav .smaller a.selected {
      padding: 5px 10px; }
    #sidebar-header #main-navigation nav .sub {
      font-size: 0.8em;
      line-height: 1em;
      margin-left: 18px;
      padding-left: 5px;
      border-left: solid 2px rgba(0, 0, 0, 0.3); }
      #sidebar-header #main-navigation nav .sub a {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 10px; }
        #sidebar-header #main-navigation nav .sub a i {
          font-size: 14px;
          width: 25px;
          padding-right: 5px; }
    #sidebar-header #main-navigation nav .spacer {
      margin-left: 18px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-left: solid 2px rgba(0, 0, 0, 0.3); }
  #sidebar-header #socials {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 260px;
    padding: 10px;
    text-align: center;
    background: #076191; }
    #sidebar-header #socials .g-ytsubscribe {
      margin-bottom: 10px; }
    #sidebar-header #socials .icons {
      display: flex; }
      #sidebar-header #socials .icons a {
        color: #fff;
        flex: 1;
        padding: 3px; }
        #sidebar-header #socials .icons a i {
          font-weight: 400; }
        #sidebar-header #socials .icons a:hover {
          background: rgba(255, 255, 255, 0.2);
          border-radius: 2px; }
  #sidebar-header .mobile-menu-btn {
    display: none;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 20px; }
  @media (max-width: 800px) {
    #sidebar-header {
      right: 0;
      bottom: auto;
      height: 40px;
      width: auto;
      overflow: hidden;
      padding-bottom: 50px; }
      #sidebar-header.open {
        height: 100%;
        display: block;
        overflow-y: scroll; }
      #sidebar-header #socials {
        width: 300px;
        position: relative;
        max-width: 90%;
        margin: 40px auto; }
      #sidebar-header .mobile-menu-btn {
        display: inline; }
      #sidebar-header #logo {
        max-width: 170px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 30px;
        left: 20px;
        margin: 0; }
      #sidebar-header #main-navigation {
        padding-top: 60px; } }
.sidebar-left {
  margin-left: 260px !important; }
  @media (max-width: 800px) {
    .sidebar-left {
      margin-left: 0 !important; } }
#content-wrap {
  padding: 0;
  margin-left: 260px; }
  @media (max-width: 800px) {
    #content-wrap {
      margin-left: 0;
      padding: 70px 0 40px 0; } }
body.basic #content-wrap {
  margin-left: 0; }
  @media (max-width: 800px) {
    body.basic #content-wrap {
      padding: 0; } }
/* STRUCTURE */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fleft {
  float: left; }

.fright {
  float: right; }

.fnone {
  float: none; }

.centered {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.centered-980 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

.centered-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.centered-650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.centered-550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }

.middle, .download-options, .main-item-text {
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.inline {
  display: inline-block; }

.max-width-1400 {
  width: 1400px;
  max-width: 95%; }

.max-width-1280 {
  width: 1280px;
  max-width: 95%; }

.max-width-1100 {
  width: 1100px;
  max-width: 95%; }

.max-width-1000 {
  width: 1000px;
  max-width: 95%; }

.max-width-980 {
  width: 980px;
  max-width: 95%; }

.max-width-920 {
  width: 920px;
  max-width: 95%; }

.max-width-900 {
  width: 900px;
  max-width: 95%; }

.max-width-850 {
  width: 850px;
  max-width: 95%; }

.max-width-800 {
  width: 800px;
  max-width: 95%; }

.max-width-700 {
  width: 750px;
  max-width: 95%; }

.max-width-700 {
  width: 700px;
  max-width: 95%; }

.max-width-650 {
  width: 650px;
  max-width: 95%; }

.max-width-600, .download-options, .main-item-text {
  width: 600px;
  max-width: 95%; }

.max-width-550 {
  width: 550px;
  max-width: 95%; }

.max-width-500 {
  width: 500px;
  max-width: 95%; }

.max-width-450 {
  width: 450px;
  max-width: 95%; }

.max-width-400 {
  width: 400px;
  max-width: 95%; }

.max-width-300 {
  width: 300px;
  max-width: 95%; }

.max-width-250 {
  width: 250px;
  max-width: 95%; }

.max-width-200 {
  width: 200px;
  max-width: 95%; }

.max-width-100 {
  width: 100px;
  max-width: 95%; }

.middle-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.middle-1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.middle-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.middle-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.middle-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }

.middle-700 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }

.middle-600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

.middle-500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }

.middle-400 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.middle-300 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto; }

.middle-200 {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto; }

.flex {
  display: flex; }
  .flex.center-items {
    justify-content: center; }
  .flex.align-top {
    align-items: flex-start; }

.flex-fill, .media_cta {
  display: flex;
  justify-content: space-between; }
  .flex-fill.align-center, .align-center.media_cta {
    align-items: center; }
  .flex-fill.align-top, .align-top.media_cta {
    align-items: flex-start; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }
  .flex-wrap.center-items {
    justify-content: center; }
  .flex-wrap.align-top {
    align-items: flex-start; }
  .flex-wrap.space-between {
    justify-content: space-between; }

.gap-xs {
  gap: 5px; }

.gap-s {
  gap: 10px; }

.gap-m {
  gap: 20px; }

.gap-l {
  gap: 40px; }

.gap-xl {
  gap: 60px; }

.ai-center {
  align-items: center; }

@media (max-width: 800px) {
  .center-on-mobile {
    text-align: center; } }

.img-right {
  float: right;
  margin: 20px -40px 20px 20px;
  max-width: 50%; }
  @media (max-width: 650px) {
    .img-right {
      max-width: 80%;
      margin: 20px auto;
      float: none;
      display: block; } }
.one-line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* COLUMNS */
.col {
  float: left;
  padding: 10px 20px; }
  .col.no-pad {
    padding: 0; }

.col-right {
  float: right; }

.col-10 {
  width: 10%; }

.col-15 {
  width: 15%; }

.col-20 {
  width: 20%; }

.col-25 {
  width: 25%; }

.col-30 {
  width: 30%; }

.col-33 {
  width: 33%; }

.col-35 {
  width: 35%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-55 {
  width: 55%; }

.col-60 {
  width: 60%; }

.col-65 {
  width: 65%; }

.col-70 {
  width: 70%; }

.col-80 {
  width: 80%; }

.col-wrap .col-25:nth-child(4n+1) {
  clear: both; }

.col-wrap .col-20:nth-child(5n+1) {
  clear: both; }

.col-wrap .col-33:nth-child(3n+1) {
  clear: both; }

.col-wrap .col-50:nth-child(2n+1) {
  clear: both; }

@media only screen and (max-width: 980px) {
  .col-50, .col-55, .col-60, .col-70, .col-30, .col-40 {
    width: 100%; }
  .col-25, .col-20 {
    width: 50%; }
  .col-15 {
    width: 33%; }
  .col-wrap .col:nth-child(2n+1) {
    clear: both; }
  .col-wrap .col:nth-child(4n+1),
  .col-wrap .col:nth-child(5n+1),
  .col-wrap .col:nth-child(3n+1) {
    clear: none; } }

@media only screen and (max-width: 550px) {
  .col {
    padding: 5px; }
  .col-33, .col-25, .col-20, .col-15 {
    width: 100%; }
  blockquote {
    margin: 1em 10px;
    font-size: 0.9em;
    line-height: 1.4em; } }

.bloks-wrap {
  width: 100%; }
  @media (max-width: 980px) {
    .bloks-wrap {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px; } }
  .bloks-wrap .bloks {
    width: 980px;
    margin: 0 auto; }
    @media (max-width: 980px) {
      .bloks-wrap .bloks {
        width: 1000px;
        padding: 0 0 0 10px; } }
    .bloks-wrap .bloks .blok {
      float: left;
      width: 25%;
      padding: 10px; }
      .bloks-wrap .bloks .blok img {
        display: block; }

.horz-bar {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .horz-bar::-webkit-scrollbar, .horz-bar::-webkit-scrollbar-track, .horz-bar::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0;
    display: none;
    background: transparent; }

.grey-border {
  border: solid 2px #ddd;
  transition: border 0.25s; }

.grey-border:hover {
  border: solid 2px #666; }

.data-row {
  padding: 10px 20px;
  border-radius: 4px;
  transition: border 0.25s, background 0.25s, border-radius 0.25s;
  border: solid 2px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }
  .data-row.selected {
    border: solid 2px #35be55;
    background-color: #99f1ae9e; }
  .data-row.start {
    justify-content: flex-start; }
  .data-row:hover {
    border: solid 2px #666; }
  .data-row.saved, .data-row.saved:hover {
    background-color: #99f1ae9e; }
  .data-row.dragging {
    background-color: #ceecd5ff; }
  @media (max-width: 800px) {
    .data-row {
      gap: 8px; } }
  .data-row.ai-start {
    align-items: flex-start; }
  .data-row .ai-self {
    align-self: center; }
  .data-row .leading {
    flex: 0 1 auto;
    justify-self: flex-start;
    text-align: left; }
  .data-row.opacity-5 {
    opacity: 0.5; }
  .data-row.opacity-5:hover {
    opacity: 1; }
  .data-row .main {
    flex: 1 1 auto;
    justify-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 40px; }
    .data-row .main.start {
      justify-content: flex-start; }
    @media (max-width: 800px) {
      .data-row .main {
        gap: 10px;
        padding: 10px; } }
    .data-row .main .data {
      flex: 1 1 50%;
      justify-self: flex-start;
      text-align: left; }
    .data-row .main .extras {
      flex: 0 1 auto;
      justify-self: flex-end;
      text-align: left;
      margin-left: auto; }
      @media (max-width: 800px) {
        .data-row .main .extras {
          margin-left: 0; } }
  .data-row .title {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1em;
    color: #0870a8; }
    .data-row .title a {
      color: #0870a8;
      font-weight: 900; }
    @media (prefers-color-scheme: dark) {
      .data-row .title {
        color: #43a9e0; } }
  .data-row .subtitle {
    font-size: 1em;
    line-height: 1em;
    color: #1a1a1a;
    padding-top: 8px; }
  .data-row .trailing {
    flex: 0 1 auto;
    justify-self: flex-end;
    margin-left: auto;
    text-align: right; }
    .data-row .trailing.ta-center {
      text-align: center; }
  .data-row .flex-start {
    align-self: flex-start; }

.data-rows .data-row {
  margin-bottom: 10px; }

.data-rows .data-row:last-child {
  margin-bottom: 0; }

.data-rows.boxes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .data-rows.boxes .data-row {
    margin-bottom: 10px;
    flex: 1 0 10%; }

.audioplayer {
  height: 4em;
  /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: none;
  position: relative;
  z-index: 1;
  background: #7b7b7b;
  width: 100%; }

/*480 */
@media only screen and (max-width: 480px) {
  .audioplayer {
    width: 100%; } }

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

.audioplayer &gt; div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1); }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222; }

.audioplayer-playpause a {
  display: block; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 4em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

.audioplayer-bar {
  height: 3em;
  /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 25%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: #efefef;
  z-index: 1; }

.audioplayer-bar-played {
  background: #0870A8;
  z-index: 2; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 45%;
  left: 35%; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  background: #222; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: 4em;
  bottom: 100%; }

.audioplayer-volume-adjust &gt; div {
  width: 40%;
  height: 80%;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0870A8; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

.timeline-item {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  font-size: 0.9em; }
  .timeline-item:before {
    width: 10px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: " ";
    top: 0;
    left: 50%;
    margin-left: -5px; }
  .timeline-item .timeline-item-date {
    position: absolute;
    font-size: 13px;
    top: 40px;
    left: 50%;
    margin-left: 10px;
    right: 0;
    color: #a5a5a5;
    text-transform: uppercase;
    text-align: left;
    transition: color 0.25s;
    font-weight: 900; }
  .timeline-item .icon {
    padding-bottom: 5px;
    font-size: 28px; }

ul.timeline {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  /* arrow */
  /* dot */ }
  ul.timeline li {
    z-index: 2;
    position: relative;
    width: 46%;
    padding: 20px;
    float: left;
    margin-bottom: 10px;
    background-color: #393939;
    font-size: 1em;
    line-height: 1.2em; }
    ul.timeline li b {
      font-size: 1.3em;
      display: block;
      padding-bottom: 10px;
      color: #43a9e0; }
    ul.timeline li span {
      display: block;
      font-style: italic;
      font-size: 0.9em;
      color: #d4cfcf;
      line-height: 1.2em;
      padding-top: 10px;
      padding-left: 5px;
      margin-top: 10px;
      border-top: solid 1px #ccc;
      border-top: solid 1px rgba(204, 204, 204, 0.5); }
    ul.timeline li div.banner-strip-top {
      height: 170px;
      background-size: cover;
      position: absolute;
      background-position: center center;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5; }
    ul.timeline li div.banner-strip-bottom {
      height: 170px;
      background-size: cover;
      position: absolute;
      background-position: center center;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 5; }
    ul.timeline li img {
      border: solid 5px #fff;
      display: block; }
    ul.timeline li img.right {
      width: 55%;
      margin: -40px 0 10px 20px;
      float: right;
      -ms-transform: rotate(13deg);
      -webkit-transform: rotate(13deg);
      transform: rotate(13deg); }
    ul.timeline li img.left {
      width: 25%;
      float: left;
      margin: -10px 20px -10px -10px;
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
  ul.timeline li.with-strip-top {
    padding-top: 190px; }
  ul.timeline li.with-strip-bottom {
    padding-bottom: 190px; }
  ul.timeline li.left {
    float: left;
    clear: left; }
  ul.timeline li.right {
    float: right;
    clear: right; }
  ul.timeline li.highlight {
    float: none;
    clear: both;
    width: auto;
    border: 5px solid #fff;
    margin-bottom: 40px; }
  ul.timeline li:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 14px;
    right: -6px;
    left: -6px;
    width: 14px;
    height: 14px;
    background-color: #393939;
    transform: rotate(45deg); }
  ul.timeline li.left:before {
    left: auto; }
  ul.timeline li.right + li.left:before,
  ul.timeline li.left + li.right:before {
    top: 36px; }
  ul.timeline li.highlight:before {
    left: 50%;
    margin-left: -7px;
    right: auto;
    top: -6px; }
  ul.timeline li:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 14px;
    right: -44px;
    left: -43px;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #065783;
    transition: .2s; }
    @media (max-width: 980px) {
      ul.timeline li:after {
        left: -30px;
        right: -31px; } }
    @media (max-width: 800px) {
      ul.timeline li:after {
        left: -40px;
        right: -41px; } }
    @media (max-width: 650px) {
      ul.timeline li:after {
        left: -30px;
        right: -31px; } }
    @media (max-width: 550px) {
      ul.timeline li:after {
        left: -25px;
        right: -26px; } }
  ul.timeline li:hover:after {
    background-color: #43a9e0; }
  ul.timeline li.left:after {
    left: auto; }
  ul.timeline li.right + li.left:after,
  ul.timeline li.left + li.right:after {
    top: 36px; }
  ul.timeline li.right:after {
    right: auto; }
  ul.timeline li.highlight:after {
    left: 50%;
    margin-left: -9px;
    right: auto;
    top: -28px; }

ul.timeline:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  margin-left: -2px;
  min-height: 100%;
  background-color: #eee; }

input[type=submit] {
  min-width: 100px; }

.field-row {
  padding-bottom: 10px; }
  .field-row label {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 900;
    display: block;
    color: #065783; }
  .field-row textarea {
    padding: 10px;
    border: solid 1px #777;
    width: 95%;
    font-size: 1.2em;
    height: 150px; }

.checkout-form {
  margin-top: 80px; }
  .checkout-form .checkout-title {
    margin-top: -60px;
    margin-bottom: 40px;
    padding: 10px;
    color: #fff;
    background: #0870a8;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 900; }
  .checkout-form h3 {
    color: #0870a8;
    text-transform: uppercase;
    text-align: left;
    margin: 40px 0 20px 0; }
  .checkout-form th {
    text-transform: uppercase;
    border-bottom: solid 1px #efefef;
    font-size: 0.8em; }
  .checkout-form button {
    padding: 10px 30px;
    border: none;
    line-height: 1em;
    border-radius: 25px;
    display: inline-block; }
  .checkout-form .total_price_row {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 10px; }
  .checkout-form #total-price {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    font-weight: 900;
    color: #00456B; }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
  border-radius: 100%; }
  @media (max-width: 980px) {
    .flickity-button {
      display: none; } }
.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.7; }

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 44%;
  width: 44px;
  height: 44px;
  transform: translateY(-44%); }

.flickity-prev-next-button.previous {
  left: 5px; }

.flickity-prev-next-button.next {
  right: 5px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 15px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 15px; }

.flickity-prev-next-button {
  width: 30px;
  height: 30px; }

/* icon color */
.flickity-button-icon {
  fill: black;
  width: 10px;
  height: 10px; }

@font-face {
  font-family: 'D-DIN Condensed';
  src: url("/css/fonts/D-DINCondensed.woff2") format("woff2"), url("/css/fonts/D-DINCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'D-DIN Condensed';
  src: url("/css/fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("/css/fonts/D-DINCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'D-DIN Condensed';
  src: url("/css/fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("/css/fonts/D-DINCondensed-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

pre {
  padding: 20px;
  background: #efefef;
  border-radius: 2px; }
  @media (prefers-color-scheme: dark) {
    pre {
      background: #191919; } }
.no-wrap {
  white-space: nowrap; }

.question {
  max-width: 600px;
  margin: 0 auto; }
  .question .underline {
    display: inline-block;
    border-bottom: solid 2px #666;
    width: 140px; }
  .question .text {
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.3em; }
  .question .answers {
    padding-top: 16px; }
    .question .answers .answer {
      padding: 10px 24px;
      margin-bottom: 10px;
      border: solid 2px #ccc;
      border-radius: 35px;
      font-weight: 900;
      transition: background 0.25s; }
      .question .answers .answer:hover {
        background: #efefef; }
      .question .answers .answer.correct {
        border: solid 2px #4c9221;
        background-color: #cee7be; }
        .question .answers .answer.correct:hover {
          background-color: #cee7be; }

.awesome-options {
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  background: #efefef; }
  @media (prefers-color-scheme: dark) {
    .awesome-options {
      background: #0f0f0f; } }
  .awesome-options a {
    display: inline-block;
    white-space: nowrap;
    margin: 5px;
    color: #545454;
    background-color: #fff;
    border: solid 2px rgba(0, 0, 0, 0.2) !important;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.2em;
    transition: all 0.25s; }
    @media (prefers-color-scheme: dark) {
      .awesome-options a {
        background-color: #000;
        color: #fff;
        border: solid 2px #6e6e6e !important; } }
    .awesome-options a i {
      margin-right: 8px;
      margin-left: -5px;
      text-align: center;
      width: 1.25em; }
    .awesome-options a:hover {
      background: #0870a8;
      color: #fff; }
    .awesome-options a.bookmarked, .awesome-options a.bookmarked:hover {
      background: #EFAF27 !important;
      color: #fff !important;
      border: solid 2px rgba(0, 0, 0, 0.2) !important; }
    .awesome-options a.completed, .awesome-options a.completed:hover {
      background: #30c230 !important;
      color: #fff !important;
      border: solid 2px rgba(0, 0, 0, 0.2) !important; }
    .awesome-options a.error, .awesome-options a.error:hover {
      background: #da4134 !important;
      color: #fff !important;
      border: solid 2px #c54f45 !important; }
    .awesome-options a.selected, .awesome-options a.selected:hover {
      background: #0870a8 !important;
      color: #fff !important;
      border: solid 2px rgba(0, 0, 0, 0.2) !important; }
    .awesome-options a.apple-podcasts:hover {
      background: #ba6ee8 !important; }
    .awesome-options a.apple-books:hover {
      background: #e37935 !important; }
    .awesome-options a.pocketcasts:hover {
      background: #E14E42 !important; }
    .awesome-options a.google-music:hover, .awesome-options a.lesson-notes:hover {
      background: #f9ca2e !important; }
    .awesome-options a.spotify:hover {
      background: #1db954 !important; }
    .awesome-options a.googleplay:hover {
      background: #5383EC !important; }
    .awesome-options a.amazon-music:hover {
      background: #3213DF !important; }
    .awesome-options a.amazon-prime:hover {
      background: #00a0d6 !important; }
    .awesome-options a.amazon:hover {
      background: #f19d38 !important; }
    .awesome-options a.stitcher:hover {
      background: #4e91c0 !important; }
    .awesome-options a.tunein:hover {
      background: #1D203A !important; }
    .awesome-options a.rss:hover, .awesome-options a.read:hover {
      background: #0870a8 !important; }
    .awesome-options a.pdf:hover {
      background: #bf4040 !important; }
    .awesome-options a.docx:hover {
      background: #2c7cd5 !important; }
    .awesome-options a.epub:hover {
      background: #f19d38 !important; }
    .awesome-options a.smashwords:hover {
      background: #5080BE !important; }
    .awesome-options a.nook:hover {
      background: #499164 !important; }
    .awesome-options a.youtube:hover {
      background: #ff0000 !important; }
    .awesome-options a.audible:hover {
      background: #F2A33A !important; }
    .awesome-options a.captions:hover {
      background: #c4f68c !important; }
    .awesome-options a.pandora:hover {
      background: #3668ff !important; }
    .awesome-options a .badge {
      margin-left: 15px;
      margin-right: -10px;
      padding: 7px 15px;
      border-radius: 20px;
      font-weight: 400;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 0.9em;
      line-height: 0.8em; }
      @media (max-width: 980px) {
        .awesome-options a .badge {
          margin-right: -5px; } }
      @media (prefers-color-scheme: dark) {
        .awesome-options a .badge {
          background: rgba(255, 255, 255, 0.3); } }
  .awesome-options.awesome-options-list {
    border-radius: 5px;
    text-align: left;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 980px) {
      .awesome-options.awesome-options-list {
        padding: 30px; } }
    .awesome-options.awesome-options-list label {
      flex: 0 0 100%;
      padding-bottom: 5px;
      font-weight: 900;
      font-size: 1.2em; }
    .awesome-options.awesome-options-list a {
      margin: 0;
      display: flex;
      align-items: center;
      line-height: 1.4em;
      padding: 10px 20px;
      flex: 0 0 100%; }
      .awesome-options.awesome-options-list a i {
        margin-left: -5px; }
        @media (max-width: 980px) {
          .awesome-options.awesome-options-list a i {
            margin-left: 5px; } }
      .awesome-options.awesome-options-list a .badge {
        margin-left: auto; }

.bg-highlight, .feedback, .download-block, .item-guides-ctas, .download-options, .home-highlights, .media_cta, .collection_cta, blockquote {
  background: rgba(0, 0, 0, 0.1); }
  @media (prefers-color-scheme: dark) {
    .bg-highlight, .feedback, .download-block, .item-guides-ctas, .download-options, .home-highlights, .media_cta, .collection_cta, blockquote {
      background: rgba(0, 0, 0, 0.3); } }
a.badge, .badge {
  padding: 5px 15px;
  background: #43a9e0;
  transition: all 0.25s;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  white-space: nowrap; }
  a.badge a, .badge a {
    font-weight: 900;
    color: #fff !important; }
    a.badge a:hover, .badge a:hover {
      color: #fff !important; }
  a.badge.blue, .badge.blue {
    background: #0870a8; }
  a.badge.dark, .badge.dark {
    background: #065783; }
  a.badge.grey, .badge.grey {
    background: #1a1a1a; }
  a.badge.green, .badge.green {
    background: #4c9221  !important;
    color: #fff  !important; }
  a.badge.red, .badge.red {
    background: #e62117; }
  a.badge.star, a.badge.translucent, .badge.star, .badge.translucent {
    background: rgba(0, 0, 0, 0.3); }
  a.badge.white-translucent, .badge.white-translucent {
    background: rgba(255, 255, 255, 0.3); }
  a.badge.star:hover, a.badge.starred, .badge.star:hover, .badge.starred {
    background: #EFAF27;
    color: #fff !important; }
  a.badge.starred:hover, .badge.starred:hover {
    background: #065783;
    color: #fff !important; }
  a.badge.larger, .badge.larger {
    padding: 10px 20px; }
  a.badge.outline, .badge.outline {
    background: transparent;
    border: solid 1px #1c1c1c; }
    @media (prefers-color-scheme: dark) {
      a.badge.outline, .badge.outline {
        border: solid 1px #fff;
        color: #fff; } }
    a.badge.outline.dark, .badge.outline.dark {
      background-color: rgba(0, 0, 0, 0.3);
      border: solid 1px rgba(255, 255, 255, 0.5); }
  a.badge.outline-white, .badge.outline-white {
    background: transparent;
    border: solid 1px #fff;
    color: #fff; }
  a.badge.starred i, .badge.starred i {
    font-weight: 900; }
  a.badge.sml, .badge.sml {
    padding: 2px 10px; }

a.badge:hover {
  color: #fff !important;
  background: #0870a8; }

.main-item-text {
  font-family: 'Merriweather', 'Lato';
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.8em;
  color: #1c1c1c; }
  @media (prefers-color-scheme: dark) {
    .main-item-text {
      color: #fff; } }
  @media (max-width: 800px) {
    .main-item-text {
      padding-right: 10px;
      padding-left: 10px; } }
  .main-item-text h2,
  .main-item-text h3,
  .main-item-text h4 {
    line-height: 0.9em;
    font-family: 'D-DIN Condensed', sans-serif;
    font-weight: 700;
    max-width: 90%; }
  .main-item-text h2 {
    font-size: 2em;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0; }
    .main-item-text h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 5px;
      background: #43a9e0;
      margin: 5px 0 0 0; }
  .main-item-text h3 {
    padding: 15px 0 0 0;
    margin: 10px 0 5px 0; }
    .main-item-text h3:after {
      content: "";
      display: block;
      width: 50px;
      height: 3px;
      background: #43a9e0;
      margin: 5px 0 0 0; }
  .main-item-text h4 {
    margin: 0;
    padding: 10px 0 5px 0; }
  .main-item-text table {
    border-collapse: separate;
    border-spacing: 0;
    clear: both;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    width: 100%; }
    .main-item-text table th {
      font-size: 0.8em;
      text-align: left;
      line-height: 1.2em;
      text-transform: uppercase;
      padding: 6px 10px; }
    .main-item-text table td {
      border-top: 1px solid #ccc;
      padding: 6px 10px;
      line-height: 1.3em;
      vertical-align: top; }
  .main-item-text li {
    padding-bottom: 10px; }
  .main-item-text ul li:last-child,
  .main-item-text ol li:last-child {
    padding-bottom: 0; }
  .main-item-text ol ol li {
    list-style-type: lower-alpha; }

.block-image {
  padding-bottom: 10px; }

/* 16:9 RATIO */
.sixteennine {
  width: 100%;
  display: inline-block;
  position: relative; }

.sixteennine:after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.square {
  width: 100%;
  display: inline-block;
  position: relative; }

.square:after {
  padding-top: 100%;
  display: block;
  content: ''; }

.sixteennine video,
.sixteennine iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block; }

.bg-blue {
  background: #0870a8; }

.bg-darkblue {
  background: #065783; }

.bg-dark {
  background: #1a1a1a; }

.bg-white {
  background: #fff; }

.note {
  padding: 20px;
  background: #efefef;
  border-left: solid 5px #ccc;
  margin-bottom: 20px;
  margin-top: 20px; }

.bg-white-black {
  background-color: #fff; }
  @media (prefers-color-scheme: dark) {
    .bg-white-black {
      background-color: #000; } }
blockquote {
  padding: 30px 40px;
  margin: 1em 0 1em 0;
  border-left: solid 10px #0870a8;
  font-size: 0.9em;
  line-height: 1.6em;
  border-radius: 2px; }
  blockquote p:last-child {
    margin-bottom: 0px; }
  blockquote p:only-child {
    margin: 0; }
  blockquote.blue {
    color: #fff !important;
    background: #0870a8;
    border-left: solid 10px #065783; }
  blockquote.grey {
    border-left: solid 10px #ccc; }
  blockquote.quote {
    border-left: none;
    border-bottom: none;
    margin: 40px 0 20px 0;
    background: transparent;
    padding: 40px 20px 40px 100px;
    font-size: 1.1em;
    line-height: 1.4em;
    position: relative; }
  blockquote.quote::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    width: 60px;
    height: 44px;
    background-image: url(/images/quote-left-light.png);
    background-size: cover;
    background-position: top center; }
    @media (prefers-color-scheme: dark) {
      blockquote.quote::before {
        background-image: url(/images/quote-left-dark.png); } }
  blockquote.note {
    border-left: none;
    border-bottom: solid 4px rgba(0, 0, 0, 0.3);
    border-top: solid 4px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    background: transparent;
    padding: 40px 10px 40px 70px;
    font-size: 0.9em;
    line-height: 1.3em;
    position: relative; }
    @media (prefers-color-scheme: dark) {
      blockquote.note {
        border-bottom: solid 4px rgba(255, 255, 255, 0.3);
        border-top: solid 4px rgba(255, 255, 255, 0.3); } }
  blockquote.note::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10px;
    width: 60px;
    height: 44px;
    background-image: url(/images/info-light.png);
    background-size: cover;
    background-position: top center; }
    @media (prefers-color-scheme: dark) {
      blockquote.note::before {
        background-image: url(/images/info-dark.png); } }
  blockquote.border-top {
    border-top: solid 10px #252525;
    border-left: none; }
  @media (max-width: 800px) {
    blockquote {
      font-size: 0.8em;
      padding: 20px; } }
  blockquote sup {
    padding-right: 5px;
    opacity: 0.8;
    transition: all 0.25s; }
  blockquote cite {
    font-style: normal;
    margin-top: -0.75em;
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 900; }

.teacher-question {
  font-size: 1.3em;
  font-weight: 900;
  padding: 40px 0 0 0; }

.sub-question {
  padding-left: 40px;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-top: 40px; }

.potential-response {
  padding-left: 40px;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 20px; }

.collection_cta {
  display: block;
  margin-top: 20px;
  margin-bottom: 1em;
  padding: 40px;
  background-size: cover;
  color: #fff;
  font-size: 0.8em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 3px; }
  @media (max-width: 800px) {
    .collection_cta {
      padding: 20px; } }
  .collection_cta:hover {
    color: #fff; }
  .collection_cta .title {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1em;
    line-height: 1em;
    padding-top: 10px; }
  .collection_cta .excerpt {
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 10px 0;
    font-weight: 400; }
  .collection_cta .badge {
    text-shadow: none; }

.media_cta {
  margin-top: 40px;
  margin-bottom: 1em;
  background-image: url(/images/whiteboard-background.jpg);
  background-size: cover;
  padding: 20px;
  gap: 20px;
  color: #353535;
  border-radius: 3px; }
  .media_cta:hover {
    color: #353535; }
  .media_cta .img {
    flex: 0 0 120px;
    margin-top: -40px; }
    .media_cta .img img {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .media_cta.audiobook img {
    border-radius: 20px; }
  .media_cta .title {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1em; }
  .media_cta .subtitle {
    font-style: italic;
    line-height: 1em;
    padding-top: 5px;
    font-size: 0.8em; }
  .media_cta .excerpt {
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 10px 0;
    font-weight: 400; }
  .media_cta .badge {
    font-weight: 700;
    color: #fff !important;
    font-size: 0.8em; }

.block-video {
  padding-bottom: 1em; }

a.bible-verse {
  color: #666;
  border-bottom: dashed 1px #666;
  transition: all 0.25s; }
  @media (prefers-color-scheme: dark) {
    a.bible-verse {
      color: #59b2e3;
      border-bottom: dashed 1px #59b2e3; } }
  a.bible-verse:hover {
    color: #0870a8;
    border-bottom: solid 1px #0870a8; }

hr {
  height: 1px;
  background: #ccc;
  border: none;
  margin: 20px 0; }

body {
  font-weight: 400;
  font-family: "Lato",-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1c1c1c;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: 'subpixel-antialiased';
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none; }
  @media (prefers-color-scheme: dark) {
    body {
      background: #343333;
      color: #fff; } }
.print-only {
  display: none; }

.accent-font, .highlight-heading, .faqs .faq .q, .login-box .heading,
.login-box header, .box .heading,
.box header, .platforms-style-boxes .box, input[type=submit], .filter-bar, .filter-pills a, .church-logos .subname, .church-logos b, .team-member .name, .item-metadatas .item-metadata label, .button-options-label, .button-list, .button, .homepage-statistics .box label, h1, .total-progress-header .total-progress-percentage, .progress-bar .progress-text, .plan-list-item .title, .card-slider &gt; .details h2, .card-slider &gt; .details h3, .message, h2.blocked, .tags a, .author-info .author .by .uppercase, .page-topper h1, .alert, .awesome-options, a.badge, .badge, .collection_cta .title, .media_cta .title, .media_cta .badge {
  font-family: 'D-DIN Condensed', sans-serif; }

.serif-font, .question .text, .question .answers .answer {
  font-family: 'Merriweather', serif; }

mark {
  padding: .2rem .4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 4px; }

.body-inner {
  width: auto;
  height: 100%;
  overflow: hidden; }

a {
  text-decoration: none;
  color: #0870a8;
  font-weight: 400;
  transition: background 1s;
  outline: 0; }
  a:hover {
    color: #0870a8;
    transition: background 0.35s; }
  @media (prefers-color-scheme: dark) {
    a {
      color: #43a9e0; } }
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  border: 0; }
  img.alignleft {
    margin: 10px 20px 10px -60px;
    float: left; }
    @media (max-width: 800px) {
      img.alignleft {
        margin-left: -5px; } }
  img.alignright {
    margin: 10px -60px 10px 20px;
    float: right; }
    @media (max-width: 800px) {
      img.alignright {
        margin-right: -5px; } }
.cover {
  background-size: cover; }

.fc-white, a.fc-white {
  color: #fff; }

.fc-darkblue {
  color: #065783; }

.fc-blue {
  color: #0870a8; }

.fc-lightblue {
  color: #43a9e0; }

.fc-grey {
  color: #afafaf; }

.fc-darkgrey {
  color: #1a1a1a; }

.fc-normal, .teacher-bio .bio a, .fc-normal:hover {
  color: #1c1c1c; }
  @media (prefers-color-scheme: dark) {
    .fc-normal, .teacher-bio .bio a, .fc-normal:hover {
      color: #fff; } }
.fc-normal-on-white, .fc-normal-on-white:hover {
  color: #1c1c1c; }
  @media (prefers-color-scheme: dark) {
    .fc-normal-on-white, .fc-normal-on-white:hover {
      color: #1c1c1c; } }
@media (max-width: 800px) {
  .hide-on-mobile {
    display: none; } }

img.unveil {
  opacity: 0;
  transition: opacity 0.1s; }

img.unveiled {
  opacity: 1; }

.circle {
  border-radius: 100%; }

.border {
  border: solid 5px #fff; }

.border-s {
  border: solid 2px #fff; }

.border-m {
  border: solid 10px #fff; }

.border-l {
  border: solid 15px #fff; }

.shadow, .download-block .img img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.big-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.shadow-down {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }

.text-shadow {
  text-shadow: 0 2px 2px #000; }

.radius-5 {
  border-radius: 5px; }

.radius-10 {
  border-radius: 10px; }

.radius-15 {
  border-radius: 15px; }

.radius-20 {
  border-radius: 20px; }

.alert {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 20px 10px;
  margin-bottom: 40px;
  color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  background: #4c4c4c; }
  .alert.error {
    background: #c54f45; }
  .alert.success {
    background: #4c9221; }
  .alert a {
    color: #fff !important;
    text-decoration: underline; }

.icon.error {
  color: #e94a3d; }

.icon.success {
  color: #4c9221; }

.support-message {
  padding: 13px;
  color: #fff;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 13px;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin: 5px;
  text-align: center;
  background: #69f5bc; }
  .support-message a {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 900;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px; }
    .support-message a:hover {
      background: rgba(0, 0, 0, 0.3); }

.page {
  min-height: 300px;
  padding: 0; }

.new-topper {
  padding: 80px 20px 10px 20px;
  margin: 0 auto;
  max-width: 600px; }
  @media (max-width: 800px) {
    .new-topper {
      padding: 80px 30px 10px 30px; } }
  .new-topper h1 {
    padding-top: 10px; }
  .new-topper .excerpt {
    padding-bottom: 20px;
    line-height: 1.1em;
    font-size: 1.3em;
    max-width: 500px; }

body.lang-en .new-topper h1 {
  text-transform: uppercase; }

.page-topper {
  position: relative;
  background-color: #afafaf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  overflow: hidden;
  padding: 60px 40px 40px 40px; }
  @media (max-width: 800px) {
    .page-topper {
      padding: 80px 20px 20px 20px; } }
  .page-topper .excerpt {
    max-width: 600px;
    margin-top: 8px;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #fff;
    z-index: 99;
    position: relative; }
    @media (max-width: 800px) {
      .page-topper .excerpt {
        font-size: 1.1em; } }
    .page-topper .excerpt a {
      color: #fff;
      border-bottom-color: #fff; }
  .page-topper h1 {
    max-width: 800px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1em;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: relative; }
    @media (max-width: 800px) {
      .page-topper h1 {
        font-size: 1.5rem; } }
    .page-topper h1 a {
      font-weight: 700;
      color: #fff; }
  .page-topper .action {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px; }
    @media (max-width: 800px) {
      .page-topper .action {
        top: 15px;
        right: 15px; } }
    .page-topper .action .badge {
      background: rgba(0, 0, 0, 0.3); }
      .page-topper .action .badge a {
        font-weight: 700; }
  .page-topper .darken {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
  .page-topper .middle-details {
    max-width: 600px;
    margin: 0 auto;
    z-index: 100;
    position: relative; }
    .page-topper .middle-details h1 {
      font-size: 2.5em; }
  .page-topper .series-sequence {
    font-size: 1.4em;
    padding-bottom: 10px;
    font-weight: 900; }
    .page-topper .series-sequence:after {
      content: "";
      display: block;
      width: 40px;
      height: 5px;
      background: rgba(0, 0, 0, 0.3);
      margin: 5px 0 0 0; }
  .page-topper.devo-topper {
    background-color: #7F7F7F;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgba(0, 0, 0, 0.3) 100%); }
  .page-topper.sermon-topper {
    background-image: url(/images/sermon-bg.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .page-topper.help-topper {
    background-image: url(/images/topic-bg.png);
    background-repeat: repeat;
    background-size: auto; }

.lang-en .page-topper h1 {
  text-transform: uppercase; }

.page-topper-crumbs {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2); }
  .page-topper-crumbs a {
    color: #fff;
    font-weight: bold;
    padding: 5px; }
  .page-topper-crumbs .item-header-name {
    padding: 10px; }
  .page-topper-crumbs .item-header-buttons a {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    float: right;
    border-radius: 4px;
    transition: all 0.25s; }
  .page-topper-crumbs .item-header-buttons a.no-background {
    background: none; }
  .page-topper-crumbs .item-header-buttons a.prev-item, .page-topper-crumbs .item-header-buttons a.next-item {
    font-size: 1.5em;
    box-shadow: 0 1 1px #2a2a2a; }
    .page-topper-crumbs .item-header-buttons a.prev-item:hover, .page-topper-crumbs .item-header-buttons a.next-item:hover {
      background: rgba(0, 0, 0, 0.5); }
    .page-topper-crumbs .item-header-buttons a.prev-item.grey, .page-topper-crumbs .item-header-buttons a.next-item.grey {
      cursor: auto;
      opacity: 0.5; }
      .page-topper-crumbs .item-header-buttons a.prev-item.grey:hover, .page-topper-crumbs .item-header-buttons a.next-item.grey:hover {
        background: rgba(0, 0, 0, 0.3); }

.topic-bar {
  position: relative;
  padding: 20px; }
  @media (max-width: 800px) {
    .topic-bar {
      padding: 20px 10px; } }
  .topic-bar .elements {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between; }
  .topic-bar .item-header-buttons {
    display: flex;
    gap: 5px; }
    .topic-bar .item-header-buttons a {
      color: #fff;
      padding: 10px;
      background: rgba(0, 0, 0, 0.3);
      display: block;
      border-radius: 4px;
      transition: all 0.25s; }
    .topic-bar .item-header-buttons a.no-background {
      background: none; }
    .topic-bar .item-header-buttons a.prev-item, .topic-bar .item-header-buttons a.next-item {
      font-size: 1.5em; }
      .topic-bar .item-header-buttons a.prev-item:hover, .topic-bar .item-header-buttons a.next-item:hover {
        background: rgba(0, 0, 0, 0.5); }
      .topic-bar .item-header-buttons a.prev-item.grey, .topic-bar .item-header-buttons a.next-item.grey {
        cursor: auto;
        opacity: 0.5; }
        .topic-bar .item-header-buttons a.prev-item.grey:hover, .topic-bar .item-header-buttons a.next-item.grey:hover {
          background: rgba(0, 0, 0, 0.3); }
  .topic-bar .darken {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.subtitle {
  font-style: italic;
  margin: 4px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 150%; }

.author-info {
  display: flex; }
  .author-info .img {
    max-width: 60px;
    margin: 5px 10px 5px 0px; }
    .author-info .img img {
      border-radius: 100%; }
  .author-info .author {
    padding: 14px 5px 5px 5px; }
    .author-info .author .by {
      font-size: 1.1em; }
      .author-info .author .by .uppercase {
        font-weight: 700; }
    .author-info .author .extra {
      font-size: 0.9em; }
    .author-info .author a {
      font-weight: 700;
      color: #1c1c1c; }
      @media (prefers-color-scheme: dark) {
        .author-info .author a {
          color: #fff; } }
  .author-info.white .author a {
    color: #fff; }

.tags {
  margin-top: 5px;
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px; }
  .tags a {
    background: #ccc;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap; }
    @media (prefers-color-scheme: dark) {
      .tags a {
        background: rgba(0, 0, 0, 0.9); } }
    .tags a:hover {
      background-color: #0870a8;
      padding: 5px 15px; }

.discussion-questions h3 {
  padding-bottom: 10px; }

.discussion-questions li {
  padding-bottom: 20px; }

#audio audio {
  width: 100%; }

h2.blocked {
  font-weight: 700;
  padding: 20px 0 0 0;
  margin: 0 0 10px 0; }
  h2.blocked:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #43a9e0;
    margin: 5px 0 0 0; }

#twitch-embed {
  height: 480px; }
  @media (max-width: 980px) {
    #twitch-embed {
      height: 260px; } }
.message {
  text-align: center;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  background: #afafaf;
  margin: 10px;
  border-radius: 10px; }
  .message a {
    color: #fff; }
  .message.success {
    background-color: #08a819; }
  .message.error {
    background-color: #fc5353; }

body.lang-en .message {
  text-transform: uppercase; }

.articles {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px; }
  .articles .card {
    flex: 1 1 31%;
    max-width: 64%;
    max-height: 240px; }
    .articles .card .excerpt {
      font-size: 1.1em; }
  .articles .card:first-child,
  .articles .card:nth-child(10),
  .articles .card:nth-child(17) {
    flex: 0 0 50%; }
  @media (max-width: 1280px) {
    .articles .card {
      flex: 0 0 48% !important;
      max-width: 98%; } }
  @media (max-width: 650px) {
    .articles .card {
      flex: 0 0 98% !important;
      max-height: 200px; } }
.grid-100 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding: 10px; }

.grid-200 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 20px; }

.grid-300 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 20px; }

.min-card {
  padding: 10px;
  text-align: center; }
  .min-card a {
    max-width: 400px;
    margin: 10px;
    text-align: left; }

.cards.collections {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 800px) {
    .cards.collections {
      justify-content: center; } }
  .cards.collections .card {
    flex: 1 0 300px;
    max-width: 350px; }
    @media (max-width: 800px) {
      .cards.collections .card {
        max-width: 100%; } }
  .cards.collections .heading {
    flex: 1 0 100%;
    padding-top: 20px;
    font-weight: 900;
    font-size: 2em;
    line-height: 1em; }
    @media (max-width: 800px) {
      .cards.collections .heading {
        text-align: center; } }
.card {
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  page-break-inside: avoid;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  min-height: 100px; }
  .card:hover {
    color: #fff !important; }
  .card img {
    display: block; }
  .card .action {
    position: absolute;
    top: 5px;
    right: 5px; }
  .card .bookmark {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px !important;
    z-index: 10;
    width: 100px;
    text-align: left; }
  .card .completed {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px !important;
    z-index: 10;
    width: 30px;
    text-align: right;
    line-height: 20px; }
  .card .has-video {
    position: absolute;
    bottom: 5px;
    left: 8px;
    font-size: 16px;
    z-index: 10;
    width: 100px; }
  .card.plan {
    padding: 20px;
    background-image: url(/images/plan-bg-new.png);
    position: relative; }
    .card.plan .data {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px; }
      .card.plan .data .sequence {
        line-height: 14px;
        font-size: 14px;
        font-weight: 400; }
      .card.plan .data .title {
        font-size: 1.8em;
        line-height: 1em;
        text-transform: uppercase;
        font-family: 'D-DIN Condensed', sans-serif;
        word-break: break-word; }
  .card .details {
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    bottom: 20px;
    overflow: hidden;
    z-index: 2; }
    .card .details .title {
      padding-top: 10px;
      font-size: 1.7em;
      line-height: 1em;
      font-weight: 900; }
    .card .details .excerpt {
      line-height: 1.2em; }
      .card .details .excerpt .bible-verse {
        white-space: nowrap;
        font-weight: 900;
        border-bottom: dashed 2px rgba(255, 255, 255, 0.4);
        padding: 0 2px 2px 2px; }
    .card .details .divider {
      height: 2px;
      width: 60px;
      background: rgba(0, 0, 0, 0.3);
      margin: 10px 0; }
  .card.type_1 {
    background-color: #0870a8 !important; }
    .card.type_1 .bonus {
      position: absolute;
      top: 0;
      right: -30px;
      bottom: 0;
      width: 80px;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
      transform: skew(10deg); }
  .card.type_3, .card.topic_type_3 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgba(0, 0, 0, 0.3) 100%); }
  .card.topic_type_1, .card.topic_type_3, .card.topic_type_5 {
    min-height: 200px; }
  .card.topic_type_1 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgba(0, 0, 0, 0.270768) 100%); }
    .card.topic_type_1 .details {
      padding-top: 20px; }
    .card.topic_type_1 .bonus {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      height: 40px;
      background: rgba(0, 0, 0, 0.1);
      transform: rotate(2deg);
      z-index: 1; }
    .card.topic_type_1 .bonus2 {
      position: absolute;
      top: -25px;
      left: 0;
      right: -10px;
      height: 50px;
      background: rgba(0, 0, 0, 0.1);
      transform: rotate(4deg);
      z-index: 1; }
  .card.topic_type_5 {
    background-image: url(/images/topic-bg.png); }
  .card.type_4 .bonus, .card.collection .bonus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .card.type_5.no-image, .card.topic_type_5.no-image {
    background-image: url(/images/topic-bg.png); }
  .card.type_6 {
    background-color: #0870a8;
    border-top: solid 10px #065783; }
    .card.type_6 .title {
      font-size: 2em; }
      @media (max-width: 800px) {
        .card.type_6 .title {
          font-size: 1.7em; } }
  .card.collection {
    display: flex;
    align-items: center;
    justify-content: center; }
    .card.collection .details {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-top: 0;
      max-width: 80%; }
    .card.collection .title {
      font-size: 2em;
      text-align: center; }
    .card.collection .divider {
      margin-left: auto;
      margin-right: auto;
      background: #fff; }
    .card.collection .badge {
      background: rgba(0, 0, 0, 0.5); }
  .card.audiobook {
    border-radius: 25px;
    flex: 1 0 15%;
    margin: 0.5%; }
    @media (max-width: 1280px) {
      .card.audiobook {
        flex: 1 0 31%;
        border-radius: 20px; } }
  .card.workbook, .card.guide {
    border-radius: 0; }
  .card.featured {
    max-width: 500px;
    position: relative; }
    @media (max-width: 980px) {
      .card.featured {
        flex: 1 0 50%;
        max-width: 100% !important; } }
    .card.featured .info {
      text-shadow: 0 1px #000;
      position: absolute;
      bottom: 10px;
      right: 10px;
      left: 10px;
      background: #0870a8;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px;
      border-radius: 5px; }
    .card.featured .title {
      font-weight: 900;
      font-size: 1.7em;
      line-height: 1em; }
    .card.featured .speaker {
      font-weight: 400;
      font-size: 0.9em;
      line-height: 1em;
      padding-top: 2px;
      text-transform: uppercase; }
  .card.quiz {
    padding: 20px;
    background: #aed0e2;
    color: #065783; }
    .card.quiz:hover {
      color: #065783 !important; }
    .card.quiz .geo {
      height: 20px;
      border-radius: 5px;
      background-image: url(/images/geo.png);
      background-size: cover;
      background-color: #0870a8;
      margin-bottom: 20px;
      margin: -10px -10px 20px -10px; }

fieldset {
  border-radius: 2px;
  position: relative;
  padding: 10px;
  margin: 5px 5px 20px 5px;
  border: solid 1px #969696;
  background: #efefef;
  position: relative;
  border-radius: 2px; }
  fieldset legend {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 900;
    background: #fff;
    border: solid 1px #969696;
    font-size: 1.2em;
    margin-left: 20px;
    line-height: 1em;
    border-radius: 2px; }

.card-sliders {
  margin: 0 auto; }
  .card-sliders .card-slider {
    margin-bottom: 60px; }
    @media (max-width: 980px) {
      .card-sliders .card-slider {
        margin-bottom: 40px; } }
.card-slider {
  position: relative; }
  .card-slider &gt; .details {
    z-index: 100;
    padding: 10px 30px;
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end; }
    .card-slider &gt; .details .title {
      display: flex;
      justify-content: space-between;
      padding: 5px 0px 0px 0px;
      gap: 20px; }
    .card-slider &gt; .details .view-all-button a {
      color: #1c1c1c;
      background: rgba(0, 0, 0, 0.1);
      transition: background 0.25s;
      padding: 5px 20px;
      border-radius: 20px; }
      .card-slider &gt; .details .view-all-button a:hover {
        background: rgba(0, 0, 0, 0.3); }
      @media (prefers-color-scheme: dark) {
        .card-slider &gt; .details .view-all-button a {
          color: #fff; } }
    .card-slider &gt; .details h2, .card-slider &gt; .details h3 {
      font-size: 20px;
      font-weight: 700;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      color: #1a1a1a; }
      .card-slider &gt; .details h2 a, .card-slider &gt; .details h3 a {
        color: #1a1a1a;
        font-weight: 700; }
        @media (prefers-color-scheme: dark) {
          .card-slider &gt; .details h2 a, .card-slider &gt; .details h3 a {
            color: #fff; } }
      @media (prefers-color-scheme: dark) {
        .card-slider &gt; .details h2, .card-slider &gt; .details h3 {
          color: #fff; } }
    .card-slider &gt; .details .excerpt {
      padding: 5px 0 0 0;
      font-size: 1em;
      line-height: 1.2em;
      max-width: 700px; }
  .card-slider .main-carousel {
    z-index: 110;
    position: relative; }
    .card-slider .main-carousel a {
      opacity: 0;
      position: absolute; }
    .card-slider .main-carousel.flickity-enabled {
      display: block; }
      .card-slider .main-carousel.flickity-enabled a {
        opacity: 1; }
  .card-slider.highlighted {
    padding-top: 50px;
    padding-bottom: 40px;
    color: #fff; }
    .card-slider.highlighted h2, .card-slider.highlighted h3 {
      color: #fff; }
      .card-slider.highlighted h2 a, .card-slider.highlighted h3 a {
        color: #fff; }
    .card-slider.highlighted .title .view-all-button a {
      color: #fff; }
  .card-slider .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0.5; }

.main-carousel {
  padding: 0 20px;
  min-height: 200px; }
  .main-carousel .card {
    width: 280px;
    height: 158px;
    margin: 5px; }

.platform-icons {
  padding: 0 10px;
  margin-top: 10px;
  font-size: 32px;
  color: #fff; }
  .platform-icons a {
    color: #fff;
    padding: 0 10px; }

.plan-item {
  padding-bottom: 100px;
  margin-bottom: 60px;
  position: relative; }
  .plan-item .card {
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .plan-item::before {
    width: 10px;
    height: 100px;
    border-left: dashed 5px #ccc;
    position: absolute;
    content: " ";
    bottom: -20px;
    left: 50%;
    margin-left: -5px; }

.plan-list-item {
  flex: 1 1 80%;
  color: #fff;
  margin-bottom: 20px;
  background-image: url(/images/plan-bg-new.png);
  background-size: cover; }
  .plan-list-item .level {
    font-size: 1.2em; }
  .plan-list-item .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1em;
    padding-bottom: 10px; }
    .plan-list-item .title a {
      color: #fff;
      font-weight: 700; }

.plan-bg {
  background-size: cover;
  background-image: url(/images/plan-bg-new.png); }

.card .progress-bar-wrap {
  border-radius: 100px;
  margin: 5px; }

.card .complete-check {
  z-index: 15;
  line-height: 1em;
  border-radius: 100px;
  margin-top: -3px;
  margin-right: -3px;
  font-size: 22px; }

.card .progress-bar {
  width: 50px;
  height: 7px; }

.card .progress-bar .progress {
  background: #fff; }

.card.series_id_111 .bookmark, .card.series_id_111 .completed {
  color: #b52525; }

.progress-bar {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
  position: relative; }
  .progress-bar .progress-text {
    position: relative;
    z-index: 10;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px; }
    .progress-bar .progress-text .badge {
      padding: 10px 15px 10px 15px;
      border-radius: 20px;
      background: transparent; }
    .progress-bar .progress-text i {
      font-size: 20px; }
    .progress-bar .progress-text i.fa-check-circle {
      margin-right: 10px;
      font-size: 24px; }
    .progress-bar .progress-text i.fa-question-circle {
      margin-right: 10px;
      font-size: 24px; }
    .progress-bar .progress-text.lrg {
      padding: 20px; }
      .progress-bar .progress-text.lrg i {
        font-size: 30px; }
  .progress-bar .progress {
    width: 0%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: width 1s ease-in-out;
    border-radius: 20px; }
  .progress-bar .quiz-complete {
    z-index: 15;
    line-height: 1em;
    padding: 3px;
    border-radius: 100px;
    position: absolute;
    top: -15px;
    left: 30px;
    font-size: 30px; }

.total-progress-bar {
  background: transparent;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
  @media (prefers-color-scheme: dark) {
    .total-progress-bar {
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); } }
.progress-divider {
  height: 5px;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  border-bottom: solid 1px #efefef; }

.home-progress-bar {
  background: transparent;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }
  .home-progress-bar .progress {
    background-color: #0870a8; }

.plan-heading {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover; }
  .plan-heading .progress-bar {
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-align: left; }
    .plan-heading .progress-bar .progress-text {
      z-index: 2;
      color: #000;
      padding: 7px 14px;
      font-size: 1em;
      line-height: 0.8em; }
    .plan-heading .progress-bar .progress {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0%;
      transition: width 2s ease-in-out;
      background: #fff; }
  .plan-heading .text {
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.plan-item-completed {
  color: #009924;
  opacity: 0.8;
  transition: opacity 0.25s;
  background: rgba(0, 0, 0, 0.1); }
  @media (prefers-color-scheme: dark) {
    .plan-item-completed {
      background: rgba(255, 255, 255, 0.1); } }
.plan-item-completed:hover {
  color: #35be55;
  opacity: 1; }

.total-progress-wrap {
  text-align: center;
  padding: 20px; }
  @media (max-width: 650px) {
    .total-progress-wrap {
      padding: 10px;
      margin-bottom: 20px; } }
.total-progress-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center; }
  @media (max-width: 650px) {
    .total-progress-header {
      gap: 5px; } }
  .total-progress-header .total-progress-percentage {
    padding: 20px;
    font-size: 0.8em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 650px) {
      .total-progress-header .total-progress-percentage {
        font-size: 0.7em; } }
    .total-progress-header .total-progress-percentage .percentage {
      font-size: 2.5em;
      line-height: 1em; }
      @media (max-width: 650px) {
        .total-progress-header .total-progress-percentage .percentage {
          font-size: 1.75em; } }
    @media (max-width: 650px) {
      .total-progress-header .total-progress-percentage {
        padding: 5px; } }
.plan-class-list {
  margin: 0 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  border-style: solid;
  border-width: 3px;
  border-top: none;
  transition: max-height 1s;
  max-height: 6000px; }
  .plan-class-list .class {
    padding: 20px;
    border-bottom: solid 1px #efefef;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.25s; }
    .plan-class-list .class .completed,
    .plan-class-list .class .completed label {
      color: #009924; }
    .plan-class-list .class:last-child {
      border: none; }
    .plan-class-list .class:hover {
      background: #ddd; }
      @media (prefers-color-scheme: dark) {
        .plan-class-list .class:hover {
          background: rgba(0, 0, 0, 0.5); } }
.plan .toggler {
  cursor: pointer; }

.plan .toggler i {
  transition: transform 0.5s ease;
  transform: rotate(180deg); }

.plan.collapsed .plan-class-list {
  max-height: 0; }

.plan.collapsed .toggler i {
  transform: rotate(0deg); }

.pagination {
  padding: 60px 0;
  text-align: center; }
  .pagination a {
    background: #43a9e0;
    padding: 10px;
    font-size: 1.3em;
    margin: 0 1px;
    color: #fff;
    border-radius: 5px; }
    .pagination a:hover {
      background: #0870a8; }
  .pagination .co a {
    background: #0870a8;
    padding: 20px 15px; }
  .pagination .nc a {
    padding: 10px 15px; }
  @media (max-width: 650px) {
    .pagination {
      font-size: 1.1em; } }
.filming-soon {
  background: #0870a8;
  padding: 80px 20px;
  text-transform: uppercase; }
  .filming-soon .heading {
    font-weight: bold;
    margin: 0 20px 10px 20px;
    font-size: 1.7em;
    line-height: 1em; }

.in-progress {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 20px;
  line-height: 1.2em;
  text-align: left; }

.testimonial {
  line-height: 1em; }
  .testimonial .quote {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-bottom: 10px; }

/* GENERIC */
h1 {
  color: #1c1c1c;
  margin: 0 0 7px 0;
  line-height: 0.9em;
  font-size: 3em;
  font-weight: 900; }
  @media (prefers-color-scheme: dark) {
    h1 {
      color: #fff; } }
h2, h3, h4 {
  font-weight: 900;
  line-height: 0.9em; }

h1.white {
  color: #fff; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 900; }

body.lang-en h2 {
  text-transform: uppercase; }

.whiteboard, .item-guides-ctas, .total-progress-wrap {
  background-color: #F3F8FD;
  background-image: url(/images/whiteboard-background.jpg);
  background-size: cover;
  background-position: center center; }
  @media (prefers-color-scheme: dark) {
    .whiteboard, .item-guides-ctas, .total-progress-wrap {
      background-color: black;
      background-image: url(/images/darkboard-background.jpg); } }
.geo {
  background-color: #F3F8FD;
  background-image: url(/images/geo.png);
  background-size: cover;
  background-position: center center; }

.geo-sml {
  background-color: #F3F8FD;
  background-image: url(/images/geo-sml.png);
  background-size: cover;
  background-position: center center; }

.home-highlights {
  padding: 20px;
  text-align: center; }
  .home-highlights .inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .home-highlights a {
    flex: 1 1 33%;
    line-height: 1em; }
    @media (prefers-color-scheme: dark) {
      .home-highlights a {
        color: #fff; } }
    .home-highlights a .logo {
      padding-bottom: 5px; }
    .home-highlights a .text {
      font-size: 1.2em;
      line-height: 1.1em;
      padding: 0 20px; }
      @media (max-width: 800px) {
        .home-highlights a .text {
          padding: 0px; } }
.testimonial-block {
  padding: 60px; }
  @media (max-width: 800px) {
    .testimonial-block {
      padding: 20px; } }
  .testimonial-block hr {
    height: 10px;
    width: 100px;
    margin: 0 0 20px 80px;
    background: #1c1c1c; }
  .testimonial-block i, .testimonial-block svg {
    position: absolute;
    left: 0;
    top: 0; }
  .testimonial-block span {
    margin-left: 80px;
    padding-bottom: 20px;
    font-size: 1.7em;
    line-height: 1em; }
  .testimonial-block p {
    margin-left: 80px; }

.testimonial-support-page {
  padding: 40px; }
  .testimonial-support-page .testimonial {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .testimonial-support-page .testimonial .quote {
      font-size: 1.1em;
      line-height: 1.2em; }
      .testimonial-support-page .testimonial .quote .cite {
        font-size: 0.8em; }

.homepage-statistics {
  font-size: 0.8em;
  position: relative;
  padding: 10px; }
  .homepage-statistics .boxes {
    gap: 10px; }
  .homepage-statistics .box {
    padding: 10px;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.8;
    color: #fff;
    z-index: 2;
    border-radius: 5px;
    flex: 1 1 auto; }
    .homepage-statistics .box i {
      font-size: 18px;
      font-weight: 400; }
    .homepage-statistics .box label {
      color: #fff;
      line-height: 1em;
      white-space: nowrap;
      font-weight: 700; }
    .homepage-statistics .box:hover {
      background: rgba(0, 0, 0, 0.3) !important;
      opacity: 1; }
    @media (max-width: 1280px) {
      .homepage-statistics .box {
        flex: 1 1 31%; } }
  .homepage-statistics .darken {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.sources {
  font-size: 0.8em;
  line-height: 1.5em; }

.border-left {
  border-left: solid 1px #ccc; }

.border-top {
  border-top: solid 1px rgba(0, 0, 0, 0.3); }
  @media (prefers-color-scheme: dark) {
    .border-top {
      border-top: solid 1px rgba(255, 255, 255, 0.3); } }
.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
  @media (prefers-color-scheme: dark) {
    .border-bottom {
      border-bottom: solid 1px rgba(255, 255, 255, 0.3); } }
.border-bottom-translucent {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3); }

.darker-border-bottom {
  border-bottom: solid 1px #ccc; }

.item-rows .border-bottom {
  margin-bottom: 40px; }

.hide, a.hide, div.hide, p.hide {
  display: none; }

.button {
  padding: 10px 20px;
  text-transform: uppercase;
  background: #0870a8;
  color: #fff;
  white-space: nowrap;
  line-height: 3em;
  border-radius: 40px;
  font-weight: 900; }
  .button:hover {
    background-color: #065783 !important;
    color: #fff !important; }
  .button.normal {
    text-transform: none; }
  .button.lrg {
    padding: 15px 25px;
    font-size: 1.3em;
    line-height: 1.5em; }
  .button.sml {
    padding: 5px 20px;
    line-height: 1em; }
  .button.smllr {
    padding: 7px 15px;
    font-size: 0.8em;
    line-height: 1em; }
  .button i, .button svg {
    margin-right: 5px; }
  .button i.no-pad {
    padding-right: 0; }
  .button i:only-child {
    margin-right: 0; }
  .button.selected {
    background: #065783 !important; }
  .button.starred {
    background: #EFAF27 !important;
    color: #fff !important; }
    .button.starred i {
      font-weight: 900; }
  .button.white {
    background: #fff !important;
    color: #666 !important;
    line-height: 1em;
    padding: 10px 20px; }
  .button.translucent {
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }
    .button.translucent:hover {
      background: rgba(0, 0, 0, 0.5) !important; }
  .button.darker-translucent {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
    .button.darker-translucent:hover {
      background: rgba(0, 0, 0, 0.9) !important; }
  .button.error {
    background: #c54f45;
    color: #fff !important; }
    .button.error:hover {
      background: #8d3027 !important; }
  .button.success {
    background: #4ba239;
    color: #fff !important; }
    .button.success:hover {
      background: #358425 !important; }

.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .button-list.centered {
    align-content: center;
    justify-content: center;
    align-items: center; }
  .button-list a.button {
    flex: 1 0 31%;
    font-weight: 700;
    padding: 1px 20px 1px 15px;
    border-radius: 50px;
    background: #545454;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .button-list a.button i {
      font-size: 1.3em;
      font-weight: 400 !important;
      margin-right: 10px; }
    .button-list a.button span.badge {
      margin-right: auto; }
    .button-list a.button:hover {
      background: #6b6b6b !important; }
    .button-list a.button.apple-podcasts {
      border-left: solid 5px #ba6ee8; }
    .button-list a.button.apple-books {
      border-left: solid 5px #e37935; }
    .button-list a.button.pocketcasts {
      border-left: solid 5px #E14E42; }
    .button-list a.button.google-music, .button-list a.button.lesson-notes {
      border-left: solid 5px #f9ca2e; }
    .button-list a.button.spotify {
      border-left: solid 5px #1db954; }
    .button-list a.button.googleplay {
      border-left: solid 5px #5383EC; }
    .button-list a.button.amazon-music {
      border-left: solid 5px #3213DF; }
    .button-list a.button.amazon-prime {
      border-left: solid 5px #00a0d6; }
    .button-list a.button.amazon {
      border-left: solid 5px #f19d38; }
    .button-list a.button.stitcher {
      border-left: solid 5px #4e91c0; }
    .button-list a.button.tunein {
      border-left: solid 5px #1D203A; }
    .button-list a.button.rss, .button-list a.button.read {
      border-left: solid 5px #0870a8; }
    .button-list a.button.pdf {
      background: #bf4040; }
    .button-list a.button.epub {
      border-left: solid 5px #f19d38; }
    .button-list a.button.smashwords {
      border-left: solid 5px #5080BE; }
    .button-list a.button.nook {
      border-left: solid 5px #499164; }
    .button-list a.button.youtube {
      border-left: solid 5px #ff0000; }
    .button-list a.button.audible {
      border-left: solid 5px #F2A33A; }
    .button-list a.button.captions {
      border-left: solid 5px #c4f68c; }
    .button-list a.button.pandora {
      border-left: solid 5px #3668ff; }
  .button-list.with-4-buttons a.button {
    flex: 1 0 47%; }
  .button-list a.button.sml {
    flex: 0 1 10%;
    padding: 7px 10px;
    margin: 2px;
    display: flex;
    line-height: 1em; }
  .button-list.full a.button {
    flex: 1 0 70%; }
    .button-list.full a.button small {
      display: inline-block;
      float: right; }

label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #1a1a1a; }
  @media (prefers-color-scheme: dark) {
    label {
      color: #fff; } }
.button-options-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 10px; }

.button-options {
  display: flex;
  flex-wrap: wrap; }
  .button-options a {
    flex: 0 0 auto;
    border-radius: 2px;
    background-color: #6b6b6b;
    font-weight: 700;
    margin: 0 2px 2px 0;
    padding: 10px 12px 10px 10px;
    font-size: 0.8em;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (max-width: 980px) {
      .button-options a {
        flex: 1 0 auto; } }
    .button-options a:hover {
      background-color: #065783;
      color: #fff !important; }
    .button-options a.no-icon {
      padding: 1em 1.4em; }
    .button-options a small {
      font-size: .6em;
      font-weight: 400; }
    .button-options a.youtube:hover {
      background-color: #ff0000 !important; }
    .button-options a.prime:hover {
      background-color: #00a0d6 !important; }
    .button-options a.firetv:hover {
      background-color: #e95929 !important; }
    .button-options a.apple-podcasts:hover {
      background-color: #ba6ee8 !important; }
    .button-options a.pocketcasts:hover {
      background-color: #E14E42 !important; }
    .button-options a.spotify:hover {
      background-color: #1db954 !important; }
    .button-options a.google-music:hover {
      background-color: #f9ca2e !important; }
    .button-options a.googleplay:hover {
      background-color: #5383EC !important; }
    .button-options a.amazon:hover {
      background-color: #f19d38 !important; }
    .button-options a.amazon-music:hover {
      background-color: #1ad2fb !important; }
    .button-options a.apple-books:hover {
      background-color: #e37935 !important; }
    .button-options a.stitcher:hover {
      background-color: #4e91c0 !important; }
    .button-options a.tunein:hover {
      background-color: #1D203A !important; }
    .button-options a.nook:hover {
      background-color: #499164 !important; }
    .button-options a.audible:hover {
      background-color: #F2A33A !important; }
    .button-options a.pdf:hover {
      background-color: #bf4040 !important; }
    .button-options a em {
      display: inline-block;
      text-align: center;
      line-height: 1em; }
    .button-options a i, .button-options a svg {
      font-weight: normal;
      margin: 0 5px 0 0; }

.bible-verse-content {
  padding: 60px 0; }
  .bible-verse-content blockquote {
    font-size: 130%;
    line-height: 1.5em; }
    .bible-verse-content blockquote p {
      margin: 1em 0; }
    .bible-verse-content blockquote h4 {
      margin-bottom: 0;
      padding-bottom: 0;
      font-weight: 900; }
    .bible-verse-content blockquote h2:after, .bible-verse-content blockquote h3:after, .bible-verse-content blockquote h4:after {
      content: "";
      display: block;
      width: 50px;
      height: 3px;
      background: #43a9e0;
      margin: 10px 0 0 -10px; }
    .bible-verse-content blockquote cite {
      font-style: normal;
      margin-top: -10px; }

.item-metadatas {
  padding: 20px 20px 30px 20px;
  border-bottom: solid 2px #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  @media (max-width: 980px) {
    .item-metadatas {
      gap: 20px;
      padding: 20px 5px 20px 5px; } }
  .item-metadatas .item-metadata label {
    display: block;
    font-size: 0.8em;
    font-weight: 700; }
  .item-metadatas .item-metadata .data {
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 400;
    margin-top: 4px;
    color: #1c1c1c; }
    @media (prefers-color-scheme: dark) {
      .item-metadatas .item-metadata .data {
        color: #fff; } }
    .item-metadatas .item-metadata .data a {
      color: #1c1c1c;
      font-weight: 400; }
      @media (prefers-color-scheme: dark) {
        .item-metadatas .item-metadata .data a {
          color: #fff; } }
.bible-verse-item a {
  font-weight: 900; }

.fullcap {
  font-variant-caps: small-caps; }

p.fullcap {
  padding-left: 40px;
  font-size: 1.1em;
  line-height: 1.3em; }

.download-options {
  padding: 10px 40px 20px 40px;
  border-radius: 5px; }

.bible-verse-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-self: center;
  justify-content: center; }
  .bible-verse-cloud a {
    flex: 0 3 auto;
    margin: 2px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    background: #0870a8;
    padding: 20px !important;
    align-items: center;
    color: #fff; }
    .bible-verse-cloud a.lrg {
      font-size: 20px;
      font-weight: 900; }
    .bible-verse-cloud a.xlrg {
      font-size: 25px;
      font-weight: 900; }
    .bible-verse-cloud a.xxlrg {
      font-size: 30px;
      font-weight: 900; }

.team-member {
  flex: 0 0 120px;
  text-align: center;
  line-height: 1em; }
  .team-member .name {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .team-member .name a {
    font-weight: 900; }
  .team-member .role {
    font-size: 0.9em; }
  .team-member img {
    display: block;
    margin: 10px auto;
    max-width: 100px; }

footer {
  padding-bottom: 100px; }
  footer .footer-links b {
    padding-top: 20px;
    display: block; }
  footer .footer-links hr {
    max-width: 150px;
    height: 3px;
    background: #fff;
    padding: 0;
    margin: 4px 0 15px 0; }
  footer .footer-links a {
    display: block;
    padding: 5px 10px; }
    footer .footer-links a:hover {
      background: #fff;
      color: #0870a8; }
  footer .church-area {
    background: #efefef;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 20px;
    padding: 40px;
    max-width: 1000px;
    margin: 100px auto 20px auto; }
    @media (prefers-color-scheme: dark) {
      footer .church-area {
        background: #222;
        box-shadow: 0 1px 2px #111; } }
    @media (max-width: 1280px) {
      footer .church-area {
        padding: 40px 20px;
        border-radius: 0; } }
.church-logos {
  line-height: 1em;
  text-transform: uppercase; }
  .church-logos a {
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px; }
    .church-logos a:hover {
      background: rgba(0, 0, 0, 0.3); }
  .church-logos b {
    display: block;
    padding-bottom: 2px;
    font-size: 1.2em;
    font-weight: 900; }
  .church-logos .subname {
    font-size: 0.9em;
    font-weight: 400; }
  .church-logos img {
    width: 150px;
    margin: 10px 0; }

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 20px; }
  .filter-pills a {
    transition: background 0.25s;
    white-space: nowrap;
    display: inline-block;
    background: #5c5c5c;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1em; }
    .filter-pills a:hover {
      background: #ccc; }
    .filter-pills a.selected {
      background: #0870a8; }
      .filter-pills a.selected:hover {
        background: #0870a8; }

.filter-bar {
  color: #505050;
  margin: 0;
  background: #efefef;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 900; }
  @media (prefers-color-scheme: dark) {
    .filter-bar {
      background-color: #161616;
      color: #fff; } }
  .filter-bar a {
    transition: background 0.25s;
    white-space: nowrap;
    display: inline-block;
    color: #505050;
    font-weight: 900;
    border-radius: 40px; }
    @media (prefers-color-scheme: dark) {
      .filter-bar a {
        color: #fff; } }
    .filter-bar a:hover {
      background: #fff;
      color: #0870a8; }
    .filter-bar a.selected {
      background: #0870a8;
      color: #fff;
      padding: 5px 12px 3px 12px; }
      .filter-bar a.selected:hover {
        color: #fff; }
    .filter-bar a.button {
      padding: 4px;
      background: #fff;
      color: #666;
      line-height: 1.1em;
      border-radius: 40px; }
  .filter-bar .filter-bar-block {
    padding: 5px 20px;
    display: block; }
    .filter-bar .filter-bar-block span {
      font-weight: bold;
      padding-right: 5px;
      white-space: nowrap;
      color: #0870a8; }
      @media (prefers-color-scheme: dark) {
        .filter-bar .filter-bar-block span {
          color: #43a9e0; } }
    .filter-bar .filter-bar-block a {
      border-radius: 40px;
      line-height: 1em;
      padding: 10px 14px 8px 14px; }
      .filter-bar .filter-bar-block a.selected {
        padding: 10px 20px 8px 20px; }
      @media (max-width: 650px) {
        .filter-bar .filter-bar-block a {
          padding: 10px 5px; } }
    @media (max-width: 650px) {
      .filter-bar .filter-bar-block {
        display: block;
        overflow: hidden;
        white-space: wrap;
        overflow-y: hidden;
        overflow-x: scroll;
        text-align: left;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        flex: 1 0 95%; } }
    .filter-bar .filter-bar-block::-webkit-scrollbar {
      width: 0px !important;
      height: 0px !important;
      background: transparent !important;
      display: none;
      -webkit-appearance: none; }

.series-badges {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1em; }

/* SERIES HEADER */
.item-header {
  background-size: cover;
  font-size: 1em;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 10px;
  vertical-align: middle; }
  .item-header a {
    color: #fff;
    font-weight: 700; }
  .item-header .item-header-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 45%;
    float: left;
    padding: 10px; }
    .item-header .item-header-name a {
      padding: 5px 8px; }
      .item-header .item-header-name a:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 2px; }
  .item-header .item-header-buttons {
    width: 55%;
    float: left;
    display: flex;
    justify-content: flex-end; }
    .item-header .item-header-buttons a {
      padding: 10px 15px;
      background: rgba(0, 0, 0, 0.3);
      display: block;
      float: right;
      border-radius: 4px;
      transition: all 0.25s; }
    .item-header .item-header-buttons a.no-background {
      background: none; }
    .item-header .item-header-buttons a.prev-item, .item-header .item-header-buttons a.next-item {
      font-size: 1.5em;
      box-shadow: 0 1 1px #2a2a2a; }
      .item-header .item-header-buttons a.prev-item:hover, .item-header .item-header-buttons a.next-item:hover {
        background: rgba(0, 0, 0, 0.5); }
      .item-header .item-header-buttons a.prev-item.grey, .item-header .item-header-buttons a.next-item.grey {
        cursor: auto;
        opacity: 0.5; }
        .item-header .item-header-buttons a.prev-item.grey:hover, .item-header .item-header-buttons a.next-item.grey:hover {
          background: rgba(0, 0, 0, 0.3); }
  @media (max-width: 800px) {
    .item-header .item-header-series-text {
      display: none; } }
  .item-header.help-topper {
    background-image: url(/images/topic-bg.png);
    background-repeat: repeat;
    background-size: auto; }
  .item-header.in-footer {
    margin-top: 40px; }

.topic-sermon-bg {
  background-image: url(/images/geo.png);
  background-repeat: repeat;
  background-size: auto; }

.topic-101-bg {
  background-image: url(/images/topic-bg.png);
  background-repeat: repeat;
  background-size: auto; }

.small-groups-badge {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 250px; }
  @media (max-width: 1280px) {
    .small-groups-badge {
      width: 200px;
      bottom: 10px; } }
  @media (max-width: 800px) {
    .small-groups-badge {
      width: 160px;
      bottom: 5px; } }
.form-row {
  margin-bottom: 20px; }

input[type=text], input[type=password], input[type=email], input[type=file], input[type=search], input[type=number], input[type=tel], input[type=time], textarea, select {
  padding: 10px;
  border: solid 2px #b0b0b0;
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  box-sizing: border-box; }
  input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=file]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=time]:focus, textarea:focus, select:focus {
    border: solid 2px #555; }

input[type=submit] {
  border: 0;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.25s background;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 40px;
  display: inline-block;
  line-height: 1em;
  background-color: #0870a8;
  font-weight: 700; }

.guides-and-workbooks {
  background-size: cover;
  padding: 0px;
  max-width: 600px;
  margin: 40px auto 20px auto;
  text-align: center; }
  .guides-and-workbooks img {
    width: 100px;
    margin: -20px 5px -20px 5px;
    height: auto;
    display: inline-block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

@media only screen and (max-width: 550px) {
  .width-20, .width-25, .col-33, .width-40, .width-50, .width-60, .width-70, .width-75, .width-80 {
    width: 100%; } }

.extend-left {
  margin-left: -60px; }
  @media (max-width: 1180px) {
    .extend-left {
      margin: 20px; } }
.callout {
  background-color: #0870a8; }
  .callout .button {
    background: #fff;
    color: #0870a8;
    font-weight: 700; }

#blackout {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #1e1e1e;
  display: none;
  text-align: center; }
  #blackout img {
    max-height: 100%;
    object-fit: scale-down; }

body.blackout {
  overflow: hidden;
  position: fixed; }

body.blackout #blackout {
  display: flex;
  justify-content: center; }

#modal {
  z-index: 9000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: top 0.5s; }
  @media (max-width: 800px) {
    #modal {
      left: 0; } }
  #modal #modal-overlay {
    z-index: 8999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    display: block; }
  #modal.closed {
    top: 140%; }
    #modal.closed #modal-overlay {
      display: none; }
  #modal .modal-main {
    z-index: 9001;
    background: #fff;
    width: 700px;
    max-width: 90%;
    min-height: 200px;
    min-height: 80%;
    position: relative;
    box-shadow: 0 25px 25px #000; }
    @media (prefers-color-scheme: dark) {
      #modal .modal-main {
        background: #343333;
        color: #fff; } }
    @media (max-width: 800px) {
      #modal .modal-main {
        max-width: 100%; } }
    #modal .modal-main .modal-close {
      position: absolute;
      top: -45px;
      right: 15px;
      font-size: 30px;
      background: #000;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 100%;
      padding: 2px; }
      #modal .modal-main .modal-close a {
        color: #efefef; }
    #modal .modal-main .modal-content {
      z-index: 9002;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      #modal .modal-main .modal-content .bible-verse-content {
        padding: 20px 20px 100px 0px; }

.book-item-image,
.download-item-image {
  text-align: right; }
  @media (max-width: 1280px) {
    .book-item-image,
    .download-item-image {
      text-align: center; } }
.style-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  color: #fff; }
  .style-boxes .box {
    flex: 1 1 10%;
    padding: 20px;
    background: #ccc;
    border-radius: 2px;
    background-color: #0870a8;
    background-size: cover;
    color: #fff !important;
    box-shadow: none;
    position: relative; }
    .style-boxes .box label {
      color: #fff; }
    .style-boxes .box .progress {
      height: 10px;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.2);
      margin: -10px -10px 15px -10px;
      position: relative; }
      .style-boxes .box .progress .bar {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }

.create-style-boxes-wrap {
  max-width: 1000px;
  padding: 30px 100px 40px 100px;
  margin: 0 auto 40px auto;
  text-align: center;
  background: #d8f1ff;
  border-radius: 10px;
  color: #222; }
  .create-style-boxes-wrap .create-style-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .create-style-boxes-wrap .create-style-boxes .box {
      flex: 1 1 32%;
      background: #fff;
      color: #222;
      border-radius: 10px;
      box-shadow: none; }
      @media (max-width: 980px) {
        .create-style-boxes-wrap .create-style-boxes .box {
          flex: 1 1 100%;
          display: flex;
          gap: 10px; } }
  @media (max-width: 1280px) {
    .create-style-boxes-wrap {
      padding: 20px;
      margin: 0;
      border-radius: 0; } }
.account_you_can strong {
  border-bottom: solid 3px #cac933;
  padding: 0px 4px; }

.platforms-style-boxes .box {
  border-radius: 5px;
  flex: 1 1 100px;
  text-shadow: none;
  padding: 10px;
  font-weight: 700; }
  .platforms-style-boxes .box label {
    display: block;
    line-height: 1em;
    padding-top: 5px;
    font-weight: 700; }

.box {
  padding: 20px;
  border-radius: 5px;
  background: #efefef; }
  @media (prefers-color-scheme: dark) {
    .box {
      background: #444444; } }
.box .heading,
.box header {
  margin: -20px -20px 25px -20px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.1em;
  color: #0870a8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  @media (prefers-color-scheme: dark) {
    .box .heading,
    .box header {
      color: #43a9e0; } }
.settings-boxes {
  justify-content: center; }
  .settings-boxes .box {
    flex: 1 1 45%; }

.basic-box {
  background: #efefef;
  border-radius: 5px;
  padding: 40px; }
  @media (prefers-color-scheme: dark) {
    .basic-box {
      background-color: #515151; } }
.login-box {
  padding: 40px;
  background: #efefef;
  flex: 1 1 40%;
  margin: 0 20px;
  border-radius: 5px; }
  @media (max-width: 980px) {
    .login-box {
      padding: 40px 20px; } }
  @media (prefers-color-scheme: dark) {
    .login-box {
      background-color: #515151; } }
.login-box .heading,
.login-box header {
  margin: -40px -40px 30px -40px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 700;
  font-size: 1.1em;
  color: #0870a8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.1); }
  @media (prefers-color-scheme: dark) {
    .login-box .heading,
    .login-box header {
      color: #262626; } }
  @media (prefers-color-scheme: dark) {
    .login-box .heading,
    .login-box header {
      background: rgba(255, 255, 255, 0.5); } }
  @media (max-width: 980px) {
    .login-box .heading,
    .login-box header {
      margin: -40px -20px 20px -20px; } }
.faqs {
  gap: 20px; }
  .faqs .faq {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 40px 20px;
    border-bottom: solid 1px #ccc; }
    .faqs .faq .q {
      font-size: 1.5em;
      font-weight: 900;
      line-height: 1em;
      padding-bottom: 10px;
      text-transform: uppercase; }
    .faqs .faq .a {
      font-size: 1em;
      line-height: 1.4em; }

.promo-blocks {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 40px 20px;
  margin-bottom: 60px; }
  @media (max-width: 1280px) {
    .promo-blocks {
      flex-wrap: wrap; } }
  .promo-blocks div {
    flex: 0 1 300px; }
    @media (max-width: 1280px) {
      .promo-blocks div {
        flex: 1 1 40%; } }
.item-guides-ctas {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  gap: 20px; }
  .item-guides-ctas .item-guides-cta {
    padding: 10px 0 10px 0;
    text-align: center; }
    .item-guides-ctas .item-guides-cta img {
      width: 130px;
      margin-top: -40px;
      border-radius: 1px; }
    .item-guides-ctas .item-guides-cta .details {
      padding: 10px;
      text-align: center;
      font-size: 14px; }
      .item-guides-ctas .item-guides-cta .details .button-options {
        display: block; }
        .item-guides-ctas .item-guides-cta .details .button-options a {
          display: inline-block;
          padding: 8px 12px; }

.download-card {
  height: 200px;
  display: block;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  max-width: 500px; }
  .download-card .preview-window {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 170px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center; }
  .download-card.no-title .preview-window {
    height: 200px; }
  .download-card .title {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 10px; }
  .download-card.format-jpg .preview-window, .download-card.format-jpeg .preview-window {
    background-size: cover; }

.download-item-metadata {
  padding: 20px 40px; }

.download-cards {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .download-cards .download-card {
    flex: 1 1 300px;
    max-width: 400px; }
    @media (max-width: 980px) {
      .download-cards .download-card {
        max-width: 95%; } }
.speaking-engagements {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center; }

.speaking-engagement {
  background-color: #0870a8;
  flex: 1 1 200px;
  color: #fff;
  border-radius: 5px;
  padding: 20px 0px;
  max-width: 400px;
  text-align: center; }
  @media (max-width: 800px) {
    .speaking-engagement {
      display: block;
      text-align: center; } }
  .speaking-engagement img {
    width: 75px;
    margin: 0 auto 10px auto; }
  .speaking-engagement .details {
    padding: 0 20px 20px 20px; }
  .speaking-engagement .actions a {
    display: inline-block; }

.color-palettes {
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: space-between; }
  .color-palettes .color {
    padding: 20px 5px 5px 10px;
    margin-bottom: 5px;
    flex: 1 1 20%; }
    .color-palettes .color span {
      padding: 3px 7px;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      border-radius: 3px;
      font-size: 11px; }

.toggle-bg {
  background-color: #fff; }
  @media (prefers-color-scheme: dark) {
    .toggle-bg {
      background: black; } }
.toggle-bg-light {
  background-color: #efefef; }
  @media (prefers-color-scheme: dark) {
    .toggle-bg-light {
      background: black; } }
.pill {
  background: #efefef;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em; }
  .pill.selected {
    background: #0870a8;
    color: #fff; }
  @media (prefers-color-scheme: dark) {
    .pill {
      background: black; } }
.download-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }

.download-block {
  flex: 0 1 240px;
  overflow: hidden;
  padding: 20px 20px 40px 20px;
  border-radius: 4px;
  gap: 20px;
  margin-bottom: 5px; }
  .download-block .img {
    margin: -20px -20px 20px -20px; }
    .download-block .img img {
      max-height: 160px; }
  .download-block.type-5 img {
    border-radius: 10px; }

.teacher-bio .bio a {
  font-weight: 900; }

.reverify {
  background-color: #69f5bc;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.8); }
  .reverify .msg a {
    color: #1a1a1a;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 900;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.3); }
  .reverify .msg a:hover {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3); }

.highlight-heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em; }
  @media (max-width: 800px) {
    .highlight-heading {
      font-size: 1.5em; } }
.item-badges {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px; }

.quiz .answers a {
  display: block;
  padding: 20px 30px;
  border: solid 2px #fff;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 900;
  border-radius: 35px;
  transition: background 0.25s; }
  .quiz .answers a:hover {
    background: rgba(0, 0, 0, 0.3); }
  .quiz .answers a.correct {
    background: #0db224; }
  .quiz .answers a.incorrect {
    background: #de3c3c; }

.quiz.review {
  padding-bottom: 40px; }
  .quiz.review .answer {
    padding: 10px 20px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.1em;
    line-height: 1em;
    border-radius: 35px;
    opacity: 0.7;
    margin: 10px 20px; }
    .quiz.review .answer.correct {
      padding: 20px 30px;
      font-size: 1.5em;
      background: #50b842;
      font-weight: 900;
      border: solid 5px #fff;
      border-radius: 35px;
      opacity: 1;
      margin: 0; }

.quiz .underline {
  border-bottom: solid 1px #fff;
  width: 200px;
  display: inline-block; }

.disabled {
  opacity: 0.5;
  transition: opacity 0.25s; }
  .disabled:hover {
    opacity: 1; }

.not-available {
  opacity: 0.2; }

.feedback {
  padding: 20px;
  flex: 1 1 300px;
  border-radius: 5px;
  display: flex;
  gap: 20px; }
  @media (max-width: 800px) {
    .feedback {
      display: block; }
      .feedback i {
        padding-bottom: 10px; } }
.reading-assignment {
  width: 100px;
  height: 80px;
  background-image: url(/images/reading-assignment.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto; }
  @media (prefers-color-scheme: dark) {
    .reading-assignment {
      background-image: url(/images/reading-assignment-white.png); } }
.homepage-videos {
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: center; }
  @media (max-width: 1280px) {
    .homepage-videos {
      flex-wrap: wrap; } }
  .homepage-videos .homepage-video {
    max-width: 600px;
    flex: 1 1 300px; }
    @media (max-width: 1280px) {
      .homepage-videos .homepage-video {
        flex: 1 0 48%; } }
.homepage-features {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 40px 20px;
  justify-content: center;
  align-items: center; }
  .homepage-features .homepage-feature {
    flex: 1 1 30%; }
    @media (max-width: 980px) {
      .homepage-features .homepage-feature {
        flex: 1 0 98%;
        padding-bottom: 40px; } }
.current-goals {
  padding: 40px 60px;
  background: #6eca6e;
  color: #104810;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px; }
  @media (max-width: 980px) {
    .current-goals {
      padding: 40px 20px; } }
  .current-goals label {
    color: #104810;
    padding-bottom: 5px;
    display: inline-block; }
  @media (max-width: 980px) {
    .current-goals {
      flex-wrap: wrap;
      text-align: center; } }
  .current-goals h2 {
    padding: 0;
    margin: 0;
    font-family: 'D-DIN Condensed';
    text-transform: uppercase;
    color: #fff; }
  .current-goals .excerpt {
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 10px 0 20px 0;
    max-width: 400px; }
    @media (max-width: 980px) {
      .current-goals .excerpt {
        max-width: 100%; } }
  .current-goals .actions {
    display: flex;
    gap: 10px;
    align-items: center; }
    .current-goals .actions .button {
      background: #fff;
      color: #398739;
      padding: 10px 20px;
      border-radius: 25px;
      line-height: 1em; }
    @media (max-width: 980px) {
      .current-goals .actions {
        justify-content: center; } }
  .current-goals .study-side {
    order: 1; }
  .current-goals .goals {
    order: 2;
    text-align: center; }
    .current-goals .goals i {
      color: #fff;
      font-size: 40px; }
    .current-goals .goals .text {
      margin-top: -5px;
      margin-bottom: 30px;
      padding: 20px 30px;
      background: #fff;
      color: #6eca6e;
      font-weight: 900;
      font-size: 1.5em;
      line-height: 1em;
      text-transform: uppercase; }
    @media (max-width: 980px) {
      .current-goals .goals {
        order: -1;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px; } }
  .current-goals .subscribe-side {
    order: 3;
    text-align: right; }
    @media (max-width: 980px) {
      .current-goals .subscribe-side {
        text-align: center;
        padding-top: 20px; } }
    .current-goals .subscribe-side .actions {
      flex-direction: row-reverse; }
      @media (max-width: 980px) {
        .current-goals .subscribe-side .actions {
          flex-direction: row; } }
.graphic-block img {
  display: block; }

.graphic-block figcaption {
  font-size: 0.8em;
  font-style: italic; }

.elementToFadeInAndOut {
  -webkit-animation: fadeinout 2s linear infinite;
  animation: fadeinout 2s linear infinite; }

@-webkit-keyframes fadeinout {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes fadeinout {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.reader-view-details {
  padding-top: 40px; }
  @media (max-width: 980px) {
    .reader-view-details {
      padding-left: 20px;
      padding-right: 20px; } }
.chapter-scroller {
  padding: 10px;
  font-size: 1.4em;
  line-height: 1em; }
  .chapter-scroller a {
    display: inline-block;
    width: auto;
    margin-right: 1rem;
    border-radius: 5px;
    transition: background 0.25s; }
    .chapter-scroller a:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .chapter-scroller a.selected, .chapter-scroller a.selected:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.chapter-scroller::-webkit-scrollbar {
  height: 6px;
  /* Thin horizontal scrollbar */ }

.chapter-scroller::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px; }

.chapter-scroller::-webkit-scrollbar-track {
  background: transparent; }

.webp-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px; }
  @media (max-width: 980px) {
    .webp-item-list {
      padding: 40px 20px; } }
  .webp-item-list a {
    flex: 0 0 320px; }

/*# sourceMappingURL=style.css.map */</pre></body></html>