:root {
    --brown-dark: rgb(173 126 97);
    --brown-dark-70: rgb(173 126 97 / 0.7);
    --brown-dark-40: rgb(173 126 97 / 0.4);
    --brown-medium: rgb(204 148 114);
    --brown-medium-70: rgb(204 148 114 / 0.7);
    --brown-medium-40: rgb(204 148 114 / 0.4);
    --brown-light: rgb(226 189 128);
    --brown-light-70: rgb(226 189 128 / 0.7);
    --brown-light-40: rgb(226 189 128 / 0.4);
    --blue: rgb(145 202 228);
    --blue-70: rgb(145 202 228 / 0.7);
    --blue-50: rgb(145 202 228 / 0.5);
    --blue-dark: rgb(36 86 127);
    --blue-dark-70: rgb(36 86 127 / 0.7);
    --blue-dark-50: rgb(36 86 127 / 0.5);
    --white: rgb(255 255 255 / 1);
    --white-70: rgb(255 255 255 / 0.7);
    --white-50: rgb(255 255 255 / 0.5);
    --black: rgb(0 0 0 / 1);
    --black-70: rgb(0 0 0 / 0.7);
    --black-50: rgb(0 0 0 / 0.5);
    --black-30: rgb(0 0 0 / 0.3);
    --black-15: rgb(0 0 0 / 0.15);
    --black-10: rgb(0 0 0 / 0.1);
    --text: rgb(55, 55, 55);
}


/* ====================================== */
/* BODY                                   */
/* ====================================== */

body {
    
}




/* ====================================== */
/* HEADER                                 */

.astroid-content {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0.5), rgb(255 255 255 / 0));
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 240px;
}

.astroid-layout.astroid-layout-boxed .astroid-wrapper {
    background-color: transparent;
    box-shadow: none;
}

.header-right-section {
    flex-flow: column wrap !important;
}

.header-right-section > nav {
    order: 2;
}

.header-right-section > nav.align-self-center {
    align-self: flex-end !important;
}

.header-right-section > nav > .nav {

}

.header-right-section > nav > .nav li {
    
}

.header-right-section > nav > .nav li a {
    padding: 28px 18px 10px 18px;
}

.header-right-section > nav > .nav li a:hover {
    
}

.header-right-section > nav > .nav li a > span {
    margin-left: 0 !important;
}

.header-right-section > nav > .nav li a > span span {
    filter: drop-shadow(0 0 0 var(--blue-dark-70)) 
            drop-shadow(0.5px 0 var(--blue-dark-70)) 
            drop-shadow(-0.5px 0 var(--blue-dark-70));
    margin: 0;
    transition: all 0.250s ease-in-out;
}

.header-right-section > nav > .nav li a:hover > span span,
.header-right-section > nav > .nav li a.active > span span {
    filter: drop-shadow(0 0 0 var(--blue-dark)) 
            drop-shadow(0.5px 0 var(--blue-dark)) 
            drop-shadow(-0.5px 0 var(--blue-dark));
}






.header-right-section > div {
    order: 1;
}

.header-right-section > div.align-self-center {
    align-self: flex-end !important;
}

.header-right-section > div .mod-menu {
    flex-flow: row nowrap !important;
}

.header-right-section > div .mod-menu li {
    margin: 0 15px !important;
}

.header-right-section > div .mod-menu li a {
    color: var(--blue-dark-70);
    font-size: 14px;
    display: flex;
    height: 40px;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.header-right-section > div .mod-menu li:hover a {
    color: var(--blue-dark);
}

.header-right-section > div .mod-menu li a.menu-support-us {
    background: var(--blue-dark-70);
    padding: 0 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.250s ease-in-out;
}

.header-right-section > div .mod-menu li:hover a.menu-support-us {
    background: var(--blue-dark);
}



.astroid-horizontal-header .nav .nav-item.nav-item-id-184,
.astroid-horizontal-header .nav .nav-item.nav-item-id-185,
.astroid-horizontal-header .nav .nav-item.nav-item-id-186 {
    display: none;
}








/* ====================================== */
/* STICKY                                 */

/* normal (non-sticky) state can stay as-is */

/* sticky state */
.header-right-block.is-sticky {
  position: fixed;
  top: 0;
  left: 0;         /* full width */
  right: 0;        /* full width */
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08); /* faint lift */
  z-index: 1000;   /* sit above content */
  margin-left: 0;
}

/* optional: center the contents within the full-width bar */
.header-right-block.is-sticky .inner,
.header-right-block.is-sticky > *:first-child {
  max-width: 1200px;     /* adjust to your site container width */
  margin: 0 auto;        /* centers */
  padding: 10px 16px;    /* breathing room */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* center items; switch to space-between if needed */
}

/* (optional) tiny polish */
@media (prefers-reduced-motion: no-preference) {
  .header-right-block { transition: box-shadow .15s ease; }
}

.ampz_hide_sidebar {
    display: none !important;
}





/* ====================================== */
/* BODY                                   */







/* ====================================== */
/* FOOTER                                 */

.above-footer-bar {
    text-align: center;
}

.above-footer-bar img {
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.player {
    height: 42px;
    margin: -1px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px var(--black-10);
}

.player .justacustom {
    height: 42px;
}

.player iframe {

}

.astroid-module-position.social {
    height: 40px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--black-15);
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-evenly;
}

.social .col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.social a,
.social a i,
.social a i::before {
    color: var(--blue-dark-70);
}

.social a:hover i::before {
    color: var(--blue-dark);
}









/* ====================================== */
/* CONTENT                                */
/* ====================================== */

/* ====================================== */
/* HOME                                   */

