.account-accent-color {
  color: var(--style-guide-secondary-light) !important; }

.account-accent-color-bg {
  background-color: var(--style-guide-secondary-light) !important; }

.account-button-color {
  color: var(--style-guide-secondary-light) !important; }

.account-button-color-bg {
  background-color: var(--style-guide-secondary-light) !important; }

a, a:active, a:hover {
  text-decoration: underline; }

a .btn, a .btn:active, a .btn:hover {
  text-decoration: none; }

.btn-accent {
  color: #fff;
  background-color: #8c9e33;
  border-color: #7b8b2d; }
  .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.focus, .btn-accent.active {
    color: white !important;
    background-color: #6a7727;
    border-color: #525c1e; }
  .btn-accent .badge {
    color: #8c9e33;
    background-color: #fff; }

.btn-account {
  color: #fff;
  background-color: #d80a4e;
  border-color: #c00945; }
  .btn-account:hover, .btn-account:focus, .btn-account:active, .btn-account.focus, .btn-account.active {
    color: white !important;
    background-color: #a7083c;
    border-color: #850630; }
  .btn-account .badge {
    color: #d80a4e;
    background-color: #fff; }

p, pre, blockquote, td {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }

body.public, body.space {
  background: #f4f4f4 none;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }
  body.public .page-header h1, body.public .page-header h1 small, body.space .page-header h1, body.space .page-header h1 small {
    color: #5fd1b3;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
    font-weight: bold; }
  body.public footer, body.public footer a, body.space footer, body.space footer a {
    background-color: #1a1a1a !important;
    color: #aaaaaa !important; }
  body.public footer a:hover, body.space footer a:hover {
    color: #1a1a1a !important;
    background-color: #aaaaaa !important; }
  body.public .sidebar-container, body.space .sidebar-container {
    background-color: #ffffff; }

body.space #space_menu {
  background-color: #e7f8f3; }
  body.space #space_menu .nav > li > a {
    color: #5dccaf; }
    body.space #space_menu .nav > li > a i:before {
      color: #5dccaf; }
  body.space #space_menu .nav > li.open > a, body.space #space_menu .nav > li > a:hover {
    background-color: white;
    color: if false, #abe4d5, #3bbb9a; }

body.space #categories_sidebar ol li.active > div > .category_label, body.space #categories_sidebar ol li .category_label:hover {
  background-color: #8c9e33; }

/*
@font-face {
font-family: 'Pollen';
src: url('https://us.simplerousercontent.net/uploads/asset/file/11195206/Pollen-Regular.woff') format('woff');
src: url('https://us.simplerousercontent.net/uploads/asset/file/11195207/Pollen-Regular.woff2') format('woff2');
font-style: normal;
font-weight: normal;
font-display: swap;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
font-synthesis: none;
text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'Pollen-Italic';
src: url('https://us.simplerousercontent.net/uploads/asset/file/11195209/Pollen-Italic.woff') format('woff');
src: url('https://us.simplerousercontent.net/uploads/asset/file/11195210/Pollen-Italic.woff2') format('woff2');
font-style: normal;
font-weight: normal;
font-display: swap;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
font-synthesis: none;
text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'Pollen-Bold';
src: url('https://us.simplerousercontent.net/uploads/asset/file/10810097/Pollen-Bold.woff2') format('woff2');
font-style: normal;
font-weight: normal;
font-display: swap;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
font-synthesis: none;
text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'Pollen-BoldItalic';
src: url('https://us.simplerousercontent.net/uploads/asset/file/10810095/Pollen-BoldItalic.woff2') format('woff2');
font-style: normal;
font-weight: normal;
font-display: swap;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
font-synthesis: none;
text-rendering: optimizeLegibility;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



 #d80a4e red pink - buttons and features
#363636 dark grey - headlines, body font
#ffffff white - main page background
#f4f4f4 light grey - alternate page background
#181818 dark grey - footer
#8c9e33 green
#01a2e8 light blue (course?)

 

body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}

.t-btn-primary {background: #d80a4e !important; --tw-ring-color: #d80a4e; font-family:'Nunito'; --tw-ring-offset-shadow: #fff;}
.tw .t-btn {--tw-ring-offset-shadow: #fff; font-family:'Nunito';}
.btn-success, a.btn-success {    color: #fff;    background-color: #d80a4e;    border-color: #d80a4e;}

h1, .wysiwyg-content h1, .tw.wysiwyg-content h1, html body .tw .wysiwyg-content h1 {font-family:'Pollen-Bold' !important; letter-spacing:0px !important; font-weight:400; font-size: 2rem !important; }
h2, .wysiwyg-content h2, .tw.wysiwyg-content h2, html body .tw .wysiwyg-content h2 {font-family:'Pollen' !important; letter-spacing:0px!important; font-weight:700; font-size: 1.7rem !important; }
h3, .wysiwyg-content h3, .tw.wysiwyg-content h3, html body .tw .wysiwyg-content h3 {font-family:'Pollen' !important; letter-spacing:0px !important; font-weight:600;  }
h4, .wysiwyg-content h4, .tw.wysiwyg-content h4, html body .tw .wysiwyg-content h4 {font-family:"Pollen" !important; letter-spacing:0px !important; font-weight:500; font-size: 1.1rem !important; }
h5, .wysiwyg-content h5, .tw.wysiwyg-content h5, html body .tw .wysiwyg-content h5 {font-family:"Nunito" !important; font-weight:500;}
h6, .wysiwyg-content h6, .tw.wysiwyg-content h6, html body .tw .wysiwyg-content h6 {font-family:"Nunito" !important; font-weight:500;}

html body .tw :is(.text-2xl) { font-family: 'Pollen'; font-size: 2.2rem;}

body, p, li, .wysiwyg-content p {font-family: 'Nunito' !important; font-size:17px !important;}
html body .tw .wysiwyg-content p {font-family: 'Nunito' !important; font-size:17px !important; }

html body :is(.tw, .tw *):not(:where(.no-tw *)) > :is(.text-sm) {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Nunito' !important;}
  
#cart-order-summary p, #cart-order-summary li {font-size:14px !important; margin-bottom: 3px !important; line-height:1.2rem !important;}


html body .tw :is(.text-gray-700)  li {font-size:14px !important; margin-bottom: 3px !important; line-height:1.2rem !important;}

blockquote, blockquote p {font-style:italic; }

html body .tw :is(.lg\:inline) {font-family: 'Nunito';}
html body .tw :is(.text-fg-base) {font-family: 'Nunito';}
html body .tw :is(.items-baseline) {font-family: 'Nunito';}
html body .tw :is(.text-gray-600)  {font-family: 'Nunito';}
html body .tw :is(.text-gray-700)  {font-family: 'Nunito'; }
html body .tw :is(.text-gray-700) p {font-size:14px !important;}

h4.text-sm.text-gray-900 {font-weight:bold;}

.font-semibold {font-family:'Pollen-Bold'; font-weight:400 !important;}

html body :is(.tw, .tw *):not(:where(.no-tw *)) > :is(.font-semibold) { font-family:'Pollen-Bold'; font-weight:400 !important;}
h3.community-layout-right-sidebar {font-size: 1.3rem;}

.fa, .far {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
    font-weight: var(--fa-style, 900); }

a:hover {color: #d80a4e;}

.clp_theme_config.clp_theme p {
        font-size: 18px;
        font-family: 'Nunito' !important;    }
    
.wysiwyg-content li, html body .tw .wysiwyg-content li {font-family: 'Nunito' !important; font-size:17px;}
.wysiwyg-content p, html body .tw .wysiwyg-content p {font-family: 'Nunito' !important;  font-size:17px;}

h1.text-2xl.font-semibold {font-family:'Pollen-Bold' !important; font-weight:400;}

blockquote, blockquote p {font-style:italic; font-weight: 500 !important;}

.site-header__nav__item__label:hover {color:#8c9e33 ;}
.site-header .site-header__nav>li.site-header__nav__item--active>a, .sidebar-search .site-header__nav>li.site-header__nav__item--active>a 
{border-bottom:0px; color:#8c9e33 ;}

.btn--md  { padding: .5rem 1.2rem; border-radius:5px;}
.btn--rounded-lg { border-radius:5px;}
.btn--rounded {border-radius:5px;}
.btn--compact {    padding: .3rem 1rem; height: 48px;}

.s-truncate {    font-family: 'Nunito Sans';}

.course-card__name {font-size:1.1rem; text-align:center; font-family:'Pollen-Bold';}
.course-card__name a:hover {text-decoration:none;}
.course-card>.wysiwyg-content {text-align:center;}

.product-card--modern .product-card__name {text-align:center; font-size:20px;}
.product-card--modern .product-card__name:hover {color: #d80a4e; }

.product-card .product-card__subtitle, .product-card .course-card__subtitle, 
.course-card .product-card__subtitle, .course-card .course-card__subtitle 
{text-transform:uppercase; text-align:center; font-family: 'Nunito'; color: #999999; background: #f4f4f4;}

.product-card--modern .product-card__description .wysiwyg-content p, 
.product-card__description {text-align:center; font-size: 14px !important; }

.currency-tax {font-size:0.8rem; color:#ccc;font-weight:300; font-style:italic;}
.product-card--modern .product-card__price {text-align:center;}


.blog-modern__category-pill.blog-modern__category-pill--style-primary a:not(.following__option) {color:#fff;}
.blog-modern__category-pill.blog-modern__category-pill a:not(.following__option) {border-radius:2px;}

.category-list__item {width:100%; font-size:13px; }
.category-list.category-list--vertical .category-list__item a {
    padding: .25rem .5rem;
    background: #f9f9f9;
    border-bottom: 2px #fff solid;}
    
.simplero-signup-collapsed {    padding: 0.5em 1.5em !important;     border-radius: 5px 5px 0px 0px;}

.simplero-close-modal a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #8c9e33;
    text-decoration: none;
}

.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;}

/** checkout **/
/**

html body *:is(.tw,.tw *):not(:where(.no-tw *))>:is(.w-1\/3) {
    width: 20% !important;} 
p.mt-1.font-semibold.leading-tight.text-gray-900 .currency-tax {font-size:12px !important; font-style:italic;}

h4.font-semibold.mb-1 {font-size: 1.1rem;     line-height: 1.4rem; color: #d80a4e;}
.text-xs {font-size:14px !important; font-family:'Nunito';}
.text-xs li {font-size:14px !important; font-family:'Nunito'; margin-bottom:10px !important;}

/******/
.offer.upsell {
  text-align: center; }

html body *:is(.tw,.tw *):not(:where(.no-tw *)) > .lg\:text-2xl {
  font-size: calc(var(--tw-base-font-size, 16px) * 1.5);
  line-height: calc(var(--tw-base-font-size, 16px) * 2);
  font-family: 'Pollen'; }

html body *:is(.tw,.tw *):not(:where(.no-tw *)) > .text-2xl {
  font-size: calc(var(--tw-base-font-size, 16px) * 1.5);
  line-height: calc(var(--tw-base-font-size, 16px) * 2);
  font-family: 'Pollen'; }
@charset "UTF-8";
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6, .wysiwyg-content p, .wysiwyg-content td, .wysiwyg-content th, html body .tw .wysiwyg-content h1, html body .tw .wysiwyg-content h2, html body .tw .wysiwyg-content h3, html body .tw .wysiwyg-content h4, html body .tw .wysiwyg-content h5, html body .tw .wysiwyg-content h6, html body .tw .wysiwyg-content p, html body .tw .wysiwyg-content td, html body .tw .wysiwyg-content th {
  font-size: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  line-height: 1.4;
  vertical-align: baseline; }

.wysiwyg-content p, html body .tw .wysiwyg-content p {
  margin: 0 0 1em; }

.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6, html body .tw .wysiwyg-content h1, html body .tw .wysiwyg-content h2, html body .tw .wysiwyg-content h3, html body .tw .wysiwyg-content h4, html body .tw .wysiwyg-content h5, html body .tw .wysiwyg-content h6 {
  margin: 1em 0 1em;
  font-size: 18px;
  font-weight: bold; }

.wysiwyg-content h1, html body .tw .wysiwyg-content h1 {
  font-size: 26px; }

.wysiwyg-content h2, html body .tw .wysiwyg-content h2 {
  font-size: 22px; }

.wysiwyg-content h3, html body .tw .wysiwyg-content h3 {
  font-size: 18px; }

.wysiwyg-content h4, html body .tw .wysiwyg-content h4 {
  font-size: 16px; }

.wysiwyg-content h5, html body .tw .wysiwyg-content h5 {
  font-size: 14px; }

.wysiwyg-content h6, html body .tw .wysiwyg-content h6 {
  font-size: 12px; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h1, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h1 {
  font-size: 1.625rem; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h2, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h2 {
  font-size: 1.375rem; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h3, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h3 {
  font-size: 1.125rem; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h4, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h4 {
  font-size: 1rem; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h5, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h5 {
  font-size: 0.875rem; }

.wysiwyg-content:is(html.supports-responsive-font-size *) h6, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) h6 {
  font-size: 0.75rem; }

.wysiwyg-content blockquote, html body .tw .wysiwyg-content blockquote {
  margin: 0 0 1em 5px;
  padding: 0 0 0 10px;
  border-left: 5px solid #ccc; }

.wysiwyg-content pre, html body .tw .wysiwyg-content pre {
  font-family: monospace;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  white-space: pre-wrap;
  background-color: #eee; }

.wysiwyg-content:is(html.supports-responsive-font-size *) pre, html body .tw .wysiwyg-content:is(html.supports-responsive-font-size *) pre {
  font-size: 0.875rem; }

.wysiwyg-content ul, .wysiwyg-content ol, html body .tw .wysiwyg-content ul, html body .tw .wysiwyg-content ol {
  margin: 0 0 1em;
  padding: 0; }
  .wysiwyg-content ul:last-child, .wysiwyg-content ol:last-child, html body .tw .wysiwyg-content ul:last-child, html body .tw .wysiwyg-content ol:last-child {
    margin-bottom: 0; }

.wysiwyg-content li, html body .tw .wysiwyg-content li {
  margin: 0 0 0 30px;
  padding: 0; }

.wysiwyg-content img, html body .tw .wysiwyg-content img {
  max-width: 100%;
  height: auto; }

.wysiwyg-content ul.prosemirror-list li > p, .wysiwyg-content ol.prosemirror-list li > p, html body .tw .wysiwyg-content ul.prosemirror-list li > p, html body .tw .wysiwyg-content ol.prosemirror-list li > p {
  margin: 0; }

.wysiwyg-content ul.prosemirror-ul-bullet-hollow-square, .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square ul, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square ul {
  padding-left: -7px; }

.wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li {
  list-style-type: "●";
  padding-left: 7px; }
  .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li {
    list-style-type: "○";
    padding-left: 7px; }
    .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li > ul > li {
      list-style-type: "■";
      padding-left: 7px; }
      .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li > ul > li li, html body .tw .wysiwyg-content ul.prosemirror-ul-bullet-hollow-square > li > ul > li > ul > li li {
        list-style-type: "■";
        padding-left: 7px; }

.wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square, .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square ul, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square ul {
  padding-left: -7px; }

.wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li {
  list-style-type: "❖";
  padding-left: 7px; }
  .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li {
    list-style-type: "➢";
    padding-left: 7px; }
    .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li > ul > li {
      list-style-type: "■";
      padding-left: 7px; }
      .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li > ul > li li, html body .tw .wysiwyg-content ul.prosemirror-ul-crossed-diamond-threed-arrow-square > li > ul > li > ul > li li {
        list-style-type: "■";
        padding-left: 7px; }

.wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet, .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet ul, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet ul {
  padding-left: -7px; }

.wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li {
  list-style-type: "→";
  padding-left: 7px; }
  .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li {
    list-style-type: "◆";
    padding-left: 7px; }
    .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li > ul > li {
      list-style-type: "●";
      padding-left: 7px; }
      .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li > ul > li li, html body .tw .wysiwyg-content ul.prosemirror-ul-arrow-diamond-bullet > li > ul > li > ul > li li {
        list-style-type: "●";
        padding-left: 7px; }

.wysiwyg-content ul.prosemirror-ul-star-hollow-square, .wysiwyg-content ul.prosemirror-ul-star-hollow-square ul, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square ul {
  padding-left: -7px; }

.wysiwyg-content ul.prosemirror-ul-star-hollow-square > li, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li {
  list-style-type: "★";
  padding-left: 7px; }
  .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li {
    list-style-type: "○";
    padding-left: 7px; }
    .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li > ul > li {
      list-style-type: "■";
      padding-left: 7px; }
      .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li > ul > li li, html body .tw .wysiwyg-content ul.prosemirror-ul-star-hollow-square > li > ul > li > ul > li li {
        list-style-type: "■";
        padding-left: 7px; }

.wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square, .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square ul, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square ul {
  padding-left: -7px; }

.wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li {
  list-style-type: "➢";
  padding-left: 7px; }
  .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li {
    list-style-type: "○";
    padding-left: 7px; }
    .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li > ul > li, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li > ul > li {
      list-style-type: "■";
      padding-left: 7px; }
      .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li > ul > li li, html body .tw .wysiwyg-content ul.prosemirror-ul-threed-arrow-hollow-square > li > ul > li > ul > li li {
        list-style-type: "■";
        padding-left: 7px; }

.wysiwyg-content ul.prosemirror-ul-tick-box li, html body .tw .wysiwyg-content ul.prosemirror-ul-tick-box li {
  list-style-type: '\274f';
  padding-left: 5px; }

.wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman, .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman ol, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman ol {
  padding-left: -7px; }

.wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li {
  list-style-type: decimal;
  padding-left: 7px; }
  .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li {
    list-style-type: lower-alpha;
    padding-left: 7px; }
    .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li > ol > li {
      list-style-type: lower-roman;
      padding-left: 7px; }
      .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li > ol > li li, html body .tw .wysiwyg-content ol.prosemirror-ol-number-lower-alpha-lower-roman > li > ol > li > ol > li li {
        list-style-type: lower-roman;
        padding-left: 7px; }

.wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman, .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman ol, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman ol {
  padding-left: -7px; }

.wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li {
  list-style-type: upper-alpha;
  padding-left: 7px; }
  .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li {
    list-style-type: lower-alpha;
    padding-left: 7px; }
    .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li > ol > li {
      list-style-type: lower-roman;
      padding-left: 7px; }
      .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li > ol > li li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-alpha-lower-alpha-lower-roman > li > ol > li > ol > li li {
        list-style-type: lower-roman;
        padding-left: 7px; }

.wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number, .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number ol, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number ol {
  padding-left: -7px; }

.wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li {
  list-style-type: upper-roman;
  padding-left: 7px; }
  .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li {
    list-style-type: upper-alpha;
    padding-left: 7px; }
    .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li > ol > li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li > ol > li {
      list-style-type: decimal;
      padding-left: 7px; }
      .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li > ol > li li, html body .tw .wysiwyg-content ol.prosemirror-ol-upper-roman-upper-alpha-number > li > ol > li > ol > li li {
        list-style-type: decimal;
        padding-left: 7px; }

.wysiwyg-content .notice-box, html body .tw .wysiwyg-content .notice-box {
  border: 1px solid #6a7727;
  background-color: #8c9e33;
  padding: 15px 25px;
  margin: 0 20px 1em; }
  .wysiwyg-content .notice-box, .wysiwyg-content .notice-box div, .wysiwyg-content .notice-box p, html body .tw .wysiwyg-content .notice-box, html body .tw .wysiwyg-content .notice-box div, html body .tw .wysiwyg-content .notice-box p {
    color: #fff;
    font-size: 18px; }
  .wysiwyg-content .notice-box :last-child, html body .tw .wysiwyg-content .notice-box :last-child {
    margin-bottom: 0; }
  .wysiwyg-content .notice-box :first-child, html body .tw .wysiwyg-content .notice-box :first-child {
    margin-top: 0; }

.wysiwyg-content .btn, html body .tw .wysiwyg-content .btn {
  color: #fff;
  background-color: #d80a4e;
  display: inline-block;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid #a7083c; }
  .wysiwyg-content .btn:hover, .wysiwyg-content .btn:active, .wysiwyg-content .btn:focus, html body .tw .wysiwyg-content .btn:hover, html body .tw .wysiwyg-content .btn:active, html body .tw .wysiwyg-content .btn:focus {
    color: white;
    background-color: #a7083c; }

.wysiwyg-content .simplero--action-click, html body .tw .wysiwyg-content .simplero--action-click {
  border: 1px solid #C8D2D5;
  border-radius: 2px;
  padding: 0 2px; }

.wysiwyg-content .simplero--warning-box, html body .tw .wysiwyg-content .simplero--warning-box {
  background-color: #F9F9F2;
  border-radius: 2px;
  padding: 8px 15px 10px 34px;
  position: relative; }
  .wysiwyg-content .simplero--warning-box:before, html body .tw .wysiwyg-content .simplero--warning-box:before {
    position: absolute;
    top: 8px;
    left: 12px;
    color: #F0D24B;
    content: '⚠️';
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.wysiwyg-content .wysiwyg-font-size-smaller, html body .tw .wysiwyg-content .wysiwyg-font-size-smaller {
  font-size: smaller; }

.wysiwyg-content .wysiwyg-font-size-larger, html body .tw .wysiwyg-content .wysiwyg-font-size-larger {
  font-size: larger; }

.wysiwyg-content .wysiwyg-font-size-xx-large, html body .tw .wysiwyg-content .wysiwyg-font-size-xx-large {
  font-size: xx-large; }

.wysiwyg-content .wysiwyg-font-size-x-large, html body .tw .wysiwyg-content .wysiwyg-font-size-x-large {
  font-size: x-large; }

.wysiwyg-content .wysiwyg-font-size-large, html body .tw .wysiwyg-content .wysiwyg-font-size-large {
  font-size: large; }

.wysiwyg-content .wysiwyg-font-size-medium, html body .tw .wysiwyg-content .wysiwyg-font-size-medium {
  font-size: medium; }

.wysiwyg-content .wysiwyg-font-size-small, html body .tw .wysiwyg-content .wysiwyg-font-size-small {
  font-size: small; }

.wysiwyg-content .wysiwyg-font-size-x-small, html body .tw .wysiwyg-content .wysiwyg-font-size-x-small {
  font-size: x-small; }

.wysiwyg-content .wysiwyg-font-size-xx-small, html body .tw .wysiwyg-content .wysiwyg-font-size-xx-small {
  font-size: xx-small; }

.wysiwyg-content .wysiwyg-color-black, html body .tw .wysiwyg-content .wysiwyg-color-black {
  color: #000000; }

.wysiwyg-content .wysiwyg-color-silver, html body .tw .wysiwyg-content .wysiwyg-color-silver {
  color: #c0c0c0; }

.wysiwyg-content .wysiwyg-color-gray, html body .tw .wysiwyg-content .wysiwyg-color-gray {
  color: #808080; }

.wysiwyg-content .wysiwyg-color-white, html body .tw .wysiwyg-content .wysiwyg-color-white {
  color: #ffffff; }

.wysiwyg-content .wysiwyg-color-maroon, html body .tw .wysiwyg-content .wysiwyg-color-maroon {
  color: #800000; }

.wysiwyg-content .wysiwyg-color-red, html body .tw .wysiwyg-content .wysiwyg-color-red {
  color: #ff0000; }

.wysiwyg-content .wysiwyg-color-purple, html body .tw .wysiwyg-content .wysiwyg-color-purple {
  color: #800080; }

.wysiwyg-content .wysiwyg-color-fuchsia, html body .tw .wysiwyg-content .wysiwyg-color-fuchsia {
  color: #ff00ff; }

.wysiwyg-content .wysiwyg-color-green, html body .tw .wysiwyg-content .wysiwyg-color-green {
  color: #008000; }

.wysiwyg-content .wysiwyg-color-lime, html body .tw .wysiwyg-content .wysiwyg-color-lime {
  color: #00ff00; }

.wysiwyg-content .wysiwyg-color-olive, html body .tw .wysiwyg-content .wysiwyg-color-olive {
  color: #808000; }

.wysiwyg-content .wysiwyg-color-orange, html body .tw .wysiwyg-content .wysiwyg-color-orange {
  color: #ffa500; }

.wysiwyg-content .wysiwyg-color-yellow, html body .tw .wysiwyg-content .wysiwyg-color-yellow {
  color: #ffff00; }

.wysiwyg-content .wysiwyg-color-navy, html body .tw .wysiwyg-content .wysiwyg-color-navy {
  color: #000080; }

.wysiwyg-content .wysiwyg-color-blue, html body .tw .wysiwyg-content .wysiwyg-color-blue {
  color: #0000ff; }

.wysiwyg-content .wysiwyg-color-teal, html body .tw .wysiwyg-content .wysiwyg-color-teal {
  color: #008080; }

.wysiwyg-content .wysiwyg-color-aqua, html body .tw .wysiwyg-content .wysiwyg-color-aqua {
  color: #00ffff; }

.wysiwyg-content .wysiwyg-text-align-right, html body .tw .wysiwyg-content .wysiwyg-text-align-right {
  text-align: right; }

.wysiwyg-content .wysiwyg-text-align-center, html body .tw .wysiwyg-content .wysiwyg-text-align-center {
  text-align: center; }

.wysiwyg-content .wysiwyg-text-align-left, html body .tw .wysiwyg-content .wysiwyg-text-align-left {
  text-align: left; }

.wysiwyg-content .wysiwyg-float-left, html body .tw .wysiwyg-content .wysiwyg-float-left {
  float: left;
  margin: 0 8px 8px 0; }

.wysiwyg-content .wysiwyg-float-right, html body .tw .wysiwyg-content .wysiwyg-float-right {
  float: right;
  margin: 0 0 8px 8px; }

.wysiwyg-content .wysiwyg-clear-right, html body .tw .wysiwyg-content .wysiwyg-clear-right {
  clear: right; }

.wysiwyg-content .wysiwyg-clear-left, html body .tw .wysiwyg-content .wysiwyg-clear-left {
  clear: left; }