.com-blank .astroid-section.astroid-component-section,
.home-alias .astroid-section.astroid-component-section {
    display: none;
}

.com-content.view-article .astroid-section.astroid-component-section {
    display: block;
}





/* ====================================== */
/* PAGES                                  */

.astroid-article-title,
.content-category h1,
.page-header h1 {
    text-align: center;
}

.astroid-article-title h1 {
    margin: 0 0 20px 0;
}

.astroid-article-text {

}

.com-content-article__body p,
.astroid-article-text p {
    margin: 0;
}

.com-content-article__body p:not(.image),
.astroid-article-text p:not(.image) {
    padding: 0 30px 15px 30px;
    background: var(--white-50);
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}

.com-content-article__body p:not(.image):has(+ .image),
.astroid-article-text p:not(.image):has(+ .image) {
    padding-bottom: 35px;
}

.com-content-article__body p.image + p:not(.image),
.astroid-article-text p.image + p:not(.image) {
    padding-top: 30px;
}

.com-content-article__body p.image,
.astroid-article-text p.image {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 15px var(--black-30);
}

.site:not(.news-page) .com-content-article__body p:first-child,
.site:not(.news-page) .astroid-article-text p:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 30px;
}

.site:not(.news-page) .com-content-article__body p:last-child,
.site:not(.news-page) .astroid-article-text p:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 30px;
}

.com-content-article__body > h3:first-child {
    padding: 25px 30px 20px 30px;
    background: var(--white-50);
    max-width: 720px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Merriweather';
    text-align: center;
    color: var(--text);
}

.left.item-image {
    margin: 0;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px var(--black-15);
}

.left.item-image img {
    width: 100%;
    display: block;
    margin: 0;
}

.members-links-wrap {
    max-width: 720px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.article-default .members-links-wrap h3 {
    font-size: 32px;
    line-height: 36px;
}

.members-links-wrap .menu.list-inline {
    background: var(--white-50);
    overflow: hidden;
    border-radius: 15px;
    padding: 30px;
}

.members-links-wrap .menu li {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    margin: 0;
}

.members-links-wrap .menu li a {
    color: var(--blue-dark);
}






/* ====================================== */
/* OUR MUSIC                              */

.our-music .home-supporting p {
    text-align: center;
}

.listen-new {
    display: inline-block;
    width: 33%;
    margin: 0 auto 40px auto;
    padding: 0 2%;
}

.listen-new .aa-tinyaplayer-wrapper {
    margin: 0;
}

.listen-new .aa-tinyaplayer-container {
    box-shadow: 0 0 10px var(--black-15);
    background: var(--blue-50);
    border-radius: 15px;
    overflow: hidden;
}

.moduletable.listen-new .aa-tinyaplayer-container .aa-tinyaplayer-info {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    flex-flow: column nowrap !important;
    justify-content: flex-start;
}

.listen-new .aa-tinyaplayer-info img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: unset !important;
}

.listen-new .aa-tinyaplayer-info span {
    padding: 15px 10px;
    text-align: center;
    line-height: 1.2em;
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.listen-new .mejs__offscreen {
    display: none;
}

.listen-new .aa-tinyaplayer-single {
    min-width: 200px !important;
}

.listen-new .aa-tinyaplayer-single .mejs__inner {

}

.listen-new .mejs__time-rail {
    border: none !important;
    margin: 0 5px 0 5px;
}

.listen-new .mejs__time.mejs__duration-container {
    display: none !important;
}

.mejs__button.mejs__playpause-button.mejs__play {
    border: none !important;
    margin: 0 !important;
    width: 30px !important;
}

.mejs__volume-button {
    position: relative;
    border-left: 1px solid #b5b5b5;
    padding-left: 5px;
}

.listen.second {
    margin-top: 30px;
}

.justacustom .listen h2 {
    font-size: 54px;
    text-align: center;
    margin: 20px 0 20px 0;
}

.listen-wrap {
    display: flex;
    padding: 0;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.listen-track {
    flex: 0 0 auto;
    width: 190px;
    margin: 0 15px 30px 15px;
    align-items: stretch;
    justify-items: stretch;
}

.listen-track a {
    height: 100%;
    display: block;
    background-color: var(--blue-50) !important;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px var(--black-10);
}

.listen-track a img {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.listen-track a span {
    font-size: 14px;
    display: flex;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 10px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    text-align: center;
}





/* ====================================== */
/* LISTEN TRACKS HOME                     */

/* --- knobs --- */
.carousel { --gap: 24px; --slide-width: 260px; }  /* change width here or inline */

/* scroll container becomes a horizontal flex scroller */
.carousel-wrap.listen-new.listen-home {
  display: flex !important;     /* override old .listen-new inline-block */
  width: auto !important;       /* override old .listen-new 33% width */
  margin: 0 !important;         /* override old margins */
  padding: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: var(--gap);
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* old Edge/IE */
}
.carousel-wrap.listen-new.listen-home::-webkit-scrollbar { display: none; }

/* each player wrapper is now a slide */
.carousel-wrap.listen-new.listen-home > .aa-tinyaplayer-wrapper {
  flex: 0 0 var(--slide-width);
  max-width: var(--slide-width);
  width: var(--slide-width);
}

/* ensure player fills slide nicely */
.carousel-wrap.listen-new.listen-home .aa-tinyaplayer-container { width: 100%; }

/* OPTIONAL: percentage mode (N per view). Add class .carousel--perview to .carousel */
.carousel.carousel--perview .carousel-wrap.listen-new.listen-home > .aa-tinyaplayer-wrapper {
  flex: 0 0 calc((100% - ((var(--slides-per-view) - 1) * var(--gap))) / var(--slides-per-view));
  max-width: calc((100% - ((var(--slides-per-view) - 1) * var(--gap))) / var(--slides-per-view));
  width: calc((100% - ((var(--slides-per-view) - 1) * var(--gap))) / var(--slides-per-view));
}










/* ====================================== */
/* MEMBERS                                */

.featured-default .page-header h1 {
    font-size: 52px;
    line-height: 52px;
    margin: 0 0 40px 0;
}

.blog-items.lead-members {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.blog-item .featured-default-item.item-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 70px 0;
    max-width: 740px;
}

.blog-items .blog-item:nth-child(even) .featured-default-item figure {
    order: 2;
}

.blog-items .blog-item:nth-child(even) .featured-default-item .item-text {
    order: 1;
    text-align: right !important;
}

.members-alias .featured-default-item figure {
    margin: 0;
    flex-basis: 300px;
    overflow: hidden;
    border-radius: 200px;
}

.featured-default-item figure a {
    display: block;
    height: 100%;
    width: 100%;
}

.featured-default-item figure img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-default-item .item-text {
    flex-basis: calc(100% - 340px);
}

.featured-default-item .item-text h2 {
    margin: 0 0 2px 0;
    font-size: 32px;
    line-height: 32px;
}

.featured-default-item .item-text h2 a {
    font-family: 'Merriweather';
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    color: var(--text);
}

.featured-default-item .item-text h3 {
    margin: 0 0 15px 0;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text);
}

.featured-default-item p:not(.readmore) {
    font-size: 16px;
    line-height: 1.6em;
    color: var(--text);
}

.featured-default-item .readmore,
.other-members .mod-articles-item-content .readmore {
    margin: 0;
}

.featured-default-item .readmore a,
.other-members .mod-articles-item-content .readmore a {
    background: var(--brown-dark);
    border: none;
    border-radius: 30px;
    padding: 11px 20px;
    box-shadow: 0 0 10px var(--black-15);
    font-size: 15px;
    line-height: 15px;
}

.featured-default-item .readmore a span,
.other-members .mod-articles-item-content .readmore a span {
    display: none;
}

.other-members > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    --grid-layout-gap: unset;
    --grid-item--min-width: unset;
    --gap-count: unset;
    --total-gap-width: unset;
    --grid-item--max-width: unset;
    grid-gap: unset;
    --grid-column-count: unset;
    padding-inline-start: unset;
    grid-template-columns: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    --bs-gutter-x: unset;
    --bs-gutter-y: unset;
}

.other-members .mod-articles-item {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.other-members > ul li {
    width: 200px;
    margin: 0 0 40px 0;
}

.other-members .mod-articles-item-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.other-members .mod-articles-item-content .mod-articles-title {
    order: 2;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Merriweather';
}

.other-members .mod-articles-item-content .mod-articles-title a {
    color: var(--text);
    font-weight: 500;
}

.other-members .mod-articles-item-content figure {
    flex-basis: 200px;
    overflow: hidden;
    border-radius: 100px;
    order: 1;
    margin: 0 0 15px 0;
}

.other-members .mod-articles-item-content figure a {
    display: block;
    height: 100%;
    width: 100%;
}

.other-members .mod-articles-item-content figure img {
    width: 100%;
    height: auto;
    display: block;
}

.other-members .mod-articles-item-content h3:not(.mod-articles-title) {
    order: 3;
    font-size: 17px;
    line-height: 18px;
    font-family: 'Merriweather';
    margin: 0 0 10px 0;
    color: var(--text);
}

.other-members .mod-articles-item-content .readmore {
    order: 4;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Merriweather';
}

.other-members .mod-articles-item-content .readmore a {
background: var(--brown-dark);
    padding: 9px 16px;
    font-size: 12px;
    line-height: 12px;
}

.com-content-article__body p:not(.image), 
.astroid-article-text p:not(.image) {
    padding: 0 30px 20px 30px;
    background: var(--white-50);
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8em;
}

.musician .com-content-article__body h4 {
    padding: 15px 30px 15px 30px;
    background: var(--white-50);
    max-width: 720px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
}








/* ====================================== */
/* NEWS                                   */

.article-news .page-header.header-main > h1 {
    font-size: 30px;
    color: var(--blue-dark-50);
}

.article-news .com-content-article__body .page-header {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white-50);
    padding: 40px 30px 20px 30px;
}

.article-news .com-content-article__body .page-header h2 {
    font-size: 32px;
    font-family: 'Merriweather';
    color: var(--text);
    line-height: 32px;
}

.article-news .com-content-article__body p:not(.image) {
    font-size: 16px;
    line-height: 26px;
    padding: 0 30px 15px 30px;
}

.items-leading.news {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.items-leading.news > .blog-item {
    
}

.news-page .blog-item .item-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.news-page .item-content figure {
    flex-basis: 350px;
}

.news-page .item-content .blog-item-text {
    flex-basis: calc(100% - 350px);
    background: var(--white-50);
    border-radius: 0 15px 15px 0;
    padding: 15px 20px 15px 25px;
}

.news .blog-item-text .page-header {
    margin: 0 0 10px 0;
}

.news-page .blog-item-text .page-header h2 {
    font-size: 24px;
    font-family: 'Merriweather';
    line-height: 1.3em;
    margin: 0;
}

.news-page .blog-item-text .page-header h2 a {
    color: var(--text);
}

.news-page .blog-item-text p:not(.readmore) {
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.news-page .blog-item-text .readmore {
    margin: 0;
}

.news-page .blog-item-text .readmore a {
    background: var(--brown-dark);
    border: none;
    border-radius: 30px;
    padding: 11px 20px;
    box-shadow: 0 0 10px var(--black-15);
    font-size: 15px;
    line-height: 15px;
}

.news-page .blog-item-text .readmore span {
    display: none;
}

.news-page .blog-item-text p:not(.readmore) {
  display: -webkit-box;        /* required for Safari/Chrome */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;       /* number of lines */
  line-clamp: 2;               /* modern unprefixed (progressively enhances) */
  overflow: hidden;
  text-overflow: ellipsis;     /* ensures ellipsis when truncated */
  word-break: normal;          /* avoid mid-word breaks */
  overflow-wrap: normal;
  hyphens: none;
}









/* ====================================== */
/* SPONSORSHIP LEVELS                     */

.page-sponsorship .com-content-article__body .clean {
    background: none;
    text-align: center;
    max-width: 600px;
    padding: 15px 0 40px 0;
}

.page-sponsorship table {
    max-width: 720px;
    margin: 0 auto 50px auto;
    border: none;
    border-radius: 15px;
    background: var(--white-50);
}

.page-sponsorship table thead th {
    border-bottom: 1px solid var(--black-15);
    border-right: 1px solid var(--black-15);
    text-align: center;
    padding: 10px 15px;
    color: var(--blue-dark-70);
}

.page-sponsorship table thead th.diagonal {
    width: 240px;
    padding: 10px;
    color: var(--text);
    position: relative;
    background-image: linear-gradient(to bottom left, transparent 49.7%, var(--black-30) 50%, transparent 50.3% );
    background-repeat: no-repeat;
    background-size: 97% 94%;
    background-position: 99% 99%;
}

.page-sponsorship table thead th.diagonal .benefit {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.page-sponsorship table thead th.diagonal .level {
    position: absolute;
    right: 15px;
    top: 10px;
}

.page-sponsorship table thead th.column-06 {
    border-right: none;
}

.page-sponsorship table tbody tr td {
    border-bottom: 1px solid var(--black-15);
    border-right: 1px solid var(--black-15);
    padding: 7px 5px;
    text-align: center;
}

.page-sponsorship table tbody tr td.column-title {
    text-align: left;
    padding: 5px 15px;
    color: var(--blue-dark-70);
}

.page-sponsorship table tbody tr td.column-06 {
    border-right: none;
}

.page-sponsorship table tbody tr td img {
    max-width: 90px;
    padding: 0 10px;
    margin: 10px 0;
}

.page-sponsorship table tbody tr:last-child td {
    border-bottom: none;
}

.page-sponsorship .seigaha-scales-02 {
    margin: 0 auto 50px auto;
}

.sponsorship-block {
    max-width: 720px;
    margin: 0 auto;
}

.sponsorship-subblock {
    background: var(--white-50);
    border-radius: 15px;
    padding: 30px 40px;
}

.article-default .sponsorship-block h3 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

.article-default .sponsorship-block p {
    border-radius: 0;
    padding: 0 0 30px 0;
    background: none;
    font-size: 18px;
    line-height: 1.7em;
}

.article-default .sponsorship-block p:first-child {
    padding-top: 5px !important;
}

.article-default .sponsorship-block ul li {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.6em;
}

.article-default .sponsorship-block ul li:last-child {
    margin-bottom: 0;
}






/* DONOR ROLL ================ */

.site.donor-roll .com-content-article__body p {
    padding: 0 0 15px 0;
    text-align: center;
}

.site.donor-roll .com-content-article__body p .star {
    color: var(--brown-medium);
    margin: 0 3px 0 0;
}

.site.donor-roll .com-content-article__body p .name {
    font-size: 20px;
    color: var(--black);
    margin: 0 5px 0 0;
    font-weight: 400;
}

.site.donor-roll .com-content-article__body p .level {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: var(--blue-dark-70);
}














/* ====================================== */
/* FORMS                                  */
/* ====================================== */


/* ====================================== */
/* CONTACT                                */

.form form {
    max-width: 500px;
    margin: 0 auto;
    background: var(--white-50);
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 0 10px var(--black-15);
}

.form form h2 {
    text-align: center;
    margin: 0 0 15px 0;
}

.form .rsform-block {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.form .rsform-block .formControls {
    width: 100%;
}

.form .rsform-block .formControls .formBody {
    width: 100%;
}

.contact-thankyou {
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
}

.contact-thankyou h3 {
    font-size: 44px;
    margin: 0 0 30px 0;
}

.contact-thankyou p {
    background: var(--white-50);
    padding: 40px 30px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 15px;
}

.form .row .formControls {
    width: 100%;
}

.rsform-block.rsform-type-submitbutton {
    margin: 25px 0 5px 0 !important;
}

.rsform-block.rsform-type-submitbutton label {
    display: none;
}

.rsform-block.rsform-type-submitbutton .formControls {
    text-align: center;
}

.rsform-block.rsform-type-submitbutton .formControls button {
    background: var(--brown-dark);
    border: 2px solid var(--brown-dark);
    color: var(--white);
    border-radius: 40px;
    font-size: 26px;
    padding: 20px 45px;
    display: block;
    margin: 0 auto;
    transition: all 0.150s ease-in-out;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
}

.rsform-block.rsform-type-submitbutton .formControls button:hover {
    background: var(--white);
    color: var(--brown-dark);
    border: 2px solid var(--white);
}

.rsform-block .formControls .formBody input[type="text"],
.rsform-block .formControls .formBody textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    height: 100%;
}






/* ====================================== */
/* SPONSORSHIP                            */

.form.support {

}

.form.support .support-top {
    margin: 20px auto 30px auto;
    max-width: 912px;
}

.form.support .support-top h3 {
    text-align: center;
    font-size: 52px;
    margin: 0 0 60px 0;
}

.form.support .support-top .support-image {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.form.support .support-top .support-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.form.support .support-top .support-top-text {
    max-width: 720px;
    background: var(--white-50);
    border-radius: 0 0 15px 15px;
    padding: 30px 40px;
    margin: 0 auto;
}

.form.support .support-top-text h4 {
    font-family: 'Merriweather';
    text-align: center;
    color: var(--text);
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 28px;
}

.form.support .support-top-text h5 {
    color: var(--black-50);
    text-align: center;
    margin: 5px 0 20px 0;
}

.form.support .support-top-text p {
    margin: 0;
}

.form.support .support-top-text p.cta {
    margin: 40px auto 20px auto;
}

.form.support .support-top-text p.cta a {
    background: transparent;
    border: 2px solid var(--brown-dark-70);
    border-radius: 30px;
    font-size: 20px;
    padding: 5px 25px;
    display: block;
    margin: 0 auto;
    color: var(--brown-dark);
    width: 250px;
    text-align: center;
    transition: all 0.250s ease-in-out;
}

.form.support .support-top-text p.cta a:hover {
    background: var(--brown-dark-70);
    border: 2px solid transparent;
    color: var(--white);
}

.form.support .bottom-b-position .seigaha {
    
}

.form.support .bottom-b-position .support-top-form-head {
    margin: 40px 0 0 0;
    display: block;
}

.form.support .astroid-section.astroid-component-section {
    margin: 0;
    padding: 0 0 50px 0;
}   

.form.support .support-bottom {
    max-width: 500px;
    margin: 0 auto;
}

.form.support .support-bottom h3 {
    font-size: 50px;
    text-align: center;
    margin: 0 0 20px 0;
    display: block;
}

.form.support .support-bottom p {
    text-align: center;
    padding: 0 20px 0 20px;
    margin: 0 0 40px 0;
}

.form.support .support-bottom .support-donate-block {
    background: var(--white-50);
    border-radius: 15px;
    padding: 30px 40px;
    margin: 0 auto;
    max-width: 450px;
}

.form.support .support-bottom .support-donate-block + .support-donate-block {
    margin-top: 40px;
}

.form.support .support-bottom .support-donate-block h4 {
    text-align: center;
    font-size: 24px;
    color: var(--text);
}

.form.support .support-bottom .support-donate-block p {
    margin: 0;
    font-size: 16px;
}

.form.support form {
    max-width: 640px;
    margin: 0 auto;
    background: var(--white-50);
    padding: 30px 40px;
    border-radius: 15px;
}

.rsform-block.rsform-block-header-01,
.rsform-block.rsform-block-header-02,
.rsform-block.rsform-block-header-03 {
    margin: 25px 0 10px 0;
    text-align: center;
}

.rsform-block.rsform-type-radiogroup {

}

.rsform-block.rsform-type-radiogroup .formDescription {
    display: none;
}

.rsform-block.rsform-type-radiogroup label {
    width: 100%;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

.rsform-block.rsform-block-rsfp-product.rsform-type-singleproduct,
.rsform-block.rsform-block-paypal-total.rsform-type-total {
    display: none;
}

.thankyou .com-content-article__body p:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 40px 40px 15px 40px;
}

.thankyou .com-content-article__body p:not(.image):not(:first-child) {
    padding: 0 40px 15px 40px;
}

.thankyou .com-content-article__body p:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 40px !important;
}

.button-or-check {
    background: transparent;
    border: 2px solid var(--brown-dark-70);
    border-radius: 30px;
    font-size: 20px;
    padding: 5px 25px;
    display: block;
    margin: 0 auto;
    color: var(--brown-dark);
    width: 250px;
    text-align: center;
    transition: all 0.250s ease-in-out;
}

.button-or-check:hover {
    background: var(--brown-dark-70);
    border: 2px solid var(--brown-dark-70);
    color: var(--white);
}

p.micro-text {
    padding: 0 0 30px 0;
    margin: 0 auto;
    font-size: 80%;
    line-height: 1.6em;
    text-align: center;
    color: var(--black-70);
    max-width: 430px;
}










/* ====================================== */
/* MODULES                                */
/* ====================================== */



/* ====================================== */
/* HOME                                   */


/* HERO */

.hero {
    flex-flow: row nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 50px auto;
}

.hero .text {
    flex-basis: calc(100% - 570px);
    padding-right: 40px;
    box-sizing: border-box;
}

.hero .headline {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.hero .headline span {
    font-size: 40px;
    color: #333333;
    line-height: 50px;
    text-shadow: 3px 3px 7px var(--black-30);
}

.hero .headline .text01 {

}

.hero .headline .text02 {
 color: var(--blue-dark);
}

.hero .headline .text03 {

}

.hero .headline .text04 {
    color: var(--blue-dark);
    position: relative;
}

.hero .headline .text05 {
    color: var(--blue-dark);
    font-family: 'Calligraffitti';
    font-size: 54px;
    position: absolute;
    top: 25px;
    left: calc(100% + 5px);
    filter: drop-shadow(0 0 0 var(--blue-dark)) 
            drop-shadow(0.5px 0 var(--blue-dark)) 
            drop-shadow(-0.5px 0 var(--blue-dark));
    text-shadow: 0 0 10px var(--black-10);
}

.hero .cta {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 0 0 0;
}

.hero .cta .sub-cta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.hero .cta .listen {
    background: var(--brown-dark);
    color: var(--white);
    display: block;
    padding: 7px 20px;
    margin: 0 0 15px 0;
    border-radius: 40px;
    box-shadow: 0 0 10px var(--black-15);
    font-size: 16px;
    transition: all 0.250s ease-in-out;
}

.hero .cta .listen:hover {
    box-shadow: 0 0 10px var(--black-50);
}

.hero .cta .donate {
    background: var(--white);
    color: var(--brown-dark);
    display: block;
    padding: 7px 23px;
    margin: 0;
    border-radius: 40px;
    box-shadow: 0 0 10px var(--black-15);
    font-size: 16px;
    transition: all 0.250s ease-in-out;
    font-weight: 700;
}

.hero .cta .donate:hover {
    box-shadow: 0 0 10px var(--black-50);
}

.hero .cta .sub-cta .donate:not(.roll) {
    margin-right: 10px;
}

.hero .cta .donate.roll {
    background: var(--white-50);
    color: var(--brown-dark);
    font-weight: 700;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.250s ease-in-out;
}

.hero .cta .donate.roll:hover {
    background: var(--white);
}

.hero .image {
    flex-basis: 570px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px var(--black-15);
}

.hero .image img {
    width: 100%;
    height: auto;
    display: block;
}





/* ABOUT */

.home-about {
    margin: 50px 0 60px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.home-about .about-images {
    max-width: 720px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    order: 2;
    width: 100%;
}

.home-about .about-image {
    flex-basis: 50%;
    height: 280px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
    overflow: hidden;
    position: relative;
}

.home-about .about-image a {
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.250s ease-in-out;
}

.home-about .about-image a:hover {

}

.home-about .about-image a .about-block {
    background: var(--white);
    color: var(--blue-dark);
    margin: 0 10px 15px 10px;
    padding: 3px 12px;
    border-radius: 30px;
    box-shadow: 0 0 10px var(--black-50);
    transition: all 0.250s ease-in-out;
}

.home-about .about-image a:hover .about-block {
    background: var(--blue-dark);
    color: var(--white);
}

.home-about .about-image.image-01 {
    padding-bottom: 6%;
}

.home-about .about-image.image-02 {
    padding-left: 6%;
}

.home-about .about-image.image-03 {
    padding-right: 6%;
}

.home-about .about-image.image-04 {
    padding-top: 6%;
}

.home-about .about-image.image-01 a {
    background-image: url(/images/about_mod_members_2.jpg);
}

.home-about .about-image.image-02 a {
    background-image: url(/images/about_mod_about.jpg);
}

.home-about .about-image.image-03 a {
    background-image: url(/images/about_mod_music.jpg);
}

.home-about .about-image.image-04 a {
    background-image: url(/images/about_mod_news.jpg);
}

.home-about .about-text {
    max-width: 720px;
    background: var(--white-50);
    padding: 30px 40px;
    border-radius: 15px;
    height: 100%;
    align-self: stretch;
    margin: 0 auto 50px auto;
    order: 1;
}

.home-about .about-text p {
    font-size: 16px;
    line-height: 1.9em;
    margin: 0 0 15px 0;
}

.home-about .about-text p:last-child {
    margin: 0;
}





/* VIDEO */

.home-video {
    margin-top: 20px;
}

.justacustom .home-video h2 {
    font-size: 54px;
    text-align: center;
}

.home-video .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio = 9 / 16 = 0.5625 */
    height: 0;
    overflow: hidden;
}

.home-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-video + .seigaha {
    margin: 50px 0 30px 0;
}

.seigaha-above-video {
    margin: 10px 0 40px 0;
}





/* OUR MUSIC */

.our-music {

}

.justacustom .our-music h2 {
    font-size: 54px;
    text-align: center;
    margin: 0 0 20px 0;
}

.our-music .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 40px 0;
}

.our-music .top .top-text {
    WIDTH: 44%;
    background: var(--white-50);
    padding: 25px 30px;
    border-radius: 15px;
    flex: 1;
    margin: 0 20px 0 0;
}

.our-music .top-text p {
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 10px 0;
}

.our-music .top-text p:last-child {
    margin: 0;
}

.our-music .top-image {
    width: 53%;
    display: block;
    background-image: url(/images/our-music-2.jpg);
    background-size: cover;
    background-position: center bottom;
    border-radius: 15px;
}

.carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.arrow-left,
.arrow-right {
  width: 35px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-size: 2rem;
}

.carousel-wrap {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  padding: 0;
  box-sizing: content-box;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.carousel-track {
    flex: 0 0 auto;
    width: 190px;
    margin-right: 25px;
    align-items: stretch;
    justify-items: stretch;
}

.carousel-wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.carousel-track a {
    height: 100%;
    display: block;
    background-color: var(--blue-50) !important;
    border-radius: 15px;
    overflow: hidden;
}

.carousel-track a img {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.carousel-track a span {
    font-size: 14px;
    display: flex;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 10px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    text-align: center;
}

.our-music .cta {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.our-music .cta a {
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 0 10px var(--black-15);
    border-radius: 30px;
    padding: 7px 20px;
}

.our-music .cta .listen {
    background: var(--white);
    color: var(--brown-dark);
    margin-right: 20px;
}

.our-music .cta .members {
    background: var(--brown-dark);
    color: var(--white);
}

.our-music + .seigaha {
    margin: 60px 0 25px 0;
}






/* SUPPORT US */

.home-supporting {

}

.justacustom .home-supporting h2 {
    font-size: 54px;
    text-align: center;
    margin: 0 0 25px 0;
}

.home-supporting .supporting-text {
    border: 2px solid var(--blue-dark-50);
    border-radius: 15px;
    padding: 30px 40px;
    max-width: 740px;
    margin: 0 auto 30px auto;
    color: var(--text);
}

.home-supporting .supporting-text p {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
}

.home-supporting .supporting-text p:last-child {
    margin: 0;
    padding: 0;
}

.home-supporting .donors {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 40px 0;
}

.home-supporting .donors > div {
    flex-basis: 48%;
    padding: 25px 30px 30px 30px;
    border-radius: 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.home-supporting .donor-roll {
    background: var(--brown-light-40);
}

.home-supporting .donor-roll h3 {
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black-70);
}

.home-supporting .donor-roll .donor {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.home-supporting .donor-roll .donor-item {
    margin: 0 0 6px 0;
}

.home-supporting .donor-roll .donor-item:last-child {
    margin: 0;
}

.home-supporting .donor-item .star {
    color: var(--brown-medium);
    margin: 0 3px 0 0;
}

.home-supporting .donor-item .star i {
    
}

.home-supporting .donor-item .star i::before {
    
}

.home-supporting .donor-item .name {
    font-size: 20px;
    color: var(--black);
    margin: 0 5px 0 0;
    font-weight: 400;
}

.home-supporting .donor-item .level {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: var(--blue-dark-70);
}

.home-supporting .donor-roll .view-all {
    margin-top: 30px;
}

.home-supporting .donor-roll .view-all a {
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 10px var(--black-15);
    border-radius: 30px;
    padding: 10px 25px;
    background: var(--brown-dark);
    color: var(--white);
    transition: all 0.250s ease-in-out;
    display: block;
}

.home-supporting .donor-roll .view-all a:hover {
    background: var(--brown-dark-70);
}

.home-supporting .testimonials {
    background: var(--blue-50);
}

.home-supporting .testimonials h3 {
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black-70);
}

.home-supporting .testimonials p {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    max-width: 240px;
    text-align: center;
}

.home-supporting .testimonials p i {
    color: var(--blue-dark);
}

.home-supporting .testimonials p i.fa-quote-left {
    margin-right: 8px;
}

.home-supporting .testimonials p i.fa-quote-right {
    margin-left: 8px;
}

.home-supporting .testimonials span {
    color: var(--blue-dark-70);
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.home-supporting .cta-big {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.home-supporting .cta-big a {
    padding: 22px 45px;
    color: var(--brown-dark);
    font-size: 32px;
    line-height: 36px;
    background: var(--white);
    border-radius: 50px;
    box-shadow: 0 0 15px var(--black-15);
    transition: all 0.250s ease-in-out;
}

.home-supporting .cta-big a:hover {
    color: var(--white);
    background: var(--brown-dark);
}

.home-supporting .testimonials .view-all {
    margin-top: 20px;
}

.home-supporting .testimonials .view-all a {
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 10px var(--black-15);
    border-radius: 30px;
    padding: 10px 25px;
    background: var(--blue-dark);
    color: var(--white);
    transition: all 0.250s ease-in-out;
    display: block;
}

.home-supporting .testimonials .view-all a:hover {
    background: var(--blue-dark-70);
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.rwd-table {
  border-collapse: collapse;
  min-width: 100%;
  width: max-content;
  table-layout: auto;
}









/* ====================================== */
/* NEWS                                   */

.moduletable.news-list {
    padding: 0;
    margin: 30px auto;
}









/* ====================================== */
/* SEIGAHA                                */

.seigaha {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.seigaha img {
    max-width: 750px;
    width: 100%;
    height: auto;
}

.seigaha-scales-01 {

}

.seigaha-scales-02 {

}

.seigaha-scales-03 {

}

.seigaha-scales-04 {
    max-width: 305px;
    margin: 50px auto;
}

.seigaha-spiral-01 {

}

.bottom-b-position .justacustom .seigaha {
    margin: 20px 0 0 0;
}







/* =============================================== */
/* =============================================== */
/* ABOVE 1200PX                                    */
/* =============================================== */
/* =============================================== */

@media (min-width: 1199.99px) {





}







/* =============================================== */
/* =============================================== */
/* BELOW 1200PX                                    */
/* =============================================== */
/* =============================================== */


@media (max-width: 1199.98px) {





}










/* ====================================== */
/* ====================================== */
/* BELOW 992PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 991.98px) {


/* MENU ================== */

.site.astroid-framework .astroid-nav > li > .as-menu-item, 
.site.astroid-framework .astroid-sidebar-menu > li > .nav-item-inner > .as-menu-item, 
.site.astroid-framework .astroid-mobile-menu > .nav-item > .as-menu-item {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 1.7em;
}





/* HERO ======================*/

.hero {
    flex-flow: column nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px auto 50px auto;
}

.hero .text {
    flex-basis: unset;
    padding: 0;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    max-width: 740px;
}

.hero .image {
    flex-basis: unset;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px var(--black-15);
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    max-width: 740px;
}



/* MEMBERS ================= */

.other-members > ul li {
    width: unset;
    margin: 0 0 40px 0;
    flex-basis: 30%;
}

.other-members .mod-articles-item-content figure {
    border-radius: 150px;
    margin: 0 0 15px 0;
    flex-basis: unset;
}



/* NEWS ===================== */

.news-page .blog-item .item-content {
    flex-flow: column nowrap;
    max-width: 640px;
}

.news-page .item-content figure {
    flex-basis: unset;
}

.left.item-image {
    border-radius: 15px 15px 0 0;
}

.news-page .item-content .blog-item-text {
    border-radius: 0 0 15px 15px;
    padding: 20px 20px 25px 25px;
    flex-basis: unset;
}

.blog .items-leading .blog-item+.blog-item {
    margin-top: 40px;
}





/* DONORS =========== */

.home-supporting .donors {
    flex-flow: column nowrap;
    max-width: 450px;
    margin: 0 auto 20px auto;
}

.home-supporting .donors > div {
    margin: 0 0 25px 0;
}





}







/* =============================================== */
/* =============================================== */
/* BETWEEN 992PX and 540PX                         */
/* =============================================== */
/* =============================================== */


/* HERO ======================== */


@media screen and (min-width: 539.98px) and (max-width: 991.98px) {

.hero .text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.hero .headline {
    margin: 0;
}

.hero .cta {
    margin: 0;
    align-items: flex-end;
}

.hero .cta .sub-cta {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.hero .cta .listen {
    padding: 15px 30px;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.hero .cta .sub-cta .donate:not(.roll) {
    margin-right: 0;
    margin-bottom: 15px;
}

.hero .cta .donate {
    padding: 15px 30px;
    margin: 0;
    font-size: 18px;
}




}











/* ====================================== */
/* ====================================== */
/* BELOW 768PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 767.98px) {

/* MAIN ============== */

.burger-menu-button .inner, 
.burger-menu-button .inner::before, 
.burger-menu-button .inner::after {
    height: 3px;
}




/* MENU ================= */

.site.astroid-framework .astroid-nav > li > .as-menu-item, 
.site.astroid-framework .astroid-sidebar-menu > li > .nav-item-inner > .as-menu-item, 
.site.astroid-framework .astroid-mobile-menu > .nav-item > .as-menu-item {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 1.3em;
    font-weight: 900;
}






/* HOME ============== */

.our-music .top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 40px 0;
}

.our-music .top .top-text {
    width: 100%;
    background: var(--white-50);
    padding: 25px 30px;
    border-radius: 15px;
    flex: unset;
    margin: 0 0 20px 0;
}

.our-music .top-image {
    width: 100%;
    height: clamp(300px, 400px, 500px);
}




/* MUSIC ================ */

.listen-new {
    width: 50%;
}

.listen-track {
    width: 45%;
    margin: 0 2.5% 30px 2.5%;
}




/* MEMBERS =========== */

.blog-item .featured-default-item.item-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 70px 0;
    max-width: 600px;
}

.blog-items .blog-item:nth-child(even) .featured-default-item figure {
    order: 1;
}

.blog-items .blog-item:nth-child(even) .featured-default-item .item-text {
    order: 2;
    text-align: center !important;
}

.members-alias .featured-default-item figure {
    flex-basis: unset;
    margin: 0 0 25px 0;
}

.featured-default-item .item-text {
    flex-basis: unset;
    max-width: 500px;
    text-align: center;
}

.other-members > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.other-members > ul li {
    width: unset;
    margin: 0 0 30px 0;
    flex-basis: 45%;
}

.other-members .mod-articles-item-content h3:not(.mod-articles-title),
.other-members .mod-articles-item-content .mod-articles-title {
    text-align: center;
}




/* TABLE ================== */

.rwd-table th, 
.rwd-table td:not(.column-title) {
    white-space: nowrap;
}




}











/* ====================================== */
/* ====================================== */
/* BELOW 640PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 639.98px) {

.hero .cta {
    margin: 0;
    align-items: flex-end;
    height: 200px;
    justify-content: flex-start;
    padding-top: 8px;
}

.hero .headline span {
    font-size: 37px;
}

.hero .cta .listen,
.hero .cta .donate {
    padding: 15px 20px;
    font-size: 17px;
}




/* MEMBERS ================ */






}









/* ====================================== */
/* ====================================== */
/* BELOW 540PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 539.98px) {

/* HERO ===============*/

.hero .image {
    margin: 0 0 20px 0;
}

.hero .text {
    flex-basis: unset;
    padding: 0;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    max-width: 740px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
}

.hero .cta {
    align-items: center;
    height: auto;
    padding-top: 15px;
}

.hero .cta .sub-cta {
    align-items: center;
    flex-flow: column nowrap;
}

.hero .cta .sub-cta .donate:not(.roll) {
    margin-right: 0;
    margin-bottom: 15px;
}




/* HOME ================== */

.home-about {
    margin: 20px 0 60px 0;
}

.home-about .about-image {
    height: 220px;
}

.home-about .about-image.image-01 {
    padding-bottom: 4%;
}

.home-about .about-image.image-02 {
    padding-left: 4%;
}

.home-about .about-image.image-03 {
    padding-right: 4%;
}

.home-about .about-image.image-04 {
    padding-top: 4%;
}

.our-music .cta {
    display: flex;
    flex-flow: column nowrap;
}

.our-music .cta .listen {
    margin: 0 0 20px 0;
}

.home-supporting .cta-big a {
    max-width: 290px;
    text-align: center;
    line-height: 1.25em !important;
    margin: 0 auto;
    border-radius: 100px;
    padding: 20px 20px;
}





}











/* ====================================== */
/* ====================================== */
/* BELOW 440PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 439.98px) {

/* MEMBERS =========== */

.other-members > ul li {
    flex-basis: 70%;
}

.home-supporting .donor-item .level {
    display: block;
}

.home-supporting .donor-roll .donor-item {
    margin: 0 0 12px 0;
}

.home-supporting .donor-item .level::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
}




/* DONORS ============== */

.site.donor-roll .com-content-article__body p .level {
    display: block;
}





}















/* ====================================== */
/* ====================================== */
/* BELOW 400PX                            */
/* ====================================== */
/* ====================================== */


@media (max-width: 399.98px) {

.home-about .about-image {
    height: 190px;
}



/* MUSIC ============== */

.listen-new {
    width: 100%;
}

.listen-track {
    width: 100%;
    margin: 0 0 30px 0;
}

.home-supporting .testimonials h3 {
    text-align: center;
}



}

